ds.HashMap

HashMap<K, V>(HashMapData<K, V>)

package haxe-ds

Available on all platforms

HashMap allows mapping of hashable objects to arbitrary values.

See Map for documentation details.

See:

Constructor

inline new ()

Creates a new HashMap.

Methods

inline exists (k:K ):Bool

See Map.exists

inline get (k:K ):Null<V>

See Map.get

inline iterator ():Iterator<V>

See Map.iterator

inline keys ():Iterator<K>

See Map.keys

inline remove (k:K ):Bool

See Map.remove

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

See Map.set

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部