Class CartesianList<E>

java.lang.Object
java.util.AbstractCollection<List<E>>
java.util.AbstractList<List<E>>
com.google.common.collect.CartesianList<E>
All Implemented Interfaces:
Iterable<List<E>>, Collection<List<E>>, List<List<E>>, RandomAccess, SequencedCollection<List<E>>

final class CartesianList<E> extends AbstractList<List<E>> implements RandomAccess
Implementation of Lists.cartesianProduct(List).