CobolPicX32 | Base Class Library | DBCScharacterarray |
Collection is an abstract class, which represents common behavior for all collection classes. It also provides methods to convert one class of collection to another.
Include this entry in the Class-Control paragraph of any program using this class.
Collection is class "collectn"
The list below does not include methods inherited from Base. For these methods, click the button below:
add | Using anelement |
addAll | Using acollection |
addDependent | Using aDependent |
As0ASeparatedString | Returning lnkString |
asArray | Returning anewcollection |
asBag | Returning anewcollection |
asDefaultSortedCollection | Returning anewcollection |
asIdentitySet | Returning anewcollection |
asOrderedCollection | Returning anewcollection |
AsSeparatedString | Using lnkString Returning lnkResult |
asSortedCollection | Returning anewcollection |
asSortedCollectionWithSort | Using lnkReceiver lnkMessage Returning anewcollection |
asValueSet | Returning anewcollection |
capacity | Returning lnksize |
changed | Using aFourByteParameter |
collect | Using lnkmessage Returning anewcollection |
containsCharacters | Returning lnkbool |
copy | Returning result |
copyEmpty | Returning anewcollection |
copyEmptyWithSize | Using lnksize Returning anewcollection |
deepCopy | Returning anewcollection |
deepfinalizeWithDepth | Using lnkDepth Returning defaultreturn |
deleted | Using aFourByteParameter |
detect | Using lnkmessage Returning lnkElement |
display | |
displayKeysAndData | |
do | Using amessage |
doWithOutCopy | Using lnkmessage |
finalize | Returning lnkObject |
getDependents | Returning lnkDependents |
hash | Returning lnksize |
includes | Using anelement Returning lnkbool |
indexOf | Using lnkElement Returning lnkIndex |
isCompatible | Using acollection Returning lnkbool |
isEmpty | Returning lnkbool |
isIndexed | Returning lnkbool |
occurrencesOf | Using anelement Returning anindex |
quitIteration | |
reject | Using lnkmessage Returning lnknewcollection |
remove | Using anelement |
removeAll | Using acollection |
removeDependencies | |
removeDependent | Using lnkDependent |
select | Using lnkmessage Returning anewcollection |