|
Version: ${maven.project.version} | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.soaplab.share.MapEntry
public class MapEntry
A container for a key-value pair used in SoaplabMap
.
Constructor Summary | |
---|---|
MapEntry()
|
|
MapEntry(java.lang.String key,
java.lang.Object value)
|
Method Summary | |
---|---|
java.lang.String |
getKey()
Gets the value of the key property. |
java.lang.Object |
getObjectValue()
|
Value |
getValue()
Gets the value of the value property. |
void |
setKey(java.lang.String value)
Sets the value of the key property. |
void |
setValue(Value value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapEntry()
public MapEntry(java.lang.String key, java.lang.Object value)
Method Detail |
---|
public java.lang.Object getObjectValue()
public java.lang.String getKey()
String
public void setKey(java.lang.String value)
value
- allowed object is
String
public Value getValue()
Value
public void setValue(Value value)
value
- allowed object is
Value
|
Version: ${maven.project.version} | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |