Class TestArrayList1

java.lang.Object
  extended by TestArrayList1

public class TestArrayList1
extends Object


Field Summary
(package private)  ArrayList<Persona> list
           
 
Constructor Summary
TestArrayList1()
          Constructor
 
Method Summary
static void main(String[] args)
           
 void printAll()
           
 void printAll(String s)
           
 void printAllConFor()
           
 void printAllConFor(String s)
           
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

ArrayList<Persona> list
Constructor Detail

TestArrayList1

public TestArrayList1()
Constructor

Method Detail

main

public static void main(String[] args)

printAll

public void printAll()

printAll

public void printAll(String s)

printAllConFor

public void printAllConFor()

printAllConFor

public void printAllConFor(String s)

test

public void test()