Package org.jacop.jasat.utils.structures
Class IntHashMap.KeysIterator
java.lang.Object
org.jacop.jasat.utils.structures.IntHashMap.KeysIterator
- Enclosing class:
IntHashMap<E>
class used to iterate on the keys of the map
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private boolean
private int
-
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
-
index
private int index -
bucketIndex
private int bucketIndex -
current
private int current -
hasNext
private boolean hasNext
-
-
Constructor Details
-
KeysIterator
private KeysIterator()
-
-
Method Details