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 DoubleCharPair
public char getTwo()
getTwo
in interface DoubleCharPair
public int compareTo(DoubleCharPair that)
compareTo
in interface Comparable<DoubleCharPair>
Copyright © 2004–2016. All rights reserved.