Strings

class Strings : ZkStringStore

Functions

addMissing
Link copied to clipboard
common
fun addMissing(other: ZkStringStore)
get
Link copied to clipboard
common
operator fun get(key: String): String
getNormalized
Link copied to clipboard
common
fun getNormalized(instance: Any): String
fun getNormalized(key: String): String
merge
Link copied to clipboard
common
fun merge(other: List<StringPair>)
normalizeKey
Link copied to clipboard
common
fun normalizeKey(key: String): String
plusAssign
Link copied to clipboard
common
operator fun plusAssign(childStore: ZkStringStore)
provideDelegate
Link copied to clipboard
common
operator fun String.provideDelegate(thisRef: ZkStringStore, prop: KProperty<*>): ReadOnlyProperty<ZkStringStore, String>

Properties

childStores
Link copied to clipboard
common
val childStores: MutableList<ZkStringStore>
map
Link copied to clipboard
common
val map: MutableMap<String, String>
normalizedKeyMap
Link copied to clipboard
common
val normalizedKeyMap: MutableMap<String, String>
starting
Link copied to clipboard
common
val starting: String
uploadAbort
Link copied to clipboard
common
val uploadAbort: String
uploadError
Link copied to clipboard
common
val uploadError: String
uploading
Link copied to clipboard
common
val uploading: String