com.sdicons.json.model
Class JSONComplex
java.lang.Object
com.sdicons.json.model.JSONValue
com.sdicons.json.model.JSONComplex
- Direct Known Subclasses:
- JSONArray, JSONObject
public abstract class JSONComplex
- extends JSONValue
Superclass of JSON complex types, namely JSONArray
and JSONObject
.
Method Summary |
abstract int |
size()
|
Methods inherited from class com.sdicons.json.model.JSONValue |
decorate, getCol, getData, getLine, getStreamName, isArray, isBoolean, isComplex, isDecimal, isInteger, isNull, isNumber, isObject, isSimple, isString, render, render, setData, setLineCol, setStreamName, strip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONComplex
public JSONComplex()
size
public abstract int size()
Copyright © 2011. All Rights Reserved.