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