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