public class Association extends Object implements Map.Entry
Purpose: Generic association object. This can be used to map hashtable/map containers where the key and value primitives or independent objects.
Constructor and Description |
---|
Association()
Default constructor.
|
Association(Object key,
Object value)
PUBLIC:
Create an association.
|
Modifier and Type | Method and Description |
---|---|
Object |
getKey()
PUBLIC:
Return the key.
|
Object |
getValue()
PUBLIC:
Return the value.
|
void |
setKey(Object key)
PUBLIC:
Set the key.
|
Object |
setValue(Object value)
PUBLIC:
Set the value.
|
EclipseLink 2.3.2, "build v20111125-r10461" API Reference