Class SingleWriterHashSet.Iter<E>
java.lang.Object
org.jctools.sets.SingleWriterHashSet.Iter<E>
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
SingleWriterHashSet<E>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final E[]private Eprivate intprivate Eprivate intprivate final SingleWriterHashSet<E> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
buffer
-
set
-
nextValIndex
private int nextValIndex -
lastValIndex
private int lastValIndex -
nextVal
-
lastVal
-
-
Constructor Details
-
Iter
-
-
Method Details
-
hasNext
-
next
-
findNextVal
private void findNextVal() -
remove
-