ScriptingApiInstanceRegistry
Namespace in ScriptingScope().apiHelpers, for scripts to do their own memory management by keeping references to objects alive.
Wraps a MutableMap<>().
Throws
On an attempted assignment colliding with an existing key.
For reads and removals at non-existent keys.
Functions
computeIfAbsent
Link copied to clipboard
open fun computeIfAbsent(p0: String, p1: Function<in String, out Any?>): Any?
Content copied to clipboard
computeIfPresent
Link copied to clipboard
containsKey
Link copied to clipboard
containsValue
Link copied to clipboard
getOrDefault
Link copied to clipboard
putIfAbsent
Link copied to clipboard
replaceAll
Link copied to clipboard
Properties
backingMap
Link copied to clipboard
entries
Link copied to clipboard
open override val entries: MutableSet<MutableMap.MutableEntry<String, Any?>>
Content copied to clipboard
keys
Link copied to clipboard
values
Link copied to clipboard
Sources
jvm source
Link copied to clipboard