| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
static <T> ConsumingPeekingIterator<T> |
of(Stream<T> stream,
Predicate<T> isNotEmpty) |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static <T> ConsumingPeekingIterator<T> of(Stream<T> stream, Predicate<T> isNotEmpty)
Copyright © 2025. All rights reserved.