Sets all the items in the list given an array of items.
public void setAllItems( Object[] items )
items
The Object array to set the list to.
The size of the list is modified to match the length of the items array.