Class IntBigListIterators.UnmodifiableBigListIterator

java.lang.Object
it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
All Implemented Interfaces:
BidirectionalIterator<Integer>, BigListIterator<Integer>, IntBidirectionalIterator, IntBigListIterator, IntIterator, ObjectBidirectionalIterator<Integer>, ObjectIterator<Integer>, Iterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt
Enclosing class:
IntBigListIterators

public static class IntBigListIterators.UnmodifiableBigListIterator extends Object implements IntBigListIterator
An unmodifiable wrapper class for big list iterators.