Class IntIterators.EmptyIterator

java.lang.Object
it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
All Implemented Interfaces:
BidirectionalIterator<Integer>, IntBidirectionalIterator, IntIterator, IntListIterator, ObjectBidirectionalIterator<Integer>, ObjectIterator<Integer>, Serializable, Cloneable, Iterator<Integer>, ListIterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt
Enclosing class:
IntIterators

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