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

  /external/guava/guava-tests/test/com/google/common/collect/
Collections2Test.java 71 static final Predicate<String> LENGTH_1 = new Predicate<String>() {
158 return Collections2.filter(unfiltered, LENGTH_1);
182 Collections2.filter(unfiltered, LENGTH_1), NOT_YYY_ZZZ);
291 Collections2.filter(unfiltered, LENGTH_1), STARTS_WITH_VOWEL);
SetsTest.java 210 return Sets.filter(unfiltered, Collections2Test.LENGTH_1);
233 Sets.filter(unfiltered, Collections2Test.LENGTH_1),
    [all...]

Completed in 66 milliseconds