Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.util.concurrent.jdk8backported.ConcurrentHashMapV8.Action

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
<U> void
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
<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)
 void ConcurrentHashMapV8.Parallel.forEachEntry(ConcurrentHashMapV8.Action<Map.Entry<K,V>> action)
          Performs the given action for each entry.
<U> void
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
<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.Parallel.forEachKey(ConcurrentHashMapV8.Action<K> action)
          Performs the given action for each key.
<U> void
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
<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.Parallel.forEachValue(ConcurrentHashMapV8.Action<V> action)
          Performs the given action for each value.
<U> void
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
<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.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.