Class Transcripts

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byTranscripts
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class Transcripts
extends java.util.Hashtable

See Also:
Serialized Form

Constructor Summary
Transcripts(java.lang.String dataFile, java.lang.String surnameFile)
           
 
Method Summary
 void display()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Transcripts

public Transcripts(java.lang.String dataFile,
                   java.lang.String surnameFile)
Method Detail

display

public void display()