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