Class ObjectCharHashMapWithHashingStrategy.InternalCharIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategy.InternalCharIterator
- All Implemented Interfaces:
CharIterator, MutableCharIterator
- Enclosing class:
ObjectCharHashMapWithHashingStrategy<K>
private class ObjectCharHashMapWithHashingStrategy.InternalCharIterator
extends Object
implements MutableCharIterator
- Since:
- 7.0.
-
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:
hasNextin interfaceCharIterator
-
next
public char next()- Specified by:
nextin interfaceCharIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableCharIterator
-