AbstractList.add

{@inheritDoc}

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

@throws UnsupportedOperationException {@inheritDoc} @throws ClassCastException {@inheritDoc} @throws NullPointerException {@inheritDoc} @throws IllegalArgumentException {@inheritDoc} @throws IndexOutOfBoundsException {@inheritDoc}

class AbstractList(E)
void
add
(
int index
,)

Meta