Package edu.stanford.nlp.database

Contains classes for lightweight key-value databases.

See:
          Description

Interface Summary
SimpleDatabase Interface for databases which store and retrieve key-value pairs
 

Class Summary
AbstractSimpleDatabase Abstract implementation of SimpleDatabase; only implements toVerboseString() and toVerboseXMLString()
DummyDB Database class which does nothing
HashDB SimpleDatabase wrapper for a Hashtable
SLJDB Simple Lightweight Java Database.
 

Package edu.stanford.nlp.database Description

Contains classes for lightweight key-value databases. It may be better to replace he SimpleDatabase interface with java's Map interface.


Sepandar David Kamvar
Last modified: Thu Oct 31 11:11:49 PST 2002



Stanford NLP Group