Class BooleanIterators.UnmodifiableIterator

java.lang.Object
it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableIterator
All Implemented Interfaces:
BooleanIterator, Iterator<Boolean>, PrimitiveIterator<Boolean,BooleanConsumer>
Enclosing class:
BooleanIterators

public static class BooleanIterators.UnmodifiableIterator extends Object implements BooleanIterator
An unmodifiable wrapper class for iterators.