Class CharCharHashMap.InternalCharIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMap.InternalCharIterator
-
- All Implemented Interfaces:
CharIterator,MutableCharIterator
- Enclosing class:
- CharCharHashMap
private class CharCharHashMap.InternalCharIterator extends java.lang.Object implements MutableCharIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate intcountprivate booleanhandledOneprivate booleanhandledZeroprivate charlastKeyprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalCharIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()charnext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceCharIterator
-
next
public char next()
- Specified by:
nextin interfaceCharIterator
-
remove
public void remove()
- Specified by:
removein interfaceMutableCharIterator
-
-