remove and return the specified block from the list @param index the index of the specified block @return the specified block @exception IOException if the index is out of range or has already been removed
(final int index)
| 52 | */ |
| 53 | |
| 54 | public ListManagedBlock remove(final int index) |
| 55 | throws IOException; |
| 56 | |
| 57 | /** |
no outgoing calls