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