Package | Description |
---|---|
org.infinispan.commons.util.concurrent.jdk8backported |
Modifier and Type | Method and Description |
---|---|
void |
EquivalentConcurrentHashMapV8.forEach(EquivalentConcurrentHashMapV8.BiAction<? super K,? super V> action) |
void |
EquivalentConcurrentHashMapV8.forEach(long parallelismThreshold,
EquivalentConcurrentHashMapV8.BiAction<? super K,? super V> action)
Performs the given action for each (key, value).
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.