java.io.Serializable, java.lang.Comparable<IntDoublePair>, IntDoublePairpublic class IntDoublePairImpl extends java.lang.Object implements IntDoublePair
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(IntDoublePair that) |
|
boolean |
equals(java.lang.Object o) |
|
int |
getOne() |
|
double |
getTwo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public int getOne()
getOne in interface IntDoublePairpublic double getTwo()
getTwo in interface IntDoublePairpublic 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(IntDoublePair that)
compareTo in interface java.lang.Comparable<IntDoublePair>Copyright © 2004–2017. All rights reserved.