Uses of Interface
net.thevpc.tson.TsonArray
Packages that use TsonArray
-
Uses of TsonArray in net.thevpc.tson
Subinterfaces with type arguments of type TsonArray in net.thevpc.tsonMethods in net.thevpc.tson that return TsonArrayModifier and TypeMethodDescriptionTsonArrayBuilder.build()TsonMatrix.column(int column) TsonMatrixBuilder.getColumn(int column) TsonMatrixBuilder.getRow(int row) static TsonArrayTson.ofArray(String name, TsonElementBase... elems) static TsonArrayTson.ofArray(String name, TsonElementBase[] params, TsonElementBase... elems) static TsonArrayTson.ofArray(TsonElementBase... elements) TsonMatrix.row(int row) TsonElement.toArray()Methods in net.thevpc.tson that return types with arguments of type TsonArrayModifier and TypeMethodDescriptionTsonMatrix.columns()TsonMatrixBuilder.getRows()TsonMatrix.rows()TsonMatrixBuilder.rows()Methods in net.thevpc.tson with parameters of type TsonArrayMethod parameters in net.thevpc.tson with type arguments of type TsonArrayModifier and TypeMethodDescriptionTsonMatrixBuilder.addColumns(Iterable<? extends TsonArray> element)