N - Тип элементаpublic abstract class AbstractImmutableList<N> extends Object implements ImmutableList<N>
| Constructor and Description |
|---|
AbstractImmutableList() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<N> |
sublist(int from,
int toexc) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, clear, delete, get, indexOf, insert, remove, setcontains, isEmpty, sizeforEach, iterator, spliteratorpublic ImmutableList<N> sublist(int from, int toexc)
sublist in interface ImmutableList<N>Copyright © 2018. All rights reserved.