util.apps
Class IntersectLists

java.lang.Object
  extended byutil.apps.IntersectLists

public class IntersectLists
extends java.lang.Object

Compares two lists of words for intersection.


Constructor Summary
IntersectLists()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntersectLists

public IntersectLists()
Method Detail

main

public static void main(java.lang.String[] args)