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, withAdditionalCharacteristicsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitordered, shuffleprotected Streamable<int[],?> getDelegate()
getDelegate in class StreamableProxy<int[],PowerSet>