| Package | Description |
|---|---|
| io.netty.util.internal.chmv8 |
| Modifier and Type | Method and Description |
|---|---|
static <K,V,U> io.netty.util.internal.chmv8.ForkJoinTask<Void> |
ConcurrentHashMapV8.ForkJoinTasks.forEach(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.BiFun<? super K,? super V,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Returns a task that when invoked, performs the given
action for each non-null transformation of each (key, value)
|
static <K,V> io.netty.util.internal.chmv8.ForkJoinTask<Void> |
ConcurrentHashMapV8.ForkJoinTasks.forEachEntry(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.Action<Map.Entry<K,V>> action)
Returns a task that when invoked, perform the given action
for each entry.
|
static <K,V,U> io.netty.util.internal.chmv8.ForkJoinTask<Void> |
ConcurrentHashMapV8.ForkJoinTasks.forEachEntry(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.Fun<Map.Entry<K,V>,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Returns a task that when invoked, perform the given action
for each non-null transformation of each entry.
|
void |
ConcurrentHashMapV8.forEachEntryInParallel(ConcurrentHashMapV8.Action<Map.Entry<K,V>> action)
Performs the given action for each entry.
|
<U> void |
ConcurrentHashMapV8.forEachEntryInParallel(ConcurrentHashMapV8.Fun<Map.Entry<K,V>,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation
of each entry.
|
void |
ConcurrentHashMapV8.forEachEntrySequentially(ConcurrentHashMapV8.Action<Map.Entry<K,V>> action)
Performs the given action for each entry.
|
<U> void |
ConcurrentHashMapV8.forEachEntrySequentially(ConcurrentHashMapV8.Fun<Map.Entry<K,V>,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation
of each entry.
|
<U> void |
ConcurrentHashMapV8.forEachInParallel(ConcurrentHashMapV8.BiFun<? super K,? super V,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation
of each (key, value).
|
static <K,V> io.netty.util.internal.chmv8.ForkJoinTask<Void> |
ConcurrentHashMapV8.ForkJoinTasks.forEachKey(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.Action<K> action)
Returns a task that when invoked, performs the given action
for each key.
|
static <K,V,U> io.netty.util.internal.chmv8.ForkJoinTask<Void> |
ConcurrentHashMapV8.ForkJoinTasks.forEachKey(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.Fun<? super K,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Returns a task that when invoked, performs the given action
for each non-null transformation of each key.
|
void |
ConcurrentHashMapV8.forEachKeyInParallel(ConcurrentHashMapV8.Action<K> action)
Performs the given action for each key.
|
<U> void |
ConcurrentHashMapV8.forEachKeyInParallel(ConcurrentHashMapV8.Fun<? super K,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation
of each key.
|
void |
ConcurrentHashMapV8.forEachKeySequentially(ConcurrentHashMapV8.Action<K> action)
Performs the given action for each key.
|
<U> void |
ConcurrentHashMapV8.forEachKeySequentially(ConcurrentHashMapV8.Fun<? super K,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation
of each key.
|
<U> void |
ConcurrentHashMapV8.forEachSequentially(ConcurrentHashMapV8.BiFun<? super K,? super V,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation
of each (key, value).
|
static <K,V> io.netty.util.internal.chmv8.ForkJoinTask<Void> |
ConcurrentHashMapV8.ForkJoinTasks.forEachValue(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.Action<V> action)
Returns a task that when invoked, performs the given action
for each value.
|
static <K,V,U> io.netty.util.internal.chmv8.ForkJoinTask<Void> |
ConcurrentHashMapV8.ForkJoinTasks.forEachValue(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.Fun<? super V,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Returns a task that when invoked, performs the given action
for each non-null transformation of each value.
|
void |
ConcurrentHashMapV8.forEachValueInParallel(ConcurrentHashMapV8.Action<V> action)
Performs the given action for each value.
|
<U> void |
ConcurrentHashMapV8.forEachValueInParallel(ConcurrentHashMapV8.Fun<? super V,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation
of each value.
|
void |
ConcurrentHashMapV8.forEachValueSequentially(ConcurrentHashMapV8.Action<V> action)
Performs the given action for each value.
|
<U> void |
ConcurrentHashMapV8.forEachValueSequentially(ConcurrentHashMapV8.Fun<? super V,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation
of each value.
|
Copyright © 2008-2013 The Netty Project. All Rights Reserved.