public class CartesianProductList<T> extends AbstractList<List<T>> implements RandomAccess
modCount| Constructor and Description |
|---|
CartesianProductList(List<List<T>> lists) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
get(int index) |
void |
getIntoArray(int index,
Object[] a) |
Iterator<List<T>> |
iterator() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, 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, streamCopyright © 2021 Hitachi Vantara. All rights reserved.