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 (登录查看完整内容