Class ByteIterators.EmptyIterator

java.lang.Object
it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
All Implemented Interfaces:
BidirectionalIterator<Byte>, ByteBidirectionalIterator, ByteIterator, ByteListIterator, ObjectBidirectionalIterator<Byte>, ObjectIterator<Byte>, Serializable, Cloneable, Iterator<Byte>, ListIterator<Byte>, PrimitiveIterator<Byte,ByteConsumer>
Enclosing class:
ByteIterators

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