public class MultiMap<K,V>
extends java.util.HashMap<K,java.util.List<V>>
Constructor and Description |
---|
MultiMap() |
Modifier and Type | Method and Description |
---|---|
void |
map(K key,
V value) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
Copyright © 2013. All Rights Reserved.