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