java.lang.Object | +--org.apache.commons.collections.keyvalue.AbstractMapEntryDecoratorAll Implemented Interfaces:
Map.Entry | The Map.Entry to decorate |
AbstractMapEntryDecorator(Map.Entry entry) Constructor that wraps (not copies). |
boolean | equals(Object object) |
Object | getKey() |
Map.Entry | Gets the map being decorated. |
Object | getValue() |
int | hashCode() |
Object | setValue(Object object) |
String | toString() |
protected final Entry entry
Map.Entry
to decorate public AbstractMapEntryDecorator(Map.Entry entry)
- if the collection is nullpublic boolean equals(Object object)
public Object getKey()
protected Entry getMapEntry()
public Object getValue()
public int hashCode()
public Object setValue(Object object)
public String toString()