Example usage for org.apache.commons.collections.map MultiValueMap subclass-usage

List of usage examples for org.apache.commons.collections.map MultiValueMap subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections.map MultiValueMap subclass-usage.

Usage

From source file org.soyatec.windowsazure.internal.util.NameValueCollection.java

public class NameValueCollection extends MultiValueMap {

    /**
     * Get the single value.
     * @param key
     * @return single value

From source file edu.cornell.med.icb.geo.SectionProperties.java

/**
 * @author Fabien Campagne Date: Aug 15, 2007 Time: 4:02:33 PM
 */
class SectionProperties extends MultiValueMap {
    public MutableString getUniqueValue(final MutableString key) {
        if (size(key) != 1) {

From source file com.nextep.designer.core.model.DependenciesMap.java

/**
 * First draft of dependencies map class to smoothly remove direct code dependencies to
 * MutliValueMap
 * 
 * @author Christophe Fondacci
 */