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