haxe.ds

..
HashMap

HashMap allows mapping of hashable objects to arbitrary values.

Map

Map allows key to value mapping for arbitrary value types, and many key types.

ReadOnlyArray

ReadOnlyArray is an abstract over an ordinary Array which only exposes APIs that don't modify the instance, hence "read-only".

TreeNode

A tree node of haxe.ds.BalancedTree.