Class ShortIterators.UnmodifiableIterator

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableIterator
All Implemented Interfaces:
ShortIterator, Iterator<Short>, PrimitiveIterator<Short,ShortConsumer>
Enclosing class:
ShortIterators

public static class ShortIterators.UnmodifiableIterator extends Object implements ShortIterator
An unmodifiable wrapper class for iterators.