public class ListMultimap<Key,Value> extends Multimap<Key,Value>
LinkedList to store the values.| Constructor and Description |
|---|
ListMultimap()
Default constructor.
|
ListMultimap(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.
|