Class Interpolator<T>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Float,T>
com.ticxo.modelengine.api.utils.data.ComplexInterpolator<T,T>
com.ticxo.modelengine.api.utils.data.Interpolator<T>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Float,
,T> NavigableMap<Float,
,T> SortedMap<Float,
T>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ticxo.modelengine.api.utils.data.ComplexInterpolator
ComplexInterpolator.Context, ComplexInterpolator.Interpolation<T,
R>, ComplexInterpolator.Parse<T, R> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class com.ticxo.modelengine.api.utils.data.ComplexInterpolator
getHigherKey, getLowerKey, interpolate, setDefaultValue, setInterpolateFunc, setParseFunc
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
Constructor Details
-
Interpolator
public Interpolator()
-