|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConcurrentHashMapV8.ObjectByObjectToInt | |
---|---|
org.infinispan.util.concurrent.jdk8backported |
Uses of ConcurrentHashMapV8.ObjectByObjectToInt in org.infinispan.util.concurrent.jdk8backported |
---|
Methods in org.infinispan.util.concurrent.jdk8backported with parameters of type ConcurrentHashMapV8.ObjectByObjectToInt | ||
---|---|---|
int |
ConcurrentHashMapV8.Parallel.reduceToInt(ConcurrentHashMapV8.ObjectByObjectToInt<? super K,? super V> transformer,
int basis,
ConcurrentHashMapV8.IntByIntToInt reducer)
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value. |
|
static
|
ConcurrentHashMapV8.ForkJoinTasks.reduceToInt(ConcurrentHashMapV8<K,V> map,
ConcurrentHashMapV8.ObjectByObjectToInt<? super K,? super V> transformer,
int basis,
ConcurrentHashMapV8.IntByIntToInt reducer)
Returns a task that when invoked, returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value. |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |