Package org.apache.uima.internal.util
Class ObjHashSet.ObjHashSetIterator
java.lang.Object
org.apache.uima.internal.util.ObjHashSet.ObjHashSetIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
ObjHashSet<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Keep this always pointing to a non-0 entry, or if not valid, outside the range -
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
-
curPosition
protected int curPositionKeep this always pointing to a non-0 entry, or if not valid, outside the range
-
-
Constructor Details
-
ObjHashSetIterator
private ObjHashSetIterator()
-
-
Method Details