Package | Description |
---|---|
java.util.stream |
java.util.stream
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseStream<T,S extends BaseStream<T,S>>
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableStream<T>
A
CloseableStream is a Stream that can be closed. |
interface |
DoubleStream
A sequence of primitive double elements supporting sequential and parallel
bulk operations.
|
interface |
IntStream
A sequence of primitive integer elements supporting sequential and parallel
bulk operations.
|
interface |
LongStream
A sequence of primitive long elements supporting sequential and parallel
bulk operations.
|
interface |
Stream<T>
A sequence of elements supporting sequential and parallel bulk operations.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingStream<T>
A
Stream implementation that delegates operations to another Stream . |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-0