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

@:has_untypednew ()

Creates a new ObjectMap.

Methods

@:has_untypedinlineexists (key:K):Bool

@:has_untypedget (key:K):Null<V>

@:has_untypedkeys ():Iterator<K>

@:has_untypedremove (key:K):Bool

@:has_untypedinlineset (key:K, value:V):Void