Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- isArray() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONValue
-
Detects whether this value represents a JSON array.
- isBoolean() - Method in enum class org.tquadrat.foundation.jsonbuilder.JSONLiteral
-
Detects whether this value represents a boolean value.
- isBoolean() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONValue
-
Detects whether this value represents a boolean value.
- isEmpty() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONArrayImpl
-
Checks whether this array has elements.
- isEmpty() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONObjectImpl
-
Checks whether this object has members.
- isEmpty() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Checks whether this array has elements.
- isEmpty() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Checks whether this object has members.
- isFalse() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONValue
-
Detects whether this value represents the JSON literal
false. - isNull() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONValue
-
Detects whether this value represents the JSON literal
null. - isNumber() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONValue
-
Detects whether this value represents a JSON number.
- isObject() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONValue
-
Detects whether this value represents a JSON object.
- isString() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONValue
-
Detects whether this value represents a JSON string.
- isTrue() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONValue
-
Detects whether this value represents the JSON literal
true. - iterator() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONArrayImpl
- iterator() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONObjectImpl
All Classes and Interfaces|All Packages|Constant Field Values
