|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.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(Object other)
|
Double |
getMax()
Returns high endpoint. |
Double |
getMin()
Returns low endpoint. |
int |
hashCode()
|
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(Object other)
equals
in class Object
public final int hashCode()
hashCode
in class Object
public final String toString()
toString
in class Object
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |