Package it.unimi.dsi.fastutil.booleans
Class AbstractBooleanIterator
java.lang.Object
it.unimi.dsi.fastutil.booleans.AbstractBooleanIterator
- All Implemented Interfaces:
BooleanIterator,Iterator<Boolean>,PrimitiveIterator<Boolean,BooleanConsumer>
- Direct Known Subclasses:
AbstractBooleanBidirectionalIterator,BooleanBigListIterators.AbstractIndexBasedBigIterator,BooleanIterators.AbstractIndexBasedIterator
An abstract class facilitating the creation of type-specific iterators.
- API Notes:
- Up to version 8.5.0, this class was deprecated as abstract methods were turned into
default methods of the type-specific interface. Now the class hosts finalized versions
of default delegating methods such as
BooleanIterator.forEachRemaining(it.unimi.dsi.fastutil.booleans.BooleanConsumer).
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterator
forEachRemaining, forEachRemaining, next, nextBoolean, skip