public class WindowFilterIterator<T> extends Object implements Iterator<WindowObject<T>>
| Constructor and Description |
|---|
WindowFilterIterator(Iterator<T> base,
WindowFilter<T> filter,
Integer windowMin,
Integer windowMax) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
WindowObject<T> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
hasNext in interface Iterator<WindowObject<T>>public WindowObject<T> next()
next in interface Iterator<WindowObject<T>>Copyright © 2026 vpc open source initiative. All rights reserved.