Serializable
, Comparable<T>
, ObjectIntPair<T>
public class ObjectIntPairImpl<T> extends Object implements ObjectIntPair<T>
Modifier and Type | Method | 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<T>
Copyright © 2004–2019. All rights reserved.