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