Package it.unimi.dsi.fastutil.bytes
Class AbstractByteIterator
- java.lang.Object
-
- it.unimi.dsi.fastutil.bytes.AbstractByteIterator
-
- All Implemented Interfaces:
ByteIterator
,java.util.Iterator<java.lang.Byte>
,java.util.PrimitiveIterator<java.lang.Byte,ByteConsumer>
- Direct Known Subclasses:
AbstractByteBidirectionalIterator
,ByteBigListIterators.AbstractIndexBasedBigIterator
,ByteIterators.AbstractIndexBasedIterator
public abstract class AbstractByteIterator extends java.lang.Object implements ByteIterator
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(it.unimi.dsi.fastutil.bytes.ByteConsumer)
.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteIterator
forEachRemaining, forEachRemaining, forEachRemaining, next, nextByte, skip
-
-