Class ShortIntHashMap.KeySetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap.KeySetIterator
-
- All Implemented Interfaces:
MutableShortIterator,ShortIterator
- Enclosing class:
- ShortIntHashMap
private class ShortIntHashMap.KeySetIterator extends java.lang.Object implements MutableShortIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate intcountprivate booleanhandledOneprivate booleanhandledZeroprivate shortlastKeyprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateKeySetIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()shortnext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceShortIterator
-
next
public short next()
- Specified by:
nextin interfaceShortIterator
-
remove
public void remove()
- Specified by:
removein interfaceMutableShortIterator
-
-