ERXKeyValuePair< K, V > Class Reference
List of all members.
Detailed Description
Very simple class used for hold key-value pairs.
- Parameters:
-
| <K> | the key type |
| <V> | the value type |
Constructor & Destructor Documentation
| ERXKeyValuePair |
( |
K |
newKey, |
|
|
V |
newValue | |
|
) |
| | |
Public constructor
- Parameters:
-
| newKey | key |
| newValue | value |
Member Function Documentation
| boolean equals |
( |
Object |
object |
) |
|
returns the key
- Returns:
- da key
Sets the key.
- Parameters:
-
| void setValue |
( |
V |
value |
) |
|
Sets the value
- Parameters:
-
returns the value
- Returns:
- da value
Member Data Documentation
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXKeyValuePair.java