Operation |
public
add(
element: *,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):Boolean
|
 Details:
Sequential
Tags: |
Implements=ICollection.add ImplementsGuid={77AF72AE-0C57-4049-B6F1-CABA610CE9C8} override=true
|
|
public
addAll(
collection: ICollection,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):Boolean
|
 Details:
Sequential
Tags: |
Implements=ICollection.addAll ImplementsGuid={FE816BCB-0BB1-4d1f-ACFB-24C3EB6AF3B5} override=true
|
|
public
addAllAt(
index: int,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
collection: ICollection,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):Boolean
|
 Details:
Sequential
Tags: |
Implements=IList.addAllAt ImplementsGuid={03801283-3C4D-4b57-A03C-A242D849505D} override=true
|
|
public
addAt(
index: int,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
element: *,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):Boolean
|
 Details:
Sequential
Tags: |
Implements=IList.addAt ImplementsGuid={D4D94B30-3500-456f-A812-2FE4F11E7F3C} override=true
|
|
public
clear():void
|
 Details:
Sequential
Tags: |
Implements=ICollection.clear ImplementsGuid={1BCE6D12-98E5-4e12-8404-C56B7F29ACBD} override=true
|
|
public
clone():*
|
 Details:
Sequential
Tags: |
Implements=ICollection.clone ImplementsGuid={5CAFDACC-604B-4b47-B271-7FBE2ADFFF12} override=true
|
|
public
ReadOnlyArrayList(
source: Array,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):void
|
 Details:
|
public
remove(
o: *,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):Boolean
|
 Details:
Sequential
Tags: |
Implements=ICollection.remove ImplementsGuid={3D147BB2-7E3D-4b94-ACE7-F27503F32517} override=true
|
|
public
removeAll(
collection: ICollection,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):Boolean
|
 Details:
Sequential
Tags: |
Implements=ICollection.removeAll ImplementsGuid={898D3B1D-AC97-427e-BEFF-4DEA32149540} override=true
|
|
public
removeAt(
index: int,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):*
|
 Details:
Sequential
Tags: |
Implements=IList.removeAt ImplementsGuid={D3FEBC12-2905-4556-BEDB-8CF98DF7D74E} override=true
|
|
public
removeRange(
fromIndex: int,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
toIndex: int,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):ICollection
|
 Details:
Sequential
Tags: |
Implements=IList.removeRange ImplementsGuid={D4C34E78-F4EB-46be-98F9-663481B4E1D7} override=true
|
|
public
retainAll(
collection: ICollection,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):Boolean
|
 Details:
Sequential
Tags: |
Implements=ICollection.retainAll ImplementsGuid={46EBADEF-4CFB-4d77-85E8-421086CC0388} override=true
|
|
public
setAt(
index: int,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
element: *,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):*
|
 Details:
Sequential
Tags: |
Implements=IList.setAt ImplementsGuid={AD74F0F6-7442-411d-8DD0-1F53ACBA0FFF} override=true
|
|
public
subList(
fromIndex: int,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
toIndex: int,
Default: |
|
Kind: |
in |
Stereotype: |
|
|
|
):IList
|
 Details:
|