public class FilteredIterator<T> extends Object implements CloseableIterator<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static <T> CloseableIterator<T> |
filter(CloseableIterator<T> fromIterator,
com.google.common.base.Predicate<? super T> predicate) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static <T> CloseableIterator<T> filter(CloseableIterator<T> fromIterator, com.google.common.base.Predicate<? super T> predicate)
public final void close()
close in interface CloseableIterator<T>close in interface Closeableclose in interface AutoCloseableCopyright © 2026 Confluent, Inc.. All rights reserved.