Class AbstractMapEntryDecorator
java.lang.Object
org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
- Direct Known Subclasses:
AbstractDualBidiMap.MapEntry
Provides a base decorator that allows additional functionality to be
added to a
Map.Entry
.- Since:
- Commons Collections 3.0
- Version:
- $Revision: 646777 $ $Date: 2008-04-10 14:33:15 +0200 (Thu, 10 Apr 2008) $
- Author:
- Stephen Colebourne
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor that wraps (not copies). -
Method Summary
-
Field Details
-
entry
TheMap.Entry
to decorate
-
-
Constructor Details
-
AbstractMapEntryDecorator
Constructor that wraps (not copies).- Parameters:
entry
- theMap.Entry
to decorate, must not be null- Throws:
IllegalArgumentException
- if the collection is null
-
-
Method Details