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 DoubleShortPair
public short getTwo()
getTwo
in interface DoubleShortPair
public int compareTo(DoubleShortPair that)
compareTo
in interface Comparable<DoubleShortPair>
Copyright © 2004–2016. All rights reserved.