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, withAdditionalCharacteristics
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ordered, shuffle
public Permutations(int length)
length
- the permutation lengthpublic Streamable<int[],?> getDelegate()
getDelegate
in class StreamableProxy<int[],Permutations>