Class BooleanHashSet.TrueBooleanIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet.TrueBooleanIterator
- All Implemented Interfaces:
BooleanIterator
,MutableBooleanIterator
- Enclosing class:
BooleanHashSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currentIndex
private int currentIndex
-
-
Constructor Details
-
TrueBooleanIterator
private TrueBooleanIterator()
-
-
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
-