| Overview | Index | GodLikeMouse AJAX JavaScript Framework 2.5 |
| FRAMES | NO FRAMES |
GLM.Collection.Map
Map class for holding key value pairs.
Returns:
The new GLM.Collection.Map object.
Example:
var m = new GLM.Collection.Map();
m.add("name1","value1");
m.add("name2","value2");
alert( m.get("name1") ); //alerts "value1"
| Overview | Index | GodLikeMouse AJAX JavaScript Framework 2.5 |
| FRAMES | NO FRAMES |