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