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