public static class Permutations.OfLong extends java.lang.Object implements java.lang.Iterable<LongIndexable>
Constructor and Description |
---|
OfLong(long... values)
Constructor.
|
OfLong(LongIndexable values)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<LongIndexable> |
iterator() |
public OfLong(@NotNull LongIndexable values)
values
- int indexable which will be permutedpublic OfLong(@NotNull long... values)
values
- int values which will be permutedpublic java.util.Iterator<LongIndexable> iterator()
iterator
in interface java.lang.Iterable<LongIndexable>