Arraylist of double

import java.util.ArrayList;

	public void function(){
    	ArrayList<type> myList = new ArrayList<>();
   }
Tender Tiger