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