Index

A C D E F G H I J M N O R S T V 
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 JSONArray that is populated with the values from the given array.
createArray(float[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray with the given number of elements, all set to JSONLiteral.NULL.
createArray(int[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(long[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(Double[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(Float[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(Integer[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(Long[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(String...) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(BigDecimal[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(BigInteger[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the values from the given array.
createArray(Supplier) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that is populated with the return value from the given Supplier<JSONValue []>.
createArray(JSONValue[]) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
Returns a new instance of JSONArray that 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 JSONObject that is populated with the values returned by the given Function.
A C D E F G H I J M N O R S T V 
All Classes and Interfaces|All Packages|Constant Field Values