Here you can find the source of removeAllListaProd(ArrayList lista)
public static void removeAllListaProd(ArrayList lista)
//package com.java2s; //License from project: Open Source License import java.util.ArrayList; public class Main { public static void removeAllListaProd(ArrayList lista) { lista = new ArrayList(); }//from w w w . j a v a2 s. c o m }