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 FormConstructor 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, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
add, 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