| Package | stimulsoft.flex.base |
| Class | public dynamic class StiArrayList |
| Inheritance | StiArrayList Object |
| Implements | IStiClonable, IStiEquals |
| Subclasses | List |
| Property | Defined By | ||
|---|---|---|---|
| count : int [read-only] | StiArrayList | ||
| Method | Defined By | ||
|---|---|---|---|
StiArrayList(... args) | StiArrayList | ||
add(object:*):void | StiArrayList | ||
addRange(objects:Array):void | StiArrayList | ||
clear():void | StiArrayList | ||
clone(... args):Object | StiArrayList | ||
contains(object:*):Boolean | StiArrayList | ||
equals(object:Object):Boolean | StiArrayList | ||
insert(index:int, object:*):void | StiArrayList | ||
memberwiseClone():Object | StiArrayList | ||
remove(object:*):void | StiArrayList | ||
removeAt(index:int):void | StiArrayList | ||
removeRange(index:int, count:int):void | StiArrayList | ||
| count | property |
count:int [read-only] public function get count():int| StiArrayList | () | Constructor |
public function StiArrayList(... args)... args |
| add | () | method |
public function add(object:*):voidParameters
object:* |
| addRange | () | method |
public function addRange(objects:Array):voidParameters
objects:Array |
| clear | () | method |
public function clear():void| clone | () | method |
public function clone(... args):ObjectParameters
... args |
Object |
| contains | () | method |
public function contains(object:*):BooleanParameters
object:* |
Boolean |
| equals | () | method |
public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| insert | () | method |
public function insert(index:int, object:*):voidParameters
index:int | |
object:* |
| memberwiseClone | () | method |
public function memberwiseClone():ObjectReturnsObject |
| remove | () | method |
public function remove(object:*):voidParameters
object:* |
| removeAt | () | method |
public function removeAt(index:int):voidParameters
index:int |
| removeRange | () | method |
public function removeRange(index:int, count:int):voidParameters
index:int | |
count:int |