Class ObjectHashSet.ObjectIterator
java.lang.Object
org.agrona.collections.ObjectHashSet.ObjectIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
ObjectHashSet<T>
-
Constructor Details
-
ObjectIterator
public ObjectIterator()Creates a new instance.
-
-
Method Details
-
remaining
public int remaining()Return number of remaining elements.- Returns:
- number of remaining elements.
-
hasNext
-
next
-
nextValue
-
remove
-