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