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