Class ByteIterators.UnmodifiableListIterator

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

public static class ByteIterators.UnmodifiableListIterator extends Object implements ByteListIterator
An unmodifiable wrapper class for list iterators.