| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.format.tson.bundled.impl.elements | |
| net.thevpc.nuts.runtime.standalone.format.tson.bundled.impl.util |
| Constructor and Description |
|---|
TsonArrayImpl(String name,
TsonElementList params,
UnmodifiableArrayList<TsonElement> elements) |
TsonMatrixImpl(String name,
TsonElementList params,
UnmodifiableArrayList<TsonArray> rows) |
TsonObjectImpl(String name,
TsonElementList params,
UnmodifiableArrayList<TsonElement> elements) |
TsonUpletImpl(String name,
UnmodifiableArrayList<TsonElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
static <E> UnmodifiableArrayList<E> |
UnmodifiableArrayList.empty() |
static <E> UnmodifiableArrayList<E> |
UnmodifiableArrayList.ofCopy(E[] array) |
static <E> UnmodifiableArrayList<E> |
UnmodifiableArrayList.ofRef(E[] array) |
static UnmodifiableArrayList<TsonArray> |
TsonUtils.unmodifiableArrays(List<TsonArray> all) |
static UnmodifiableArrayList<TsonElement> |
TsonUtils.unmodifiableElements(List<TsonElement> all) |
Copyright © 2025 vpc open source initiative. All rights reserved.