Interface TsonElementBaseList
- All Superinterfaces:
Iterable<TsonElementBase>
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()get(TsonElementBase name) get2(TsonElementBase name) getAt(int index) intsize()toList()toMap()toMap2()Methods inherited from interface Iterable
forEach, iterator, spliterator
-
Method Details
-
getAt
-
get
-
get
-
get2
-
get2
-
toMap
Map<TsonElementBase, TsonElementBase> toMap() -
toMap2
Map<TsonElementBase, List<TsonElementBase>> toMap2() -
toList
List<TsonElementBase> toList() -
size
int size() -
builder
TsonElementBaseListBuilder builder()
-