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

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

Introduction

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

The text is from its open source code.

Method

Setget(K key)
Gets the set of values associated with the specified key.
SetkeySet()
Returns a Set view of the keys contained in this multi-valued map.
booleanput(K key, V value)
Adds a key-value mapping to this multi-valued map.