util
Class CollectionTool

java.lang.Object
  extended by util.CollectionTool

public class CollectionTool
extends Object

A small class consisting of static methods that deal with collections and their daughter interfaces.


Constructor Summary
CollectionTool()
           
 
Method Summary
static boolean compareLists(List l1, List l2)
          Compares two lists element-per-element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionTool

public CollectionTool()
Method Detail

compareLists

public static boolean compareLists(List l1,
                                   List l2)
Compares two lists element-per-element. It returns true if If one compares two empty lists, of course this method returns true.