Packagesystem.data.maps
Classpublic class MapUtils
InheritanceMapUtils Inheritance Object

The MapUtils utility class is an all-static class with methods for working with map.



Public Methods
 MethodDefined By
  
getNumber(map:Map, key:*):Number
[static] Returns the value of the specified key in the map with a Number representation.
MapUtils
Method Detail
getNumber()method
public static function getNumber(map:Map, key:*):Number

Returns the value of the specified key in the map with a Number representation.

Parameters

map:Map — the map used by this method.
 
key:* — the key in the map to used to return the number value.

Returns
Number — the value of the specified key in the map with a Number representation.