public static class JSONOne.JMap extends AbstractMap<String,JSONOne.JObject> implements JSONOne.JObject
JSONOne.JObject.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JMap() |
clone, equals, hashCode, isEmpty, putAll, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitarrayValue, boolValue, nullValue, numberValue, print, print, print, stringValuecompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic JSONOne.JMap mapValue()
mapValue in interface JSONOne.JObjectpublic Set<Map.Entry<String,JSONOne.JObject>> entrySet()
entrySet in interface Map<String,JSONOne.JObject>entrySet in class AbstractMap<String,JSONOne.JObject>public JSONOne.Type getType()
getType in interface JSONOne.JObjectpublic Object pojoValue()
pojoValue in interface JSONOne.JObjectpublic boolean containsValue(Object value)
containsValue in interface Map<String,JSONOne.JObject>containsValue in class AbstractMap<String,JSONOne.JObject>public boolean containsKey(Object key)
containsKey in interface Map<String,JSONOne.JObject>containsKey in class AbstractMap<String,JSONOne.JObject>public JSONOne.JObject get(Object key)
get in interface Map<String,JSONOne.JObject>get in class AbstractMap<String,JSONOne.JObject>public JSONOne.JObject put(String key, JSONOne.JObject value)
put in interface Map<String,JSONOne.JObject>put in class AbstractMap<String,JSONOne.JObject>public JSONOne.JObject remove(Object key)
remove in interface Map<String,JSONOne.JObject>remove in class AbstractMap<String,JSONOne.JObject>public void clear()
clear in interface Map<String,JSONOne.JObject>clear in class AbstractMap<String,JSONOne.JObject>public Set<String> keySet()
keySet in interface Map<String,JSONOne.JObject>keySet in class AbstractMap<String,JSONOne.JObject>public JSONOne.JArray getArray(String key, JSONOne.JArray defValue)
public JSONOne.JArray getMap(String key, JSONOne.JMap defValue)
public boolean isNull(String key, boolean defValue)
public JSONOne.JMap putBoolean(String key, boolean value)
public JSONOne.JMap putNumber(String key, Number val)
public JSONOne.JMap putString(String key, String value)
public JSONOne.JMap putNull(String key)
public JSONOne.JMap putMap(String key, JSONOne.JMap value)
public JSONOne.JMap putArray(String key, JSONOne.JArray value)
public void print(Writer w, int indent, boolean compact) throws IOException
print in interface JSONOne.JObjectIOExceptionCopyright © 2020. All rights reserved.