java.lang.Objectorg.apache.commons.chain.web.MapEntry
All Implemented Interfaces:
Map$Entry
Map.Entry implementation that can be constructed to either be read-only or not.
$ - Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $| Constructor: |
|---|
Creates a map entry that can either allow modifications or not.
|
| Method from org.apache.commons.chain.web.MapEntry Summary: |
|---|
| equals, getKey, getValue, hashCode, setValue |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.chain.web.MapEntry Detail: |
|---|
Determines if this entry is equal to the passed object. |
Gets the entry key. |
Gets the entry value. |
Returns the hashcode for this entry. |
Sets the entry value if the entry can be modified. |