Class BooleanArrayList.InternalBooleanIterator
java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList.InternalBooleanIterator
- All Implemented Interfaces:
BooleanIterator, MutableBooleanIterator
- Enclosing class:
BooleanArrayList
private class BooleanArrayList.InternalBooleanIterator
extends Object
implements MutableBooleanIterator
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intIndex of element to be returned by subsequent call to next.private int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currentIndex
private int currentIndexIndex of element to be returned by subsequent call to next. -
lastIndex
private int lastIndex
-
-
Constructor Details
-
InternalBooleanIterator
private InternalBooleanIterator()
-
-
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
-