public static interface CustomValue.CvObject extends CustomValue, Iterable<Map.Entry<String,CustomValue>>
CustomValue.CvType.OBJECT value.CustomValue.CvArray, CustomValue.CvObject, CustomValue.CvType| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key)
Returns whether a
key is present within this object value. |
CustomValue |
get(String key)
Gets the value associated with a
key within this object value. |
int |
size()
Returns the number of key-value pairs within this object value.
|
getAsArray, getAsBoolean, getAsNumber, getAsObject, getAsString, getTypeforEach, iterator, spliteratorint size()
boolean containsKey(String key)
key is present within this object value.key - the key to checkCustomValue get(String key)
key within this object value.key - the key to checknull if no such value is present