Interface MutableCharIterator

All Superinterfaces:
CharIterator
All Known Implementing Classes:
UnmodifiableCharIterator

public interface MutableCharIterator
extends CharIterator
This file was automatically generated from template file mutablePrimitiveIterator.stg.
Since:
6.0.
  • Method Summary

    Modifier and Type Method Description
    void remove()  

    Methods inherited from interface org.eclipse.collections.api.iterator.CharIterator

    hasNext, next
  • Method Details