ObjectMap allows mapping of object keys to arbitrary values.

On static targets, the keys are considered to be strong references. Refer to haxe.ds.WeakMap for a weak reference version.

See Map for documentation details.

See:

Constructor

new ()

Creates a new ObjectMap.

Methods

inline exists (key:K):Bool

inline get (key:K):Null<V>

set (key:K, value:V):Void