@Deprecated public class IltDistributedTable extends Dictionary
All keys of such a table must be of type IltWithProperties
.
IlWithProperties
Constructor and Description |
---|
IltDistributedTable()
Deprecated.
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
elements()
Deprecated.
Returns an enumeration of the values in this dictionary.
|
Object |
get(Object key)
Deprecated.
Returns the value to which the key is mapped in this dictionary.
|
boolean |
isEmpty()
Deprecated.
Tests if this dictionary maps no keys to value.
|
Enumeration |
keys()
Deprecated.
Returns an enumeration of the keys in this dictionary.
|
Object |
put(Object key,
Object value)
Deprecated.
Maps the specified key to the specified value in this dictionary.
|
Object |
remove(Object key)
Deprecated.
Removes the key (and its corresponding value) from this dictionary.
|
int |
size()
Deprecated.
Returns the number of keys in this dictionary.
|
public IltDistributedTable()
public Object get(Object key)
get
in class Dictionary
public Object put(Object key, Object value)
null
.
The value can be retrieved by calling the get method with a key that is equal to the original key.
put
in class Dictionary
key
- an instance of IltWithPropertiesvalue
- value the valuepublic Object remove(Object key)
remove
in class Dictionary
key
- - the key that needs to be removedpublic int size()
size
in class Dictionary
public boolean isEmpty()
isEmpty
in class Dictionary
public Enumeration keys()
keys
in class Dictionary
public Enumeration elements()
elements
in class Dictionary
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.