Uses of Class
org.monte.media.util.stream.RangeStream
Packages that use RangeStream
-
Uses of RangeStream in org.monte.media.util.stream
Methods in org.monte.media.util.stream that return RangeStreamModifier and TypeMethodDescriptionRangeStream.parallel()Converts this stream to a parallel stream which will be recursively split up into ranges down to a threshold of 128.RangeStream.parallel(int threshold) Converts this stream to a parallel stream which will be recursively split up into ranges down to the specified treshold.static RangeStreamRangeStream.range(int startInclusive, int endExclusive) Returns a range stream which will execute the the integers from startInclusive to endExclusive.RangeStream.serial()Converts this stream back to a serial stream.