|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| java.io |
Provides for system input and output through data streams,
serialization and the file system.
|
| java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
| java.util |
Contains the collections framework, legacy collection classes, event model,
date and time facilities, internationalization, and miscellaneous utility
classes (a string tokenizer, a random-number generator, and a bit array).
|
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.jar |
Provides classes for reading and writing the JAR (Java ARchive) file
format, which is based on the standard ZIP file format with an
optional manifest file.
|
| java.util.regex |
Classes for matching character sequences against patterns specified by regular
expressions.
|
| java.util.stream |
java.util.stream
|
| java.util.zip |
Provides classes for reading and writing the standard ZIP and GZIP
file formats.
|
| Class and Description |
|---|
| Stream
A sequence of elements supporting sequential and parallel bulk operations.
|
| Class and Description |
|---|
| IntStream
A sequence of primitive integer elements supporting sequential and parallel
bulk operations.
|
| Class and Description |
|---|
| DoubleStream
A sequence of primitive double elements supporting sequential and parallel
bulk operations.
|
| IntStream
A sequence of primitive integer elements supporting sequential and parallel
bulk operations.
|
| LongStream
A sequence of primitive long elements supporting sequential and parallel
bulk operations.
|
| Stream
A sequence of elements supporting sequential and parallel bulk operations.
|
| Class and Description |
|---|
| DoubleStream
A sequence of primitive double elements supporting sequential and parallel
bulk operations.
|
| IntStream
A sequence of primitive integer elements supporting sequential and parallel
bulk operations.
|
| LongStream
A sequence of primitive long elements supporting sequential and parallel
bulk operations.
|
| Class and Description |
|---|
| Stream
A sequence of elements supporting sequential and parallel bulk operations.
|
| Class and Description |
|---|
| Stream
A sequence of elements supporting sequential and parallel bulk operations.
|
| Class and Description |
|---|
| Collector
A reduction operation that
supports folding input elements into a cumulative result.
|
| Collector.Characteristics
Characteristics indicating properties of a
Collector, which can
be used to optimize reduction implementations. |
| DoubleStream
A sequence of primitive double elements supporting sequential and parallel
bulk operations.
|
| IntStream
A sequence of primitive integer elements supporting sequential and parallel
bulk operations.
|
| LongStream
A sequence of primitive long elements supporting sequential and parallel
bulk operations.
|
| Stream
A sequence of elements supporting sequential and parallel bulk operations.
|
| StreamBuilder
A mutable builder for a
Stream. |
| StreamBuilder.OfDouble
A mutable builder for a
DoubleStream. |
| StreamBuilder.OfInt
A mutable builder for an
IntStream. |
| StreamBuilder.OfLong
A mutable builder for a
LongStream. |
| Class and Description |
|---|
| Stream
A sequence of elements supporting sequential and parallel bulk operations.
|
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 ea-b92