List of usage examples for org.apache.commons.collections.map AbstractMapDecorator subclass-usage
From source file org.lockss.util.MaxSizeRecordingMap.java
/** * A Map decorator that keeps track of the maximum number of items in the * map */ public class MaxSizeRecordingMap extends AbstractMapDecorator { private int maxSize;
From source file org.apache.cocoon.el.impl.objectmodel.UnmodifiableMultiMap.java
/** * <p>This class brings equally the same functionality as {@link UnmodifiableMap} but also implements {@link MultiMap} interface.</p> * * <p>Use this class to wrap {@link MultiMap MultiMaps} only.</p> */ public class UnmodifiableMultiMap extends AbstractMapDecorator implements MultiMap, IterableMap, Unmodifiable {
From source file org.apache.cocoon.el.impl.objectmodel.ObjectModelImpl.java
/** * Prototype implementation of {@link ObjectModel} interface. It <b>must</b> be initialized manually for now. * */ public class ObjectModelImpl extends AbstractMapDecorator implements ObjectModel { //FIXME: It seems that there is no easy way to reuse MuliValueMap