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 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 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 gnu.javax.crypto.assembly

Fields of type java.util.HashMap

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

Uses in package gnu.java.text

Constructors with parameter type java.util.HashMap

This constructor take a string s, a set of ranges and the corresponding attributes.

Methods with parameter type java.util.HashMap

void
FormatCharacterIterator.addAttributes(HashMap<K,V> attributes, int range_start, int range_end)
This method adds a set of attributes to a range of character.
void
AttributedFormatBuffer.append(String s, int[] ranges, HashMap<K,V>[] attrs)
This method appends a simple string to the buffer.
void
FormatBuffer.append(String s, int[] ranges, HashMap<K,V>[] attrs)
This method appends a simple string to the buffer.
void
StringFormatBuffer.append(String s, int[] ranges, HashMap<K,V>[] attrs)
This method appends a simple string to the buffer.
void
This method appends an attributed string which attributes are specified directly in the calling parameters.
void
This method merge the specified attributes and ranges with the internal tables.

Methods with return type java.util.HashMap

HashMap<K,V>[]
This method returns the array containing the map on the attributes.

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