public class TsonUpletBuilderImpl extends AbstractTsonElementBuilder<TsonUpletBuilder> implements TsonUpletBuilder
| Constructor and Description |
|---|
TsonUpletBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
TsonUpletBuilder |
add(TsonElementBase element) |
TsonUpletBuilder |
add(TsonElementBase element,
int index) |
TsonUpletBuilder |
addAll(Iterable<? extends TsonElementBase> element) |
TsonUpletBuilder |
addAll(TsonElement[] element) |
TsonUpletBuilder |
addAll(TsonElementBase[] element) |
TsonElement |
build() |
TsonUpletBuilder |
ensureCapacity(int length) |
TsonElement[] |
getParams() |
Iterator<TsonElement> |
iterator() |
TsonUpletBuilder |
merge(TsonElementBase element0) |
TsonUpletBuilder |
remove(TsonElementBase element) |
TsonUpletBuilder |
removeAll() |
TsonUpletBuilder |
removeAt(int index) |
TsonUpletBuilder |
reset() |
TsonElementType |
type() |
addAnnotation, addAnnotation, addAnnotations, addAnnotations, anchor, annotation, comments, getAnnotations, getComments, removeAllAnnotations, removeAnnotationAt, setAnnotations, setComments, toArray, toFunction, toObject, toString, toString, toString, toUpletclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAnnotation, addAnnotation, addAnnotations, addAnnotations, annotation, comments, removeAllAnnotations, removeAnnotationAt, setAnnotations, setCommentsforEach, spliteratoranchor, getAnnotations, getComments, toArray, toFunction, toObject, toUpletof, toString, toString, toStringpublic TsonElementType type()
type in interface TsonElementBasetype in interface TsonElementBuilderpublic TsonUpletBuilder reset()
reset in interface TsonUpletBuilderpublic TsonUpletBuilder addAll(TsonElement[] element)
addAll in interface TsonUpletBuilderpublic TsonUpletBuilder addAll(TsonElementBase[] element)
addAll in interface TsonUpletBuilderpublic TsonUpletBuilder addAll(Iterable<? extends TsonElementBase> element)
addAll in interface TsonUpletBuilderpublic TsonUpletBuilder add(TsonElementBase element)
add in interface TsonUpletBuilderpublic Iterator<TsonElement> iterator()
iterator in interface Iterable<TsonElement>public TsonUpletBuilder remove(TsonElementBase element)
remove in interface TsonUpletBuilderpublic TsonElement[] getParams()
getParams in interface TsonUpletBuilderpublic TsonUpletBuilder removeAll()
removeAll in interface TsonUpletBuilderpublic TsonUpletBuilder add(TsonElementBase element, int index)
add in interface TsonUpletBuilderpublic TsonUpletBuilder removeAt(int index)
removeAt in interface TsonUpletBuilderpublic TsonElement build()
build in interface TsonElementBasebuild in interface TsonElementBuilderpublic TsonUpletBuilder merge(TsonElementBase element0)
merge in interface TsonUpletBuilderpublic TsonUpletBuilder ensureCapacity(int length)
ensureCapacity in interface TsonUpletBuilderCopyright © 2024 vpc open source initiative. All rights reserved.