Constructors
Name | Description |
---|---|
Dictionary() |
Methods
Name | Description |
---|---|
elements() | Returns an enumeration of the values in this dictionary. |
get(Object) | Returns the value to which the key is mapped in this dictionary. |
isEmpty() | Tests if this dictionary maps no keys to value. |
keys() | Returns an enumeration of the keys in this dictionary. |
put(Object, Object) | Maps the specified key to the specified value in this dictionary. |
remove(Object) | Removes the key (and its corresponding value) from this dictionary. |
size() | Returns the number of keys in this dictionary. |