Interface TsonElementList
- All Superinterfaces:
Iterable<TsonElement>
-
Method Summary
Methods inherited from interface Iterable
forEach, iterator, spliterator
-
Method Details
-
getAt
-
get
-
get
-
toMap
Map<TsonElement, TsonElement> toMap() -
toMultiMap
Map<TsonElement, List<TsonElement>> toMultiMap() -
toList
List<TsonElement> toList() -
toArray
TsonElement[] toArray() -
getValues
-
getValues
-
size
int size() -
builder
TsonElementBaseListBuilder builder() -
isEmpty
boolean isEmpty()
-