Java ArrayLists ( ) , . -, : Boolean, Byte, Short, Character, Integer, Long, Float Double;
public ArrayList<Double> list = new ArrayList<Double>();
//or "public ArrayList<Double> list = new ArrayList<>();" in Java 1.7 and beyond
"autoboxed" "autounboxed", doubles doubles . , , , int Integer , , , remove(int index) remove(Object o).