Uses of Class
java.util.HashMap
-
Packages that use HashMap 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。java.util 包含集合框架,一些国际化支持类,一个服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,一个位数组和几个其他实用程序类。javafx.scene.input 提供一组用于鼠标和键盘输入事件处理的类。javax.print.attribute.standard 包javax.print.attribute.standard包含特定打印属性的类。 -
-
Uses of HashMap in java.beans.beancontext
Fields in java.beans.beancontext declared as HashMap Modifier and Type Field 描述 protected HashMap<Object,BeanContextSupport.BCSChild>
BeanContextSupport. children
对该对象的所有对protected HashMap children
字段的访问都应同步。protected HashMap<Object,BeanContextServicesSupport.BCSSServiceProvider>
BeanContextServicesSupport. services
protected transient HashMap services
字段的所有访问应该在该对象上同步 -
Uses of HashMap in java.util
Subclasses of HashMap in java.util Modifier and Type Class 描述 class
LinkedHashMap<K,V>
哈希表和链表实现的Map
接口,具有可预测的迭代次序。 -
Uses of HashMap in javafx.scene.input
Subclasses of HashMap in javafx.scene.input Modifier and Type Class 描述 class
ClipboardContent
数据容器Clipboard
数据。 -
Uses of HashMap in javax.print.attribute.standard
Subclasses of HashMap in javax.print.attribute.standard Modifier and Type Class 描述 class
PrinterStateReasons
PrinterStateReasons类是打印属性类,一组枚举值,它提供有关打印机当前状态的其他信息,即增加打印机PrinterState
属性值的信息。
-