ds.EnumValueMap

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 cpp, flash, hl, js, lua, macro, neko, php, python

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部