API Documentation
interface
IMap<
K
,
V
>
package
haxe
import
haxe.Constraints
implemented by
IntMap
,
ObjectMap
,
StringMap
Methods
exists
(
k:
K
):
Bool
get
(
k:
K
):
Null
<
V
>
iterator
():
Iterator
<
V
>