Class BooleanHashBag.InternalIterator
- java.lang.Object
-
- org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag.InternalIterator
-
- All Implemented Interfaces:
BooleanIterator,MutableBooleanIterator
- Enclosing class:
- BooleanHashBag
private final class BooleanHashBag.InternalIterator extends java.lang.Object implements MutableBooleanIterator
-
-
Field Summary
Fields Modifier and Type Field Description private intinternalFalseCountprivate intinternalTrueCountprivate booleanlastBooleanValueprivate booleanremovedAlready
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalIterator(int falseCount, int trueCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()booleannext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceBooleanIterator
-
next
public boolean next()
- Specified by:
nextin interfaceBooleanIterator
-
remove
public void remove()
- Specified by:
removein interfaceMutableBooleanIterator
-
-