Package java.util

Class Hashtable

extends DictionaryObject
implements Map, Cloneable, Serializable

This Hashtable class maps keys to values. Any non-null object can be used as a key or as a value. To successfully store and retrieve objects from a hashtable, the objects used as keys must implement the hashCode method and the equals method.

It's recommended to use Use HashMap instead of Hashtable.

Public Constructors

Public Methods

Methods inherited from java.util.Dictionary

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_