| Package | Description |
|---|---|
| org.agorava.utils.solder.util.collections |
A collection of collection related utilities for Solder
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> SetMultimap<K,V> |
Multimaps.newSetMultimap(Map<K,Collection<V>> map,
Supplier<? extends Set<V>> factory)
Creates a new
SetMultimap that uses the provided map and factory. |
Copyright © 2013. All Rights Reserved.