Uses of Class java.util.Dictionary

Uses in package gnu.xml.util

Constructors with parameter type java.util.Dictionary

Constructs a resolver which understands how to map PUBLIC identifiers to other URIs, typically for local copies of standard DTD components.

Methods with parameter type java.util.Dictionary

void
Resolver.addDirectoryMapping(Dictionary<K,V> table, mappings[][] , File directory)
Updates a dictionary used to map PUBLIC identifiers to file names, so that it uses the mappings in a specified directory.

Uses in package java.security

Classes derived from java.util.Dictionary

class
This class represents a Java security architecture service provider.

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

Classes derived from java.util.Dictionary

class
This is the security provider for Jessie.

Uses in package java.util

Classes derived from java.util.Dictionary

class
A class which implements a hashtable data structure.
class
A set of persistent properties, which can be saved or loaded from a stream.

Uses in package gnu.javax.crypto.jce

Classes derived from java.util.Dictionary

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

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

Classes derived from java.util.Dictionary

class

Uses in package javax.swing

Classes derived from java.util.Dictionary

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

Methods with parameter type java.util.Dictionary

void
Sets the table of labels for the slider and sends a PropertyChangeEvent (with the property name "labelTable") to all registered listeners.

Methods with return type java.util.Dictionary

Dictionary<K,V>
Returns the label table for the slider.

Uses in package gnu.java.security.provider

Classes derived from java.util.Dictionary

class