private static class Predicates.InPredicate<T> extends java.lang.Object implements Predicate<T>
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<?> |
target |
Modifier | Constructor and Description |
---|---|
private |
InPredicate(java.util.Collection<?> target) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(T t) |
java.lang.String |
toString() |