Class fullproof.HMap
Defined in: fullproof-all-large.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
An HashMap structure that uses a javascript object to store its data, and prefixes all the keys
with a '$' to avoid name conflict with object properties.
|
Class Detail
fullproof.HMap()
An HashMap structure that uses a javascript object to store its data, and prefixes all the keys
with a '$' to avoid name conflict with object properties.