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 Object
implements MutableBooleanIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currentIndex
private int currentIndex
-
-
Constructor Details
-
FalseTrueBooleanIterator
private FalseTrueBooleanIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceBooleanIterator
-
next
public boolean next()- Specified by:
nextin interfaceBooleanIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableBooleanIterator
-