Class Namer

java.lang.Object
  |
  +--Namer

public class Namer
extends java.lang.Object

Namer creates a list of names and prints them out using NameList This class is based on the class of the same name presented in example set ex15 from the previous lecture.


Constructor Summary
Namer()
           
 
Method Summary
static void main(java.lang.String[] arg)
          The main method does all the work (along with NameList).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Namer

public Namer()
Method Detail

main

public static void main(java.lang.String[] arg)
The main method does all the work (along with NameList).

Parameters:
arg - the contents of this array (if any) are printed out