Class ShortBigListIterators.EmptyBigListIterator

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortBigListIterators.EmptyBigListIterator
All Implemented Interfaces:
BidirectionalIterator<Short>, BigListIterator<Short>, ObjectBidirectionalIterator<Short>, ObjectIterator<Short>, ShortBidirectionalIterator, ShortBigListIterator, ShortIterator, Serializable, Cloneable, Iterator<Short>, PrimitiveIterator<Short,ShortConsumer>
Enclosing class:
ShortBigListIterators

public static class ShortBigListIterators.EmptyBigListIterator extends Object implements ShortBigListIterator, Serializable, Cloneable
A class returning no elements and a type-specific big list iterator interface.

This class may be useful to implement your own in case you subclass a type-specific iterator.

See Also: