Class IntIterators.UnmodifiableListIterator

java.lang.Object
it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
All Implemented Interfaces:
BidirectionalIterator<Integer>, IntBidirectionalIterator, IntIterator, IntListIterator, ObjectBidirectionalIterator<Integer>, ObjectIterator<Integer>, Iterator<Integer>, ListIterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt
Enclosing class:
IntIterators

public static class IntIterators.UnmodifiableListIterator extends Object implements IntListIterator
An unmodifiable wrapper class for list iterators.