public class HashTable<
K
,V
>
K
,V
>
K
>? hash_func, EqualFunc<K
>? key_equal_func)
K
>? hash_func, EqualFunc<K
>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func)
K
key, owned V
value)
K
key, owned V
value)
K
key)
V
lookup (K
key)
K
lookup_key, out K
orig_key, out V
value)
K
key)
K
key)
K
,V
> predicate)
V
@get (K
key)
K
key, owned V
value)
K
> get_keys ()
V
> get_values ()
K
,V
> func)
K
,V
> func)
V
find (HRFunc<K
,V
> predicate)
K
key)