'how to convert from float array to Float List in java [duplicate]

Arrays.stream does not accept primitive type float data. Is there a method to convert from float[] to List<Float>?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source