JsonValue.JsonBoolean, JsonValue.JsonDouble, JsonValue.JsonString| Constructor and Description |
|---|
JsonMap() |
public boolean containsKey(Object key)
containsKey in interface Map<String,JsonValue>public boolean containsValue(Object value)
containsValue in interface Map<String,JsonValue>public Collection<JsonValue> values()
public JsonValue getOrDefault(Object key, JsonValue defaultValue)
getOrDefault in interface Map<String,JsonValue>public JsonValue putIfAbsent(String key, JsonValue value)
putIfAbsent in interface Map<String,JsonValue>public JsonValue computeIfAbsent(String key, Function<? super String,? extends JsonValue> mappingFunction)
computeIfAbsent in interface Map<String,JsonValue>public JsonValue computeIfPresent(String key, BiFunction<? super String,? super JsonValue,? extends JsonValue> remappingFunction)
computeIfPresent in interface Map<String,JsonValue>public JsonValue compute(String key, BiFunction<? super String,? super JsonValue,? extends JsonValue> remappingFunction)
public JsonValue merge(String key, JsonValue value, BiFunction<? super JsonValue,? super JsonValue,? extends JsonValue> remappingFunction)
public void forEach(BiConsumer<? super String,? super JsonValue> action)
public void replaceAll(BiFunction<? super String,? super JsonValue,? extends JsonValue> function)
replaceAll in interface Map<String,JsonValue>public boolean equals(Object o)
Copyright © 2014. All rights reserved.