public class LongPermutations extends LongIndexedSpliterator<int[],LongPermutations>
BigIntegerPermutations is needed.| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LENGTH |
| Constructor and Description |
|---|
LongPermutations(int length)
Constructs permutations of
length elements |
| Modifier and Type | Method and Description |
|---|---|
static long |
factorial(int n) |
bigCount, characteristics, count, estimateSize, forEachRemaining, getFence, getIndex, parallelStream, shuffle, skip, skip, stream, tryAdvance, trySplit, withAdditionalCharacteristics, withShuffler, withValueSupplierclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComparator, getExactSizeIfKnown, hasCharacteristicsordered, shufflepublic static final int MAX_LENGTH
public LongPermutations(int length)
length elementspublic static long factorial(int n)
java.lang.IllegalArgumentException - if n is negative or the result does not fit in a long (that is, n > 20)