| public static <E> DefaultedList<E> |
| create() |
| method_10211() |
| of() |
|
| public static <E> DefaultedList<E> |
| createWithCapacity(int capacity) |
| method_37434(int arg0) |
| ofSize(int size) |
|
| public static <E> DefaultedList<E> |
| withSize(int size, E defaultValue) |
| method_10213(int arg0, E arg1) |
| ofSize(int size, E defaultValue) |
|
| public static <E> DefaultedList<E> |
| of(E defaultValue, E... values) |
| method_10212(E arg0, E... arg1) |
| copyOf(E defaultValue, E... values) |
|
| public E |
| get(int index) |
| get(int arg0) |
| get(int index) |
|
| public E |
| set(int index, E element) |
| set(int arg0, E arg1) |
| set(int index, E element) |
|
| public void |
| add(int index, E element) |
| add(int arg0, E arg1) |
| add(int index, E element) |
|
| public E |
| remove(int index) |
| remove(int arg0) |
| remove(int index) |
|
| public int |
|
| public void |
|