public class SetMultimap<Key,Value> extends Multimap<Key,Value>
HashSet to store the values.| Constructor and Description |
|---|
SetMultimap() |
SetMultimap(java.util.Map<Key,Value> map)
Constructor that accepts a map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
put(Key key,
Value value)
Put a key-value pair into the multimap.
|