org.apache.cocoon.environment.impl
Class BaseMap.Entry

java.lang.Object
  extended byorg.apache.cocoon.environment.impl.BaseMap.Entry
All Implemented Interfaces:
Map.Entry
Enclosing class:
BaseMap

protected static class BaseMap.Entry
extends Object
implements Map.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

BaseMap.Entry

public BaseMap.Entry(Object key,
                     Object value)
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry

equals

public boolean equals(Object obj)
Specified by:
equals in interface Map.Entry


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.