org.mapdb / HTreeMap / KeySet

KeySet

class KeySet<K> : AbstractSet<K>


Constructors

<init> KeySet(map: HTreeMap<K, Any?>)

Properties

map val map: HTreeMap<K, Any?>
size val size: Int

Functions

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