public class TsonElementBaseListImpl extends Object implements TsonElementBaseList
| Constructor and Description |
|---|
TsonElementBaseListImpl(ArrayList<TsonElementBase> elements) |
| Modifier and Type | Method and Description |
|---|---|
TsonElementBaseListBuilder |
builder() |
TsonElementBase |
get(String name) |
TsonElementBase |
get(TsonElementBase name) |
List<TsonElementBase> |
get2(String name) |
List<TsonElementBase> |
get2(TsonElementBase name) |
TsonElementBase |
getAt(int index) |
Iterator<TsonElementBase> |
iterator() |
int |
size() |
List<TsonElementBase> |
toList() |
Map<TsonElementBase,TsonElementBase> |
toMap() |
Map<TsonElementBase,List<TsonElementBase>> |
toMap2() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TsonElementBaseListImpl(ArrayList<TsonElementBase> elements)
public TsonElementBase getAt(int index)
getAt in interface TsonElementBaseListpublic TsonElementBase get(String name)
get in interface TsonElementBaseListpublic TsonElementBase get(TsonElementBase name)
get in interface TsonElementBaseListpublic List<TsonElementBase> get2(String name)
get2 in interface TsonElementBaseListpublic List<TsonElementBase> get2(TsonElementBase name)
get2 in interface TsonElementBaseListpublic int size()
size in interface TsonElementBaseListpublic TsonElementBaseListBuilder builder()
builder in interface TsonElementBaseListpublic Iterator<TsonElementBase> iterator()
iterator in interface Iterable<TsonElementBase>public Map<TsonElementBase,TsonElementBase> toMap()
toMap in interface TsonElementBaseListpublic Map<TsonElementBase,List<TsonElementBase>> toMap2()
toMap2 in interface TsonElementBaseListpublic List<TsonElementBase> toList()
toList in interface TsonElementBaseListCopyright © 2025 vpc open source initiative. All rights reserved.