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