Class ByteLongHashMap.InternalLongIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMap.InternalLongIterator
- All Implemented Interfaces:
LongIterator, MutableLongIterator
- Enclosing class:
ByteLongHashMap
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate intprivate booleanprivate booleanprivate byteprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
lastKey
private byte lastKey -
handledZero
private boolean handledZero -
handledOne
private boolean handledOne -
canRemove
private boolean canRemove
-
-
Constructor Details
-
InternalLongIterator
private InternalLongIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceLongIterator
-
next
public long next()- Specified by:
nextin interfaceLongIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableLongIterator
-