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