Serializable
, Comparable<CharDoublePair>
, CharDoublePair
public class CharDoublePairImpl extends Object implements CharDoublePair
Modifier and Type | Method | 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–2017. All rights reserved.