OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseComparable
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/
BaseComparable.java
26
public class
BaseComparable
implements Comparable<
BaseComparable
>, Serializable {
29
public
BaseComparable
(String s) {
40
} else if (other instanceof
BaseComparable
) {
41
return s.equals(((
BaseComparable
) other).s);
48
public int compareTo(
BaseComparable
o) {
DerivedComparable.java
24
public class DerivedComparable extends
BaseComparable
{
Completed in 177 milliseconds