- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for cartesianProduct (0.12 sec)
-
android/guava/src/com/google/common/collect/Sets.java
* @throws IllegalArgumentException if the cartesian product size exceeds the {@code int} range * @since 2.0 */ @SafeVarargs public static <B> Set<List<B>> cartesianProduct(Set<? extends B>... sets) { return cartesianProduct(asList(sets)); } private static final class CartesianSet<E> extends ForwardingCollection<List<E>> implements Set<List<E>> {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 78.8K bytes - Viewed (0)