Package de.fmui.osb.broker.json
Interface JSONArray<T>
-
- All Superinterfaces:
java.util.Collection<T>
,java.lang.Iterable<T>
,JSONAware
,JSONStreamAware
,java.util.List<T>
public interface JSONArray<T> extends java.util.List<T>, JSONAware, JSONStreamAware
A JSON array. JSONObject supports java.util.List interface.
-
-
Method Summary
-
Methods inherited from interface de.fmui.osb.broker.json.JSONAware
toJSONString
-
Methods inherited from interface de.fmui.osb.broker.json.JSONStreamAware
writeJSONString
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-