Class ByteIterators.UnmodifiableIterator

java.lang.Object
it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
All Implemented Interfaces:
ByteIterator, Iterator<Byte>, PrimitiveIterator<Byte,ByteConsumer>
Enclosing class:
ByteIterators

public static class ByteIterators.UnmodifiableIterator extends Object implements ByteIterator
An unmodifiable wrapper class for iterators.