public class DoubleShortPairImpl extends Object implements DoubleShortPair
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DoubleShortPair that) |
boolean |
equals(Object o) |
double |
getOne() |
short |
getTwo() |
int |
hashCode() |
String |
toString() |
public double getOne()
getOne in interface DoubleShortPairpublic short getTwo()
getTwo in interface DoubleShortPairpublic int compareTo(DoubleShortPair that)
compareTo in interface Comparable<DoubleShortPair>Copyright © 2004–2022. All rights reserved.