Class AbstractCharBidirectionalIterator
java.lang.Object
it.unimi.dsi.fastutil.chars.AbstractCharIterator
it.unimi.dsi.fastutil.chars.AbstractCharBidirectionalIterator
- All Implemented Interfaces:
BidirectionalIterator<Character>, CharBidirectionalIterator, CharIterator, ObjectBidirectionalIterator<Character>, ObjectIterator<Character>, Iterator<Character>, PrimitiveIterator<Character, CharConsumer>
- Direct Known Subclasses:
AbstractCharBigListIterator, AbstractCharListIterator
@Deprecated
public abstract class AbstractCharBidirectionalIterator
extends AbstractCharIterator
implements CharBidirectionalIterator
Deprecated.
An abstract class facilitating the creation of type-specific bidirectional iterators.
-
Nested Class Summary
Nested classes/interfaces inherited from interface PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BidirectionalIterator
hasPreviousMethods inherited from interface CharBidirectionalIterator
back, previous, previousChar, skipMethods inherited from interface CharIterator
forEachRemaining, forEachRemaining, forEachRemaining, next, nextChar
fastutil8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.