Uses of Interface
jsonvalues.ImmutableMap
-
-
Uses of ImmutableMap in jsonvalues
Methods in jsonvalues that return ImmutableMap Modifier and Type Method Description ImmutableMap
ImmutableMap. remove(String key)
removes the key associated with this map.ImmutableMap
ImmutableMap. update(String key, JsElem je)
updates the element associated with the key with a new element.Method parameters in jsonvalues with type arguments of type ImmutableMap Modifier and Type Method Description ImmutableJsons
ImmutableJsons. withMap(Class<ImmutableMap> map)
returns a new factory of immutable Jsons using as underlying data structure to store elements of Json objects the given as a parameter
-