jdsl.core.ref
Class AbstractDictionary

java.lang.Object
  |
  +--jdsl.core.ref.AbstractDictionary
Direct Known Subclasses:
HashtableDictionary

public abstract class AbstractDictionary
extends java.lang.Object

An abstraction of the Dictionary implementations that ensures the existence of a method to insert Locators back into the data structure. Such a method is not in the interface, but the functionality is required within implementations. This simply standardizes the method signature.

Version:
$Id: AbstractDictionary.java,v 1.6 2000/01/12 03:21:36 mdh Exp $
Author:
Keith Schmidt

Constructor Summary
AbstractDictionary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDictionary

public AbstractDictionary()