Home
last modified time | relevance | path

Searched refs:parallelismThreshold (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java130 …public void forEach(long parallelismThreshold, @libcore.util.NonNull java.util.function.BiConsumer… in forEach() argument
132 …public <U> void forEach(long parallelismThreshold, @libcore.util.NonNull java.util.function.BiFunc… in forEach() argument
134 …@libcore.util.Nullable public <U> U search(long parallelismThreshold, @libcore.util.NonNull java.u… in search() argument
136 …@libcore.util.Nullable public <U> U reduce(long parallelismThreshold, @libcore.util.NonNull java.u… in reduce() argument
138 …public double reduceToDouble(long parallelismThreshold, @libcore.util.NonNull java.util.function.T… in reduceToDouble() argument
140 …public long reduceToLong(long parallelismThreshold, @libcore.util.NonNull java.util.function.ToLon… in reduceToLong() argument
142 …public int reduceToInt(long parallelismThreshold, @libcore.util.NonNull java.util.function.ToIntBi… in reduceToInt() argument
144 …public void forEachKey(long parallelismThreshold, @libcore.util.NonNull java.util.function.Consume… in forEachKey() argument
146 …public <U> void forEachKey(long parallelismThreshold, @libcore.util.NonNull java.util.function.Fun… in forEachKey() argument
148 …@libcore.util.Nullable public <U> U searchKeys(long parallelismThreshold, @libcore.util.NonNull ja… in searchKeys() argument
[all …]