About the most compact way to do this is:
Double array[] = { 1.0, 2.0, 3.0};List<Double> list = Arrays.asList(array);
About the most compact way to do this is:
Double array[] = { 1.0, 2.0, 3.0};List<Double> list = Arrays.asList(array);