软件包 | 描述 |
---|---|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
java.lang |
提供对java编程语言的设计基础课。
|
java.nio.file |
定义的接口和类的java虚拟机访问文件,文件属性,文件系统。
|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java
TM编程语言。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.concurrent |
在并发编程中常用的实用类。
|
javax.annotation.processing |
用于声明注释处理器的设施和允许注释处理器与注释处理工具环境进行通信的设施。
|
javax.lang.model.util |
公用事业在帮助
program elements和
types处理。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.relation |
提供关系服务的定义。
|
javax.print.attribute.standard |
包装印刷类javax.print.attribute.standard包含特定属性。
|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
javax.sql.rowset.serial |
提供实用类允许序列化映射之间的SQL类型和数据在java编程语言的类型。
|
javax.sql.rowset.spi |
三分之一方供应商在其执行同步提供程序中使用的标准类和接口。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.tools |
为可以从程序调用的工具提供接口,例如,编译器。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanContext
的beancontext作为JavaBeans的分层逻辑容器。
|
interface |
BeanContextServices
的beancontextservices接口提供了一个beancontext揭露通用的“服务”的beancontextchild对象机制。
|
Modifier and Type | Class and Description |
---|---|
class |
BeanContextServicesSupport
这个助手类提供了一种实用的java.beans.beancontext.beancontextservices接口实现。
|
class |
BeanContextSupport
这个助手类提供了一种实用的java.beans.beancontext.beancontext接口实现。
|
Modifier and Type | Method and Description |
---|---|
static String |
String.join(CharSequence delimiter, Iterable<? extends CharSequence> elements)
返回一个由
CharSequence elements
String 加入新的副本,连同一份指定的
delimiter 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectoryStream<T>
一个对象遍历目录中的条目。
|
interface |
Path
可以用于在文件系统中定位文件的对象。
|
interface |
SecureDirectoryStream<T>
一个
DirectoryStream 定义操作是相对开放的目录文件。
|
Modifier and Type | Method and Description |
---|---|
abstract Iterable<FileStore> |
FileSystem.getFileStores()
返回一个对象来遍历文件存储。
|
abstract Iterable<Path> |
FileSystem.getRootDirectories()
返回一个对象遍历根目录的路径。
|
Modifier and Type | Method and Description |
---|---|
static Path |
Files.write(Path path, Iterable<? extends CharSequence> lines, Charset cs, OpenOption... options)
写入文本到文件的行。
|
static Path |
Files.write(Path path, Iterable<? extends CharSequence> lines, OpenOption... options)
写入文本到文件的行。
|
Modifier and Type | Class and Description |
---|---|
class |
BatchUpdateException
对
SQLException 扔在批处理更新操作期间发生错误时,子类的。
|
class |
DataTruncation
抛出一个异常作为一个
DataTruncation 例外(写)或报告为
DataTruncation 警告(在读)当一个数据值竟是截断超过
MaxFieldSize 以外的原因。
|
class |
SQLClientInfoException
子类的
SQLException 时引发一个或多个客户信息属性无法设置在
Connection 。
|
class |
SQLDataException
对
SQLException 当SQLSTATE类的值的二十二的子类,或在供应商规定的条件。
|
class |
SQLException
在数据库访问错误或其他错误中提供信息的异常。
|
class |
SQLFeatureNotSupportedException
对
SQLException 当SQLSTATE值为“0”类的子类(值为零”的)。
|
class |
SQLIntegrityConstraintViolationException
对
SQLException 当SQLSTATE类的值的二十三的子类,或在供应商规定的条件。
|
class |
SQLInvalidAuthorizationSpecException
对
SQLException 当SQLSTATE类的值的二十八的子类,或在供应商规定的条件。
|
class |
SQLNonTransientConnectionException
对
SQLException 抛出SQLSTATE值“08”的子类,或在供应商规定的条件。
|
class |
SQLNonTransientException
这类
SQLException 时抛出的一个实例,一个重试其操作的可能的原因是
SQLException 除非纠正失败。
|
class |
SQLRecoverableException
这类
SQLException 抛出的情况下,失败的操作可以申请执行一些复苏的步骤和重试整个交易或在分布式事务的情况下成功,交易部门。
|
class |
SQLSyntaxErrorException
这类
SQLException 当SQLSTATE类的值的四十二”抛出,或在供应商规定的条件。
|
class |
SQLTimeoutException
对
SQLException 当超时的
Statement.setQueryTimeout ,
DriverManager.setLoginTimeout ,
DataSource.setLoginTimeout 指定子类的,
XADataSource.setLoginTimeout 已过期。
|
class |
SQLTransactionRollbackException
对
SQLException 当SQLSTATE类的值的四十的子类,或在供应商规定的条件。
|
class |
SQLTransientConnectionException
对于定制类的值“08”
SQLException 子类,或在供应商规定的条件。
|
class |
SQLTransientException
对
SQLException 类抛出的情况下,失败的操作可能成功当操作重试无任何干预的应用层的功能。
|
class |
SQLWarning
提供数据库访问警告的信息的异常。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Collection<E>
在集层次结构根接口。
|
interface |
Deque<E>
支持在两个端插入和去除元素的线性集合。
|
interface |
List<E>
一个有序集合(也被称为序列)。
|
interface |
NavigableSet<E>
扩展的导航方法报告最近匹配给定的搜索目标
SortedSet 。
|
interface |
Queue<E>
在处理之前设计的用于保持元素的集合。
|
interface |
Set<E>
包含没有重复元素的集合。
|
interface |
SortedSet<E>
一个
Set 进一步提供了一个总序的元素。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollection<E>
这个类提供了一个框架实现的
Collection接口,用来降低实现该接口的努力。
|
class |
AbstractList<E>
这个类提供了一个框架实现的
List 界面最小化要求实现该接口的一个“随机存取”数据存储支持的努力(如数组)。
|
class |
AbstractQueue<E>
这个类提供了一些
Queue 骨骼实现操作。
|
class |
AbstractSequentialList<E>
这个类提供了一个框架实现的
List界面最小化要求实现该接口的一个“顺序访问数据存储支持的努力(如链表)。
|
class |
AbstractSet<E>
这个类提供了一个框架实现的
Set界面最小化要求实现该接口的努力。
|
class |
ArrayDeque<E>
Deque 接口的可调整大小的数组实现。
|
class |
ArrayList<E>
List接口的可调整大小的数组实现。
|
class |
EnumSet<E extends Enum<E>>
一种用于枚举类型的专业
Set 实施。
|
class |
HashSet<E>
该类实现了
Set接口,通过一个哈希表支持(实际上是一个
HashMap实例)。
|
class |
LinkedHashSet<E>
哈希表和相关的
Set接口列表实现,具有可预测的迭代顺序。
|
class |
LinkedList<E>
双向链表实现的
List 和
Deque 接口。
|
class |
PriorityQueue<E>
一个基于优先级堆
queue无界优先级。
|
class |
ServiceLoader<S>
一个简单的服务提供商加载设施。
|
class |
Stack<E>
的
Stack 类代表后进先出(LIFO)堆对象。
|
class |
TreeSet<E>
基于
TreeMap
NavigableSet 实施。
|
class |
Vector<E>
的
Vector 类实现了一个可增长对象数组。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlockingDeque<E>
一,另外支持阻塞操作等待队列非空的检索成为一个元素时
Deque ,等待空间变得可用时在deque容器存储元件。
|
interface |
BlockingQueue<E>
一,另外支持操作等待队列成为非空检索元素时,
Queue ,等待空间变得可用在排队的时候存储元件。
|
interface |
TransferQueue<E>
一个
BlockingQueue ,生产者可以等待消费者接收元件。
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayBlockingQueue<E>
一个有界
blocking queue有一个数组。
|
static class |
ConcurrentHashMap.KeySetView<K,V>
一个视图作为一个
Set ConcurrentHashMap的钥匙,在其中添加可使被映射到一个共同的价值。
|
class |
ConcurrentLinkedDeque<E>
一个基于链接节点的并发
deque无界。
|
class |
ConcurrentLinkedQueue<E>
无界线程安全的
queue基于链接节点。
|
class |
ConcurrentSkipListSet<E>
一个可扩展的并行
NavigableSet 实现基于
ConcurrentSkipListMap 。
|
class |
CopyOnWriteArrayList<E>
|
class |
CopyOnWriteArraySet<E>
一个
Set ,使用内部的
CopyOnWriteArrayList 其所有操作。
|
class |
DelayQueue<E extends Delayed>
对
Delayed 元素无界
blocking queue,其中一个元素只可以当其延迟已过期。
|
class |
LinkedBlockingDeque<E>
一个可选择的有界
blocking deque基于链接节点。
|
class |
LinkedBlockingQueue<E>
一个可选择的有界
blocking queue基于链接节点。
|
class |
LinkedTransferQueue<E>
基于链接节点的无界
TransferQueue 。
|
class |
PriorityBlockingQueue<E>
无界
blocking queue使用相同的排序规则类的
PriorityQueue 供应阻断检索操作。
|
class |
SynchronousQueue<E>
一个
blocking queue其中每个插入操作必须等待相应的删除操作由另一个线程,反之亦然。
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Completion> |
AbstractProcessor.getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
返回一个完成空。
|
Iterable<? extends Completion> |
Processor.getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
返回到工具基础设施建议完成注释一个。
|
Modifier and Type | Method and Description |
---|---|
static List<ExecutableElement> |
ElementFilter.constructorsIn(Iterable<? extends Element> elements)
返回一个在
elements 构造函数列表。
|
static List<VariableElement> |
ElementFilter.fieldsIn(Iterable<? extends Element> elements)
返回一个列表中的字段
elements 。
|
static List<ExecutableElement> |
ElementFilter.methodsIn(Iterable<? extends Element> elements)
返回一个列表的方法
elements 。
|
static List<PackageElement> |
ElementFilter.packagesIn(Iterable<? extends Element> elements)
返回一个列表,包在
elements 。
|
R |
ElementScanner6.scan(Iterable<? extends Element> iterable, P p)
遍历元素和呼吁每一个
scan(Element, P) 。
|
static List<TypeElement> |
ElementFilter.typesIn(Iterable<? extends Element> elements)
返回一个列表的类型
elements 。
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeList
代表名单为MBean属性值。
|
Modifier and Type | Class and Description |
---|---|
class |
RoleList
一个rolelist代表名单的角色(作用对象)。
|
class |
RoleUnresolvedList
一个roleunresolvedlist代表名单roleunresolved对象代表的角色,不从关系由于遇到的一个问题时,试图访问(读或写)的作用。
|
Modifier and Type | Class and Description |
---|---|
class |
JobStateReasons
类jobstatereasons是打印属性类,一组枚举值,提供关于该工作的当前状态,即额外的信息,信息,增强工作的
JobState 属性的值。
|
Modifier and Type | Class and Description |
---|---|
class |
RowSetWarning
提供有关数据库的
SQLException 警告设置
RowSet 对象信息的延伸。
|
Modifier and Type | Class and Description |
---|---|
class |
SerialException
指示和一个SQL类型如除了SQL类型如
DATALINK and JAVAOBJECT
BLOB, CLOB, STRUCT or ARRAY 序列化或反序列化错误
|
Modifier and Type | Class and Description |
---|---|
class |
SyncFactoryException
表示错误与
SyncFactory 机制。
|
class |
SyncProviderException
表明一个错误的
SyncProvider 机制。
|
Modifier and Type | Method and Description |
---|---|
static <M,I> RowFilter<M,I> |
RowFilter.andFilter(Iterable<? extends RowFilter<? super M,? super I>> filters)
返回一个
RowFilter 包括条目如果所有提供的过滤器包括入境。
|
static <M,I> RowFilter<M,I> |
RowFilter.orFilter(Iterable<? extends RowFilter<? super M,? super I>> filters)
返回一个
RowFilter 包括条目,如果提供的过滤器包括入口。
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends JavaFileObject> |
StandardJavaFileManager.getJavaFileObjects(File... files)
获取表示给定文件的文件对象。
|
Iterable<? extends JavaFileObject> |
StandardJavaFileManager.getJavaFileObjects(String... names)
获取表示给定文件名的文件对象。
|
Iterable<? extends JavaFileObject> |
StandardJavaFileManager.getJavaFileObjectsFromFiles(Iterable<? extends File> files)
获取表示给定文件的文件对象。
|
Iterable<? extends JavaFileObject> |
StandardJavaFileManager.getJavaFileObjectsFromStrings(Iterable<String> names)
获取表示给定文件名的文件对象。
|
Iterable<? extends File> |
StandardJavaFileManager.getLocation(JavaFileManager.Location location)
获取与给定位置关联的路径。
|
Iterable<JavaFileObject> |
JavaFileManager.list(JavaFileManager.Location location, String packageName, Set<JavaFileObject.Kind> kinds, boolean recurse)
列出在给定位置中匹配给定的标准的所有文件对象。
|
Iterable<JavaFileObject> |
ForwardingJavaFileManager.list(JavaFileManager.Location location, String packageName, Set<JavaFileObject.Kind> kinds, boolean recurse) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends JavaFileObject> |
StandardJavaFileManager.getJavaFileObjectsFromFiles(Iterable<? extends File> files)
获取表示给定文件的文件对象。
|
Iterable<? extends JavaFileObject> |
StandardJavaFileManager.getJavaFileObjectsFromStrings(Iterable<String> names)
获取表示给定文件名的文件对象。
|
DocumentationTool.DocumentationTask |
DocumentationTool.getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, 类<?> docletClass, Iterable<String> options, Iterable<? extends JavaFileObject> compilationUnits)
用给定的组件和参数为文档任务创建一个未来。
|
DocumentationTool.DocumentationTask |
DocumentationTool.getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, 类<?> docletClass, Iterable<String> options, Iterable<? extends JavaFileObject> compilationUnits)
用给定的组件和参数为文档任务创建一个未来。
|
JavaCompiler.CompilationTask |
JavaCompiler.getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Iterable<String> options, Iterable<String> classes, Iterable<? extends JavaFileObject> compilationUnits)
用给定的组件和参数创建一个编译任务的未来。
|
JavaCompiler.CompilationTask |
JavaCompiler.getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Iterable<String> options, Iterable<String> classes, Iterable<? extends JavaFileObject> compilationUnits)
用给定的组件和参数创建一个编译任务的未来。
|
JavaCompiler.CompilationTask |
JavaCompiler.getTask(Writer out, JavaFileManager fileManager, DiagnosticListener<? super JavaFileObject> diagnosticListener, Iterable<String> options, Iterable<String> classes, Iterable<? extends JavaFileObject> compilationUnits)
用给定的组件和参数创建一个编译任务的未来。
|
void |
StandardJavaFileManager.setLocation(JavaFileManager.Location location, Iterable<? extends File> path)
将给定的路径与给定的位置关联。
|
void |
JavaCompiler.CompilationTask.setProcessors(Iterable<? extends Processor> processors)
设置处理器(用于注释处理)。
|
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.