JsonValue.ValueType| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares the specified object with this JsonString for equality.
|
CharSequence |
getChars()
Returns the char sequence for the JSON String value
|
String |
getValue()
Returns the JSON string value
|
int |
hashCode()
Returns the hash code value for this JsonString object.
|
getValueType, toStringString getValue()
CharSequence getChars()
boolean equals(Object obj)
true if and only if the specified object is also a
JsonString, and their getValue() objects are
equalint hashCode()
getValue() object's
hash code.Copyright © 2013. All Rights Reserved.