public static class Combinations.OfFloat extends java.lang.Object implements java.lang.Iterable<FloatIndexable>
Constructor and Description |
---|
OfFloat(int k,
float... values)
Constructor.
|
OfFloat(int k,
FloatIndexable values)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<FloatIndexable> |
iterator() |
public OfFloat(int k, @NotNull FloatIndexable values)
k
- number of elements to choose, has to be non-negative
and not more the size of values
values
- float indexable from which there will be chosenpublic OfFloat(int k, @NotNull float... values)
k
- number of elements to choose, has to be non-negative
and not more the size of values
values
- float values from which there will be chosenpublic java.util.Iterator<FloatIndexable> iterator()
iterator
in interface java.lang.Iterable<FloatIndexable>