Modifier and Type | Method and Description |
---|---|
Set<V> |
get()
Retrieves an instance of the appropriate type.
|
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 Set<V> get()
Supplier
public static <K,V> void trimSetsToSize(SetMultimap<K,V> multimap)
K
- Key typeV
- Value typemultimap
- the set multimap using ArraySetCopyright © 2013 Seam Framework. All Rights Reserved.