Class TestLinkedList

java.lang.Object
  extended by TestLinkedList

public class TestLinkedList
extends Object


Field Summary
(package private)  LinkedList<Persona> list
           
 
Constructor Summary
TestLinkedList()
          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

LinkedList<Persona> list
Constructor Detail

TestLinkedList

public TestLinkedList()
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()