new MapStorage()
Initializes the map storage.
Members
-
<protected> _storage :Map.<string, *>
-
The internal storage of entries.
Type:
- Map.<string, *>
Methods
-
clear()
-
-
delete()
-
-
get()
-
-
has()
-
-
init()
-
-
keys()
-
-
set()
-
-
size()
-