Uses of Interface
org.eclipse.collections.api.map.ConcurrentMutableMap
-
Packages that use ConcurrentMutableMap Package Description org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap -
-
Uses of ConcurrentMutableMap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ConcurrentMutableMap Modifier and Type Method Description ConcurrentMutableMap<K,V>ConcurrentMutableMap. tap(Procedure<? super V> procedure)default ConcurrentMutableMap<K,V>ConcurrentMutableMap. withMap(Map<? extends K,? extends V> map)default ConcurrentMutableMap<K,V>ConcurrentMutableMap. withMapIterable(MapIterable<? extends K,? extends V> mapIterable)
-