Package it.unimi.dsi.fastutil.chars
Class AbstractCharIterator
java.lang.Object
it.unimi.dsi.fastutil.chars.AbstractCharIterator
- All Implemented Interfaces:
CharIterator,java.util.Iterator<java.lang.Character>,java.util.PrimitiveIterator<java.lang.Character,CharConsumer>
- Direct Known Subclasses:
AbstractCharBidirectionalIterator,CharBigListIterators.AbstractIndexBasedBigIterator,CharIterators.AbstractIndexBasedIterator
public abstract class AbstractCharIterator extends java.lang.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).
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
java.util.PrimitiveIterator.OfDouble, java.util.PrimitiveIterator.OfInt, java.util.PrimitiveIterator.OfLong -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.chars.CharIterator
forEachRemaining, forEachRemaining, forEachRemaining, next, nextChar, skipMethods inherited from interface java.util.Iterator
hasNext, remove