Example usage for org.apache.commons.collections IterableMap interface-usage

List of usage examples for org.apache.commons.collections IterableMap interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections IterableMap interface-usage.

Usage

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 {