A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
H
- handleRepeatedReferenceAsArray(Object) - Method in class org.kordamp.json.util.CycleDetectionStrategy
-
Handle a repeated reference
Must return a valid JSONArray or null. - handleRepeatedReferenceAsObject(Object) - Method in class org.kordamp.json.util.CycleDetectionStrategy
-
Handle a repeated reference
Must return a valid JSONObject or null. - has(String) - Method in class org.kordamp.json.JSONObject
-
Determine if the JSONObject contains a specific key.
- hashCode() - Method in class org.kordamp.json.JSONArray
- hashCode() - Method in class org.kordamp.json.JSONFunction
- hashCode() - Method in class org.kordamp.json.JSONNull
- hashCode() - Method in class org.kordamp.json.JSONObject
- hashCode(Object) - Static method in class org.kordamp.json.util.JSONUtils
-
Returns the hashcode of value.
If null it will return JSONNull.getInstance().hashCode().
If value is JSON, JSONFunction or String, value.hashCode is returned, otherwise the value is transformed to a String an its hashcode is returned. - hasQuotes(String) - Static method in class org.kordamp.json.util.JSONUtils
-
Returns true if the input has single-quotes or double-quotes at both sides.
All Classes All Packages