T
- public static class HierarchyBuilderIntervalBased.Interval<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AggregateFunction<T> |
getFunction() |
T |
getMax() |
T |
getMin() |
int |
hashCode() |
boolean |
isNullInterval()
Is this an interval for null values
|
boolean |
isOutOfBound()
Is this an interval representing values that are out of bounds
|
boolean |
isOutOfLowerBound()
Is this an interval representing values that are out of the lower bound
|
java.lang.String |
toString() |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public AggregateFunction<T> getFunction()
public T getMax()
public T getMin()
public int hashCode()
hashCode
in class java.lang.Object
public boolean isNullInterval()
public boolean isOutOfBound()
public boolean isOutOfLowerBound()
public java.lang.String toString()
toString
in class java.lang.Object