Class ObjectCharHashMap.InternalCharIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMap.InternalCharIterator
- All Implemented Interfaces:
CharIterator
,MutableCharIterator
- Enclosing class:
ObjectCharHashMap<K>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position
-
-
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
-