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

  /external/guava/guava-tests/test/com/google/common/collect/
Collections2Test.java 67 static final Predicate<String> NOT_YYY_ZZZ = new Predicate<String>() {
97 return Collections2.filter(unfiltered, NOT_YYY_ZZZ);
117 return Collections2.filter(unfiltered, NOT_YYY_ZZZ);
139 return Collections2.filter(unfiltered, NOT_YYY_ZZZ);
185 Collections2.filter(unfiltered, LENGTH_1), NOT_YYY_ZZZ);
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
Collections2Test.java 46 static final Predicate<String> NOT_YYY_ZZZ = new Predicate<String>() {

Completed in 324 milliseconds