Class BooleanHashSet.TrueBooleanIterator
- java.lang.Object
-
- org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet.TrueBooleanIterator
-
- All Implemented Interfaces:
BooleanIterator
,MutableBooleanIterator
- Enclosing class:
- BooleanHashSet
private class BooleanHashSet.TrueBooleanIterator extends java.lang.Object implements MutableBooleanIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
currentIndex
-
Constructor Summary
Constructors Modifier Constructor Description private
TrueBooleanIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
boolean
next()
void
remove()
-
-
-
Method Detail
-
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
-
-