Class BooleanHashSet.FalseTrueBooleanIterator
- java.lang.Object
-
- org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet.FalseTrueBooleanIterator
-
- All Implemented Interfaces:
BooleanIterator,MutableBooleanIterator
- Enclosing class:
- BooleanHashSet
private class BooleanHashSet.FalseTrueBooleanIterator extends java.lang.Object implements MutableBooleanIterator
-
-
Field Summary
Fields Modifier and Type Field Description private intcurrentIndex
-
Constructor Summary
Constructors Modifier Constructor Description privateFalseTrueBooleanIterator()
-
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
-
-