Searched defs:LENGTH_1 (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DCollections2Test.java71 static final Predicate<String> LENGTH_1 = new Predicate<String>() { field in class:Collections2Test
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);

Completed in 185 milliseconds