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