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