public class TsonElementListImpl extends Object implements TsonElementList
| Constructor and Description |
|---|
TsonElementListImpl(List<TsonElementBase> elements) |
| Modifier and Type | Method and Description |
|---|---|
TsonElementBaseListBuilder |
builder() |
TsonElement |
get(String name) |
TsonElement |
get(TsonElement name) |
TsonElement |
getAt(int index) |
List<TsonElement> |
getValues(String name) |
List<TsonElement> |
getValues(TsonElement name) |
boolean |
isEmpty() |
Iterator<TsonElement> |
iterator() |
int |
size() |
TsonElement[] |
toArray() |
List<TsonElement> |
toList() |
Map<TsonElement,TsonElement> |
toMap() |
Map<TsonElement,List<TsonElement>> |
toMultiMap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TsonElementListImpl(List<TsonElementBase> elements)
public boolean isEmpty()
isEmpty in interface TsonElementListpublic TsonElement getAt(int index)
getAt in interface TsonElementListpublic TsonElement get(String name)
get in interface TsonElementListpublic TsonElement get(TsonElement name)
get in interface TsonElementListpublic List<TsonElement> getValues(String name)
getValues in interface TsonElementListpublic List<TsonElement> getValues(TsonElement name)
getValues in interface TsonElementListpublic int size()
size in interface TsonElementListpublic TsonElementBaseListBuilder builder()
builder in interface TsonElementListpublic Iterator<TsonElement> iterator()
iterator in interface Iterable<TsonElement>public Map<TsonElement,TsonElement> toMap()
toMap in interface TsonElementListpublic Map<TsonElement,List<TsonElement>> toMultiMap()
toMultiMap in interface TsonElementListpublic List<TsonElement> toList()
toList in interface TsonElementListpublic TsonElement[] toArray()
toArray in interface TsonElementListCopyright © 2025 vpc open source initiative. All rights reserved.