Uses of Interface
jsonvalues.ImmutableSeq
-
-
Uses of ImmutableSeq in jsonvalues
Method parameters in jsonvalues with type arguments of type ImmutableSeq Modifier and Type Method Description ImmutableJsonsImmutableJsons. withSeq(Class<? extends ImmutableSeq> seq)returns a new factory of immutable Jsons using as underlying data structure to store elements of Json arrays the given as a parameter
-