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:
hasNext
in interfaceBooleanIterator
-
next
public boolean next()- Specified by:
next
in interfaceBooleanIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableBooleanIterator
-