/libcore/ojluni/src/main/java/java/util/stream/ |
D | Node.java | 81 void forEach(Consumer<? super T> consumer); in forEach() method 251 void forEach(T_CONS action); in forEach() method 331 default void forEach(Consumer<? super Integer> consumer) { in forEach() method 409 default void forEach(Consumer<? super Long> consumer) { in forEach() method 487 default void forEach(Consumer<? super Double> consumer) { in forEach() method
|
D | SpinedBuffer.java | 246 public void forEach(Consumer<? super E> consumer) { in forEach() method in SpinedBuffer 472 public abstract void forEach(Consumer<? super E> consumer); in forEach() method in SpinedBuffer.OfPrimitive 591 public void forEach(T_CONS consumer) { in forEach() method in SpinedBuffer.OfPrimitive 741 public void forEach(Consumer<? super Integer> consumer) { in forEach() method in SpinedBuffer.OfInt 860 public void forEach(Consumer<? super Long> consumer) { in forEach() method in SpinedBuffer.OfLong 981 public void forEach(Consumer<? super Double> consumer) { in forEach() method in SpinedBuffer.OfDouble
|
D | Nodes.java | 580 public void forEach(T_CONS consumer) { } in forEach() method in Nodes.EmptyNode 693 public void forEach(Consumer<? super T> consumer) { in forEach() method in Nodes.ArrayNode 741 public void forEach(Consumer<? super T> consumer) { in forEach() method in Nodes.CollectionNode 822 public void forEach(Consumer<? super T> consumer) { in forEach() method in Nodes.ConcNode 862 public void forEach(T_CONS consumer) { in forEach() method in Nodes.ConcNode.OfPrimitive
|
D | StreamSpliterators.java | 1475 public void forEach(Consumer<? super T> action, long fence) { in forEach() method in StreamSpliterators.AbstractWrappingSpliterator.ArrayBuffer.OfRef 1492 abstract void forEach(T_CONS action, long fence); in forEach() method in StreamSpliterators.AbstractWrappingSpliterator.ArrayBuffer.OfPrimitive 1509 public void forEach(IntConsumer action, long fence) { in forEach() method in StreamSpliterators.AbstractWrappingSpliterator.ArrayBuffer.OfInt 1530 public void forEach(LongConsumer action, long fence) { in forEach() method in StreamSpliterators.AbstractWrappingSpliterator.ArrayBuffer.OfLong 1551 void forEach(DoubleConsumer action, long fence) { in forEach() method in StreamSpliterators.AbstractWrappingSpliterator.ArrayBuffer.OfDouble
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Iterable.java | 72 default void forEach(Consumer<? super T> action) { in forEach() method
|
D | StackWalker.java | 520 public void forEach(Consumer<? super StackFrame> action) { in forEach() method in StackWalker
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Iterable.annotated.java | 36 …public default void forEach(@NonNull Consumer<? super T> action) { throw new RuntimeException("Stu… in forEach() method
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | LinkedHashMap.java | 139 public void forEach(java.util.function.BiConsumer<? super K, ? super V> action) { in forEach() method in LinkedHashMap 201 public void forEach(java.util.function.Consumer<? super java.util.Map.Entry<K, V>> action) { in forEach() method in LinkedHashMap.LinkedEntrySet 285 public void forEach(java.util.function.Consumer<? super K> action) { in forEach() method in LinkedHashMap.LinkedKeySet 326 public void forEach(java.util.function.Consumer<? super V> action) { in forEach() method in LinkedHashMap.LinkedValues
|
D | HashMap.java | 187 public void forEach(java.util.function.BiConsumer<? super K, ? super V> action) { in forEach() method in HashMap 330 public void forEach(java.util.function.Consumer<? super java.util.Map.Entry<K, V>> action) { in forEach() method in HashMap.EntrySet 465 public void forEach(java.util.function.Consumer<? super K> action) { in forEach() method in HashMap.KeySet 701 public void forEach(java.util.function.Consumer<? super V> action) { in forEach() method in HashMap.Values
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentMap.java | 110 default void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method 287 forEach((k,v) -> { in replaceAll() method
|
D | CopyOnWriteArraySet.java | 424 public void forEach(Consumer<? super E> action) { in forEach() method in CopyOnWriteArraySet
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | MembershipRegistry.java | 132 void forEach(ThrowingConsumer<MembershipKeyImpl, X> action) throws X { in forEach() method in MembershipRegistry
|
/libcore/ojluni/annotations/mmodule/java/util/ |
D | LinkedHashMap.annotated.java | 62 public void forEach(java.util.function.BiConsumer<? super K,? super V> action) { throw new RuntimeE… in forEach() method in LinkedHashMap
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
D | CopyOnWriteArraySet.java | 116 public void forEach(java.util.function.Consumer<? super E> action) { in forEach() method in CopyOnWriteArraySet
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | WeakHashMap.annotated.java | 64 public void forEach(java.util.function.BiConsumer<? super K,? super V> action) { throw new RuntimeE… in forEach() method in WeakHashMap
|
D | IdentityHashMap.annotated.java | 68 public void forEach(java.util.function.BiConsumer<? super K,? super V> action) { throw new RuntimeE… in forEach() method in IdentityHashMap
|
D | LinkedHashMap.annotated.java | 73 public void forEach(java.util.function.BiConsumer<? super K,? super V> action) { throw new RuntimeE… in forEach() method in LinkedHashMap
|
D | ArrayList.annotated.java | 113 public void forEach(java.util.function.Consumer<? super E> action) { throw new RuntimeException("St… in forEach() method in ArrayList
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | WeakHashMap.annotated.java | 67 public void forEach(@libcore.util.NonNull java.util.function.BiConsumer<? super @libcore.util.NullF… in forEach() method in WeakHashMap
|
D | ArrayList.annotated.java | 105 public void forEach(@libcore.util.NonNull java.util.function.Consumer<? super @libcore.util.NullFro… in forEach() method in ArrayList
|
/libcore/ojluni/src/main/java/java/util/ |
D | LinkedHashMap.java | 750 public final void forEach(Consumer<? super K> action) { in forEach() method in LinkedHashMap.LinkedKeySet 856 public final void forEach(Consumer<? super V> action) { in forEach() method in LinkedHashMap.LinkedValues 970 public final void forEach(Consumer<? super Map.Entry<K,V>> action) { in forEach() method in LinkedHashMap.LinkedEntrySet 1017 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in LinkedHashMap 1208 public void forEach(BiConsumer<? super K, ? super V> action) { in forEach() method in LinkedHashMap.ReversedLinkedHashMapView
|
D | ReverseOrderDequeView.java | 54 public void forEach(Consumer<? super E> action) { in forEach() method in ReverseOrderDequeView
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
D | DefaultMethodStreams.java | 262 public void forEach(Consumer<? super T> action) { in forEach() method in DefaultMethodStreams.DefaultMethodRefStream 453 public void forEach(IntConsumer action) { in forEach() method in DefaultMethodStreams.DefaultMethodIntStream 604 public void forEach(LongConsumer action) { in forEach() method in DefaultMethodStreams.DefaultMethodLongStream 857 public void forEach(DoubleConsumer action) { in forEach() method in DefaultMethodStreams.DefaultMethodDoubleStream
|
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
D | ConcurrentHashMap.annotated.java | 104 …public void forEach(@libcore.util.NonNull java.util.function.BiConsumer<? super @libcore.util.NonN… in forEach() method in ConcurrentHashMap 130 …public void forEach(long parallelismThreshold, @libcore.util.NonNull java.util.function.BiConsumer… in forEach() method in ConcurrentHashMap 132 …public <U> void forEach(long parallelismThreshold, @libcore.util.NonNull java.util.function.BiFunc… in forEach() method in ConcurrentHashMap 215 …public void forEach(@libcore.util.NonNull java.util.function.Consumer<? super @libcore.util.NonNul… in forEach() method in ConcurrentHashMap.KeySetView
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | DelegatingIteratorForEachRemaining.java | 104 @Override public void forEach(Consumer<? super E> action) { delegate.forEach(action); } in forEach() method in DelegatingIteratorForEachRemaining.ForwardingSet 140 …@Override public void forEach(BiConsumer<? super K, ? super V> action) { delegate.forEach(action);… in forEach() method in DelegatingIteratorForEachRemaining.ForwardingMap
|