Package it.unimi.dsi.fastutil.shorts
Class AbstractShortIterator
- java.lang.Object
-
- it.unimi.dsi.fastutil.shorts.AbstractShortIterator
-
- All Implemented Interfaces:
ShortIterator
,java.util.Iterator<java.lang.Short>
,java.util.PrimitiveIterator<java.lang.Short,ShortConsumer>
- Direct Known Subclasses:
AbstractShortBidirectionalIterator
,ShortBigListIterators.AbstractIndexBasedBigIterator
,ShortIterators.AbstractIndexBasedIterator
public abstract class AbstractShortIterator extends java.lang.Object implements ShortIterator
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
ShortIterator.forEachRemaining(it.unimi.dsi.fastutil.shorts.ShortConsumer)
.
-
-
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.shorts.ShortIterator
forEachRemaining, forEachRemaining, forEachRemaining, next, nextShort, skip
-
-