Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

List.addItems

Adds all items to the list.

Syntax

public void addItems( Object[] items )

public void addItems( Object[] items**, int** src**, int** count )

public void addItems( List list )

public void addItems( List list**, int** src**, int** count )

Parameters

items

The array of items to add to the list.

src

The index in the items parameter to start adding items from.

count

The number of items to add.

list

The list of items to add to the list.

Exceptions

WFCInvalidArgumentException thrown if upper or lower bounds of the index or count are exceeded.

Remarks

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