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