所有类


类 java.util.HashMap
的使用

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

java.beans.beancontextHashMap 的使用
 

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

java.utilHashMap 的使用
 

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

javax.print.attribute.standardHashMap 的使用
 

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


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部