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