Choice.insert
Class Overview | Class Members |
This Package |
All Packages
public synchronized void insert( String item,
int index )
Parameters
- item
- the item to be inserted
- index
- the position at which the item should be inserted
Description
Inserts the item into this choice at the specified position.
Exceptions
IllegalArgumentException
if index is less than 0.