W3cubDocs

/Haxe

IMap<K, V>

package haxe

import haxe.Constraints

implemented by EnumValueMap, IntMap, ObjectMap, StringMap, UnsafeStringMap, WeakMap

Available on all platforms

Methods

exists (k:K ):Bool

get (k:K ):Null<V>

iterator ():Iterator<V>

keys ():Iterator<K>

remove (k:K ):Bool

set (k:K, v:V ):Void

toString ():String

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/IMap.html