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