java.lang.Objectorg.apache.commons.collections.keyvalue.AbstractKeyValue
org.apache.commons.collections.keyvalue.AbstractMapEntry
All Implemented Interfaces:
Map$Entry, KeyValue
Direct Known Subclasses:
ListOrderedMapEntry, MyMapEntry, DefaultMapEntry, UnmodifiableMapEntry
Commons - Collections 3.0$ - Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $James - StrachanMichael - A. SmithNeil - O'TooleStephen - Colebourne| Fields inherited from org.apache.commons.collections.keyvalue.AbstractKeyValue: |
|---|
| key, value |
| Constructor: |
|---|
|
| Method from org.apache.commons.collections.keyvalue.AbstractMapEntry Summary: |
|---|
| equals, hashCode, setValue |
| Methods from org.apache.commons.collections.keyvalue.AbstractKeyValue: |
|---|
| getKey, getValue, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.collections.keyvalue.AbstractMapEntry Detail: |
|---|
Map.Entry with another Map.Entry.
Implemented per API documentation of java.util.Map.Entry#equals(Object) |
Implemented per API documentation of java.util.Map.Entry#hashCode() |
Map.Entry.
This |