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