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