Home
last modified time | relevance | path

Searched refs:forEachRemaining (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/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
143 forEachRemaining((IntConsumer) action); in forEachRemaining()
150 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
217 forEachRemaining((LongConsumer) action); in forEachRemaining()
224 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
291 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
699 forEachRemaining((IntConsumer) action); in forEachRemaining()
705 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
763 forEachRemaining((LongConsumer) action); in forEachRemaining()
769 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
828 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/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
143 forEachRemaining((IntConsumer) action); in forEachRemaining()
150 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
217 forEachRemaining((LongConsumer) action); in forEachRemaining()
224 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
291 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
699 forEachRemaining((IntConsumer) action); in forEachRemaining()
705 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
763 forEachRemaining((LongConsumer) action); in forEachRemaining()
769 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
828 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/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
143 forEachRemaining((IntConsumer) action); in forEachRemaining()
150 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
217 forEachRemaining((LongConsumer) action); in forEachRemaining()
224 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
291 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
693 forEachRemaining((IntConsumer) action); in forEachRemaining()
699 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
717 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
757 forEachRemaining((LongConsumer) action); in forEachRemaining()
763 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
781 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
822 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/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
143 forEachRemaining((IntConsumer) action); in forEachRemaining()
150 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
217 forEachRemaining((LongConsumer) action); in forEachRemaining()
224 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
291 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
699 forEachRemaining((IntConsumer) action); in forEachRemaining()
705 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
763 forEachRemaining((LongConsumer) action); in forEachRemaining()
769 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
828 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/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
143 forEachRemaining((IntConsumer) action); in forEachRemaining()
150 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
217 forEachRemaining((LongConsumer) action); in forEachRemaining()
224 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
291 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
699 forEachRemaining((IntConsumer) action); in forEachRemaining()
705 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
763 forEachRemaining((LongConsumer) action); in forEachRemaining()
769 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
828 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/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
144 forEachRemaining((IntConsumer) action); in forEachRemaining()
151 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
180 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
209 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
211 forEachRemaining((LongConsumer) action); in forEachRemaining()
218 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
246 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
278 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
711 forEachRemaining((IntConsumer) action); in forEachRemaining()
717 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
735 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
775 forEachRemaining((LongConsumer) action); in forEachRemaining()
781 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
799 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
840 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/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
143 forEachRemaining((IntConsumer) action); in forEachRemaining()
150 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
217 forEachRemaining((LongConsumer) action); in forEachRemaining()
224 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
291 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
699 forEachRemaining((IntConsumer) action); in forEachRemaining()
705 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
763 forEachRemaining((LongConsumer) action); in forEachRemaining()
769 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
828 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/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
143 forEachRemaining((IntConsumer) action); in forEachRemaining()
150 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
217 forEachRemaining((LongConsumer) action); in forEachRemaining()
224 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
291 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
699 forEachRemaining((IntConsumer) action); in forEachRemaining()
705 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
763 forEachRemaining((LongConsumer) action); in forEachRemaining()
769 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
828 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/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
143 forEachRemaining((IntConsumer) action); in forEachRemaining()
150 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
217 forEachRemaining((LongConsumer) action); in forEachRemaining()
224 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
291 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
699 forEachRemaining((IntConsumer) action); in forEachRemaining()
705 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
723 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
763 forEachRemaining((LongConsumer) action); in forEachRemaining()
769 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
787 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
828 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/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
143 forEachRemaining((IntConsumer) action); in forEachRemaining()
150 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
186 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
215 default void forEachRemaining(Consumer<? super Long> action) { in forEachRemaining() method
217 forEachRemaining((LongConsumer) action); in forEachRemaining()
224 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
259 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
291 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
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
693 forEachRemaining((IntConsumer) action); in forEachRemaining()
699 forEachRemaining((IntConsumer) action::accept); in forEachRemaining()
717 default void forEachRemaining(LongConsumer action) { in forEachRemaining() method
757 forEachRemaining((LongConsumer) action); in forEachRemaining()
763 forEachRemaining((LongConsumer) action::accept); in forEachRemaining()
781 default void forEachRemaining(DoubleConsumer action) { in forEachRemaining() method
822 forEachRemaining((DoubleConsumer) action); in forEachRemaining()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Spliterator/
H A DIteratorFromSpliteratorTest.java65 iterator.forEachRemaining(result::add); in testIteratorFromSpliterator()
66 iterator.forEachRemaining(x -> fail("Should not be called")); in testIteratorFromSpliterator()
69 iterator.forEachRemaining(x -> fail("Should not be called")); in testIteratorFromSpliterator()
85 iterator.forEachRemaining((IntConsumer) result::add); in testIteratorFromSpliteratorInt()
86 iterator.forEachRemaining((IntConsumer) (x -> fail("Should not be called"))); in testIteratorFromSpliteratorInt()
89 iterator.forEachRemaining((IntConsumer) (x -> fail("Should not be called"))); in testIteratorFromSpliteratorInt()
105 iterator.forEachRemaining((LongConsumer) result::add); in testIteratorFromSpliteratorLong()
106 iterator.forEachRemaining((LongConsumer) (x -> fail("Should not be called"))); in testIteratorFromSpliteratorLong()
125 iterator.forEachRemaining((DoubleConsumer) result::add); in testIteratorFromSpliteratorDouble()
143 iterator.forEachRemaining(x -> fail("Should not be called")); in testIteratorFromSpliteratorEmpty()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/stream/bootlib/java/util/stream/
H A DSpliteratorTestHelper.java313 spl2.forEachRemaining(b); in testMixedTraverseAndSplit()
319 spl3.forEachRemaining(b); in testMixedTraverseAndSplit()
633 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
639 spl3.forEachRemaining(b); in mixedTraverseAndSplit()
642 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
657 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
663 spl3.forEachRemaining(b); in mixedTraverseAndSplit()
666 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
680 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
689 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/stream/bootlib/java/util/stream/
H A DSpliteratorTestHelper.java313 spl2.forEachRemaining(b); in testMixedTraverseAndSplit()
319 spl3.forEachRemaining(b); in testMixedTraverseAndSplit()
633 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
639 spl3.forEachRemaining(b); in mixedTraverseAndSplit()
642 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
657 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
663 spl3.forEachRemaining(b); in mixedTraverseAndSplit()
666 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
680 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
689 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/lib/testlibrary/bootlib/java.base/java/util/
H A DSpliteratorTestHelper.java363 spl2.forEachRemaining(b); in testMixedTraverseAndSplit()
369 spl3.forEachRemaining(b); in testMixedTraverseAndSplit()
670 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
676 spl3.forEachRemaining(b); in mixedTraverseAndSplit()
679 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
694 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
700 spl3.forEachRemaining(b); in mixedTraverseAndSplit()
703 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
718 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
727 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/lib/testlibrary/bootlib/java.base/java/util/
H A DSpliteratorTestHelper.java363 spl2.forEachRemaining(b); in testMixedTraverseAndSplit()
369 spl3.forEachRemaining(b); in testMixedTraverseAndSplit()
670 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
676 spl3.forEachRemaining(b); in mixedTraverseAndSplit()
679 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
694 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
700 spl3.forEachRemaining(b); in mixedTraverseAndSplit()
703 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
718 spl2.forEachRemaining(b); in mixedTraverseAndSplit()
727 splTop.forEachRemaining(b); in mixedTraverseAndSplit()
[all …]

12345678910>>...37