Class UnmodifiableBooleanIterator
java.lang.Object
org.eclipse.collections.impl.iterator.UnmodifiableBooleanIterator
- All Implemented Interfaces:
BooleanIterator,MutableBooleanIterator
UnmodifiableBooleanIterator is a wrapper around BooleanIterator which is unmodifiable and doesn't support remove.
This file was automatically generated from template file unmodifiablePrimitiveIterator.stg.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnmodifiableBooleanIterator
-
-
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
-