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