public class LongFloatPairImpl extends Object implements LongFloatPair
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LongFloatPair that) |
boolean |
equals(Object o) |
long |
getOne() |
float |
getTwo() |
int |
hashCode() |
String |
toString() |
public long getOne()
getOne in interface LongFloatPairpublic float getTwo()
getTwo in interface LongFloatPairpublic int compareTo(LongFloatPair that)
compareTo in interface Comparable<LongFloatPair>Copyright © 2004–2022. All rights reserved.