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