AbstractList.removeAt

{@inheritDoc}

<p>This implementation always throws an {@code UnsupportedOperationException}.

@throws UnsupportedOperationException {@inheritDoc} @throws IndexOutOfBoundsException {@inheritDoc}

class AbstractList(E)
E
removeAt
(
int index
)

Meta