K - map entry key typeV - map entry value typeabstract class AbstractMapEntryDecorator<K,V> extends Object implements Map.Entry<K,V>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMapEntryDecorator(Map.Entry<K,V> entry)
Create a new abstract map entyr that decorates the
specified map entry.
|
Copyright (c) 2003-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).