Class LongHashBag.InternalIterator
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag.InternalIterator
- All Implemented Interfaces:
LongIterator
,MutableLongIterator
- Enclosing class:
LongHashBag
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private long
private MutableLongIterator
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
longIterator
-
currentItem
private long currentItem -
occurrences
private int occurrences -
canRemove
private boolean canRemove
-
-
Constructor Details
-
InternalIterator
private InternalIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceLongIterator
-
next
public long next()- Specified by:
next
in interfaceLongIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableLongIterator
-