ConcurrentMap
class ConcurrentMap<Key, Value> : MutableMap<Key, Value>
Constructors
ConcurrentMap( |
Properties
val entries: MutableSet<MutableEntry<Key, Value>> |
|
val keys: MutableSet<Key> |
|
val size: Int |
|
val values: MutableCollection<Value> |
Functions
fun clear(): Unit |
|
Perform concurrent get and compute block if no associated value found in the map and insert the new value. |
|
Perform concurrent insert. |
|
fun isEmpty(): Boolean |
|