On this page
IMap<K, V>
package haxe
import haxe.Constraints
extended by BalancedTree, EnumValueMap, IntMap, ObjectMap, StringMap, UnsafeStringMap, WeakMap
Available on all platforms
Methods
clear():Void
copy():IMap<K, V>
exists(k:K):Bool
get(k:K):Null<V>
iterator():Iterator<V>
keyValueIterator():KeyValueIterator<K, V>
keys():Iterator<K>
remove(k:K):Bool
set(k:K, v:V):Void
toString():String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/IMap.html