Microsoft SDK for Java

List.getCapacity

Retrieves the current capacity of the list. This doesn't reflect the number of items.

Syntax

public int getCapacity()

Return Value

Returns the capacity (length) of the list.

See Also   getSize

© 1999 Microsoft Corporation. All rights reserved. Terms of use.