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