![]() Base Class Library | ArrayedCollection![]() |
An Array is a indexed collection of objects or intrinsic data. The indices should be pic x(4) comp-5 items and range in value between 1 and the size of the array.
Include this entry in the Class-Control paragraph of any program using this class.
Array is class "array"
The list includes methods inherited from superclasses up to, but not including, Collection. For other inherited methods, click the button below:
add | Using avoidparam |
at | Using anindex Returning returnelement |
atAllPut | Using anelement |
atPut | Using anindex avalue |
collect | Using amessage Returning anewcollection |
concat | Using acollection Returning anewcollection |
copyFromTo | Using fromindex toindex Returning anewcollection |
copyReplace | Using fromindex toindex acollection Returning anewcollection |
copyReplaceAll | Using acollection acollection2 Returning anewcollection |
copyWith | Using anelement Returning anewcollection |
copyWithOut | Using anelement Returning anewcollection |
deepCopy | Returning anewcollection |
do | Using amessage |
doWithOutCopy | Using amessage |
equal | Using acollection Returning lnkbool |
findFirst | Using amessage Returning anindex |
findLast | Using amessage Returning anindex |
first | Returning anelement |
firstIndexOf | Using anelement fromindex toindex Returning anindex |
firstIndexOfIdentity | Using anelement fromindex toindex Returning anindex |
grow | |
growTo | Using requiredSize Returning defaultreturn |
indexOfSubCollection | Using acollection anindex Returning anindex2 |
insertAllAfter | Using anindex acollection Returning anewcollection |
isatIdentity | Using anelement anindex Returning lnkbool |
keysAndDatado | Using amessage |
last | Returning anelement |
lastIndexOf | Using anelement fromindex toindex Returning anindex |
occurrencesOf | Using anelement Returning anumber |
reject | Using amessage Returning anewcollection |
remove | Using anobject |
replaceAll | Using anelement anelement2 fromindex toindex |
replaceSubCollection | Using fromindex toindex acollection fromSource |
reverse | Returning anewcollection |
reverseDo | Using amessage |
select | Using amessage Returning anewcollection |
size | Returning acollectionsize |
withDo | Using acollection amessage |