java.io.Serializable
, java.lang.Cloneable
, java.util.Map<K,V>
@Deprecated
public class LazyHashtable<K,V>
extends java.util.Hashtable<K,V>
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
initAllDone |
Deprecated.
|
Constructor | Description |
---|---|
LazyHashtable() |
Deprecated.
No arg constructor.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
contains(java.lang.Object value) |
Deprecated.
Check if the table contains a particular value.
|
boolean |
containsKey(java.lang.Object value) |
Deprecated.
Check if the table contains a particular key.
|
boolean |
containsValue(java.lang.Object value) |
Deprecated.
Delegates to
contains . |
java.util.Enumeration<V> |
elements() |
Deprecated.
Get a enumeration over the elements.
|
protected void |
initAll() |
Deprecated.
Used to be part of init.
|
boolean |
isEmpty() |
Deprecated.
Check if the table is empty.
|
java.util.Enumeration<K> |
keys() |
Deprecated.
Get an enumeration over the keys.
|
int |
size() |
Deprecated.
Get the size of the table.
|
protected void initAll()
public java.util.Enumeration<V> elements()
public boolean isEmpty()
public int size()
public boolean contains(java.lang.Object value)
public boolean containsKey(java.lang.Object value)
public boolean containsValue(java.lang.Object value)
contains
.