public class Permutations extends StreamableProxy<int[],Permutations>
Streamable providing streams of permutations.
LongPermutations or BigIntegerPermutations, depending on the permutation length.| Constructor and Description |
|---|
Permutations(int length) |
| Modifier and Type | Method and Description |
|---|---|
Streamable<int[],?> |
getDelegate() |
bigCount, count, parallelStream, shuffle, skip, skip, stream, withAdditionalCharacteristicsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitordered, shufflepublic Permutations(int length)
length - the permutation lengthpublic Streamable<int[],?> getDelegate()
getDelegate in class StreamableProxy<int[],Permutations>