HomeSort by relevance Sort by last modified time
    Searched full:inpredicate (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 191 return new InPredicate<T>(target);
360 private static class InPredicate<T> implements Predicate<T>, Serializable {
363 private InPredicate(Collection<?> target) {
379 if (obj instanceof InPredicate) {
380 InPredicate<?> that = (InPredicate<?>) obj;
  /external/guava/guava/src/com/google/common/base/
Predicates.java 227 return new InPredicate<T>(target);
481 private static class InPredicate<T> implements Predicate<T>, Serializable {
484 private InPredicate(Collection<?> target) {
500 if (obj instanceof InPredicate) {
501 InPredicate<?> that = (InPredicate<?>) obj;

Completed in 43 milliseconds