Class UnmodifiableCharIterator

java.lang.Object
org.eclipse.collections.impl.iterator.UnmodifiableCharIterator
All Implemented Interfaces:
CharIterator, MutableCharIterator

public class UnmodifiableCharIterator extends Object implements 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 Details

    • UnmodifiableCharIterator

      public UnmodifiableCharIterator(CharIterator charIterator)
  • Method Details