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