Package org.jctools.sets
Class OpenHashSet.Iter<E>
java.lang.Object
org.jctools.sets.OpenHashSet.Iter<E>
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
OpenHashSet<E>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final E[]
private E
private int
private E
private int
private final OpenHashSet
<E> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
buffer
-
set
-
nextValIndex
private int nextValIndex -
lastValIndex
private int lastValIndex -
nextVal
-
lastVal
-
-
Constructor Details
-
Iter
-
-
Method Details