Class FloatHashBag.InternalIterator
- java.lang.Object
-
- org.eclipse.collections.impl.bag.mutable.primitive.FloatHashBag.InternalIterator
-
- All Implemented Interfaces:
FloatIterator,MutableFloatIterator
- Enclosing class:
- FloatHashBag
private class FloatHashBag.InternalIterator extends java.lang.Object implements MutableFloatIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate floatcurrentItemprivate MutableFloatIteratorfloatIteratorprivate intoccurrences
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()floatnext()voidremove()
-
-
-
Field Detail
-
floatIterator
private MutableFloatIterator floatIterator
-
currentItem
private float currentItem
-
occurrences
private int occurrences
-
canRemove
private boolean canRemove
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceFloatIterator
-
next
public float next()
- Specified by:
nextin interfaceFloatIterator
-
remove
public void remove()
- Specified by:
removein interfaceMutableFloatIterator
-
-