Package | Description |
---|---|
io.netty.util.internal.chmv8 |
Modifier and Type | Field and Description |
---|---|
(package private) ConcurrentHashMapV8.BiAction<? super K,? super V> |
ConcurrentHashMapV8.ForEachMappingTask.action |
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentHashMapV8.forEach(ConcurrentHashMapV8.BiAction<? super K,? super V> action) |
void |
ConcurrentHashMapV8.forEach(long parallelismThreshold,
ConcurrentHashMapV8.BiAction<? super K,? super V> action)
Performs the given action for each (key, value).
|
Constructor and Description |
---|
ForEachMappingTask(ConcurrentHashMapV8.BulkTask<K,V,?> p,
int b,
int i,
int f,
ConcurrentHashMapV8.Node<K,V>[] t,
ConcurrentHashMapV8.BiAction<? super K,? super V> action) |