E - type of the elementspublic class ListWithRemove<E> extends AbstractImmutableList<E>
| Constructor and Description |
|---|
ListWithRemove(ImmutableList<E> list) |
| Modifier and Type | Method and Description |
|---|---|
E |
get(java.math.BigInteger index)
Returns the element at the specified position in this list.
|
ListWithRemove<E> |
remove(java.math.BigInteger index)
Remove item at index n
|
java.math.BigInteger |
size() |
get, iterator, toStringpublic ListWithRemove(ImmutableList<E> list)
public E get(java.math.BigInteger index)
ImmutableListindex - index of the element to returnpublic java.math.BigInteger size()
public ListWithRemove<E> remove(java.math.BigInteger index)
index - index of the element to return