public class LongArray2IntArray extends Object implements SeedConverter<long[],int[]>
int[] from a long[].
| Constructor and Description |
|---|
LongArray2IntArray()
|
| Modifier and Type | Method and 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 The Apache Software Foundation. All rights reserved.