Here you can find the source of getArrayList()
@SuppressWarnings("rawtypes") static public ArrayList getArrayList()
//package com.java2s; //License from project: Open Source License import java.util.ArrayList; public class Main { @SuppressWarnings("rawtypes") static public ArrayList getArrayList() { return new ArrayList(); }/*from w ww . j av a 2 s . c o m*/ }