org.flexiblepower.efi.util
T - The type of the valuepublic static class FillLevelFunction.RangeElement<T> extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
double |
getLowerBound() |
double |
getUpperBound() |
T |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public double getLowerBound()
public double getUpperBound()
public T getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object