LongStream

GPTKB entity

Statements (41)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:canBeParallel true
gptkbp:canBeSequential true
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/java/util/stream/LongStream.html
gptkbp:hasMethod builder
range
concat
generate
iterate
rangeClosed
gptkbp:heldBy autoCloseable
not thread-safe by default
part of Java Stream API
specialization of Stream for long values
https://www.w3.org/2000/01/rdf-schema#label LongStream
gptkbp:implementedIn BaseStream
gptkbp:introducedIn gptkb:Java_8
gptkbp:operator gptkb:mountain
gptkb:topographic_map
distinct
skip
average
limit
filter
max
min
reduce
forEach
sorted
boxed
toArray
gptkbp:partOf java.util.stream package
gptkbp:result LongConsumer in forEach
OptionalDouble in average
OptionalLong in max
OptionalLong in min
long in sum
long[] in toArray
gptkbp:usedFor processing sequences of primitive long-valued elements
gptkbp:bfsParent gptkb:Stream_API
gptkbp:bfsLayer 7