|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.environment.impl.BaseMap.Entry
Constructor Summary | |
BaseMap.Entry(Object key,
Object value)
|
Method Summary | |
boolean |
equals(Object obj)
|
Object |
getKey()
|
Object |
getValue()
|
int |
hashCode()
|
Object |
setValue(Object value)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseMap.Entry(Object key, Object value)
Method Detail |
public Object getKey()
getKey
in interface Map.Entry
public Object getValue()
getValue
in interface Map.Entry
public Object setValue(Object value)
setValue
in interface Map.Entry
public int hashCode()
hashCode
in interface Map.Entry
public boolean equals(Object obj)
equals
in interface Map.Entry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |