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 FloatDoublePair
public double getTwo()
getTwo
in interface FloatDoublePair
public int compareTo(FloatDoublePair that)
compareTo
in interface Comparable<FloatDoublePair>
Copyright © 2004–2016. All rights reserved.