de.uni_paderborn.fujaba.basic
Class KeyValuePair

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.KeyValuePair
All Implemented Interfaces:
java.util.Map.Entry

public class KeyValuePair
extends java.lang.Object
implements java.util.Map.Entry

A record of a BasicIncrement and a String.

Version:
$Revision: 1.14 $
Author:
$Author: schneider $

Constructor Summary
KeyValuePair(BasicIncrement key, BasicIncrement value)
          Constructor for class KeyValuePair
KeyValuePair(java.lang.String key, java.lang.Object value)
          Constructor for class KeyValuePair
 
Method Summary
 java.lang.Object getKey()
          Get the key attribute of the KeyValuePair object
 java.lang.Object getValue()
          Get the value attribute of the KeyValuePair object
 java.lang.Object setValue(java.lang.Object value)
          Sets the value attribute of the KeyValuePair object
 java.lang.String toString()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

KeyValuePair

public KeyValuePair(java.lang.String key,
                    java.lang.Object value)
Constructor for class KeyValuePair

Parameters:
key - No description provided
value - No description provided

KeyValuePair

public KeyValuePair(BasicIncrement key,
                    BasicIncrement value)
Constructor for class KeyValuePair

Parameters:
key - No description provided
value - No description provided
Method Detail

getValue

public java.lang.Object getValue()
Get the value attribute of the KeyValuePair object

Specified by:
getValue in interface java.util.Map.Entry
Returns:
The value value

getKey

public java.lang.Object getKey()
Get the key attribute of the KeyValuePair object

Specified by:
getKey in interface java.util.Map.Entry
Returns:
The key value

setValue

public java.lang.Object setValue(java.lang.Object value)
Sets the value attribute of the KeyValuePair object

Specified by:
setValue in interface java.util.Map.Entry
Parameters:
value - The new value value
Returns:
No description provided

toString

public java.lang.String toString()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided