|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.filter.DoubleRange
public final class DoubleRange
Holds a range of double values with a minimum (start) value and a maximum (end) value.
Constructor Summary | |
---|---|
DoubleRange(double min,
double max)
Constructor - takes range endpoints. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
double |
getMax()
Returns high endpoint. |
double |
getMin()
Returns low endpoint. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DoubleRange(double min, double max)
min
- is the low endpointmax
- is the high endpointMethod Detail |
---|
public final double getMin()
public final double getMax()
public final boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public final java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |