Home
last modified time | relevance | path

Searched defs:parallelismThreshold (Results 1 – 2 of 2) 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()
132 …public <U> void forEach(long parallelismThreshold, @libcore.util.NonNull java.util.function.BiFunc… in forEach()
134 …@libcore.util.Nullable public <U> U search(long parallelismThreshold, @libcore.util.NonNull java.u… in search()
136 …@libcore.util.Nullable public <U> U reduce(long parallelismThreshold, @libcore.util.NonNull java.u… in reduce()
138 …public double reduceToDouble(long parallelismThreshold, @libcore.util.NonNull java.util.function.T… in reduceToDouble()
140 …public long reduceToLong(long parallelismThreshold, @libcore.util.NonNull java.util.function.ToLon… in reduceToLong()
142 …public int reduceToInt(long parallelismThreshold, @libcore.util.NonNull java.util.function.ToIntBi… in reduceToInt()
144 …public void forEachKey(long parallelismThreshold, @libcore.util.NonNull java.util.function.Consume… in forEachKey()
146 …public <U> void forEachKey(long parallelismThreshold, @libcore.util.NonNull java.util.function.Fun… in forEachKey()
148 …@libcore.util.Nullable public <U> U searchKeys(long parallelismThreshold, @libcore.util.NonNull ja… in searchKeys()
[all …]
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java3704 public void forEach(long parallelismThreshold, in forEach()
3725 public <U> void forEach(long parallelismThreshold, in forEach()
3751 public <U> U search(long parallelismThreshold, in search()
3775 public <U> U reduce(long parallelismThreshold, in reduce()
3800 public double reduceToDouble(long parallelismThreshold, in reduceToDouble()
3826 public long reduceToLong(long parallelismThreshold, in reduceToLong()
3852 public int reduceToInt(long parallelismThreshold, in reduceToInt()
3871 public void forEachKey(long parallelismThreshold, in forEachKey()
3892 public <U> void forEachKey(long parallelismThreshold, in forEachKey()
3918 public <U> U searchKeys(long parallelismThreshold, in searchKeys()
[all …]