BBjObjectTable::put
Description
Places a key/value pair into the table.
Syntax
Return Value |
Method |
---|---|
void |
put(Object key!, Object value!) |
Parameters
Variable |
Description |
---|---|
key! |
Specifies a key. |
value! |
Specifies a value. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.