public class MapOfSets<K,V> extends Object
MapOfSets(Map<K,Set<V>> m)
Map<K,Set<V>>
getMap()
int
put(K key, V val)
putAll(K key, Collection<? extends V> vals)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapOfSets(Map<K,Set<V>> m)
m
public Map<K,Set<V>> getMap()
public int put(K key, V val)
public int putAll(K key, Collection<? extends V> vals)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.