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