| Package | Description |
|---|---|
| org.aksw.commons.collections |
| Modifier and Type | Method and Description |
|---|---|
static <T> CartesianProduct<T> |
CartesianProduct.create(Iterable<? extends Iterable<? extends T>> iterables) |
static <T> CartesianProduct<T> |
CartesianProduct.create(Iterable<? extends T>... collections) |
static <T> CartesianProduct<T> |
CartesianProduct.create(List<? extends Iterable<? extends T>> collections) |
static <T> CartesianProduct<T> |
CartesianProduct.create(T[]... collections) |
Copyright © 2015. All rights reserved.