public class ShortFloatPairImpl extends Object implements ShortFloatPair
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ShortFloatPair that) |
boolean |
equals(Object o) |
short |
getOne() |
float |
getTwo() |
int |
hashCode() |
String |
toString() |
public short getOne()
getOne in interface ShortFloatPairpublic float getTwo()
getTwo in interface ShortFloatPairpublic int compareTo(ShortFloatPair that)
compareTo in interface Comparable<ShortFloatPair>Copyright © 2004–2016. All rights reserved.