Class IntHashBag.InternalIterator
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.IntHashBag.InternalIterator
- All Implemented Interfaces:
IntIterator
,MutableIntIterator
- Enclosing class:
IntHashBag
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private int
private MutableIntIterator
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
intIterator
-
currentItem
private int currentItem -
occurrences
private int occurrences -
canRemove
private boolean canRemove
-
-
Constructor Details
-
InternalIterator
private InternalIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIntIterator
-
next
public int next()- Specified by:
next
in interfaceIntIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableIntIterator
-