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