Class FloatHashBag.InternalIterator
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.FloatHashBag.InternalIterator
- All Implemented Interfaces:
FloatIterator
,MutableFloatIterator
- Enclosing class:
FloatHashBag
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private float
private MutableFloatIterator
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
floatIterator
-
currentItem
private float currentItem -
occurrences
private int occurrences -
canRemove
private boolean canRemove
-
-
Constructor Details
-
InternalIterator
private InternalIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceFloatIterator
-
next
public float next()- Specified by:
next
in interfaceFloatIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableFloatIterator
-