Package org.jacop.jasat.utils.structures
Class IntHashMap.EntryIterator
java.lang.Object
org.jacop.jasat.utils.structures.IntHashMap.EntryIterator
- Enclosing class:
- IntHashMap<E>
private final class IntHashMap.EntryIterator
extends Object
implements Iterator<Map.Entry<Integer,E>>
iterator over values
-
Field Details
-
index
private int index -
bucketIndex
private int bucketIndex -
current
private int current -
currentValue
-
hasNext
private boolean hasNext
-
-
Constructor Details
-
EntryIterator
private EntryIterator()
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
findNext
private void findNext()find the next key
-