| Package | Description |
|---|---|
| com.toolsverse.util.concurrentlinkedhashmap |
This package contains an implementation of a bounded
ConcurrentMap data structure. |
| Modifier and Type | Method and Description |
|---|---|
V |
ConcurrentHashMapV8.computeIfAbsent(K key,
ConcurrentHashMapV8.Fun<? super K,? extends V> mappingFunction)
If the specified key is not already associated with a value,
attempts to compute its value using the given mapping function
and enters it into this map unless
null. |
Copyright © 2010-2020 Toolsverse. All Rights Reserved.