Class ToDoubleList

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_ary.to_list.ToDoubleList
All Implemented Interfaces:
Function<double[],List<Double>>

public class ToDoubleList extends Object implements Function<double[],List<Double>>
Convert an incoming double array to a List of Double
  • Constructor Details

    • ToDoubleList

      public ToDoubleList()
  • Method Details