| Package | org.granite.collections |
| Class | public class UIDSet |
| Inheritance | UIDSet CheckedArrayCollection mx.collections.ArrayCollection |
| Subclasses | PersistentSet |
| Property | Defined by | ||
|---|---|---|---|
| list : IList [write-only]
| UIDSet | ||
| source : Array [write-only]
| UIDSet | ||
| Method | Defined by | ||
|---|---|---|---|
|
addAllAt(addList:IList, index:int):void
| UIDSet | ||
![]() |
readExternal(input:IDataInput):void
| CheckedArrayCollection | |
| list | property |
list:IList [write-only]Implementation
public function set list(value:IList):void
| source | property |
source:Array [write-only]Implementation
public function set source(value:Array):void
| addAllAt | () | method |
public override function addAllAt(addList:IList, index:int):voidParameters
addList:IList |
|
index:int |