JavaTM 2 Platform
Standard Ed. 6

类 java.util.HashMap
的使用

使用 HashMap 的软件包
java.beans.beancontext 提供与 bean 上下文有关的类和接口。 
java.util 包含 collection 框架、遗留的 collection 类、事件模型、日期和时间设施、国际化和各种实用工具类(字符串标记生成器、随机数生成器和位数组)。 
javax.print.attribute.standard 包 javax.print.attribute.standard 包括特定打印属性的类。 
 

java.beans.beancontextHashMap 的使用
 

声明为 HashMapjava.beans.beancontext 中的字段
protected  HashMap BeanContextSupport.children
           protected HashMap children 字段的所有访问在该对象上都将是同步的。
protected  HashMap BeanContextServicesSupport.services
           protected transient HashMap services 字段的所有访问在该对象上都应该是同步的。
 

java.utilHashMap 的使用
 

java.utilHashMap 的子类
 class LinkedHashMap<K,V>
          Map 接口的哈希表和链接列表实现,具有可预知的迭代顺序。
 

javax.print.attribute.standardHashMap 的使用
 

javax.print.attribute.standardHashMap 的子类
 class PrinterStateReasons
          PrinterStateReasons 类是打印属性类,它是一组枚举值集合,提供了有关打印机当前状态的附加信息,即扩充了打印机 PrinterState 属性值的信息。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only