SqliteCallbackIdMap

Functions

Link copied to clipboard
abstract operator fun get(key: K): V?
Link copied to clipboard
abstract fun put(value: V): K
Link copied to clipboard
abstract fun remove(key: K): V?