jgrouse.util.Maps


module jgrouse.util.Maps
Different implementations of Map functionality
Defined in jgrouse/util/Maps.js

Class Summary
Abstract Map - an object that maps key to values.
Implementation of map where the key could be any object.
Implementation of a simple map where keys are strings or objects that could be converted to string.