IN
- Input seed type.OUT
- Output seed type.public interface Seed2ArrayConverter<IN,OUT> extends SeedConverter<IN,OUT>
Modifier and Type | Method and Description |
---|---|
OUT |
convert(IN seed,
int outputSize)
Converts seed from input type to output type.
|
convert
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.