CaseInsensitiveMap
class CaseInsensitiveMap<Value> : MutableMap<String, Value>
A map with case insensitive String keys
Constructors
CaseInsensitiveMap() A map with case insensitive String keys |
Properties
val entries: MutableSet<MutableEntry<String, Value>> |
|
val keys: MutableSet<String> |
|
val size: Int |
|
val values: MutableCollection<Value> |
Functions
fun clear(): Unit |
|
fun hashCode(): Int |
|
fun isEmpty(): Boolean |
|