Microsoft SDK for Java

List.addItem

Adds an item to the list.

Syntax

public void addItem( Object item )

Parameters

item

The item to add to the list.

Remarks

If the capacity of the list is exceeded, it automatically doubles in size.

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