| Package | Description |
|---|---|
| io.netty.util.internal.chmv8 |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> io.netty.util.internal.chmv8.ForkJoinTask<Void> |
ConcurrentHashMapV8.ForkJoinTasks.forEach(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.BiAction<K,V> action)
Returns a task that when invoked, performs the given
action for each (key, value)
|
void |
ConcurrentHashMapV8.forEachInParallel(ConcurrentHashMapV8.BiAction<K,V> action)
Performs the given action for each (key, value).
|
void |
ConcurrentHashMapV8.forEachSequentially(ConcurrentHashMapV8.BiAction<K,V> action)
Performs the given action for each (key, value).
|
Copyright © 2008-2013 The Netty Project. All Rights Reserved.