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

  /external/guava/guava-tests/test/com/google/common/collect/
Collections2Test.java 74 static final Predicate<String> LENGTH_1 = new Predicate<String>() {
161 return Collections2.filter(unfiltered, LENGTH_1);
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 53 static final Predicate<String> LENGTH_1 = new Predicate<String>() {

Completed in 125 milliseconds