Package | Description |
---|---|
io.netty.util.internal.chmv8 |
Modifier and Type | Field and Description |
---|---|
(package private) ConcurrentHashMapV8.ObjectByObjectToDouble<? super K,? super V> |
ConcurrentHashMapV8.MapReduceMappingsToDoubleTask.transformer |
Modifier and Type | Method and Description |
---|---|
double |
ConcurrentHashMapV8.reduceToDouble(long parallelismThreshold,
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.
|
Constructor and Description |
---|
MapReduceMappingsToDoubleTask(ConcurrentHashMapV8.BulkTask<K,V,?> p,
int b,
int i,
int f,
ConcurrentHashMapV8.Node<K,V>[] t,
ConcurrentHashMapV8.MapReduceMappingsToDoubleTask<K,V> nextRight,
ConcurrentHashMapV8.ObjectByObjectToDouble<? super K,? super V> transformer,
double basis,
ConcurrentHashMapV8.DoubleByDoubleToDouble reducer) |