Home
last modified time | relevance | path

Searched refs:VALUES_BACKWARD (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DLegacyComparable.java38 static final Iterable<LegacyComparable> VALUES_BACKWARD = Arrays.asList(Z, Y, X); field in LegacyComparable
DImmutableSortedSetTest.java930 ImmutableSortedSet.copyOf(LegacyComparable.VALUES_BACKWARD); in testLegacyComparable_copyOf_collection()
936 ImmutableSortedSet.copyOf(LegacyComparable.VALUES_BACKWARD.iterator()); in testLegacyComparable_copyOf_iterator()
946 builder.addAll(LegacyComparable.VALUES_BACKWARD); in testLegacyComparable_builder_natural()
965 assertTrue(Iterables.elementsEqual(LegacyComparable.VALUES_BACKWARD, set)); in testLegacyComparable_builder_reverse()
/external/guava/android/guava-tests/test/com/google/common/collect/
DLegacyComparable.java38 static final Iterable<LegacyComparable> VALUES_BACKWARD = Arrays.asList(Z, Y, X); field in LegacyComparable
DImmutableSortedSetTest.java856 ImmutableSortedSet.copyOf(LegacyComparable.VALUES_BACKWARD); in testLegacyComparable_copyOf_collection()
862 ImmutableSortedSet.copyOf(LegacyComparable.VALUES_BACKWARD.iterator()); in testLegacyComparable_copyOf_iterator()
872 builder.addAll(LegacyComparable.VALUES_BACKWARD); in testLegacyComparable_builder_natural()
891 assertTrue(Iterables.elementsEqual(LegacyComparable.VALUES_BACKWARD, set)); in testLegacyComparable_builder_reverse()