Package | Description |
---|---|
org.infinispan.commons.util.concurrent.jdk8backported |
Modifier and Type | Method and Description |
---|---|
long |
EquivalentConcurrentHashMapV8.reduceEntriesToLong(long parallelismThreshold,
EquivalentConcurrentHashMapV8.ObjectToLong<Map.Entry<K,V>> transformer,
long basis,
EquivalentConcurrentHashMapV8.LongByLongToLong 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.
|
long |
EquivalentConcurrentHashMapV8.reduceKeysToLong(long parallelismThreshold,
EquivalentConcurrentHashMapV8.ObjectToLong<? super K> transformer,
long basis,
EquivalentConcurrentHashMapV8.LongByLongToLong 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.
|
long |
EquivalentConcurrentHashMapV8.reduceValuesToLong(long parallelismThreshold,
EquivalentConcurrentHashMapV8.ObjectToLong<? super V> transformer,
long basis,
EquivalentConcurrentHashMapV8.LongByLongToLong 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 © 2016 JBoss, a division of Red Hat. All rights reserved.