软件包 | 描述 |
---|---|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.concurrent |
在并发编程中常用的实用类。
|
javax.print.attribute.standard |
包装印刷类javax.print.attribute.standard包含特定属性。
|
Modifier and Type | Class and Description |
---|---|
class |
EnumSet<E extends Enum<E>>
一种用于枚举类型的专业
Set 实施。
|
class |
HashSet<E>
该类实现了
Set接口,通过一个哈希表支持(实际上是一个
HashMap实例)。
|
class |
LinkedHashSet<E>
哈希表和相关的
Set接口列表实现,具有可预测的迭代顺序。
|
class |
TreeSet<E>
基于
TreeMap
NavigableSet 实施。
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSkipListSet<E>
一个可扩展的并行
NavigableSet 实现基于
ConcurrentSkipListMap 。
|
class |
CopyOnWriteArraySet<E>
一个
Set ,使用内部的
CopyOnWriteArrayList 其所有操作。
|
Modifier and Type | Class and Description |
---|---|
class |
JobStateReasons
类jobstatereasons是打印属性类,一组枚举值,提供关于该工作的当前状态,即额外的信息,信息,增强工作的
JobState 属性的值。
|
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.