Class ObjectLongHashMapWithHashingStrategy.InternalLongIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategy.InternalLongIterator
-
- All Implemented Interfaces:
LongIterator,MutableLongIterator
- Enclosing class:
- ObjectLongHashMapWithHashingStrategy<K>
private class ObjectLongHashMapWithHashingStrategy.InternalLongIterator extends java.lang.Object implements MutableLongIterator
-
-
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
-
-