public class IntObjectPairImpl<T> extends Object implements IntObjectPair<T>
Modifier and Type | Method and 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<IntObjectPair<T>>
Copyright © 2004–2016. All rights reserved.