public class TsonUpletBuilderImpl extends AbstractTsonElementBuilder<TsonUpletBuilder> implements TsonUpletBuilder
| Constructor and Description |
|---|
TsonUpletBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
TsonUpletBuilder |
add(TsonElementBase element) |
TsonUpletBuilder |
addAll(Iterable<? extends TsonElementBase> element) |
TsonUpletBuilder |
addAll(TsonElement[] element) |
TsonUpletBuilder |
addAll(TsonElementBase[] element) |
TsonUpletBuilder |
addAt(int index,
TsonElementBase element) |
TsonUplet |
build() |
TsonUpletBuilder |
ensureCapacity(int length) |
boolean |
isBlank() |
boolean |
isNamed() |
Iterator<TsonElement> |
iterator() |
TsonUpletBuilder |
merge(TsonElementBase element0) |
String |
name() |
TsonUpletBuilder |
name(String name) |
TsonElement |
param(int index) |
TsonElement[] |
params() |
TsonUpletBuilder |
remove(TsonElementBase element) |
TsonUpletBuilder |
removeAll() |
TsonUpletBuilder |
removeAt(int index) |
TsonUpletBuilder |
reset() |
TsonUpletBuilder |
setAt(int index,
TsonElementBase element) |
int |
size() |
TsonElementType |
type() |
addAnnotation, addAnnotation, addAnnotations, addAnnotations, anchor, annotation, annotations, clearAnnotations, comments, comments, removeAnnotationAt, setAnnotations, setComments, toArray, toObject, toString, toString, toString, toUpletclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAnnotation, addAnnotation, addAnnotations, addAnnotations, annotation, clearAnnotations, comments, removeAnnotationAt, setAnnotations, setCommentsforEach, spliteratoranchor, annotations, comments, toArray, toObject, toUplettoString, toString, toStringpublic String name()
name in interface TsonUpletBuilderpublic boolean isNamed()
isNamed in interface TsonUpletBuilderpublic boolean isBlank()
isBlank in interface TsonUpletBuilderpublic TsonUpletBuilder name(String name)
name in interface TsonUpletBuilderpublic 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[] params()
params in interface TsonUpletBuilderpublic TsonElement param(int index)
param in interface TsonUpletBuilderpublic int size()
size in interface TsonUpletBuilderpublic TsonUpletBuilder removeAll()
removeAll in interface TsonUpletBuilderpublic TsonUpletBuilder addAt(int index, TsonElementBase element)
addAt in interface TsonUpletBuilderpublic TsonUpletBuilder setAt(int index, TsonElementBase element)
setAt in interface TsonUpletBuilderpublic TsonUpletBuilder removeAt(int index)
removeAt in interface TsonUpletBuilderpublic TsonUplet build()
build in interface TsonElementBasebuild in interface TsonElementBuilderbuild in interface TsonUpletBuilderpublic TsonUpletBuilder merge(TsonElementBase element0)
merge in interface TsonUpletBuilderpublic TsonUpletBuilder ensureCapacity(int length)
ensureCapacity in interface TsonUpletBuilderCopyright © 2025 vpc open source initiative. All rights reserved.