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, withAdditionalCharacteristicsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitordered, shufflepublic Derangements(int length)
length - the derangement lengthpublic Streamable<int[],?> getDelegate()
getDelegate in class StreamableProxy<int[],Derangements>