public class TsonArrayBuilderSupport extends Object
| Constructor and Description |
|---|
TsonArrayBuilderSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TsonElementBase element) |
void |
add(TsonElementBase element,
int index) |
void |
addAll(Iterable<? extends TsonElementBase> element) |
void |
addAll(TsonElement[] element) |
void |
addAll(TsonElementBase[] element) |
List<TsonElement> |
buildElements() |
void |
ensureElementsCapacity(int length) |
List<TsonElement> |
getRows() |
Iterator<TsonElement> |
iterator() |
void |
newRow() |
void |
remove(TsonElementBase element) |
void |
removeAll() |
void |
removeAt(int index) |
void |
reset() |
public void reset()
public Iterator<TsonElement> iterator()
public void add(TsonElementBase element)
public void remove(TsonElementBase element)
public void add(TsonElementBase element, int index)
public void removeAt(int index)
public void removeAll()
public List<TsonElement> getRows()
public void addAll(TsonElement[] element)
public void addAll(TsonElementBase[] element)
public void addAll(Iterable<? extends TsonElementBase> element)
public void newRow()
public List<TsonElement> buildElements()
public void ensureElementsCapacity(int length)
Copyright © 2025 vpc open source initiative. All rights reserved.