EnumValueMap
BalancedTree → haxe.ds.EnumValueMap (Class)
Implements: haxe.IMap
EnumValueMap allows mapping of enum value keys to arbitrary values.
Keys are compared by value and recursively over their parameters. If any
parameter is not an enum value, Reflect.compare
is used to compare them.
Instance Members
new(): Void
Private Members
Name | Type |
---|---|
k1 |
EnumValue |
k2 |
EnumValue |
Returns |
---|
Int |
Name | Type |
---|---|
a1 |
Array<Dynamic> |
a2 |
Array<Dynamic> |
Returns |
---|
Int |
Name | Type |
---|---|
v1 |
Dynamic |
v2 |
Dynamic |
Returns |
---|
Int |