Class BasicInterpolator<IN>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Float,IN>
com.ticxo.modelengine.api.utils.data.interpolator.Interpolator<IN,IN>
com.ticxo.modelengine.api.utils.data.interpolator.BasicInterpolator<IN>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Float,
,IN> NavigableMap<Float,
,IN> SortedMap<Float,
IN>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ticxo.modelengine.api.utils.data.interpolator.Interpolator
Interpolator.Context, Interpolator.Interpolation<IN>, Interpolator.Parse<IN,
OUT> 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> -
Field Summary
Fields inherited from class com.ticxo.modelengine.api.utils.data.interpolator.Interpolator
defaultValue, interpolateFunc, parseFunc
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ticxo.modelengine.api.utils.data.interpolator.Interpolator
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
-
BasicInterpolator
public BasicInterpolator()
-