Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

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.