public class Multimaps extends Object
Modifier and Type | Method and Description |
---|---|
static <K,V> com.google.common.cache.LoadingCache<K,Set<V>> |
newConcurrentSetMultimap()
Creates a
ConcurrentMap instance whose values are populated with synchronized HashSet instances. |
public static <K,V> com.google.common.cache.LoadingCache<K,Set<V>> newConcurrentSetMultimap()
ConcurrentMap
instance whose values are populated with synchronized HashSet instances.Copyright © 2016. All rights reserved.