Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- get(int) - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONArrayImpl
-
Returns the value of the element at the specied index in this array.
- get(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Returns the value of the element at the specied index in this array.
- get(String) - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONObjectImpl
-
Returns the value of the member with the specified name in this object.
- get(String) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Returns the value of the member with the specified name in this object.
- getArray(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
JSONArray. - getArray(String, JSONArray) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
JSONArray. - getBigDecimal() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONNumberImpl
-
Returns the value as an
BigDecimal. - getBigDecimal() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONNumber
-
Returns the value as an
BigDecimal. - getBigDecimal(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
BigDecimal. - getBigDecimal(String, BigDecimal) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
BigDecimal. - getBigInteger() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONNumberImpl
-
Returns the value as an
BigInteger. - getBigInteger() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONNumber
-
Returns the value as an
BigInteger. - getBigInteger(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
BigInteger. - getBigInteger(String, BigInteger) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
BigInteger. - getBoolean(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
boolean. - getBoolean(String, boolean) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
boolean. - getDouble() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONNumberImpl
-
Returns the value as an
double. - getDouble() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONNumber
-
Returns the value as an
double. - getDouble(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
double. - getDouble(String, double) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
double. - getFloat() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONNumberImpl
-
Returns the value as an
float. - getFloat() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONNumber
-
Returns the value as an
float. - getFloat(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
float. - getFloat(String, float) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
float. - getIndentation() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONBuilderImpl
-
Returns the indentation that is used when a
JSONValueis formatted. - getIndentation() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Returns the indentation that is used when a
JSONValueis formatted. - getInstance() - Static method in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
-
Creates an instance of
JSONBuilder. - getInt() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONNumberImpl
-
Returns the value as an
int. - getInt() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONNumber
-
Returns the value as an
int. - getInt(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
int. - getInt(String, int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
int. - getLong() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONNumberImpl
-
Returns the value as an
long. - getLong() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONNumber
-
Returns the value as an
long. - getLong(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
long. - getLong(String, long) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
long. - getObject(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
JSONObject. - getObject(String, JSONObject) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
JSONObject. - getString() - Method in class org.tquadrat.foundation.jsonbuilder.internal.JSONStringImpl
-
Returns the value of this instance.
- getString() - Method in interface org.tquadrat.foundation.jsonbuilder.JSONString
-
Returns the value of this instance.
- getString(int) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONArray
-
Convenience method that returns the value with the specified index as a
String. - getString(String, String) - Method in interface org.tquadrat.foundation.jsonbuilder.JSONObject
-
Convenience method that returns the value with the specified name as a
String.
All Classes and Interfaces|All Packages|Constant Field Values
