Uses of Class
java.util.HashMap
-
Packages that use HashMap 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。java.util 包含集合框架,一些国际化支持类,服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,位数组和几个其他实用程序类。javax.print.attribute.standard 包javax.print.attribute.standard
包含特定打印属性的类。 -
-
Uses of HashMap in java.beans.beancontext
Fields in java.beans.beancontext declared as HashMap 变量和类型 字段 描述 protected HashMap<Object,BeanContextSupport.BCSChild>
BeanContextSupport. children
所有对protected HashMap children
字段的访问都应在该对象上同步。protected HashMap<Object,BeanContextServicesSupport.BCSSServiceProvider>
BeanContextServicesSupport. 服务
应该在该对象上同步对protected transient HashMap services
字段的所有访问 -
Uses of HashMap in java.util
Subclasses of HashMap in java.util 变量和类型 类 描述 class
LinkedHashMap<K,V>
散列表和Map
接口的链表实现,具有可预测的迭代顺序。 -
Uses of HashMap in javax.print.attribute.standard
Subclasses of HashMap in javax.print.attribute.standard 变量和类型 类 描述 class
PrinterStateReasons
ClassPrinterStateReasons
is a printing attribute class, a set of enumeration values, that provides additional information about the printer's current state, i.e., information that augments the value of the printer'sPrinterState
attribute.
-