public class Derangements extends StreamableProxy<int[],Derangements>
Streamable
providing streams of derangements.
LongDerangements
or BigIntegerDerangements
, depending on the derangement length.Constructor and Description |
---|
Derangements(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 Derangements(int length)
length
- the derangement lengthpublic Streamable<int[],?> getDelegate()
getDelegate
in class StreamableProxy<int[],Derangements>