java.io.Serializable, java.lang.Comparable<DoubleIntPair>, DoubleIntPairpublic class DoubleIntPairImpl extends java.lang.Object implements DoubleIntPair
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(DoubleIntPair that) |
|
boolean |
equals(java.lang.Object o) |
|
double |
getOne() |
|
int |
getTwo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public double getOne()
getOne in interface DoubleIntPairpublic int getTwo()
getTwo in interface DoubleIntPairpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(DoubleIntPair that)
compareTo in interface java.lang.Comparable<DoubleIntPair>Copyright © 2004–2018. All rights reserved.