Package | Description |
---|---|
org.infinispan.commons.util.concurrent.jdk8backported |
Modifier and Type | Method and Description |
---|---|
int |
EquivalentConcurrentHashMapV8.reduceEntriesToInt(long parallelismThreshold,
EquivalentConcurrentHashMapV8.ObjectToInt<Map.Entry<K,V>> transformer,
int basis,
EquivalentConcurrentHashMapV8.IntByIntToInt 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.
|
int |
EquivalentConcurrentHashMapV8.reduceKeysToInt(long parallelismThreshold,
EquivalentConcurrentHashMapV8.ObjectToInt<? super K> transformer,
int basis,
EquivalentConcurrentHashMapV8.IntByIntToInt 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.
|
int |
EquivalentConcurrentHashMapV8.reduceToInt(long parallelismThreshold,
EquivalentConcurrentHashMapV8.ObjectByObjectToInt<? super K,? super V> transformer,
int basis,
EquivalentConcurrentHashMapV8.IntByIntToInt 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.
|
int |
EquivalentConcurrentHashMapV8.reduceValuesToInt(long parallelismThreshold,
EquivalentConcurrentHashMapV8.ObjectToInt<? super V> transformer,
int basis,
EquivalentConcurrentHashMapV8.IntByIntToInt 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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.