public class JsonList extends ArrayList<Object>
modCount| Constructor and Description |
|---|
JsonList() |
JsonList(Collection<? extends Object> c) |
JsonList(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic JsonList()
public JsonList(Collection<? extends Object> c)
public JsonList(int initialCapacity)
public String toString()
toString in class AbstractCollection<Object>Copyright © 2015. All rights reserved.