Program Base Library Functions

int pblArrayListTrimToSize

( pblArrayList* arrayList )

Trims the capacity of this ArrayList instance to be the list's current size.

Documentation

Trims the capacity of this ArrayList instance to be the list's current size.

Parameters:
arrayList - The list to use
Returns:
int rc >= 0: The capacity 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++.