Class Sets.CartesianSet<E>

All Implemented Interfaces:
Iterable<List<E>>, Collection<List<E>>, Set<List<E>>
Enclosing class:
Sets

private static final class Sets.CartesianSet<E> extends ForwardingCollection<List<E>> implements Set<List<E>>