T - element typepublic abstract static class FlatLists.AbstractFlatList<T> extends AbstractImmutableList<T> implements RandomAccess
| Constructor and Description |
|---|
AbstractFlatList() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<T> |
append(T e)
Returns a list that consists of a this list's elements plus a given
element.
|
protected List<T> |
toList() |
add, add, addAll, addAll, clear, contains, containsAll, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subListclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, get, hashCode, indexOf, lastIndexOf, replaceAll, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.