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