Class: shaka.util.MapUtils

A set of map/object utility functions.

Methods

(static) asMap(objectnon-null) → (non-null) {Map.<KEY, VALUE>}

Parameters:
Name Type Description
object Object.<KEY, VALUE>
Source:
Returns:
Type
Map.<KEY, VALUE>

(static) asObject(mapnon-null) → (non-null) {Object.<KEY, VALUE>}

Parameters:
Name Type Description
map Map.<KEY, VALUE>
Source:
Returns:
Type
Object.<KEY, VALUE>