Searched refs:VALUES_BACKWARD (Results 1 – 4 of 4) sorted by relevance
38 static final Iterable<LegacyComparable> VALUES_BACKWARD = Arrays.asList(Z, Y, X); field in LegacyComparable
930 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()
856 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()