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