|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConcurrentHashMapV8.Action | |
---|---|
org.infinispan.util.concurrent.jdk8backported |
Uses of ConcurrentHashMapV8.Action in org.infinispan.util.concurrent.jdk8backported |
---|
Methods in org.infinispan.util.concurrent.jdk8backported with parameters of type ConcurrentHashMapV8.Action | ||
---|---|---|
|
ConcurrentHashMapV8.Parallel.forEach(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
|
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) |
|
void |
ConcurrentHashMapV8.Parallel.forEachEntry(ConcurrentHashMapV8.Action<Map.Entry<K,V>> action)
Performs the given action for each entry. |
|
|
ConcurrentHashMapV8.Parallel.forEachEntry(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. |
|
static
|
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
|
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.Parallel.forEachKey(ConcurrentHashMapV8.Action<K> action)
Performs the given action for each key. |
|
|
ConcurrentHashMapV8.Parallel.forEachKey(ConcurrentHashMapV8.Fun<? super K,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation of each key. |
|
static
|
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
|
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.Parallel.forEachValue(ConcurrentHashMapV8.Action<V> action)
Performs the given action for each value. |
|
|
ConcurrentHashMapV8.Parallel.forEachValue(ConcurrentHashMapV8.Fun<? super V,? extends U> transformer,
ConcurrentHashMapV8.Action<U> action)
Performs the given action for each non-null transformation of each value. |
|
static
|
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
|
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. |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |