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