IMap
This implementation probably won't win any speed records, but it works with any type of objects as values AND keys. There is a attempt to optimize if all keys are strings.
new SimpleMap()
function SimpleMap()
public function putItem(key:Object, val:Object):Void
putItem() in com.flashdoctors.util.IMap
public function getKeys():IList
getKeys() in com.flashdoctors.util.IMap
public function getValues():IList
getValues() in com.flashdoctors.util.IMap
public function getValue(key:Object):Object
getValue() in com.flashdoctors.util.IMap
public function keyExists(key:Object):Boolean
keyExists() in com.flashdoctors.util.IMap
public function valueExists(val:Object):Boolean
valueExists() in com.flashdoctors.util.IMap
public function toString():String
toString() in com.flashdoctors.util.IMap