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