public class JsonArray extends LinkedList<JsonValue> implements JsonValue
modCount| Modifier and Type | Method and Description |
|---|---|
JsonArray |
$(Object value) |
JsonArray |
$$(List<JsonValue> values) |
static JsonArray |
createArray() |
boolean |
equals(Object o) |
static JsonArray |
fromJson(String json) |
int |
hashCode() |
String |
toJson() |
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, spliterator, toArray, toArrayiteratorlistIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitas, asJsArray, asJsBoolean, asJsNull, asJsNumber, asJsObject, asJsString, asJsValuecontainsAll, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subListparallelStream, removeIf, streampublic static JsonArray createArray()
public boolean equals(Object o)
equals in interface Collection<JsonValue>equals in interface List<JsonValue>equals in class AbstractList<JsonValue>public int hashCode()
hashCode in interface Collection<JsonValue>hashCode in interface List<JsonValue>hashCode in class AbstractList<JsonValue>Copyright © 2018. All rights reserved.