Serializable
, Comparable<DoubleFloatPair>
, DoubleFloatPair
public class DoubleFloatPairImpl extends Object implements DoubleFloatPair
Modifier and Type | Method | 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–2017. All rights reserved.