Class com.asual.enflash.utils.Arrays

com.asual.enflash.utils.Arrays

Method Index

contain(), getByProperty(), getIndex(), pushAt(), remove(), removeAt(), replace()

Method Detail

remove

static public function remove(array, obj)

removeAt

static public function removeAt(array, index)

pushAt

static public function pushAt(array, index, obj):Void

replace

static public function replace(array, obj, newobj):Void

contain

static public function contain(array, obj):Boolean

getIndex

static public function getIndex(array, obj):Number

getByProperty

static public function getByProperty(array, prop, value)