Interface Seed2ArrayConverter<T,R>
- Type Parameters:
T- Input seed type.R- Output seed type.
- All Superinterfaces:
SeedConverter<T,R>
- All Known Implementing Classes:
Long2IntArray, Long2LongArray
Seed converter to create an output array type.
- Since:
- 1.3
-
Method Summary
Methods inherited from interface SeedConverter
convert
-
Method Details
-
convert
-