public class LongFloatPairImpl extends Object implements LongFloatPair
Modifier and Type | Method and 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–2016. All rights reserved.