public class PartialPermutations extends StreamableProxy<int[],PartialPermutations>
Streamable
providing streams of permutations.
LongPartialPermutations
or BigIntegerPartialPermutations
, depending on the permutation length.Constructor and Description |
---|
PartialPermutations(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 PartialPermutations(int length)
length
- the partial permutation lengthpublic Streamable<int[],?> getDelegate()
getDelegate
in class StreamableProxy<int[],PartialPermutations>