View source
class EnumValueMap<K, V>
package haxe.ds
extends BalancedTree
implements IMap<K, V>
Available on all platforms
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.