public class ListConcatenation<T> extends AbstractList<T>
modCount| Constructor and Description |
|---|
ListConcatenation(List<List<T>> lists) |
ListConcatenation(List<T>... lists) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
concatenate(List<List<T>> lists)
Concatenates lists into the most simple form.
|
static <T> List<T> |
concatenate(List<T>... lists) |
T |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic static <T> List<T> concatenate(List<List<T>> lists)
T - lists - public T get(int index)
public int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.