TypedArrayList : public class
Created: 23/04/2010 00:02:02
Modified: 23/04/2010 17:15:18
Project:
Advanced:
Operation
public
addAllAt(
index: int,
collection: ICollection,
):Boolean
Details:
Sequential
Tags: Implements=IList.addAllAt
ImplementsGuid={03801283-3C4D-4b57-A03C-A242D849505D}
public
addAt(
index: int,
element: *,
):Boolean
Details:
Sequential
Tags: Implements=IList.addAt
ImplementsGuid={D4D94B30-3500-456f-A812-2FE4F11E7F3C}
public
clone():*
Details:
Sequential
Tags: override=true
public
equals(
other: *,
):Boolean
Details:
Sequential
Tags: override=true
public
getAt(
index: int,
):*
Details:
Sequential
Tags: Implements=IList.getAt
ImplementsGuid={C872BCE9-4B52-4e48-935F-43F1676CFE91}
public
indexOf(
element: *,
fromIndex: int,
):int
Details:
Sequential
Tags: Implements=IList.indexOf
ImplementsGuid={F3278B77-036E-44d4-853F-47DA48A7F4E7}
public
lastIndexOf(
element: *,
fromIndex: int,
):int
Details:
Sequential
Tags: Implements=IList.lastIndexOf
ImplementsGuid={E2496726-2664-4b27-A380-54C322AC2907}
public
listIterator(
index: int,
):IListIterator
Details:
Sequential
Tags: Implements=IList.listIterator
ImplementsGuid={A3E56603-02E5-47e2-82C7-500551C68C25}
public
modCount():int
Details:
Sequential <<property get>>
Tags: Implements=IList.modCount
ImplementsGuid={BF44D0E3-F2F4-4233-BF4D-66503D95BFC8}
public
removeAt(
index: int,
):*
Details:
Sequential
Tags: Implements=IList.removeAt
ImplementsGuid={D3FEBC12-2905-4556-BEDB-8CF98DF7D74E}
public
removeRange(
fromIndex: int,
toIndex: int,
):ICollection
Details:
Sequential
Tags: Implements=IList.removeRange
ImplementsGuid={CED48B04-3D4B-4bae-814D-C9B199AE2274}
public
setAt(
index: int,
element: *,
):*
Details:
Sequential
Tags: Implements=IList.setAt
ImplementsGuid={AD74F0F6-7442-411d-8DD0-1F53ACBA0FFF}
public
subList(
fromIndex: int,
toIndex: int,
):IList
Details:
Sequential
Tags: Implements=IList.subList
ImplementsGuid={A71A4232-468D-490d-9B02-A737389081DD}
public
TypedArrayList(
wrapList: IList,
type: *,
):void
Details:
Sequential
Object Type Connection Notes
TypedCollection Class Generalization  
«interface» IList Interface Realisation