Searched defs:LegacyComparable (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DLegacyComparable.java33 class LegacyComparable implements Comparable, Serializable { class in inherits:Comparable,Serializable
34 static final LegacyComparable X = new LegacyComparable("x");
35 static final LegacyComparable Y = new LegacyComparable("y");
36 static final LegacyComparable Z = new LegacyComparable("z");
38 static final Iterable<LegacyComparable> VALUES_FORWARD
40 static final Iterable<LegacyComparable> VALUES_BACKWARD
45 LegacyComparable(Strin method in class:LegacyComparable
[all...]

Completed in 140 milliseconds