Uses of Interface java.util.Map

Uses in package gnu.xml.stream

Fields of type java.util.Map

Map<K,V>

Uses in package gnu.javax.print

Methods with return type java.util.Map

Map<K,V>
Returns the mapping map for iteration.

Uses in package gnu.java.awt.font

Constructors with parameter type java.util.Map

Methods with parameter type java.util.Map

String
Encodes a font name + style + size specification into a X logical font description (XLFD) as described here: http://www.meretrx.com/e93/docs/xlfd.html This is implemented to look up the font description in the fonts.properties of this package.

Uses in package gnu.java.security.key.rsa

Methods with parameter type java.util.Map

void
Configures this instance.

Uses in package gnu.java.awt.peer.headless

Methods with parameter type java.util.Map

ClasspathFontPeer

Methods with return type java.util.Map

Map<K,V>

Uses in package gnu.java.awt.java2d

Methods with parameter type java.util.Map

void
Adds the specified rendering hints.
void
Sets the specified rendering hints.

Uses in package gnu.javax.crypto.key.dh

Methods with parameter type java.util.Map

void
void
void
void
void
[Re]-initialises this instance for use with a given set of attributes.

Uses in package javax.swing

Classes implementing java.util.Map

class
UIDefaults is a database where all settings and interface bindings are stored into.

Uses in package gnu.javax.crypto.cipher

Methods with parameter type java.util.Map

void
BaseCipher.init(Map<K,V> attributes)
Initialises the algorithm with designated attributes.
void
Initialises the algorithm with designated attributes.

Uses in package java.awt

Classes implementing java.util.Map

class
A collection of (key, value) items that provide 'hints' for the Graphics2D rendering pipeline.

Uses in package gnu.java.lang.management

Methods with return type java.util.Map

Map<K,V>
Returns a map containing the keys and values of the system properties.

Uses in package gnu.java.security.key.dss

Methods with parameter type java.util.Map

void
Configures this instance.

Uses in package gnu.java.awt.peer.gtk

Constructors with parameter type java.util.Map

Methods with parameter type java.util.Map

void

Uses in package java.util

Classes implementing java.util.Map

class
An abstract implementation of Map to make it easier to create your own implementations.
class
class
This class provides a hashtable-backed implementation of the Map interface.
class
A class which implements a hashtable data structure.
class
This class provides a hashtable-backed implementation of the Map interface, but uses object identity to do its hashing.
class
This class provides a hashtable-backed implementation of the Map interface, with predictable traversal order.
class
A set of persistent properties, which can be saved or loaded from a stream.
class
This class provides a red-black tree implementation of the SortedMap interface.
class
A weak hash map has only weak references to the key.

Fields of type java.util.Map

Map<K,V>
An immutable, serializable, empty Map.

Uses in package gnu.javax.crypto.key.srp6

Methods with parameter type java.util.Map

void
void
void
void
void
[Re]-initialises this instance for use with a given set of attributes.

Uses in package gnu.javax.security.auth.callback

Classes implementing java.util.Map

class

Uses in package gnu.javax.crypto.kwa

Methods with parameter type java.util.Map

void
void
void
void
Initializes this instance with the designated algorithm specific attributes.
void
Initializes this instance with the designated algorithm specific attributes.

Uses in package javax.management.openmbean

Classes implementing java.util.Map

class
Provides an implementation of the TabularData interface using a HashMap.

Uses in package gnu.javax.naming.jndi.url.rmi

Constructors with parameter type java.util.Map

Create the rmi url context that works, talking with the given RMI registry.
Create the rmi url context that works, talking with the given RMI registry.
Create the rmi url context that works, talking with the given RMI registry.

Uses in package gnu.javax.security.auth.login

Methods with return type java.util.Map

Map<K,V>
Returns the parse result as a Map where the keys are application names, and the entries are Lists of AppConfigurationEntry entries, one for each login module entry, in the order they were encountered, for that application name in the just parsed configuration file.

Uses in package gnu.javax.crypto.mode

Methods with parameter type java.util.Map

void
BaseMode.init(Map<K,V> attributes)
Initialises the algorithm with designated attributes.
void
EAX.init(Map<K,V> attrib)
Initialises the algorithm with designated attributes.

Uses in package javax.print.attribute.standard

Classes implementing java.util.Map

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

Uses in package gnu.java.security.provider

Classes implementing java.util.Map

class

Uses in package gnu.java.awt.peer.qt

Constructors with parameter type java.util.Map

QtFontPeer.QtFontPeer(String name, Map<K,V> attributes)

Methods with parameter type java.util.Map

void
ClasspathFontPeer

Methods with return type java.util.Map

Map<K,V>

Uses in package gnu.CORBA

Fields of type java.util.Map

Map<K,V>
The map of the initial references.
Map<K,V>
Maps IDL strings into known classes.
Map<K,V>
Maps IDL types to they helpers.
Map<K,V>
Maps classes to they IDL or RMI names.

Uses in package gnu.java.rmi.server

Fields of type java.util.Map

Map<K,V>
Mapping the registered activatable objects into they server references.

Uses in package java.util.jar

Classes implementing java.util.Map

class
Represents attribute name/value pairs from a Manifest as a Map.

Uses in package gnu.javax.crypto.sasl

Fields of type java.util.Map

Map<K,V>
Properties of qualities desired for this mechanism.
Map<K,V>
Properties of qualities desired for this mechanism.

Methods with parameter type java.util.Map

void
Activates (initialises) this provider instance.
SaslClient
ClientFactory.createSaslClient(String[] mechanisms, String authorisationID, String protocol, String serverName, Map<K,V> props, CallbackHandler cbh)
SaslServer
ServerFactory.createSaslServer(String mechanism, String protocol, String serverName, Map<K,V> props, CallbackHandler cbh)
String[]
String[]
void
Initialises the mechanism with designated attributes.
void
Initialises the mechanism with designated attributes.
Map<K,V>
Returns a collection of information about a designated user.
void
Updates the credentials of a designated user.

Methods with return type java.util.Map

Map<K,V>
A provider may operate in more than mode; e.g.
Map<K,V>
Returns a collection of information about a designated user.

Uses in package gnu.javax.crypto.mac

Methods with parameter type java.util.Map

void
BaseMac.init(Map<K,V> attributes)
Initialises the algorithm with designated attributes.
void
HMac.init(Map<K,V> attributes)
void
IMac.init(Map<K,V> attributes)
Initialises the algorithm with designated attributes.
void
OMAC.init(Map<K,V> attrib)
Initialises the algorithm with designated attributes.
void
TMMH16.init(Map<K,V> attributes)
void
UHash32.init(Map<K,V> attributes)
void
UMac32.init(Map<K,V> attributes)
Initialising a UMAC instance consists of defining values for the following parameters:
  1. Key Material: as the value of the attribute entry keyed by IMac.MAC_KEY_MATERIAL.

Uses in package gnu.CORBA.Interceptor

Methods with return type java.util.Map

Map<K,V>
Get the map of the registered references.

Uses in package gnu.awt.j2d

Methods with parameter type java.util.Map

void
void

Uses in package gnu.javax.naming.giop

Methods with parameter type java.util.Map

String
Get all properties.

Uses in package gnu.javax.crypto.keyring

Methods with parameter type java.util.Map

void
void
IKeyring.load(Map<K,V> attributes)
Loads a keyring into memory.
void
void
IKeyring.store(Map<K,V> attributes)
Stores the contents of this keyring to persistent storage as specified by the designated attributes.

Uses in package java.security

Classes implementing java.util.Map

class
This class represents a Java security architecture service provider.

Uses in package gnu.javax.crypto.sasl.srp

Methods with parameter type java.util.Map

void
Map<K,V>
void

Methods with return type java.util.Map

Map<K,V>
Map<K,V>

Uses in package gnu.java.security.prng

Methods with parameter type java.util.Map

void
BasePRNG.init(Map<K,V> attributes)
void
IRandom.init(Map<K,V> attributes)
Initialises the pseudo-random number generator scheme with the appropriate attributes.
void
BasePRNG.setup(Map<K,V> attributes)
void

Uses in package gnu.javax.crypto.pad

Methods with parameter type java.util.Map

void
BasePad.init(Map<K,V> attributes)
Initialises the algorithm with designated attributes.
void
IPad.init(Map<K,V> attributes)
Initialises the algorithm with designated attributes.

Uses in package gnu.java.awt.peer

Constructors with parameter type java.util.Map

Methods with parameter type java.util.Map

void
void
void
void
Font
Implementation of Font.deriveFont(Map)
void
void

Methods with return type java.util.Map

Map<K,V>
Implementation of Font.getAttributes()

Uses in package gnu.java.rmi.activation

Fields of type java.util.Map

Map<K,V>
The cache of the activated objects, maps activation ids to remote object stubs.
Map<K,V>
Maps group identifiers into already activated groups.
Map<K,V>
Maps keys to values
Map<K,V>
Maps values to keys (in reverse)

Uses in package gnu.javax.crypto.jce

Classes implementing java.util.Map

class
The additional GNU algorithm implementation as a Java Cryptographic Extension (JCE) Provider.
class

Uses in package gnu.javax.net.ssl.provider

Classes implementing java.util.Map

class
This is the security provider for Jessie.

Uses in package gnu.java.security.sig

Methods with parameter type java.util.Map

void
Initialises this instance for signature generation.
void
Initialises this instance for signature generation.
void
Initialises this instance for signature verification.
void
Initialises this instance for signature verification.

Uses in package gnu.javax.crypto.prng

Methods with parameter type java.util.Map

void
ARCFour.setup(Map<K,V> attributes)
void
void
Fortuna.setup(Map<K,V> attributes)
void
void
void
PBKDF2.setup(Map<K,V> attributes)
void

Uses in package gnu.java.awt.peer.x

Constructors with parameter type java.util.Map

Creates a new XFontPeer for the specified font name and style attributes.

Methods with parameter type java.util.Map

ClasspathFontPeer
Returns the font peer for a font with the specified name and attributes.

Methods with return type java.util.Map

Map<K,V>

Uses in package gnu.javax.crypto.assembly

Methods with parameter type java.util.Map

void
Assembly.init(Map<K,V> attributes)
Initialises the Assembly for operation with specific characteristics.
void
Cascade.init(Map<K,V> attributes)
Initialises the chain for operation with specific characteristics.
void
Stage.init(Map<K,V> attributes)
Initialises the stage for operation with specific characteristics.
void
Initialises the Transformer for operation with specific characteristics.

Uses in package gnu.java.util

Classes implementing java.util.Map

class
A least recently used cache, based on LinkedHashMap.
class
A weak hash map has only weak references to the key.

Constructors with parameter type java.util.Map

Construct a new WeakIdentityHashMap with the same mappings as the given map.

Methods with parameter type java.util.Map

void
Puts all of the mappings from the given map into this one.

Uses in package gnu.javax.crypto.sasl.crammd5

Methods with parameter type java.util.Map

void
Map<K,V>
void

Methods with return type java.util.Map

Map<K,V>
Map<K,V>

Uses in package gnu.java.awt

Methods with parameter type java.util.Map

Font
Creates a Font, in a platform-specific manner.

Uses in package gnu.java.security.key

Methods with parameter type java.util.Map

void
[Re]-initialises this instance for use with a given set of attributes.

Uses in package gnu.javax.crypto.key

Methods with parameter type java.util.Map

void
void
void
Sets up the instance to operate with specific attributes.

Uses in package gnu.java.util.jar

Methods with parameter type java.util.Map

void
void
void
void

Uses in package gnu.javax.crypto.sasl.plain

Methods with parameter type java.util.Map

void
Map<K,V>
void

Methods with return type java.util.Map

Map<K,V>
Map<K,V>

Uses in package gnu.awt.xlib

Methods with parameter type java.util.Map

ClasspathFontPeer
Acquires an appropriate ClasspathFontPeer, for use in classpath's implementation of Font.

Methods with return type java.util.Map

Map<K,V>