Class BooleanBigListIterators.EmptyBigListIterator

java.lang.Object
it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.EmptyBigListIterator
All Implemented Interfaces:
BidirectionalIterator<Boolean>, BigListIterator<Boolean>, BooleanBidirectionalIterator, BooleanBigListIterator, BooleanIterator, ObjectBidirectionalIterator<Boolean>, ObjectIterator<Boolean>, Serializable, Cloneable, Iterator<Boolean>, PrimitiveIterator<Boolean,BooleanConsumer>
Enclosing class:
BooleanBigListIterators

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