软件包 | 描述 |
---|---|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.concurrent |
在并发编程中常用的实用类。
|
javax.print.attribute.standard |
包装印刷类javax.print.attribute.standard包含特定属性。
|
Modifier and Type | Class and Description |
---|---|
class |
EnumMap<K extends Enum<K>,V>
一种用于枚举类型键实现专业
Map 。
|
class |
HashMap<K,V>
基于哈希表的
Map接口的实现。
|
class |
IdentityHashMap<K,V>
这个类实现了一个哈希表的
Map接口,使用参考平等代替对象相等比较时,钥匙(价值观)。
|
class |
LinkedHashMap<K,V>
哈希表和相关的
Map接口列表实现,具有可预测的迭代顺序。
|
class |
TreeMap<K,V>
基于
NavigableMap 实现红黑树。
|
class |
WeakHashMap<K,V>
基于哈希表的
Map接口的实现,与弱密钥。
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentHashMap<K,V>
支持全并发检索和高预期的并发更新哈希表。
|
class |
ConcurrentSkipListMap<K,V>
一个可扩展的并行
ConcurrentNavigableMap 实施。
|
Modifier and Type | Class and Description |
---|---|
class |
PrinterStateReasons
类printerstatereasons是打印属性类,一组枚举值,提供关于打印机的当前状态,即额外的信息,信息对打印机的
PrinterState 属性的值。
|
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.