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