软件包 | 描述 |
---|---|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSequentialList<E>
这个类提供了一个框架实现的
List界面最小化要求实现该接口的一个“顺序访问数据存储支持的努力(如链表)。
|
class |
ArrayList<E>
List接口的可调整大小的数组实现。
|
class |
LinkedList<E>
双向链表实现的
List 和
Deque 接口。
|
class |
Stack<E>
的
Stack 类代表后进先出(LIFO)堆对象。
|
class |
Vector<E>
的
Vector 类实现了一个可增长对象数组。
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeList
代表名单为MBean属性值。
|
Modifier and Type | Class and Description |
---|---|
class |
RoleList
一个rolelist代表名单的角色(作用对象)。
|
class |
RoleUnresolvedList
一个roleunresolvedlist代表名单roleunresolved对象代表的角色,不从关系由于遇到的一个问题时,试图访问(读或写)的作用。
|
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.