Package com.ibm.wala.util.collections
Class CollectionFilter<T>
- java.lang.Object
-
- com.ibm.wala.util.collections.CollectionFilter<T>
-
-
Constructor Summary
Constructors Constructor Description CollectionFilter(Collection<? extends T> S)
-
-
-
Constructor Detail
-
CollectionFilter
public CollectionFilter(Collection<? extends T> S)
-
-
Method Detail
-
test
public boolean test(T o)
- Specified by:
testin interfacePredicate<T>- See Also:
FilterIterator
-
-