Class LongIterators.UnmodifiableBidirectionalIterator

java.lang.Object
it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableBidirectionalIterator
All Implemented Interfaces:
BidirectionalIterator<Long>, LongBidirectionalIterator, LongIterator, ObjectBidirectionalIterator<Long>, ObjectIterator<Long>, Iterator<Long>, PrimitiveIterator<Long,LongConsumer>, PrimitiveIterator.OfLong
Enclosing class:
LongIterators

public static class LongIterators.UnmodifiableBidirectionalIterator extends Object implements LongBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.