软件包 | 描述 |
---|---|
java.lang |
提供对Java编程语言设计至关重要的类。
|
java.nio.channels |
定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字;
定义选择器,用于多路复用,非阻塞I / O操作。
|
java.nio.channels.spi |
java.nio.channels 软件包的服务提供程序类。
|
java.nio.file |
定义Java虚拟机访问文件,文件属性和文件系统的接口和类。
|
java.nio.file.attribute |
提供访问文件和文件系统属性的接口和类。
|
java.nio.file.spi |
java.nio.file 包的服务提供者类。
|
java.sql |
提供使用Java
TM编程语言访问和处理存储在数据源(通常是关系数据库)中的数据的API。
|
java.util.concurrent |
实用程序类通常在并发编程中很有用。
|
java.util.concurrent.locks |
接口和类提供了一个框架,用于锁定和等待与内置同步和监视器不同的条件。
|
java.util.stream |
支持元素流功能性操作的类,例如集合上的map-reduce转换。
|
javax.management |
提供Java管理扩展的核心类。
|
javax.swing |
提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。
|
javax.tools |
为可以从程序调用的工具提供接口,例如编译器。
|
javax.xml.ws |
此软件包包含核心JAX-WS API。
|
javax.xml.ws.spi |
此套件为JAX-WS定义了SPI。
|
Class and Description |
---|
TimeUnit
A
TimeUnit 表示给定的粒度单位的持续时间,并提供了跨单位转换的实用方法,并在这些单元中执行定时和延迟操作。
|
Class and Description |
---|
ExecutorService |
Future
A
Future 计算的结果。
|
ThreadFactory
根据需要创建新线程的对象。
|
TimeUnit
A
TimeUnit 表示给定粒度单位的持续时间,并提供了跨单位转换的实用方法,并在这些单元中执行定时和延迟操作。
|
Class and Description |
---|
ExecutorService |
ThreadFactory
根据需要创建新线程的对象。
|
Class and Description |
---|
TimeUnit
A
TimeUnit 表示给定的粒度单位的持续时间,并提供了跨单位转换的实用方法,并在这些单元中执行定时和延迟操作。
|
Class and Description |
---|
TimeUnit
A
TimeUnit 表示给定的粒度单位的持续时间,并提供了跨单位转换的实用方法,并在这些单元中执行定时和延迟操作。
|
Class and Description |
---|
ExecutorService |
Class and Description |
---|
Executor
执行提交的对象 Runnable 任务。
|
Class and Description |
---|
TimeUnit
A
TimeUnit 表示给定的粒度单位的持续时间,并且提供用于在单元之间转换的实用方法,并且在这些单元中执行定时和延迟操作。
|
Class and Description |
---|
ConcurrentMap
A Map 提供线程安全和原子性保证。
|
Class and Description |
---|
Executor
执行提交的对象 Runnable 任务。
|
Class and Description |
---|
ExecutionException
尝试检索通过抛出异常中止的任务的结果时抛出的异常。
|
Future
A
Future 计算的结果。
|
RunnableFuture |
TimeoutException
阻塞操作超时时抛出异常。
|
TimeUnit
A
TimeUnit 表示给定粒度单位的持续时间,并提供了跨单位转换的实用方法,并在这些单元中执行定时和延迟操作。
|
Class and Description |
---|
Callable
返回结果并可能引发异常的任务。
|
Class and Description |
---|
Executor
执行提交的对象 Runnable 任务。
|
Future
A
Future 计算的结果。
|
Class and Description |
---|
Executor
一个对象执行提交的 Runnable 任务。
|
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, 2014, Oracle and/or its affiliates. All rights reserved.