Java org.apache.commons.collections4 MultiMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections4 MultiMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections4 MultiMap.

The text is from its open source code.

Method

Set>entrySet()
Returns a Set view of the mappings contained in this map.
Objectget(Object key)
Gets the collection of values associated with the specified key.
SetkeySet()
Returns a Set view of the keys contained in this map.
Objectput(K key, Object value)
Adds the value to the collection associated with the specified key.
Collectionvalues()
Gets a collection containing all the values in the map.