Interface ByteBidirectionalIterator

All Superinterfaces:
BidirectionalIterator<Byte>, ByteIterator, Iterator<Byte>, ObjectBidirectionalIterator<Byte>, ObjectIterator<Byte>, PrimitiveIterator<Byte,ByteConsumer>
All Known Subinterfaces:
ByteBigListIterator

public interface ByteBidirectionalIterator extends ByteIterator, ObjectBidirectionalIterator<Byte>
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
See Also: