interface haxe.IMap<K, V>
import haxe.Constraints;
Available on all platforms
IntMap allows mapping of Int keys to arbitrary values.
ObjectMap allows mapping of object keys to arbitrary values.
StringMap allows mapping of String keys to arbitrary values.