Class ObjectShortHashMap.InternalShortIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMap.InternalShortIterator
-
- All Implemented Interfaces:
MutableShortIterator,ShortIterator
- Enclosing class:
- ObjectShortHashMap<K>
private class ObjectShortHashMap.InternalShortIterator extends java.lang.Object implements MutableShortIterator
-
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalShortIterator()
-
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
-
-