| Modifier and Type | Method and Description |
|---|---|
TsonArray |
TsonArrayBuilder.build() |
TsonArray |
TsonMatrix.column(int column) |
TsonArray |
TsonMatrixBuilder.getColumn(int column) |
TsonArray |
TsonMatrixBuilder.getRow(int row) |
static TsonArray |
Tson.ofArray(String name,
TsonElementBase... elems) |
static TsonArray |
Tson.ofArray(String name,
TsonElementBase[] params,
TsonElementBase... elems) |
static TsonArray |
Tson.ofArray(TsonElementBase... elements) |
TsonArray |
TsonMatrix.row(int row) |
TsonArray |
TsonElement.toArray() |
| Modifier and Type | Method and Description |
|---|---|
List<TsonArray> |
TsonMatrix.columns() |
List<TsonArray> |
TsonMatrixBuilder.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) |
| Modifier and Type | Method and Description |
|---|---|
TsonArray |
TsonArrayBuilderImpl.build() |
TsonArray |
TsonMatrixBuilderImpl.getColumn(int column) |
TsonArray |
TsonMatrixBuilderImpl.getRow(int row) |
| Modifier and Type | Method and Description |
|---|---|
List<TsonArray> |
TsonMatrixBuilderImpl.getRows() |
Iterator<TsonArray> |
TsonMatrixBuilderImpl.iterator() |
List<TsonArray> |
TsonMatrixBuilderImpl.rows() |
| Modifier and Type | Method and Description |
|---|---|
TsonMatrixBuilder |
TsonMatrixBuilderImpl.addColumn(TsonArray element) |
TsonMatrixBuilder |
TsonMatrixBuilderImpl.addColumns(TsonArray... elements) |
TsonMatrixBuilder |
TsonMatrixBuilderImpl.addRow(TsonArray element) |
TsonMatrixBuilder |
TsonMatrixBuilderImpl.addRows(TsonArray... elements) |
| Modifier and Type | Method and Description |
|---|---|
TsonMatrixBuilder |
TsonMatrixBuilderImpl.addColumns(Iterable<? extends TsonArray> elements) |
TsonMatrixBuilder |
TsonMatrixBuilderImpl.addRows(Iterable<? extends TsonArray> elements) |
| Modifier and Type | Class and Description |
|---|---|
class |
TsonArrayImpl |
static class |
TsonElementDecorator.AsArray |
| Modifier and Type | Method and Description |
|---|---|
TsonArray |
TsonMatrixImpl.column(int column) |
TsonArray |
TsonElementDecorator.AsMatrix.column(int column) |
TsonArray |
TsonElementDecorator.AsArray.getBase() |
TsonArray |
TsonMatrixImpl.row(int row) |
TsonArray |
TsonElementDecorator.AsMatrix.row(int row) |
TsonArray |
TsonNullImpl.toArray() |
TsonArray |
TsonArrayImpl.toArray() |
TsonArray |
AbstractNonPrimitiveTsonElement.toArray() |
TsonArray |
AbstractTsonElementBase.toArray() |
TsonArray |
TsonElementDecorator.toArray() |
TsonArray |
TsonElementDecorator.AsArray.toArray() |
| Modifier and Type | Method and Description |
|---|---|
List<TsonArray> |
TsonMatrixImpl.columns() |
List<TsonArray> |
TsonElementDecorator.AsMatrix.columns() |
Iterator<TsonArray> |
TsonMatrixImpl.iterator() |
Iterator<TsonArray> |
TsonElementDecorator.AsMatrix.iterator() |
List<TsonArray> |
TsonMatrixImpl.rows() |
List<TsonArray> |
TsonElementDecorator.AsMatrix.rows() |
| Constructor and Description |
|---|
AsArray(TsonArray base,
TsonComments comments,
TsonAnnotation[] annotations) |
| Constructor and Description |
|---|
TsonMatrixImpl(String name,
TsonElementList params,
UnmodifiableArrayList<TsonArray> rows) |
| Modifier and Type | Method and Description |
|---|---|
static TsonArray |
TsonUtils.toArray(List<TsonElement> elements) |
static TsonArray |
TsonUtils.toArray(TsonElementList elements) |
| Modifier and Type | Method and Description |
|---|---|
static UnmodifiableArrayList<TsonArray> |
TsonUtils.unmodifiableArrays(List<TsonArray> all) |
| Modifier and Type | Method and Description |
|---|---|
static int |
TsonUtils.compareElementsArray(TsonArray[] a1,
TsonArray[] a2) |
static int |
TsonUtils.compareElementsArray(TsonArray[] a1,
TsonArray[] a2) |
| Modifier and Type | Method and Description |
|---|---|
static UnmodifiableArrayList<TsonArray> |
TsonUtils.unmodifiableArrays(List<TsonArray> all) |
Copyright © 2025 vpc open source initiative. All rights reserved.