public class CollectionFilter<T> extends Object implements Predicate<T>
CollectionFilter(Collection<? extends T> S)
boolean
test(T o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public CollectionFilter(Collection<? extends T> S)
public boolean test(T o)
test
Predicate<T>
FilterIterator