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