Example usage for org.apache.commons.collections15.multimap MultiHashMap subclass-usage

List of usage examples for org.apache.commons.collections15.multimap MultiHashMap subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections15.multimap MultiHashMap subclass-usage.

Usage

From source file de.dhke.projects.cutil.collections.map.GenericMultiHashMap.java

/**
 *
 * A {@link MultiHashMap} that uses HashSets for key storage instead of array lists.
 * <p/>
 *
 * @author Peter Wullinger <java@dhke.de>

From source file org.openanzo.rdf.utils.AnzoMultiMap.java

/**
 * Extension of MultiHashMap to fix remove method
 * 
 * @param <K>
 *            Key type
 * @param <V>