org.apache.commons.chain.impl
Class ContextBase.MapEntryImpl
java.lang.Object
org.apache.commons.chain.impl.ContextBase.MapEntryImpl
- All Implemented Interfaces:
- java.util.Map.Entry
- Enclosing class:
- ContextBase
private class ContextBase.MapEntryImpl
- extends java.lang.Object
- implements java.util.Map.Entry
Private implementation of Map.Entry
for each item in
EntrySetImpl
.
Field Summary |
private java.lang.Object |
key
|
private java.lang.Object |
value
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
key
private java.lang.Object key
value
private java.lang.Object value
ContextBase.MapEntryImpl
ContextBase.MapEntryImpl(java.lang.Object key,
java.lang.Object value)
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interface java.util.Map.Entry
- Overrides:
equals
in class java.lang.Object
getKey
public java.lang.Object getKey()
- Specified by:
getKey
in interface java.util.Map.Entry
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface java.util.Map.Entry
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Map.Entry
- Overrides:
hashCode
in class java.lang.Object
setValue
public java.lang.Object setValue(java.lang.Object value)
- Specified by:
setValue
in interface java.util.Map.Entry