|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.basic.KeyValuePair
A record of a BasicIncrement and a String.
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 |
public KeyValuePair(java.lang.String key, java.lang.Object value)
key
- No description providedvalue
- No description providedpublic KeyValuePair(BasicIncrement key, BasicIncrement value)
key
- No description providedvalue
- No description providedMethod Detail |
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
value
- The new value value
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |