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, toString
public ListWithRemove(ImmutableList<E> list)
public E get(java.math.BigInteger index)
ImmutableList
index
- 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