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