public class LazyJsonArray<T>
extends java.util.AbstractList<T>
| Constructor and Description |
|---|
LazyJsonArray(byte[] json) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object o) |
T |
get(int index) |
int |
hashCode() |
java.util.Iterator<T> |
iterator() |
int |
size() |
java.lang.Object[] |
toArray() |
<S> S[] |
toArray(S[] a) |
add, add, addAll, clear, equals, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, containsAll, isEmpty, remove, removeAll, retainAll, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait