haxe.ds
.. | |
---|---|
ArraySort | ArraySort provides a stable implementation of merge sort through its |
BalancedTree | BalancedTree allows key-value mapping with arbitrary keys, as long as they
can be ordered. By default, |
EnumValueMap | EnumValueMap allows mapping of enum value keys to arbitrary values. |
IntMap | IntMap allows mapping of Int keys to arbitrary values. |
List | A linked-list of elements. The list is composed of element container objects that are chained together. It is optimized so that adding or removing an element does not imply copying the whole list content every time. |
Map | Map allows key to value mapping for arbitrary value types, and many key types. |
ObjectMap | ObjectMap allows mapping of object keys to arbitrary values. |
ReadOnlyArray |
|
StringMap | StringMap allows mapping of String keys to arbitrary values. |
TreeNode | A tree node of |
Vector | A Vector is a storage of fixed size. It can be faster than Array on some targets, and is never slower. |