public interface BooleanIterator
extends java.util.Iterator
Modifier and Type | Method and Description |
---|---|
default void |
forEachRemaining(BooleanConsumer action) |
default void |
forEachRemaining(java.util.function.Consumer action)
Deprecated.
|
default java.lang.Boolean |
next()
Deprecated.
|
boolean |
nextBoolean() |
default int |
skip(int n) |
boolean nextBoolean()
@Deprecated default java.lang.Boolean next()
next
in interface java.util.Iterator
default void forEachRemaining(BooleanConsumer action)
@Deprecated default void forEachRemaining(java.util.function.Consumer action)
forEachRemaining
in interface java.util.Iterator
default int skip(int n)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.