Interface ShortBigListIterator

All Superinterfaces:
BidirectionalIterator<Short>, BigListIterator<Short>, Iterator<Short>, ObjectBidirectionalIterator<Short>, ObjectIterator<Short>, PrimitiveIterator<Short,ShortConsumer>, ShortBidirectionalIterator, ShortIterator
All Known Implementing Classes:
AbstractShortBigListIterator, ShortBigListIterators.AbstractIndexBasedBigListIterator, ShortBigListIterators.BigListIteratorListIterator, ShortBigListIterators.EmptyBigListIterator, ShortBigListIterators.UnmodifiableBigListIterator

public interface ShortBigListIterator extends ShortBidirectionalIterator, BigListIterator<Short>
A type-specific BigListIterator.
See Also: