jdsl.core.ref
Class AbstractDictionary
java.lang.Object
jdsl.core.ref.AbstractDictionary
- Direct Known Subclasses:
- HashtableDictionary
- public abstract class AbstractDictionary
- extends 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:
- JDSL 2.1.1
- Author:
- Keith Schmidt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDictionary
public AbstractDictionary()