public class TsonElementListImpl extends Object implements TsonElementList
| Constructor and Description |
|---|
TsonElementListImpl(List<TsonElementBase> elements) |
| Modifier and Type | Method and Description |
|---|---|
TsonElementBaseListBuilder |
builder() |
TsonElement |
getValue(String name) |
TsonElement |
getValue(TsonElement name) |
TsonElement |
getValueAt(int index) |
List<TsonElement> |
getValues(String name) |
List<TsonElement> |
getValues(TsonElement name) |
boolean |
isEmpty() |
Iterator<TsonElement> |
iterator() |
int |
size() |
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 getValueAt(int index)
getValueAt in interface TsonElementListpublic TsonElement getValue(String name)
getValue in interface TsonElementListpublic TsonElement getValue(TsonElement name)
getValue 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 TsonElementListCopyright © 2024 vpc open source initiative. All rights reserved.