Class IntIterators.UnmodifiableIterator

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

public static class IntIterators.UnmodifiableIterator extends Object implements IntIterator
An unmodifiable wrapper class for iterators.