Searched defs:OfLong (Results 1 - 17 of 17) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DPrimitiveIterator.java160 public static interface OfLong extends PrimitiveIterator<Long, LongConsumer> { interface in interface:PrimitiveIterator
H A DSpliterator.java714 public interface OfLong extends OfPrimitive<Long, LongConsumer, OfLong> { interface in interface:Spliterator
H A DSpliterators.java873 private static final class OfLong class in class:Spliterators.EmptySpliterator
876 OfLong() { } method in class:Spliterators.EmptySpliterator.OfLong
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/stream/
H A DSink.java206 interface OfLong extends Sink<Long>, LongConsumer { interface in interface:Sink
H A DForEachOps.java210 static final class OfLong extends ForEachOp<Long> class in class:ForEachOps.ForEachOp
214 OfLong(LongConsumer consumer, boolean ordered) { method in class:ForEachOps.ForEachOp.OfLong
H A DNode.java213 interface OfLong extends Node.Builder<Long>, Sink.OfLong { interface in interface:Node.Builder
394 interface OfLong extends OfPrimitive<Long, LongConsumer, long[], Spliterator.OfLong, OfLong> { interface in interface:Node
[all...]
H A DFindOps.java229 static final class OfLong extends FindSink<Long, OptionalLong> class in class:FindOps.FindSink
H A DSpinedBuffer.java836 static class OfLong extends SpinedBuffer.OfPrimitive<Long, long[], LongConsumer> class in class:SpinedBuffer
838 OfLong() { } method in class:SpinedBuffer.OfLong
840 OfLong(int initialCapacity) { method in class:SpinedBuffer.OfLong
H A DReduceOps.java834 static final class OfLong extends CountingSink<Long> implements Sink.OfLong { class in class:ReduceOps.CountingSink
H A DSortedOps.java206 private static final class OfLong extends LongPipeline.StatefulOp<Long> { class in class:SortedOps
207 OfLong(AbstractPipeline<?, Long, ?> upstream) { method in class:SortedOps.OfLong
H A DWhileOps.java928 abstract static class OfLong extends UnorderedWhileSpliterator<Long, Spliterator.OfLong> implements LongConsumer, Spliterator.OfLong { class in class:WhileOps.UnorderedWhileSpliterator
932 OfLong(Spliterator.OfLong s, boolean noSplitting, LongPredicate p) { method in class:WhileOps.UnorderedWhileSpliterator.OfLong
937 OfLong(Spliterato method in class:WhileOps.UnorderedWhileSpliterator.OfLong
[all...]
H A DStreams.java815 static class OfLong class in class:Streams.ConcatSpliterator
818 OfLong(Spliterato method in class:Streams.ConcatSpliterator.OfLong
[all...]
H A DStreamSpliterators.java586 static final class OfLong class in class:StreamSpliterators.DelegatingSpliterator
590 OfLong(Supplier<Spliterator.OfLong> supplier) { method in class:StreamSpliterators.DelegatingSpliterator.OfLong
844 static final class OfLong extends OfPrimitive<Long, Spliterator.OfLong, LongConsumer> class in class:StreamSpliterators.SliceSpliterator
846 OfLong(Spliterator.OfLong s, long sliceOrigin, long sliceFence) { method in class:StreamSpliterators.SliceSpliterator.OfLong
850 OfLong(Spliterator.OfLong s, method in class:StreamSpliterators.SliceSpliterator.OfLong
1168 static final class OfLong class in class:StreamSpliterators.UnorderedSliceSpliterator
1174 OfLong(Spliterator.OfLong s, long skip, long limit) { method in class:StreamSpliterators.UnorderedSliceSpliterator.OfLong
1178 OfLong(Spliterator.OfLong s, UnorderedSliceSpliterator.OfLong parent) { method in class:StreamSpliterators.UnorderedSliceSpliterator.OfLong
1397 static final class OfLong extends InfiniteSupplyingSpliterator<Long> class in class:StreamSpliterators.InfiniteSupplyingSpliterator
1401 OfLong(long size, LongSupplier s) { method in class:StreamSpliterators.InfiniteSupplyingSpliterator.OfLong
1509 static final class OfLong extends OfPrimitive<LongConsumer> class in class:StreamSpliterators.ArrayBuffer
1513 OfLong(int size) { method in class:StreamSpliterators.ArrayBuffer.OfLong
[all...]
H A DNodes.java610 private static final class OfLong class in class:Nodes.EmptyNode
614 OfLong() { } // Avoid creation of special accessor method in class:Nodes.EmptyNode.OfLong
905 static final class OfLong class in class:Nodes.ConcNode
909 OfLong(Node.OfLong left, Node.OfLong right) { method in class:Nodes.ConcNode.OfLong
1180 private static final class OfLong class in class:Nodes.InternalNodeSpliterator
1184 OfLong(Node.OfLong cur) { method in class:Nodes.InternalNodeSpliterator.OfLong
1968 static final class OfLong<P_IN> class in class:Nodes.SizedCollectorTask
1973 OfLong(Spliterator<P_IN> spliterator, PipelineHelper<Long> helper, long[] array) { method in class:Nodes.SizedCollectorTask.OfLong
1978 OfLong(SizedCollectorTask.OfLong<P_IN> parent, Spliterator<P_IN> spliterator, method in class:Nodes.SizedCollectorTask.OfLong
2141 private static final class OfLong class in class:Nodes.ToArrayTask
2143 private OfLong(Node.OfLong node, long[] array, int offset) { method in class:Nodes.ToArrayTask.OfLong
2220 private static final class OfLong<P_IN> class in class:Nodes.CollectorTask
2222 OfLong(PipelineHelper<Long> helper, Spliterator<P_IN> spliterator) { method in class:Nodes.CollectorTask.OfLong
[all...]
/openjdk10/jdk/test/lib/testlibrary/bootlib/java.base/java/util/stream/
H A DCollectorOps.java101 public static class OfLong extends TestParallelSizedOp<Long> { class in class:CollectorOps.TestParallelSizedOp
102 public OfLong() { method in class:CollectorOps.TestParallelSizedOp.OfLong
H A DTestData.java72 public interface OfLong extends TestData<Long, LongStream> { } interface in interface:TestData
[all...]
/openjdk10/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamSpliteratorTest.java164 private static class OfLong extends ProxyNoExactSizeSpliterator<Long> implements Spliterator.OfLong { class in class:StreamSpliteratorTest.ProxyNoExactSizeSpliterator
167 private OfLong(Spliterator.OfLong sp, boolean proxyEstimateSize) { method in class:StreamSpliteratorTest.ProxyNoExactSizeSpliterator.OfLong
[all...]

Completed in 113 milliseconds