public class IntArray2Int extends Object implements SeedConverter<int[],Integer>
Constructor and Description |
---|
IntArray2Int() |
Modifier and Type | Method and Description |
---|---|
Integer |
convert(int[] seed)
Converts seed from input type to output type.
|
public IntArray2Int()
public Integer convert(int[] seed)
convert
in interface SeedConverter<int[],Integer>
seed
- Original seed value.Copyright © 2016 The Apache Software Foundation. All rights reserved.