class KeySet<K> : AbstractSet<K>
<init> |
KeySet(map: HTreeMap<K, Any?>) |
map |
val map: HTreeMap<K, Any?> |
size |
val size: Int |
add |
fun add(element: K): Boolean |
clear |
fun clear(): Unit |
isEmpty |
fun isEmpty(): Boolean |
iterator |
fun iterator(): MutableIterator<K?> |
remove |
fun remove(element: K): Boolean |