Class BooleanIterators.EmptyIterator

java.lang.Object
it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
All Implemented Interfaces:
BidirectionalIterator<Boolean>, BooleanBidirectionalIterator, BooleanIterator, BooleanListIterator, ObjectBidirectionalIterator<Boolean>, ObjectIterator<Boolean>, Serializable, Cloneable, Iterator<Boolean>, ListIterator<Boolean>, PrimitiveIterator<Boolean,BooleanConsumer>
Enclosing class:
BooleanIterators

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