Source Info
class SourceInfo(info: MutableMap<String, String>) : MutableMap<String, String>
Content copied to clipboard
Information of source for debugging.
Constructors
Functions
computeIfAbsent
Link copied to clipboard
computeIfPresent
Link copied to clipboard
open fun computeIfPresent(p0: String, p1: BiFunction<in String, in String, out String?>): String?
Content copied to clipboard
containsKey
Link copied to clipboard
containsValue
Link copied to clipboard
forEach
Link copied to clipboard
getOrDefault
Link copied to clipboard
putIfAbsent
Link copied to clipboard
replaceAll
Link copied to clipboard
with
Link copied to clipboard
Properties
entries
Link copied to clipboard
open override val entries: MutableSet<MutableMap.MutableEntry<String, String>>
Content copied to clipboard
keys
Link copied to clipboard
values
Link copied to clipboard
Sources
jvm source
Link copied to clipboard