Searched refs:LENGTH_1 (Results 1 – 3 of 3) sorted by relevance
74 static final Predicate<String> LENGTH_1 = new Predicate<String>() { field in Collections2Test161 return Collections2.filter(unfiltered, LENGTH_1);185 Collections2.filter(unfiltered, LENGTH_1), NOT_YYY_ZZZ);
221 return Sets.filter(unfiltered, Collections2Test.LENGTH_1);243 Sets.filter(unfiltered, Collections2Test.LENGTH_1),
53 static final Predicate<String> LENGTH_1 = new Predicate<String>() { field in Collections2Test