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