|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Namer
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 |
public Namer()
| Method Detail |
public static void main(java.lang.String[] arg)
arg - the contents of this array (if any) are printed out
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||