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