| Package | Description |
|---|---|
| net.thevpc.tson |
| Modifier and Type | Method and Description |
|---|---|
TsonArray |
TsonArrayBuilder.build() |
TsonArray |
TsonMatrixBuilder.getColumn(int column) |
TsonArray |
TsonMatrix.getColumn(int column) |
TsonArray |
TsonMatrixBuilder.getRow(int row) |
TsonArray |
TsonMatrix.getRow(int row) |
TsonArray |
TsonElement.toArray() |
| Modifier and Type | Method and Description |
|---|---|
List<TsonArray> |
TsonMatrix.getColumns() |
List<TsonArray> |
TsonMatrixBuilder.getRows() |
List<TsonArray> |
TsonMatrix.getRows() |
List<TsonArray> |
TsonMatrixBuilder.rows() |
List<TsonArray> |
TsonMatrix.rows() |
| Modifier and Type | Method and Description |
|---|---|
TsonMatrixBuilder |
TsonMatrixBuilder.addColumn(TsonArray element) |
TsonMatrixBuilder |
TsonMatrixBuilder.addColumns(TsonArray... element) |
TsonMatrixBuilder |
TsonMatrixBuilder.addRow(TsonArray element) |
TsonMatrixBuilder |
TsonMatrixBuilder.addRows(TsonArray... element) |
| Modifier and Type | Method and Description |
|---|---|
TsonMatrixBuilder |
TsonMatrixBuilder.addColumns(Iterable<? extends TsonArray> element) |
TsonMatrixBuilder |
TsonMatrixBuilder.addRows(Iterable<? extends TsonArray> element) |
Copyright © 2025 vpc open source initiative. All rights reserved.