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