public class CartesianProduct extends StreamableProxy<int[],CartesianProduct>
Streamable
providing streams of cartesian product tuples.
LongCartesianProduct
or BigIntegerCartesianProduct
, depending on the cardinalities of the input sets.Constructor and Description |
---|
CartesianProduct(int... dimensions) |
Modifier and Type | Method and Description |
---|---|
protected Streamable<int[],?> |
getDelegate() |
bigCount, count, parallelStream, shuffle, skip, skip, stream, withAdditionalCharacteristics
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ordered, shuffle
public CartesianProduct(int... dimensions)
dimensions
- the cardinalities of the input sets.protected Streamable<int[],?> getDelegate()
getDelegate
in class StreamableProxy<int[],CartesianProduct>