Class ByteIterators.UnmodifiableBidirectionalIterator

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

public static class ByteIterators.UnmodifiableBidirectionalIterator extends Object implements ByteBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.