java.io.Serializable, java.lang.Comparable<T>, ObjectLongPair<T>public class ObjectLongPairImpl<T> extends java.lang.Object implements ObjectLongPair<T>
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(ObjectLongPair<T> that) |
|
boolean |
equals(java.lang.Object o) |
|
T |
getOne() |
|
long |
getTwo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public T getOne()
getOne in interface ObjectLongPair<T>public long getTwo()
getTwo in interface ObjectLongPair<T>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(ObjectLongPair<T> that)
compareTo in interface java.lang.Comparable<T>Copyright © 2004–2018. All rights reserved.