| Package | Description |
|---|---|
| io.netty.util.internal.chmv8 |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> io.netty.util.internal.chmv8.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.reduceEntriesToDoubleInParallel(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.
|
double |
ConcurrentHashMapV8.reduceEntriesToDoubleSequentially(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> io.netty.util.internal.chmv8.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.reduceKeysToDoubleInParallel(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.
|
double |
ConcurrentHashMapV8.reduceKeysToDoubleSequentially(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> io.netty.util.internal.chmv8.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.
|
double |
ConcurrentHashMapV8.reduceValuesToDoubleInParallel(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.
|
double |
ConcurrentHashMapV8.reduceValuesToDoubleSequentially(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.
|
Copyright © 2008-2013 The Netty Project. All Rights Reserved.