public interface JsonList
| Modifier and Type | Method and Description |
|---|---|
<T> void |
add(T value) |
<T> T |
get(int index,
Class<T> clazz) |
<T> T |
remove(int index,
Class<T> clazz) |
int |
size() |
Copyright © 2019. All rights reserved.