Package | Description |
---|---|
org.eclipse.collections.impl.multimap.list |
This package contains implementations of the
ListMultimap interface. |
Modifier and Type | Method | Description |
---|---|---|
static <K,V> SynchronizedListMultimap<K,V> |
SynchronizedListMultimap.of(MutableListMultimap<K,V> multimap) |
This method will take a Multimap and wrap it directly in a SynchronizedListMultimap.
|
static <K,V> SynchronizedListMultimap<K,V> |
SynchronizedListMultimap.of(MutableListMultimap<K,V> multimap,
java.lang.Object lock) |
This method will take a Multimap and wrap it directly in a SynchronizedListMultimap.
|
Copyright © 2004–2017. All rights reserved.