Package | Description |
---|---|
org.infinispan.commons.util.concurrent.jdk8backported |
Modifier and Type | Method and Description |
---|---|
long |
EquivalentConcurrentHashMapV8.reduceToLong(long parallelismThreshold,
EquivalentConcurrentHashMapV8.ObjectByObjectToLong<? super K,? super V> transformer,
long basis,
EquivalentConcurrentHashMapV8.LongByLongToLong 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.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.