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