All rights reserved.5 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.6 */7 8 package java.util;9 10 /**11 * The <code>Dictionary</code> class is the abstract parent of any 12 * class, such as <code>Hashtable</code>, which maps keys to values. 13 * Every key and every value is an object.