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