Opus5
Class Application5

java.lang.Object
  |
  +--Opus5.Application5

public class Application5
extends java.lang.Object

Application program that illustrates the use of a hash table to count number of occurrences of each word in the input text.

Version:
$Id: Application5.java,v 3.4 1998/12/14 02:57:41 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.
See Also:
Algorithms.wordCounter(java.io.Reader, java.io.PrintWriter)

Constructor Summary
Application5()
           
 
Method Summary
static void main(java.lang.String[] args)
          Invokes the word counting method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application5

public Application5()
Method Detail

main

public static void main(java.lang.String[] args)
Invokes the word counting method.
Parameters:
args - The command-line arguments. Ignored.