T - generic type on which this filter stack should be applied.public class FilterStackImpl<T> extends java.util.ArrayList<Filter<T>> implements FilterStack<T>
FilterStack,
Serialized Form| Constructor and Description |
|---|
FilterStackImpl(java.util.List<Filter<T>> filters) |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(T t)
Apply this filter on some input.
|
FilterStack<T> |
clone()
Create this filter's clone.
|
add, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray