Class TsonArrayBuilderSupport
java.lang.Object
net.thevpc.tson.impl.builders.TsonArrayBuilderSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(TsonElementBase element) voidadd(TsonElementBase element, int index) voidaddAll(Iterable<? extends TsonElementBase> element) voidaddAll(TsonElement[] element) voidaddAll(TsonElementBase[] element) voidensureElementsCapacity(int length) getRows()iterator()voidnewRow()voidremove(TsonElementBase element) voidvoidremoveAt(int index) voidreset()
-
Constructor Details
-
TsonArrayBuilderSupport
public TsonArrayBuilderSupport()
-
-
Method Details
-
reset
public void reset() -
iterator
-
add
-
remove
-
add
-
removeAt
public void removeAt(int index) -
removeAll
public void removeAll() -
getRows
-
addAll
-
addAll
-
addAll
-
newRow
public void newRow() -
buildElements
-
ensureElementsCapacity
public void ensureElementsCapacity(int length)
-