Class AbstractCharIterator

java.lang.Object
it.unimi.dsi.fastutil.chars.AbstractCharIterator
All Implemented Interfaces:
CharIterator, Iterator<Character>, PrimitiveIterator<Character,CharConsumer>
Direct Known Subclasses:
AbstractCharBidirectionalIterator, CharBigListIterators.AbstractIndexBasedBigIterator, CharIterators.AbstractIndexBasedIterator

public abstract class AbstractCharIterator extends Object implements CharIterator
An abstract class facilitating the creation of type-specific iterators.
API Notes:
Up to version 8.5.0, this class was deprecated as abstract methods were turned into default methods of the type-specific interface. Now the class hosts finalized versions of default delegating methods such as CharIterator.forEachRemaining(it.unimi.dsi.fastutil.chars.CharConsumer).