Class CharObjectHashMap.KeysSetIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMap.KeysSetIterator
- All Implemented Interfaces:
CharIterator, MutableCharIterator
- Enclosing class:
CharObjectHashMap<V>
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate intprivate booleanprivate booleanprivate charprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
lastKey
private char 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 interfaceCharIterator
-
next
public char next()- Specified by:
nextin interfaceCharIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableCharIterator
-