OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALUES_BACKWARD
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
LegacyComparable.java
40
static final Iterable<LegacyComparable>
VALUES_BACKWARD
ImmutableSortedSetTest.java
809
= ImmutableSortedSet.copyOf(LegacyComparable.
VALUES_BACKWARD
);
815
LegacyComparable.
VALUES_BACKWARD
.iterator());
825
builder.addAll(LegacyComparable.
VALUES_BACKWARD
);
[
all
...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSetTest.java
640
= ImmutableSortedSet.copyOf(LegacyComparable.
VALUES_BACKWARD
);
646
LegacyComparable.
VALUES_BACKWARD
.iterator());
656
builder.addAll(LegacyComparable.
VALUES_BACKWARD
);
675
assertTrue(Iterables.elementsEqual(LegacyComparable.
VALUES_BACKWARD
, set));
Completed in 82 milliseconds