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