public class PowerSet extends StreamableProxy<int[],PowerSet>
Streamable
providing streams of power set.
LongPowerSet
or BigIntegerPowerSet
, depending on the length.Constructor and Description |
---|
PowerSet(int length) |
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
protected Streamable<int[],?> getDelegate()
getDelegate
in class StreamableProxy<int[],PowerSet>