Interface | Description |
---|---|
Interpolable<T> |
Interpolable is an interface used by an Interpolating Tree as the Value type.
|
InverseInterpolable<T> |
InverseInterpolable is an interface used by an Interpolating Tree as the Key
type.
|
Class | Description |
---|---|
InterpolatingDouble |
A Double that can be interpolated using the InterpolatingTreeMap.
|
InterpolatingTreeMap<K extends InverseInterpolable<K> & java.lang.Comparable<K>,V extends Interpolable<V>> |
Interpolating Tree Maps are used to get values at points that are not defined
by making a guess from points that are defined.
|