Uses of Interface org.apache.commons.collections.MultiMap

Uses in package org.apache.commons.collections

Classes implementing org.apache.commons.collections.MultiMap

class
MultiHashMap is the default implementation of the MultiMap interface.

Uses in package org.apache.commons.collections.map

Classes implementing org.apache.commons.collections.MultiMap

class
A MultiValueMap decorates another map, allowing it to have more than one value for a key.

Copyright © 2001-2015 Apache Software Foundation. All Rights Reserved.