Class UnmodifiableIntIterator
java.lang.Object
org.eclipse.collections.impl.iterator.UnmodifiableIntIterator
- All Implemented Interfaces:
IntIterator,MutableIntIterator
UnmodifiableIntIterator is a wrapper around IntIterator 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
-
UnmodifiableIntIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIntIterator
-
next
public int next()- Specified by:
nextin interfaceIntIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableIntIterator
-