Uses of Interface java.util.Map

Uses in package java.security

Classes implementing java.util.Map

class
This class represents a Java security architecture service provider.

Methods with parameter type java.util.Map

Provider[]
Returns an array containing all installed providers that satisfy the specified selection criteria, or null if no such providers have been installed.

Uses in package java.awt.im

Constructors with parameter type java.util.Map

InputMethodHighlight.InputMethodHighlight(boolean selected, int state, int variation, Map style)
Create an input method highlight style.

Methods with return type java.util.Map

Map
Return the rendering style attributes map, or null if it should be the default mapping.

Uses in package gnu.javax.crypto.cipher

Methods with parameter type java.util.Map

void
BaseCipher.init(Map attributes)
Initialises the algorithm with designated attributes.
void
IBlockCipher.init(Map attributes)
Initialises the algorithm with designated attributes.

Uses in package javax.security.auth.spi

Methods with parameter type java.util.Map

void
LoginModule.initialize(Subject subject, CallbackHandler handler, Map sharedState, Map options)
Initializes this login module.

Uses in package gnu.xml.stream

Fields of type java.util.Map

Map

Uses in package gnu.java.util

Classes implementing java.util.Map

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 java.awt.font

Constructors with parameter type java.util.Map

TextLayout.TextLayout(String string, Map attributes, FontRenderContext frc)

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

Methods with parameter type java.util.Map

void
Activates (initialises) this provider instance.
Map
Returns a collection of information about a designated user.
void
SRPAuthInfoProvider.update(Map userCredentials)
Updates the credentials of a designated user.

Methods with return type java.util.Map

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

Uses in package gnu.java.text

Methods with return type java.util.Map

Map
Returns a Map of the attributes defined for the current character.

Uses in package gnu.javax.crypto.prng

Methods with parameter type java.util.Map

void
ARCFour.setup(Map attributes)
void
CSPRNG.setup(Map attrib)
void
Fortuna.setup(Map attributes)
void
void
ICMGenerator.setup(Map attributes)
void
PBKDF2.setup(Map attributes)
void
UMacGenerator.setup(Map 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.java.net

Methods with return type java.util.Map

Map

Uses in package gnu.awt.j2d

Methods with parameter type java.util.Map

void
Adds/updates the rendering hint.
void
Replaces the current rendering hints with the supplied hints.

Uses in package gnu.javax.crypto.assembly

Methods with parameter type java.util.Map

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

Uses in package java.sql

Methods with parameter type java.util.Map

Object
Returns the contents of this array.
Object
Array.getArray(long start, int count, Map map)
This method returns a portion of this array starting at start into the array and continuing for count elements.
Object[]
This method returns the attributes of this SQL structured type.
Object
CallableStatement.getObject(int index, Map map)
This method returns the value of the specified parameter as a Java Object.
Object
ResultSet.getObject(int columnIndex, Map map)
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
Object
This method returns the value of the specified parameter as a Java Object using the specified mapping for conversion from SQL to Java types.
Object
ResultSet.getObject(String columnName, Map map)
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
Object
ResultSet
This method returns the elements in the array as a ResultSet.
ResultSet
Array.getResultSet(long start, int count, Map map)
This method returns a portion of the array as a ResultSet.
void
This method sets the mapping table for SQL types to Java classes.

Methods with return type java.util.Map

Map
This method returns the mapping of SQL types to Java classes currently in use by this connection.

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.print

Methods with return type java.util.Map

Map
Returns the mapping map for iteration.

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
Implementation of Font.getAttributes()

Uses in package gnu.java.security.x509.ext

Constructors with parameter type java.util.Map

CertificatePolicies.CertificatePolicies(List policies, Map policyQualifierInfos)

Uses in package gnu.javax.crypto.sasl

Fields of type java.util.Map

Map
Properties of qualities desired for this mechanism.
Map
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 props, CallbackHandler cbh)
SaslServer
ServerFactory.createSaslServer(String mechanism, String protocol, String serverName, Map props, CallbackHandler cbh)
String[]
String[]
void
ClientMechanism.init(Map attributes)
Initialises the mechanism with designated attributes.
void
ServerMechanism.init(Map attributes)
Initialises the mechanism with designated attributes.
Map
Returns a collection of information about a designated user.
void
IAuthInfoProvider.update(Map userCredentials)
Updates the credentials of a designated user.

Methods with return type java.util.Map

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

Uses in package java.util.jar

Classes implementing java.util.Map

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

Fields of type java.util.Map

Map
The map that holds all the attribute name/value pairs.

Methods with parameter type java.util.Map

void
Adds or replaces all attribute name/value pairs from another Attributes object to this one.

Methods with return type java.util.Map

Map
Gets a map of entry Strings to Attributes for all the entries described in this manifest.

Uses in package gnu.java.util.jar

Methods with parameter type java.util.Map

void
void
void
void

Uses in package gnu.javax.crypto.pad

Methods with parameter type java.util.Map

void
BasePad.init(Map attributes)
Initialises the algorithm with designated attributes.
void
IPad.init(Map attributes)
Initialises the algorithm with designated attributes.

Uses in package java.lang.management

Methods with return type java.util.Map

Map
Returns a map containing the keys and values of the system properties.

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

Methods with parameter type java.util.Map

void
Map
void
PlainAuthInfoProvider.update(Map userCredentials)

Methods with return type java.util.Map

Map
Map

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.

Constructors with parameter type java.util.Map

Constructs a PrinterStateReasons attribute with the given content of the map.

Uses in package javax.sql

Methods with parameter type java.util.Map

void

Methods with return type java.util.Map

Map

Uses in package gnu.java.rmi.server

Fields of type java.util.Map

Map
Mapping the registered activatable objects into they server references.

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.security.prng

Methods with parameter type java.util.Map

void
BasePRNG.init(Map attributes)
Initialises the pseudo-random number generator scheme with the appropriate attributes.
void
IRandom.init(Map attributes)
Initialises the pseudo-random number generator scheme with the appropriate attributes.
void
BasePRNG.setup(Map attributes)
void
MDGenerator.setup(Map attributes)

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

Methods with parameter type java.util.Map

void
Activates (initialises) this provider instance.
Map
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
A provider may operate in more than mode; e.g.
Map
Returns a collection of information about a designated user.

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

Methods with parameter type java.util.Map

void
void
void
void
void

Uses in package gnu.java.lang.management

Methods with return type java.util.Map

Map
Returns a map containing the keys and values of the system properties.

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

Constructors with parameter type java.util.Map

QtFontPeer.QtFontPeer(String name, Map attributes)

Methods with parameter type java.util.Map

void
Adds/updates the rendering hint.
ClasspathFontPeer
Acquires an appropriate ClasspathFontPeer, for use in classpath's implementation of Font.
void
Replaces the current rendering hints with the supplied hints.

Methods with return type java.util.Map

Map

Uses in package javax.security.auth.login

Constructors with parameter type java.util.Map

Methods with return type java.util.Map

Map

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

Methods with return type java.util.Map

Map
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.mac

Methods with parameter type java.util.Map

void
BaseMac.init(Map attributes)
Initialises the algorithm with designated attributes.
void
HMac.init(Map attributes)
Initialises the algorithm with designated attributes.
void
IMac.init(Map attributes)
Initialises the algorithm with designated attributes.
void
OMAC.init(Map attrib)
Initialises the algorithm with designated attributes.
void
TMMH16.init(Map attributes)
void
UHash32.init(Map attributes)
void
UMac32.init(Map 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.java.security.key.rsa

Methods with parameter type java.util.Map

void
Configures this instance.

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

Uses in package gnu.java.rmi.activation

Fields of type java.util.Map

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

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.

Constructors with parameter type java.util.Map

Font.Font(Map attrs)
Creates a new collection of hints containing all the (key, value) pairs in the specified map.

Fields of type java.util.Map

Map

Methods with parameter type java.util.Map

void
Adds/updates the rendering hint.
Font
Font.deriveFont(Map attributes)
Produces a new Font based on the current font, adjusted to a new set of attributes.
Font
Font.getFont(Map attributes)
Returns a font appropriate for the given attribute set.
void
Adds a collection of (key, value) pairs to the collection.
void
Replaces the current rendering hints with the supplied hints.

Methods with return type java.util.Map

Map
Returns a map of chracter attributes which this font currently has set.
Map

Uses in package java.awt.datatransfer

Methods with return type java.util.Map

Map
Maps the specified native type names to DataFlavor's.
Map
Maps the specified native type names to DataFlavor's.
Map
Maps the specified DataFlavor objects to the native data type name.
Map
Maps the specified DataFlavor objects to the native data type name.

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

Uses in package gnu.java.security.provider

Classes implementing java.util.Map

class

Uses in package gnu.java.security.sig

Methods with parameter type java.util.Map

void
void
ISignature.setupSign(Map attributes)
Initialises this instance for signature generation.
void
void
Initialises this instance for signature verification.

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

Methods with parameter type java.util.Map

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

Uses in package gnu.java.security.x509

Fields of type java.util.Map

Map

Uses in package javax.management.openmbean

Constructors with parameter type java.util.Map

Constructs a new CompositeDataSupport instance with the specified type using field names and values from the supplied map.

Uses in package javax.sound.sampled

Constructors with parameter type java.util.Map

AudioFileFormat.AudioFileFormat(AudioFileFormat.Type type, AudioFormat fmt, int frameLen, Map properties)
Create a new AudioFileFormat given the type, the format, the frame length, and some properties.
AudioFormat.AudioFormat(AudioFormat.Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian, Map properties)
Create a new audio format, given various attributes of it.

Methods with return type java.util.Map

Map
Return the properties associated with this format, as a Map.
Map
Return a read-only Map holding the properties associated with this format.

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.awt.peer.gtk

Constructors with parameter type java.util.Map

GdkFontPeer.GdkFontPeer(String name, Map attributes)

Methods with parameter type java.util.Map

void
Adds/updates the rendering hint.
ClasspathFontPeer
Newer method to produce a peer for a Font object, even though Sun's design claims Font should now be peerless, we do not agree with this model, hence "ClasspathFontPeer".
void
Replaces the current rendering hints with the supplied hints.

Methods with return type java.util.Map

Map

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

Classes implementing java.util.Map

class

Uses in package gnu.CORBA

Fields of type java.util.Map

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

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.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.java.security.key.dss

Methods with parameter type java.util.Map

void
Configures this instance.

Uses in package gnu.java.awt

Methods with parameter type java.util.Map

ClasspathFontPeer
Acquires an appropriate ClasspathFontPeer, for use in classpath's implementation of Font.
Font
Creates a Font, in a platform-specific manner.

Uses in package java.text

Constructors with parameter type java.util.Map

Creates a new instance of AttributedString that represents that specified String with the specified attributes over the entire length of the String.

Methods with parameter type java.util.Map

void
AttributedString.addAttributes(Map attributes, int begin_index, int end_index)
Adds all of the attributes in the specified list to the specified subrange of the string.

Methods with return type java.util.Map

Map
Returns a Map of the attributes defined for the current character.

Uses in package javax.security.sasl

Methods with parameter type java.util.Map

SaslClient
Sasl.createSaslClient(String[] mechanisms, String authorizationID, String protocol, String serverName, Map props, CallbackHandler cbh)
Creates a SaslClient for the specified mechanism.
SaslClient
SaslClientFactory.createSaslClient(String[] mechanisms, String authorizationID, String protocol, String serverName, Map props, CallbackHandler cbh)
Creates a SaslClient using the parameters supplied.
SaslServer
Sasl.createSaslServer(String mechanism, String protocol, String serverName, Map props, CallbackHandler cbh)
Creates a SaslServer for the specified mechanism.
SaslServer
SaslServerFactory.createSaslServer(String mechanism, String protocol, String serverName, Map props, CallbackHandler cbh)
Creates a SaslServer instance using the parameters supplied.
String[]
Returns an array of names of mechanisms that match the specified mechanism selection policies.
String[]
Returns an array of names of mechanisms that match the specified mechanism selection policies.

Uses in package gnu.javax.crypto.mode

Methods with parameter type java.util.Map

void
BaseMode.init(Map attributes)
Initialises the algorithm with designated attributes.
void
EAX.init(Map attrib)
Initialises the algorithm with designated attributes.

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
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.

Constructors with parameter type java.util.Map

Construct a new HashMap from the given Map, with initial capacity the greater of the size of m or the default of 11.
Construct a new Hashtable from the given Map, with initial capacity the greater of the size of m or the default of 11.
Create a new IdentityHashMap whose contents are taken from the given Map.
Construct a new insertion-ordered LinkedHashMap from the given Map, with initial capacity the greater of the size of m or the default of 11.
Instantiate a new TreeMap, initializing it with all of the elements in the provided Map.
Construct a new WeakHashMap with the same mappings as the given map.

Fields of type java.util.Map

Map
An immutable, serializable, empty Map.

Methods with parameter type java.util.Map

void
Copies all entries of the given map to this one (optional operation).
void
Copies all elements of the given map into this hashtable.
void
Copies all elements of the given map into this hashtable.
void
Copies all of the mappings from the specified map to this.
void
Copies all entries of the given map to this one (optional operation).
void
Copies all elements of the given map into this TreeMap.
void
Puts all of the mappings from the given map into this one.
Map
Returns a synchronized (thread-safe) map wrapper backed by the given map.
Map
Returns an unmodifiable view of the given map.

Methods with return type java.util.Map

Map
Obtain an immutable Map consisting of a single key-value pair.
Map
Returns a synchronized (thread-safe) map wrapper backed by the given map.
Map
Returns an unmodifiable view of the given map.

Uses in package java.net

Methods with return type java.util.Map

Map
Returns an unmodifiable Map containing all sent header fields.
Map
Returns an unmodifiable Map containing the request properties.

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

Methods with parameter type java.util.Map

void
SRP6Host.engineInit(Map attributes)
void
void
void
SRP6User.engineInit(Map attributes)
void

Uses in package gnu.java.net.protocol.ftp

Methods with return type java.util.Map

Map

Uses in package gnu.java.net.protocol.http

Fields of type java.util.Map

Map
The cookie cache.
Map
Map of response header handlers.

Methods with return type java.util.Map

Map
Map

Uses in package gnu.CORBA.Interceptor

Methods with return type java.util.Map

Map
Get the map of the registered references.