Java ArrayList Remove removeAllListaProd(ArrayList lista)

Here you can find the source of removeAllListaProd(ArrayList lista)

Description

remove All Lista Prod

License

Open Source License

Declaration

public static void removeAllListaProd(ArrayList lista) 

Method Source Code

//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
}

Related

  1. removeAdditionalRanges(String line, ArrayList indices, ArrayList newRanges)
  2. removeAllFromArrayList(ArrayList collection, Collection toRemove)
  3. removeAlreadyParsedFolders(ArrayList listStrings, String pickup, String limit)
  4. removeByReference(ArrayList list, T object)
  5. removeDuplicates(ArrayList al)
  6. removeDuplicates(ArrayList a)