
public static class StorageMap extends Object
Storage as a standard Map<String, String>.
Experimental API: This API is still under development and is subject to change.
The following characteristics are associated with this Map:
#put(String, String),
#putAll(Map), #remove(Object), #clear(),
Entry#setValue(Object)) operate as intended;#keySet(), #entrySet() and #values())
operate as intended;null values and keys - The Storage doesn't
accept keys or values which are null;NullPointerException if some argument is null (e.g.
#remove(Object) remove(null)). this Map emits
JavaScriptExceptions instead;Copyright © 2018. All rights reserved.