|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<JSONObject>
org.test4j.json.helper.JSONArray
public class JSONArray
| 字段摘要 |
|---|
| 从类 java.util.AbstractList 继承的字段 |
|---|
modCount |
| 从接口 org.test4j.json.helper.JSONObject 继承的字段 |
|---|
JSON_ClazzFlag, JSON_ReferFlag, JSON_ValueFlag |
| 构造方法摘要 | |
|---|---|
JSONArray()
|
|
JSONArray(List<JSONObject> list)
|
|
| 方法摘要 | |
|---|---|
void |
addJSON(Object o)
same as add(JSON json) |
String |
description()
描述JSON对象的内容 区别于toString() |
| 从类 java.util.LinkedList 继承的方法 |
|---|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray |
| 从类 java.util.AbstractSequentialList 继承的方法 |
|---|
iterator |
| 从类 java.util.AbstractList 继承的方法 |
|---|
equals, hashCode, listIterator, removeRange, subList |
| 从类 java.util.AbstractCollection 继承的方法 |
|---|
containsAll, isEmpty, removeAll, retainAll, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 从接口 java.util.List 继承的方法 |
|---|
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
| 从接口 java.util.Deque 继承的方法 |
|---|
iterator |
| 构造方法详细信息 |
|---|
public JSONArray()
public JSONArray(List<JSONObject> list)
| 方法详细信息 |
|---|
public void addJSON(Object o)
o - public String description()
JSONObject 复制的描述
JSONObject 中的 description
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||