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 DoubleBooleanPair
public boolean getTwo()
getTwo
in interface DoubleBooleanPair
public int compareTo(DoubleBooleanPair that)
compareTo
in interface Comparable<DoubleBooleanPair>
Copyright © 2004–2016. All rights reserved.