Package com.ibm.wala.util.collections
Class CollectionFilter<T>
- java.lang.Object
-
- com.ibm.wala.util.collections.CollectionFilter<T>
-
- All Implemented Interfaces:
java.util.function.Predicate<T>
public class CollectionFilter<T> extends java.lang.Object implements java.util.function.Predicate<T>
A filter defined by set membership
-
-
Constructor Summary
Constructors Constructor Description CollectionFilter(java.util.Collection<? extends T> S)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(T o)
-