search

goog.structs.InversionMap<T>

Provided By

Maps ranges to values.

new InversionMap<T>( rangeArray, valueArray, opt_delta )

Parameters
rangeArray(Array<number>|null)

An array of monotonically increasing integer values, with at least one instance.

valueArray(Array<(T|null)>|null)

An array of corresponding values. Length must be the same as rangeArray.

opt_deltaboolean=

If true, saves only delta from previous value.

Instance Methods

Instance Properties