Package Tipos

Examples of Tipos.MiColeccion.clear()


           
            System.out.println("Formada por:"+ listaBotones.size() + " botones");
            if (listaBotones.size()>0){
               
                MiColeccion mc = new MiColeccion();
                mc.clear();
               
                Iterator bot = listaBotones.iterator();
                int j=0;
                while (bot.hasNext()){
                    Element b= (Element)bot.next();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.