Uses of Interface java.util.Map

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

Methods with parameter type java.util.Map

Object
Returns the contents of this array.
Object
Array.getArray(long index, int count, Map map)
This method returns a portion of this array starting at index 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 i, 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
CallableStatement.getObject(String parameterName, Map map)
Object
ResultSet.getObject(String colName, 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 index, 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 java.net

Methods with return type java.util.Map

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

Uses in package java.awt.font

Constructors with parameter type java.util.Map

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

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 javax.security.auth.login

Constructors with parameter type java.util.Map

Methods with return type java.util.Map

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

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