db
Class MPHashtable

java.lang.Object
  |
  +--db.PersistentHashtable
        |
        +--db.MPHashtable

public class MPHashtable
extends PersistentHashtable

MPHashtable is a PersistentHashTable containing multiple filds.


Constructor Summary
MPHashtable(java.io.File f)
           
MPHashtable(java.lang.String s)
           
 
Method Summary
 java.lang.String addField(java.lang.String previous, java.lang.String newField)
          add a new field
static java.util.Enumeration fields(java.lang.String info)
           
 java.util.Enumeration getFields(java.lang.String key)
          returns an enumerator for getting the fields stored in the entry.
 
Methods inherited from class db.PersistentHashtable
delete, elements, firstKey, free, get, isEmpty, keys, main, put, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MPHashtable

public MPHashtable(java.lang.String s)

MPHashtable

public MPHashtable(java.io.File f)
Method Detail

addField

public java.lang.String addField(java.lang.String previous,
                                 java.lang.String newField)
add a new field

getFields

public java.util.Enumeration getFields(java.lang.String key)
returns an enumerator for getting the fields stored in the entry.

fields

public static java.util.Enumeration fields(java.lang.String info)