public class SHashMultiMap<K,V> extends HashMultiMap<K,V>
SHashMultiMap()
SHashMultiMap(MultiMap<K,V> m)
protected java.util.Set<V>
newSet()
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, numKeys, put, putAll, putAll, putAll, remove, remove, removeAll, size, values
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public SHashMultiMap()
public SHashMultiMap(MultiMap<K,V> m)
protected java.util.Set<V> newSet()
newSet
HashMultiMap<K,V>