Class IntIterators.UnmodifiableBidirectionalIterator

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

public static class IntIterators.UnmodifiableBidirectionalIterator extends Object implements IntBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.