| 程序包 | 说明 |
|---|---|
| org.skfiy.util.v8 |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V,U> 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> 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> 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> 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> 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> 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> 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 © 2013 The Skfiy Open Association. All Rights Reserved.