Package | Description |
---|---|
org.jboss.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 © 2008–2013 Seam Framework. All rights reserved.