Class CharHashBag.InternalIterator
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.CharHashBag.InternalIterator
- All Implemented Interfaces:
CharIterator
,MutableCharIterator
- Enclosing class:
CharHashBag
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private MutableCharIterator
private char
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
charIterator
-
currentItem
private char currentItem -
occurrences
private int occurrences -
canRemove
private boolean canRemove
-
-
Constructor Details
-
InternalIterator
private InternalIterator()
-
-
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
-