GNU Classpath (0.20) | |
Frames | No Frames |
Classes implementing java.util.Map | |
class | UIDefaults is a database where all settings and interface bindings are
stored into. |
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.
|
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. |
Constructors with parameter type java.util.Map | |
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.
|
Methods with parameter type java.util.Map | |
Object | Returns the contents of this array. |
Object | 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 | This method returns the value of the specified parameter as a Java
Object .
|
Object | This method returns the value of the specified column as a Java
Object using the specified SQL type to Java type map.
|
Object | |
Object | 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 | 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. |
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.
|
Constructors with parameter type java.util.Map | |
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.
|
Constructors with parameter type java.util.Map | |
AppConfigurationEntry.AppConfigurationEntry(String loginModuleName, AppConfigurationEntry.LoginModuleControlFlag controlFlag, Map options) |
Methods with return type java.util.Map | |
Map |
Methods with parameter type java.util.Map | |
void |
Methods with return type java.util.Map | |
Map |
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. |
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 | 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.
|
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.
|
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. |
Methods with parameter type java.util.Map | |
void | Initializes this login module. |
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 | |
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 | Produces a new Font based on the current font, adjusted to a
new set of attributes.
|
Font | 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 |
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. |
GNU Classpath (0.20) |