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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2020 Hitachi Vantara. All rights reserved.