| Constructor and Description |
|---|
Multimaps() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
forMap(Map<K,V> map)
Warning, not functionally the same as Guava; only for use in invertFrom.
|
static <K,V,R extends XCldrStub.Multimap<K,V>> |
invertFrom(Map<V,K> source,
R target) |
static <K,V,R extends XCldrStub.Multimap<K,V>> |
invertFrom(XCldrStub.Multimap<V,K> source,
R target) |
public static <K,V,R extends XCldrStub.Multimap<K,V>> R invertFrom(XCldrStub.Multimap<V,K> source, R target)
public static <K,V,R extends XCldrStub.Multimap<K,V>> R invertFrom(Map<V,K> source, R target)