Class ShortIterators.EmptyIterator

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
All Implemented Interfaces:
BidirectionalIterator<Short>, ObjectBidirectionalIterator<Short>, ObjectIterator<Short>, ShortBidirectionalIterator, ShortIterator, ShortListIterator, Serializable, Cloneable, Iterator<Short>, ListIterator<Short>, PrimitiveIterator<Short,ShortConsumer>
Enclosing class:
ShortIterators

public static class ShortIterators.EmptyIterator extends Object implements ShortListIterator, Serializable, Cloneable
A class returning no elements and a type-specific iterator interface.

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

See Also: