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.

Constructor

new()

Available on php, js, neko, cpp, macro, lua, python, hl, flash

Methods

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/ds/EnumValueMap.html