软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.lang |
提供对java编程语言的设计基础课。
|
java.nio.file |
定义的接口和类的java虚拟机访问文件,文件属性,文件系统。
|
java.time.temporal |
访问日期和时间的应用领域和单位,时间和日期的调节。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.concurrent |
在并发编程中常用的实用类。
|
java.util.function |
功能接口提供目标类型的lambda表达式和方法参考。
|
java.util.logging |
提供类和2的java
TM平台核心测井设备接口。
|
java.util.prefs |
此软件包允许应用程序存储和检索用户和系统偏好和配置数据。
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyEventDispatcher
一个keyeventdispatcher配合的目标和所有关键场次调度当前keyboardfocusmanager。
|
interface |
KeyEventPostProcessor
一个keyeventpostprocessor配合在所有剩余的关键场次的最终解决当前keyboardfocusmanager。
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileFilter
一个抽象路径名的过滤器。
|
interface |
FilenameFilter
实现该接口的类的实例是用来过滤文件名。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Runnable
的
Runnable 接口应该被任何类的实例的目的是通过一个线程执行的实施。
|
static interface |
Thread.UncaughtExceptionHandler
处理程序时调用的
Thread突然终止由于未捕获的异常界面。
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DirectoryStream.Filter<T>
由对象来实现的一个接口,该接口决定是否要接受或过滤目录条目。
|
interface |
PathMatcher
通过在路径上执行匹配操作的对象来实现的接口。
|
Modifier and Type | Interface and Description |
---|---|
interface |
TemporalAdjuster
调整时态对象的策略。
|
interface |
TemporalQuery<R>
用于查询时态对象的策略。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Comparator<T>
一个比较函数,这对一些对象的集合,对总序。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Callable<V>
返回结果的一个任务,并可能抛出异常。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BiConsumer<T,U>
表示接受两个输入参数,并没有结果的操作。
|
interface |
BiFunction<T,U,R>
表示接受两个参数并产生结果的函数。
|
interface |
BinaryOperator<T>
表示同一类型的两个操作数的操作,产生与操作数相同的结果。
|
interface |
BiPredicate<T,U>
表示两个参数的谓词(布尔值函数)。
|
interface |
BooleanSupplier
是一个
boolean -valued结果供应商。
|
interface |
Consumer<T>
表示接受一个输入参数,并返回没有结果的操作。
|
interface |
DoubleBinaryOperator
是一个运行在两
double -valued操作数和生产
double -valued结果。
|
interface |
DoubleConsumer
代表的操作,接受一个
double -valued参数并返回任何结果。
|
interface |
DoubleFunction<R>
表示接受双值参数并产生结果的函数。
|
interface |
DoublePredicate
代表一个谓词(布尔值函数)的一
double -valued论点。
|
interface |
DoubleSupplier
是一个
double -valued结果供应商。
|
interface |
DoubleToIntFunction
代表一个函数,接受一个double值参数并产生一个int值结果。
|
interface |
DoubleToLongFunction
表示接受双值参数并产生一个长值结果的函数。
|
interface |
DoubleUnaryOperator
代表在一个单一的
double -valued操作产生的一个
double -valued结果操作。
|
interface |
Function<T,R>
表示接受一个参数并产生结果的函数。
|
interface |
IntBinaryOperator
是一个运行在两
int -valued操作数和生产
int -valued结果。
|
interface |
IntConsumer
代表的操作,接受一个
int -valued参数并返回任何结果。
|
interface |
IntFunction<R>
表示一个函数接受一个int值的参数和结果。
|
interface |
IntPredicate
代表一个谓词(布尔值函数)的一
int -valued论点。
|
interface |
IntSupplier
是一个
int -valued结果供应商。
|
interface |
IntToDoubleFunction
表示一个函数接受一个int值的参数,产生一个双值结果。
|
interface |
IntToLongFunction
表示一个函数接受一个int值的参数,产生的长值结果。
|
interface |
IntUnaryOperator
代表在一个单一的
int -valued操作数,产生一个
int -valued结果操作。
|
interface |
LongBinaryOperator
是一个运行在两
long -valued操作数和生产
long -valued结果。
|
interface |
LongConsumer
代表的操作,接受一个
long -valued参数并返回任何结果。
|
interface |
LongFunction<R>
表示接受一个长值参数并产生结果的函数。
|
interface |
LongPredicate
代表一个谓词(布尔值函数)的一
long -valued论点。
|
interface |
LongSupplier
是一个
long -valued结果供应商。
|
interface |
LongToDoubleFunction
表示接受一个长值参数并产生一个双值结果的函数。
|
interface |
LongToIntFunction
代表一个函数,接受一个长期价值的争论和产生一个int值结果。
|
interface |
LongUnaryOperator
代表在一个单一的
long -valued操作产生的一个
long -valued结果操作。
|
interface |
ObjDoubleConsumer<T>
代表的操作,接受一个对象的值和
double -valued的说法,并没有返回结果。
|
interface |
ObjIntConsumer<T>
代表的操作,接受一个对象的值和
int -valued的说法,并没有返回结果。
|
interface |
ObjLongConsumer<T>
代表的操作,接受一个对象的值和
long -valued的说法,并没有返回结果。
|
interface |
Predicate<T>
表示一个参数的谓词(布尔值函数)。
|
interface |
Supplier<T>
表示结果的供应商。
|
interface |
ToDoubleBiFunction<T,U>
表示接受两个参数并产生一个双值结果的函数。
|
interface |
ToDoubleFunction<T>
表示产生一个双值结果的函数。
|
interface |
ToIntBiFunction<T,U>
表示一个函数接受两个参数产生一个int值结果。
|
interface |
ToIntFunction<T>
代表一个函数,产生一个int值结果。
|
interface |
ToLongBiFunction<T,U>
表示接受两个参数并产生一个长值结果的函数。
|
interface |
ToLongFunction<T>
表示产生一个长值结果的函数。
|
interface |
UnaryOperator<T>
表示一个操作在一个操作数,它产生一个与它的操作数相同的结果的结果。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Filter
一个过滤器可以用来提供对什么是日志,超出了日志级别提供的控制细粒度的控制。
|
Modifier and Type | Interface and Description |
---|---|
interface |
PreferenceChangeListener
用于接收偏好更改事件的侦听器。
|
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.