Class ByteObjectHashMap.KeysSetIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.KeysSetIterator
- All Implemented Interfaces:
ByteIterator, MutableByteIterator
- Enclosing class:
ByteObjectHashMap<V>
- 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 -
handledZeroKey
private boolean handledZeroKey -
handledOneKey
private boolean handledOneKey -
canRemove
private boolean canRemove
-
-
Constructor Details
-
KeysSetIterator
private KeysSetIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceByteIterator
-
next
public byte next()- Specified by:
nextin interfaceByteIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableByteIterator
-