Class ShortIterators.UnmodifiableListIterator

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
All Implemented Interfaces:
BidirectionalIterator<Short>, ObjectBidirectionalIterator<Short>, ObjectIterator<Short>, ShortBidirectionalIterator, ShortIterator, ShortListIterator, Iterator<Short>, ListIterator<Short>, PrimitiveIterator<Short,ShortConsumer>
Enclosing class:
ShortIterators

public static class ShortIterators.UnmodifiableListIterator extends Object implements ShortListIterator
An unmodifiable wrapper class for list iterators.