public interface WindowFilter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T line) |
default WindowFilter<T> |
acceptanceResponsible(T line) |
default boolean |
acceptNext(T line,
T pivot,
int pivotIndex,
List<T> all) |
default boolean |
acceptPrevious(T line,
T pivot,
int pivotIndex,
List<T> all) |
WindowFilter<T> |
copy() |
default int |
getNextWindowSize() |
default int |
getPreviousWindowSize() |
default void |
prepare(List<T> all,
int pivotIndex) |
default int getPreviousWindowSize()
default int getNextWindowSize()
default WindowFilter<T> acceptanceResponsible(T line)
boolean accept(T line)
WindowFilter<T> copy()
Copyright © 2026 vpc open source initiative. All rights reserved.