Package | Description |
---|---|
org.infinispan.commons.util.concurrent.jdk8backported |
Modifier and Type | Method and Description |
---|---|
void |
EquivalentConcurrentHashMapV8.KeySetView.forEach(EquivalentConcurrentHashMapV8.Action<? super K> action) |
<U> void |
EquivalentConcurrentHashMapV8.forEach(long parallelismThreshold,
EquivalentConcurrentHashMapV8.BiFun<? super K,? super V,? extends U> transformer,
EquivalentConcurrentHashMapV8.Action<? super U> action)
Performs the given action for each non-null transformation
of each (key, value).
|
void |
EquivalentConcurrentHashMapV8.forEachEntry(long parallelismThreshold,
EquivalentConcurrentHashMapV8.Action<? super Map.Entry<K,V>> action)
Performs the given action for each entry.
|
<U> void |
EquivalentConcurrentHashMapV8.forEachEntry(long parallelismThreshold,
EquivalentConcurrentHashMapV8.Fun<Map.Entry<K,V>,? extends U> transformer,
EquivalentConcurrentHashMapV8.Action<? super U> action)
Performs the given action for each non-null transformation
of each entry.
|
void |
EquivalentConcurrentHashMapV8.forEachKey(long parallelismThreshold,
EquivalentConcurrentHashMapV8.Action<? super K> action)
Performs the given action for each key.
|
<U> void |
EquivalentConcurrentHashMapV8.forEachKey(long parallelismThreshold,
EquivalentConcurrentHashMapV8.Fun<? super K,? extends U> transformer,
EquivalentConcurrentHashMapV8.Action<? super U> action)
Performs the given action for each non-null transformation
of each key.
|
void |
EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator.forEachRemaining(EquivalentConcurrentHashMapV8.Action<? super T> action)
Applies the action to each untraversed element
|
void |
EquivalentConcurrentHashMapV8.forEachValue(long parallelismThreshold,
EquivalentConcurrentHashMapV8.Action<? super V> action)
Performs the given action for each value.
|
<U> void |
EquivalentConcurrentHashMapV8.forEachValue(long parallelismThreshold,
EquivalentConcurrentHashMapV8.Fun<? super V,? extends U> transformer,
EquivalentConcurrentHashMapV8.Action<? super U> action)
Performs the given action for each non-null transformation
of each value.
|
boolean |
EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator.tryAdvance(EquivalentConcurrentHashMapV8.Action<? super T> action)
If an element remains, applies the action and returns true.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.