Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
DSetGenerators.java23 import static com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2;
244 builder.add(AFTER_LAST_2); in create()
246 AFTER_LAST_2) in create()
265 elementsPlus.add(AFTER_LAST_2); in createExplicitComparator()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSetGenerators.java23 import static com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2;
271 builder.add(AFTER_LAST_2); in create()
273 AFTER_LAST_2) in create()
292 elementsPlus.add(AFTER_LAST_2); in createExplicitComparator()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java68 public static final String AFTER_LAST_2 = "zz"; field in SampleElements.Strings