nz.ac.waikato.jdsl.core.ref
Class AbstractDictionary

java.lang.Object
  extended by nz.ac.waikato.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:
JDSL 2.1.1
Author:
Keith Schmidt

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

Constructor Detail

AbstractDictionary

public AbstractDictionary()


Copyright © 2009 ModelJUnit Project. All Rights Reserved.