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