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

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

Introduction

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

Usage

From source file com.pactera.edg.am.metamanager.extractor.util.TwoWayMultiMap.java

/**
 * ??MultiMap?MultiMap<br>
 * ??KeyValue??ValueKey
 *
 * @author fbchen
 * @version 1.0  Date: 2010-1-19 ?10:33:46

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 {