Class ShortObjectHashMap.KeysSetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMap.KeysSetIterator
-
- All Implemented Interfaces:
MutableShortIterator,ShortIterator
- Enclosing class:
- ShortObjectHashMap<V>
private class ShortObjectHashMap.KeysSetIterator extends java.lang.Object implements MutableShortIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate intcountprivate booleanhandledOneKeyprivate booleanhandledZeroKeyprivate shortlastKeyprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateKeysSetIterator()
-
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
-
-