Uses of Class
org.eclipse.collections.impl.map.mutable.SynchronizedMutableMap
Packages that use SynchronizedMutableMap
-
Uses of SynchronizedMutableMap in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return SynchronizedMutableMapModifier and TypeMethodDescriptionstatic <K, V, M extends 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 Map<K,V>>
SynchronizedMutableMap<K, V> This method will take a MutableMap and wrap it directly in a SynchronizedMutableMap.