Class CharHashBag.InternalIterator
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.CharHashBag.InternalIterator
- All Implemented Interfaces:
CharIterator, MutableCharIterator
- Enclosing class:
CharHashBag
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate MutableCharIteratorprivate charprivate 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:
hasNextin interfaceCharIterator
-
next
public char next()- Specified by:
nextin interfaceCharIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableCharIterator
-