Java org.apache.commons.collections15.multimap MultiHashMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections15.multimap MultiHashMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections15.multimap MultiHashMap.

The text is from its open source code.

Subclass

org.apache.commons.collections15.multimap.MultiHashMap has subclasses.
Click this link to see all its subclasses.

Constructor

MultiHashMap(int initialCapacity)
Constructor.
MultiHashMap(Map mapToCopy)
Constructor that copies the input map creating an independent copy.
MultiHashMap(MultiMap mapToCopy)
Constructor that copies the input MultiMap creating an independent copy.
MultiHashMap()
Constructor.

Method

Objectclone()
Clones the map creating an independent copy.
booleancontainsValue(Object key, Object value)
Checks whether the collection at the specified key contains the value.
Set>>entrySet()
Collectionget(Object key)
SetkeySet()
Vput(K key, V value)
Adds the value to the collection associated with the specified key.
voidputAll(Map map)
voidputAll(MultiMap map)
intsize()