JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
json-lib 3.0.2-SNAPSHOT
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
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.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright © 2006-2020 Andres Almiray. All rights reserved.
Prev Letter
Next Letter
Frames
No Frames
All Classes