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.java3714 public void forEach(long parallelismThreshold, in forEach()
3735 public <U> void forEach(long parallelismThreshold, in forEach()
3761 public <U> U search(long parallelismThreshold, in search()
3785 public <U> U reduce(long parallelismThreshold, in reduce()
3810 public double reduceToDouble(long parallelismThreshold, in reduceToDouble()
3836 public long reduceToLong(long parallelismThreshold, in reduceToLong()
3862 public int reduceToInt(long parallelismThreshold, in reduceToInt()
3881 public void forEachKey(long parallelismThreshold, in forEachKey()
3902 public <U> void forEachKey(long parallelismThreshold, in forEachKey()
3928 public <U> U searchKeys(long parallelismThreshold, in searchKeys()
[all …]