Class IntLongHashMap.InternalLongIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.InternalLongIterator
-
- All Implemented Interfaces:
LongIterator,MutableLongIterator
- Enclosing class:
- IntLongHashMap
private class IntLongHashMap.InternalLongIterator extends java.lang.Object implements MutableLongIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate intcountprivate booleanhandledOneprivate booleanhandledZeroprivate intlastKeyprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalLongIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()longnext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceLongIterator
-
next
public long next()
- Specified by:
nextin interfaceLongIterator
-
remove
public void remove()
- Specified by:
removein interfaceMutableLongIterator
-
-