exists (k:K):Bool
get (k:K):Null<V>
iterator ():Iterator<V>
keys ():Iterator<K>
remove (k:K):Bool
set (k:K, v:V):Void