Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- contains(String) - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONObjectImpl
-
Checks if a specified member is present as a child of this object.
- contains(String) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Checks if a specified member is present as a child of this object.
- copyArray(JSONArray) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a deep copy of the given JSON array.
- copyObject(JSONObject) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a deep copy of the given JSON object.
- createArray() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONBuilderImpl
-
Returns a new empty instance of
JSONArray. - createArray() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new empty instance of
JSONArray. - createArray(double[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(float[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraywith the given number of elements, all set toJSONLiteral.NULL. - createArray(int[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(long[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(Double[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(Float[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(Integer[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(Long[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(String...) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(BigDecimal[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(BigInteger[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createArray(Supplier) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the return value from the givenSupplier<JSONValue []>. - createArray(JSONValue[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONArraythat is populated with the values from the given array. - createObject() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONBuilderImpl
-
Returns a new empty instance of
JSONObject. - createObject() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new empty instance of
JSONObject. - createObject(Collection, Function) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns a new instance of
JSONObjectthat is populated with the values returned by the givenFunction.
All Classes and Interfaces|All Packages|Constant Field Values
