The index must be a value greater than or equal to {@code 0}and less than the current size of the vector.
This method is identical in functionality to the {@link #remove(int)}method (which is part of the {@link List} interface). Note that the{@code remove} method returns the old value that was stored at thespecified position. @param index the index of the object to remove @throws ArrayIndexOutOfBoundsException if the index is out of range( {@code index < 0 || index>= size()})
ListDataListener
s that the item has been removed.
@param index location of the item to be removed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|