public class CollectionFilter<T> extends Predicate<T>
FALSE, TRUE
CollectionFilter(Collection<? extends T> S)
boolean
test(T o)
Object
Predicate
and, falsePred, filter, isElementOf, not, or, truePred
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CollectionFilter(Collection<? extends T> S)
public boolean test(T o)
test
Predicate<T>