Searched refs:AbstractImmutableList (Results 1 – 1 of 1) sorted by relevance
261 abstract static class AbstractImmutableList<E> extends AbstractImmutableCollection<E> class441 static final class SubList<E> extends AbstractImmutableList<E>445 private final AbstractImmutableList<E> root;453 private SubList(AbstractImmutableList<E> root, int offset, int size) { in SubList()471 static <E> SubList<E> fromList(AbstractImmutableList<E> list, int fromIndex, int toIndex) { in fromList()560 static final class List12<E> extends AbstractImmutableList<E>667 static final class ListN<E> extends AbstractImmutableList<E>