Class IntBigListIterators.EmptyBigListIterator

java.lang.Object
it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
All Implemented Interfaces:
BidirectionalIterator<Integer>, BigListIterator<Integer>, IntBidirectionalIterator, IntBigListIterator, IntIterator, ObjectBidirectionalIterator<Integer>, ObjectIterator<Integer>, Serializable, Cloneable, Iterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt
Enclosing class:
IntBigListIterators

public static class IntBigListIterators.EmptyBigListIterator extends Object implements IntBigListIterator, 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: