DoubleStream

GPTKB entity

Statements (47)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:canCreate Arrays.stream
DoubleStream.generate
DoubleStream.iterate
DoubleStream.of
Random.doubles
gptkbp:hasMethod gptkb:center
gptkb:mountain
gptkb:topographic_map
parallel
sequential
distinct
skip
average
limit
filter
max
min
reduce
iterator
onClose
allMatch
anyMatch
findAny
findFirst
forEach
noneMatch
sorted
unordered
boxed
spliterator
toArray
gptkbp:heldBy stateless
immutable
not thread-safe
auto-closeable
part of Java Stream API
specialized stream for primitive double values
https://www.w3.org/2000/01/rdf-schema#label DoubleStream
gptkbp:implementedIn BaseStream
gptkbp:introducedIn gptkb:Java_8
gptkbp:partOf java.util.stream package
gptkbp:supports parallel execution
lazy evaluation
gptkbp:usedFor stream processing of double values
gptkbp:bfsParent gptkb:Stream_API
gptkbp:bfsLayer 7