Class ConcurrentHashMapKt
-
- All Implemented Interfaces:
public final class ConcurrentHashMapKt
-
-
Method Summary
Modifier and Type Method Description final static <K extends Any, V extends Any> ConcurrentHashMap<K, V>concurrentHashMap(FakeContext $self, Integer size, Function1<FakeContext, K> key, Function1<FakeContext, V> value)Generates a Java concurrent hash map using key and value. -
-
Method Detail
-
concurrentHashMap
final static <K extends Any, V extends Any> ConcurrentHashMap<K, V> concurrentHashMap(FakeContext $self, Integer size, Function1<FakeContext, K> key, Function1<FakeContext, V> value)
Generates a Java concurrent hash map using key and value.
-
-
-
-