Class Dictionary

java.lang.Object
  extended by Dictionary

public class Dictionary
extends java.lang.Object

A simple dictionary to illustrate the ArrayList in use.

Version:
1.0
Author:
Kingsley Sage

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

Dictionary

public Dictionary()
Constructor for Dictionary

Method Detail

addInitialWords

public void addInitialWords()
Adds some initial words to the words ArrayList.

Parameters:
none -