HomeSort by relevance Sort by last modified time
    Searched refs:NOT_YYY_ZZZ (Results 1 - 3 of 3) 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);
SetsTest.java 217 return Sets.filter(unfiltered, Collections2Test.NOT_YYY_ZZZ);
286 Collections2Test.NOT_YYY_ZZZ);
    [all...]
  /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 963 milliseconds