Program Base Library Functions
( pblArrayList* arrayList,
void* collection )
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
Documentation
Appends all of the elements in the specified Collection to the end of this list,
in the order that they are returned by the specified Collection's Iterator.
- Parameters:
- arrayList - The list to use
collection - The collection whose elements are to be added to this list.
- Returns:
- int rc >= 0: The size of this ArrayList instance
int rc < 0: An error, see pbl_errno
PBL_ERROR_OUT_OF_MEMORY - out of memory
Alphabetic index
This page was generated with the help of DOC++.