| Package | Description |
|---|---|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| Modifier and Type | Method and 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) |
Copyright © 2004–2023. All rights reserved.