Overview | Methods | This Package | All Packages
Sets a number of items starting at the specified index.
Syntax
public void setItems( int dst, Object[] items )
public void setItems( int dst, Object[] items, int src, int count )
public void setItems( int dst, List list )
public void setItems( int dst, List list, int src, int count )
Parameters
dst
The index at which to start setting items.
items
The Object array of items to set into the list.
src
The index in the items parameter to start copying from.
count
The number of items to set.
list
The list to set the items to.