Class AbstractByteIterator
java.lang.Object
it.unimi.dsi.fastutil.bytes.AbstractByteIterator
- All Implemented Interfaces:
ByteIterator, Iterator<Byte>, PrimitiveIterator<Byte, ByteConsumer>
- Direct Known Subclasses:
AbstractByteBidirectionalIterator, ByteBigListIterators.AbstractIndexBasedBigIterator, ByteIterators.AbstractIndexBasedIterator
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
ByteIterator.forEachRemaining(ByteConsumer).
-
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 ByteIterator
forEachRemaining, forEachRemaining, forEachRemaining, next, nextByte, skip