Uses of Class java.util.HashMap

Uses in package java.util

Classes derived from java.util.HashMap

class
This class provides a hashtable-backed implementation of the Map interface, with predictable traversal order.

Uses in package java.beans.beancontext

Fields of type java.util.HashMap

HashMap<K,V>
HashMap<K,V>
A map of registered services, linking the service class to its associated BeanContextServicesSupport.BCSSServiceProvider.

Uses in package javax.print.attribute.standard

Classes derived from java.util.HashMap

class
The PrinterStateReasons attribute provides the set of additional informations available about the current state of the printer device.

Uses in package gnu.java.util

Classes derived from java.util.HashMap

class
A least recently used cache, based on LinkedHashMap.

Uses in package gnu.classpath.jdwp.transport

Methods with parameter type java.util.HashMap

void
Configure the transport with the given properties
ITransport
Get a transport configured as specified in the properties

Uses in package gnu.javax.crypto.assembly

Fields of type java.util.HashMap

HashMap<K,V>
The map of Stages chained in this cascade.