
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;Copyright © 2018. All rights reserved.