Method Summary |
|
public boolean | contains(Object value) Check if the table contains a particular value.
Parameters: value - the value to look for. |
public boolean | containsKey(Object value) Check if the table contains a particular key.
Parameters: value - the key to look for. |
public boolean | containsValue(Object value) Delegates to
LazyHashtable.contains contains .
Parameters: value - the value to look for. |
public Enumeration | elements() Get a enumeration over the elements. |
protected void | initAll() Used to be part of init. |
public boolean | isEmpty() Check if the table is empty. |
public Enumeration | keys() Get an enumeration over the keys. |
public int | size() Get the size of the table. |