Class: shaka.util.MapUtils

A set of map/object utility functions.

Constructor

new MapUtils()

A set of map/object utility functions.

Source:

Methods

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

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

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

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