haXe API Documentation
Back |
Indexclass flash.utils.TypedDictionary<K, T>
Available in flash
This is a typed version of the Flash9 Dictionary class.
- function new(?weakKeys : Bool) : Void
- function delete(k : K) : Void
- function exists(k : K) : Bool
- function get(k : K) : T
- function iterator() : Iterator<K>
- function set(k : K, v : T) : Void
Back |
Index