Packageorg.granite.collections
Classpublic class UIDSet
InheritanceUIDSet Inheritance CheckedArrayCollection Inheritance mx.collections.ArrayCollection
SubclassesPersistentSet

Serializable implementation of a set of UID elements



Public Properties
 PropertyDefined by
  list : IList
[write-only]
UIDSet
  source : Array
[write-only]
UIDSet
Public Methods
 MethodDefined by
  
addAllAt(addList:IList, index:int):void
UIDSet
 Inherited
readExternal(input:IDataInput):void
CheckedArrayCollection
Property detail
listproperty
list:IList  [write-only]Implementation
    public function set list(value:IList):void
sourceproperty 
source:Array  [write-only]Implementation
    public function set source(value:Array):void
Method detail
addAllAt()method
public override function addAllAt(addList:IList, index:int):voidParameters
addList:IList
 
index:int