public interface StreamIterator<T> extends Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Idempotent method for cancellation.
|
default T |
nextNullChecked() |
forEachRemaining, hasNext, next, removevoid dispose()
default T nextNullChecked()
Copyright © 2018–2023. All rights reserved.