Uses of Interface
net.thevpc.tson.TsonMatrixBuilder
Packages that use TsonMatrixBuilder
-
Uses of TsonMatrixBuilder in net.thevpc.tson
Methods in net.thevpc.tson that return TsonMatrixBuilderModifier and TypeMethodDescriptionTsonMatrixBuilder.addAnnotation(String name, TsonElementBase... elements) TsonMatrixBuilder.addAnnotation(TsonAnnotation annotation) TsonMatrixBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonMatrixBuilder.addAnnotations(TsonAnnotation... annotations) TsonMatrixBuilder.addColumns(Iterable<? extends TsonArray> element) TsonMatrixBuilder.addColumns(TsonArray... element) TsonMatrixBuilder.addParam(TsonElementBase element) TsonMatrixBuilder.addParam(TsonElementBase element, int index) TsonMatrixBuilder.addParams(Iterable<? extends TsonElementBase> element) TsonMatrixBuilder.addParams(TsonElement[] element) TsonMatrixBuilder.addParams(TsonElementBase[] element) TsonMatrixBuilder.annotation(String name, TsonElementBase... elements) TsonMatrixBuilder.clearAnnotations()TsonMatrixBuilder.clearParams()TsonMatrixBuilder.comments(TsonComments comments) /////////////////////////////////////////////TsonMatrixBuilder.ensureCapacity(int columns, int rows) TsonMatrixBuilder.merge(TsonElementBase element) static TsonMatrixBuilderTson.ofMatrixBuilder()static TsonMatrixBuilderTson.ofMatrixBuilder(String name) static TsonMatrixBuilderTson.ofMatrixBuilder(String name, TsonElementBase[] params) TsonElementsFactory.ofMatrixBuilder()TsonMatrixBuilder.removeAnnotationAt(int index) TsonMatrixBuilder.removeColumn(int column) TsonMatrixBuilder.removeParam(TsonElementBase element) TsonMatrixBuilder.removeParamAt(int index) TsonMatrixBuilder.removeRow(int row) TsonMatrixBuilder.reset()TsonMatrixBuilder.set(TsonElementBase element, int column, int row) TsonMatrixBuilder.setAnnotations(TsonAnnotation... annotations) TsonMatrixBuilder.setComments(TsonComments comments) TsonMatrixBuilder.setParametrized(boolean parametrized)