OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALUES_BACKWARD
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
LegacyComparable.java
40
static final Iterable<LegacyComparable>
VALUES_BACKWARD
ImmutableSortedSetTest.java
707
= ImmutableSortedSet.copyOf(LegacyComparable.
VALUES_BACKWARD
);
713
LegacyComparable.
VALUES_BACKWARD
.iterator());
723
builder.addAll(LegacyComparable.
VALUES_BACKWARD
);
742
assertTrue(Iterables.elementsEqual(LegacyComparable.
VALUES_BACKWARD
, set));
[
all
...]
Completed in 306 milliseconds