-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classValueMap.Companionpublic classValueMap.Cache
-
Method Summary
-
Methods inherited from class ai.seinetime.sdk.internal.ValueMap
compute, computeIfAbsent, computeIfPresent, merge, putIfAbsent, remove, replace, replace, replaceAll -
Methods inherited from class kotlin.collections.MutableMap
forEach, getOrDefault -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
containsKey
Boolean containsKey(String key)
-
containsValue
Boolean containsValue(Object value)
-
getBoolean
final Boolean getBoolean(String key, Boolean defaultValue)
-
getValueMap
final ValueMap getValueMap(Object key)
-
toJsonObject
final JSONObject toJsonObject()
-
toStringMap
final Map<String, String> toStringMap()
-
-
-
-