| Constructor and Description |
|---|
Dictionary() |
| Modifier and Type | Method and Description |
|---|---|
abstract Enumeration<V> |
elements() |
abstract V |
get(Object key) |
abstract boolean |
isEmpty() |
abstract Enumeration<K> |
keys() |
abstract V |
put(K key,
V value) |
abstract V |
remove(Object key) |
abstract int |
size() |
public abstract Enumeration<V> elements()
public abstract boolean isEmpty()
public abstract Enumeration<K> keys()
public abstract int size()
Copyright © 2026. All rights reserved.