* This class organizes a container of object mapped to keys. The keys have to be {Strings}. * * @example * * var map = new Dictionary(); * * // add item to map * map.put("Test", new Point(2, 2)); * * // retrieve item from map * var pt = map.get("Test"); * * @class Map
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected