| Modifier and Type | Method and Description |
|---|---|
Set<V> |
get() |
static <V> Supplier<Set<V>> |
instance() |
static <K,V> void |
trimSetsToSize(SetMultimap<K,V> multimap)
Helper method which will trim each set in the multimap to its current size.
|
public static <K,V> void trimSetsToSize(SetMultimap<K,V> multimap)
K - Key typeV - Value typemultimap - the set multimap using ArraySetCopyright © 2014. All Rights Reserved.