public class JSONCollection extends AbstractCollection implements Serializable
Constructor and Description |
---|
JSONCollection() |
JSONCollection(JSONArray array) |
JSONCollection(String jsonString) |
Modifier and Type | Method and Description |
---|---|
Iterator |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public JSONCollection() throws JSONException
JSONException
public JSONCollection(JSONArray array) throws JSONException
JSONException
public JSONCollection(String jsonString) throws JSONException
JSONException
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in class AbstractCollection
public int size()
size
in interface Collection
size
in class AbstractCollection
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.