Class LongIterators.UnmodifiableIterator

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

public static class LongIterators.UnmodifiableIterator extends Object implements LongIterator
An unmodifiable wrapper class for iterators.