Home
last modified time | relevance | path

Searched defs:forEachRemaining (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DPrimitiveIterator.java80 void forEachRemaining(T_CONS action); in forEachRemaining() method
112 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
141 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
289 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java325 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
641 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
659 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
697 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
761 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
826 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/
H A DPrimitiveIterator.java80 void forEachRemaining(T_CONS action); in forEachRemaining() method
112 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
141 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
289 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java325 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
641 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
659 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
697 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
761 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
826 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DPrimitiveIterator.java80 void forEachRemaining(T_CONS action); in forEachRemaining() method
112 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
141 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
289 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java325 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
635 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
653 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
691 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
717 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
755 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
781 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
820 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/
H A DPrimitiveIterator.java80 void forEachRemaining(T_CONS action); in forEachRemaining() method
112 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
141 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
289 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java325 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
641 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
659 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
697 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
761 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
826 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/
H A DPrimitiveIterator.java80 void forEachRemaining(T_CONS action); in forEachRemaining() method
112 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
141 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
289 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java325 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
641 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
659 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
697 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
761 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
826 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/
H A DPrimitiveIterator.java88 void forEachRemaining(T_CONS action); in forEachRemaining() method
113 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
142 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
180 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
209 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
246 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
276 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java331 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
653 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
671 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
709 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
735 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
773 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
799 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
838 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DPrimitiveIterator.java80 void forEachRemaining(T_CONS action); in forEachRemaining() method
112 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
141 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
289 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java325 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
641 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
659 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
697 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
761 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
826 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/
H A DPrimitiveIterator.java80 void forEachRemaining(T_CONS action); in forEachRemaining() method
112 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
141 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
289 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java325 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
641 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
659 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
697 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
761 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
826 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/
H A DPrimitiveIterator.java80 void forEachRemaining(T_CONS action); in forEachRemaining() method
112 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
141 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
289 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java325 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
641 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
659 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
697 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
761 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
826 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DPrimitiveIterator.java80 void forEachRemaining(T_CONS action); in forEachRemaining() method
112 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
141 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
289 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
H A DSpliterator.java325 default void forEachRemaining(Consumer<? super T> action) { in forEachRemaining() method
635 default void forEachRemaining(T_CONS action) { in forEachRemaining() method
653 default void forEachRemaining(IntConsumer action) { in forEachRemaining() method
691 default void forEachRemaining(Consumer<? super Integer> action) { in forEachRemaining() method
717 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
755 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
781 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
820 default void forEachRemaining(Consumer<? super Double> action) { in forEachRemaining() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamSpliteratorTest.java100 public void forEachRemaining(Consumer<? super T> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator
146 public void forEachRemaining(Consumer<? super Integer> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
158 public void forEachRemaining(IntConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
187 public void forEachRemaining(Consumer<? super Long> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
199 public void forEachRemaining(LongConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
229 public void forEachRemaining(Consumer<? super Double> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble
241 public void forEachRemaining(DoubleConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamSpliteratorTest.java100 public void forEachRemaining(Consumer<? super T> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator
146 public void forEachRemaining(Consumer<? super Integer> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
158 public void forEachRemaining(IntConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
187 public void forEachRemaining(Consumer<? super Long> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
199 public void forEachRemaining(LongConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
229 public void forEachRemaining(Consumer<? super Double> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble
241 public void forEachRemaining(DoubleConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamSpliteratorTest.java100 public void forEachRemaining(Consumer<? super T> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator
146 public void forEachRemaining(Consumer<? super Integer> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
158 public void forEachRemaining(IntConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
187 public void forEachRemaining(Consumer<? super Long> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
199 public void forEachRemaining(LongConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
229 public void forEachRemaining(Consumer<? super Double> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble
241 public void forEachRemaining(DoubleConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamSpliteratorTest.java100 public void forEachRemaining(Consumer<? super T> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator
146 public void forEachRemaining(Consumer<? super Integer> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
158 public void forEachRemaining(IntConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
187 public void forEachRemaining(Consumer<? super Long> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
199 public void forEachRemaining(LongConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
229 public void forEachRemaining(Consumer<? super Double> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble
241 public void forEachRemaining(DoubleConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamSpliteratorTest.java100 public void forEachRemaining(Consumer<? super T> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator
146 public void forEachRemaining(Consumer<? super Integer> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
158 public void forEachRemaining(IntConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfInt
187 public void forEachRemaining(Consumer<? super Long> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
199 public void forEachRemaining(LongConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
229 public void forEachRemaining(Consumer<? super Double> consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble
241 public void forEachRemaining(DoubleConsumer consumer) { in forEachRemaining() method in StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfDouble

12345678910>>...17