| Constructor and Description |
|---|
JSONArray() |
JSONArray(int size) |
JSONArray(List<Object> list) |
isJson, isJsonArray, isJsonObj, main, obj2StringPretty, parse, parseArray, parseArray, parseJSONArray, parseJSONObject, parseJSONObject, parseObject, parseObject, toJSONString, toJSONString, toJSONStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, streampublic JSONObject getJSONObject(int index)
public JSONArray getJSONArray(int index)
public Boolean getBoolean(int index)
public boolean getBooleanValue(int index)
public Byte getByte(int index)
public byte getByteValue(int index)
public Short getShort(int index)
public short getShortValue(int index)
public Integer getInteger(int index)
public int getIntValue(int index)
public Long getLong(int index)
public long getLongValue(int index)
public Float getFloat(int index)
public float getFloatValue(int index)
public Double getDouble(int index)
public double getDoubleValue(int index)
public BigDecimal getBigDecimal(int index)
public BigInteger getBigInteger(int index)
public String getString(int index)
public <T> T getObject(int index,
Class<T> clazz)
public String toJSONString()
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Iterator iterator()
public Object[] toArray()
public boolean add(Object o)
public boolean remove(Object o)
public boolean containsAll(Collection c)
containsAll in interface Collection<Object>containsAll in interface List<Object>public boolean addAll(Collection c)
public boolean addAll(int index,
Collection c)
public boolean removeAll(Collection c)
public boolean retainAll(Collection c)
public void clear()
public boolean equals(Object o)
public int hashCode()
public int lastIndexOf(Object o)
lastIndexOf in interface List<Object>public ListIterator listIterator()
listIterator in interface List<Object>public ListIterator listIterator(int index)
listIterator in interface List<Object>public List subList(int fromIndex, int toIndex)
public void replaceAll(UnaryOperator operator)
replaceAll in interface List<Object>public void sort(Comparator c)
public Spliterator spliterator()
spliterator in interface Iterable<Object>spliterator in interface Collection<Object>spliterator in interface List<Object>Copyright © 2024. All rights reserved.