Home
last modified time | relevance | path

Searched refs:LENGTH_1 (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DCollections2Test.java74 static final Predicate<String> LENGTH_1 = new Predicate<String>() { field in Collections2Test
161 return Collections2.filter(unfiltered, LENGTH_1);
185 Collections2.filter(unfiltered, LENGTH_1), NOT_YYY_ZZZ);
DSetsTest.java221 return Sets.filter(unfiltered, Collections2Test.LENGTH_1);
243 Sets.filter(unfiltered, Collections2Test.LENGTH_1),
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DCollections2Test.java53 static final Predicate<String> LENGTH_1 = new Predicate<String>() { field in Collections2Test