Interface com.flashdoctors.util.IMap

Description

Method Index

getKeys(), getValue(), getValues(), keyExists(), putItem(), toString(), valueExists()

Method Detail

putItem

public function putItem(key:Object, val:Object):Void

getKeys

public function getKeys():IList

getValues

public function getValues():IList

getValue

public function getValue(key:Object):Object

keyExists

public function keyExists(key:Object):Boolean

valueExists

public function valueExists(val:Object):Boolean

toString

public function toString():String