Uses of Class
org.eclipse.collections.impl.map.mutable.SynchronizedMutableMap
-
Packages that use SynchronizedMutableMap Package Description org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface. -
-
Uses of SynchronizedMutableMap in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return SynchronizedMutableMap Modifier and Type Method Description static <K,V,M extends java.util.Map<K,V>>
SynchronizedMutableMap<K,V>SynchronizedMutableMap. of(M map)
This method will take a MutableMap and wrap it directly in a SynchronizedMutableMap.static <K,V,M extends java.util.Map<K,V>>
SynchronizedMutableMap<K,V>SynchronizedMutableMap. of(M map, java.lang.Object lock)
This method will take a MutableMap and wrap it directly in a SynchronizedMutableMap.
-