java.lang.ObjectDictionary
public class Dictionary
A simple dictionary to illustrate the ArrayList in use.
| Constructor Summary | |
|---|---|
Dictionary()
Constructor for Dictionary |
|
| Method Summary | |
|---|---|
void |
addInitialWords()
Adds some initial words to the words ArrayList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dictionary()
| Method Detail |
|---|
public void addInitialWords()
none -