|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.xb.builder.runtime.DefaultMapEntry
public class DefaultMapEntry
A DefaultMapEntry.
| Constructor Summary | |
|---|---|
DefaultMapEntry()
|
|
| Method Summary | |
|---|---|
Object |
getKey()
Get the key. |
Object |
getValue()
Get the value. |
void |
setKey(Object key)
Set the key. |
void |
setValue(Object value)
Set the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMapEntry()
| Method Detail |
|---|
public Object getKey()
public void setKey(Object key)
key - The key to set.public Object getValue()
public void setValue(Object value)
value - The value to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||