Class UnmodifiableCharIterator
java.lang.Object
org.eclipse.collections.impl.iterator.UnmodifiableCharIterator
- All Implemented Interfaces:
CharIterator,MutableCharIterator
UnmodifiableCharIterator is a wrapper around CharIterator 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
-
UnmodifiableCharIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceCharIterator
-
next
public char next()- Specified by:
nextin interfaceCharIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableCharIterator
-