public class RangeValueDouble extends java.lang.Object implements FilterSpecParamRangeValue
Constructor and Description |
---|
RangeValueDouble(double doubleValue)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getDoubleValue()
Returns the constant value.
|
java.lang.Double |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext)
Returns the filter value representing the endpoint.
|
int |
hashCode() |
java.lang.String |
toString() |
public RangeValueDouble(double doubleValue)
doubleValue
- is the value of the range endpointpublic final java.lang.Double getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext exprEvaluatorContext)
FilterSpecParamRangeValue
getFilterValue
in interface FilterSpecParamRangeValue
matchedEvents
- is the prior resultspublic double getDoubleValue()
public final java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object