@GwtCompatible public class UnhashableObject extends Object implements Comparable<UnhashableObject>
| Constructor and Description |
|---|
UnhashableObject(int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UnhashableObject o) |
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
public UnhashableObject(int value)
public int compareTo(UnhashableObject o)
compareTo in interface Comparable<UnhashableObject>Copyright © 2010–2019. All rights reserved.