Uses of Interface
jsonvalues.MutableMap
-
-
Uses of MutableMap in jsonvalues
Methods in jsonvalues that return MutableMap Modifier and Type Method Description MutableMap
MutableMap. copy()
creates and returns a copy of this mapMethod parameters in jsonvalues with type arguments of type MutableMap Modifier and Type Method Description MutableJsons
MutableJsons. withMap(Class<? extends MutableMap> map)
returns a new factory of mutable Json using as underlying data structure to store elements of Json objects the given as a parameter
-