Class InterpolationMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.TreeMap<java.lang.Double,java.lang.Double>
-
- com.lightningrobotics.common.util.InterpolationMap
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.Double,java.lang.Double>,java.util.NavigableMap<java.lang.Double,java.lang.Double>,java.util.SortedMap<java.lang.Double,java.lang.Double>
public class InterpolationMap extends java.util.TreeMap<java.lang.Double,java.lang.Double>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpolationMap()InterpolationMap(double... doubles)InterpolationMap(java.lang.Double[] doubles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleget(double key)-
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
-
-