Class LongIterators.EmptyIterator

java.lang.Object
it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
All Implemented Interfaces:
BidirectionalIterator<Long>, LongBidirectionalIterator, LongIterator, LongListIterator, ObjectBidirectionalIterator<Long>, ObjectIterator<Long>, Serializable, Cloneable, Iterator<Long>, ListIterator<Long>, PrimitiveIterator<Long,LongConsumer>, PrimitiveIterator.OfLong
Enclosing class:
LongIterators

public static class LongIterators.EmptyIterator extends Object implements LongListIterator, 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: