Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

List.setAllItems

Sets all the items in the list given an array of items.

Syntax

public void setAllItems( Object[] items )

Parameters

items

The Object array to set the list to.

Remarks

The size of the list is modified to match the length of the items array.