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