Class DoubleIterators.UnmodifiableIterator

java.lang.Object
it.unimi.dsi.fastutil.doubles.DoubleIterators.UnmodifiableIterator
All Implemented Interfaces:
DoubleIterator, Iterator<Double>, PrimitiveIterator<Double,DoubleConsumer>, PrimitiveIterator.OfDouble
Enclosing class:
DoubleIterators

public static class DoubleIterators.UnmodifiableIterator extends Object implements DoubleIterator
An unmodifiable wrapper class for iterators.