Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use ConcurrentHashMapV8.DoubleByDoubleToDouble
org.infinispan.util.concurrent.jdk8backported   
 

Uses of ConcurrentHashMapV8.DoubleByDoubleToDouble in org.infinispan.util.concurrent.jdk8backported
 

Methods in org.infinispan.util.concurrent.jdk8backported with parameters of type ConcurrentHashMapV8.DoubleByDoubleToDouble
 double ConcurrentHashMapV8.Parallel.reduceEntriesToDouble(ConcurrentHashMapV8.ObjectToDouble<Map.Entry<K,V>> transformer, double basis, ConcurrentHashMapV8.DoubleByDoubleToDouble reducer)
          Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
static
<K,V> ForkJoinTask<Double>
ConcurrentHashMapV8.ForkJoinTasks.reduceEntriesToDouble(ConcurrentHashMapV8<K,V> map, ConcurrentHashMapV8.ObjectToDouble<Map.Entry<K,V>> transformer, double basis, ConcurrentHashMapV8.DoubleByDoubleToDouble reducer)
          Returns a task that when invoked, returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
 double ConcurrentHashMapV8.Parallel.reduceKeysToDouble(ConcurrentHashMapV8.ObjectToDouble<? super K> transformer, double basis, ConcurrentHashMapV8.DoubleByDoubleToDouble reducer)
          Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
static
<K,V> ForkJoinTask<Double>
ConcurrentHashMapV8.ForkJoinTasks.reduceKeysToDouble(ConcurrentHashMapV8<K,V> map, ConcurrentHashMapV8.ObjectToDouble<? super K> transformer, double basis, ConcurrentHashMapV8.DoubleByDoubleToDouble reducer)
          Returns a task that when invoked, returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
 double ConcurrentHashMapV8.Parallel.reduceToDouble(ConcurrentHashMapV8.ObjectByObjectToDouble<? super K,? super V> transformer, double basis, ConcurrentHashMapV8.DoubleByDoubleToDouble 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
<K,V> ForkJoinTask<Double>
ConcurrentHashMapV8.ForkJoinTasks.reduceToDouble(ConcurrentHashMapV8<K,V> map, ConcurrentHashMapV8.ObjectByObjectToDouble<? super K,? super V> transformer, double basis, ConcurrentHashMapV8.DoubleByDoubleToDouble 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.
 double ConcurrentHashMapV8.Parallel.reduceValuesToDouble(ConcurrentHashMapV8.ObjectToDouble<? super V> transformer, double basis, ConcurrentHashMapV8.DoubleByDoubleToDouble reducer)
          Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
static
<K,V> ForkJoinTask<Double>
ConcurrentHashMapV8.ForkJoinTasks.reduceValuesToDouble(ConcurrentHashMapV8<K,V> map, ConcurrentHashMapV8.ObjectToDouble<? super V> transformer, double basis, ConcurrentHashMapV8.DoubleByDoubleToDouble reducer)
          Returns a task that when invoked, returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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