package haxe.ds
HashMap | |
IntMap | IntMap allows mapping of Int keys to arbitrary values. |
ObjectMap | ObjectMap allows mapping of object keys to arbitrary values. |
StringMap | StringMap allows mapping of String keys to arbitrary values. |
Vector | A Vector is a storage of fixed size. It can be faster than Array on some targets, and is never slower. |