ObjectMap
class haxe.ds.ObjectMap<K, V>implements IMap<KV>Available in flash8, flash, neko, js, php, cpp, cs, java
function new() : Void
function exists( key : K ) : Bool
function get( key : K ) : Null<V>
function iterator() : Iterator<V>Available in cs, java
function iterator() : Iterator<V>Available in flash8, flash, neko, js, php, cpp
function keys() : Iterator<K>Available in cs, java
function keys() : Iterator<K>Available in flash8, flash, neko, js, php, cpp
function remove( key : K ) : Bool
function set( key : K, value : V ) : Void
function toString() : StringAvailable in cs, java
function toString() : StringAvailable in flash8, flash, neko, js, php, cpp
version #18517, modified 2013-05-08 10:50:52 by api
0 comment