Class DoubleCharHashMap.InternalCharIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMap.InternalCharIterator
- All Implemented Interfaces:
CharIterator
,MutableCharIterator
- Enclosing class:
DoubleCharHashMap
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private int
private boolean
private boolean
private double
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
lastKey
private double lastKey -
handledZero
private boolean handledZero -
handledOne
private boolean handledOne -
canRemove
private boolean canRemove
-
-
Constructor Details
-
InternalCharIterator
private InternalCharIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceCharIterator
-
next
public char next()- Specified by:
next
in interfaceCharIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableCharIterator
-