Uses of Class
org.eclipse.collections.impl.multimap.list.SynchronizedListMultimap
Package | Description |
---|---|
org.eclipse.collections.impl.multimap.list |
This package contains implementations of the
ListMultimap interface. |
-
Uses of SynchronizedListMultimap in org.eclipse.collections.impl.multimap.list
Methods in org.eclipse.collections.impl.multimap.list that return SynchronizedListMultimap 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, Object lock)
This method will take a Multimap and wrap it directly in a SynchronizedListMultimap.