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