Uses of Interface java.util.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
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 java.security

Classes implementing java.util.Map

class
This class represents a Java security architecture service provider.

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 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 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 javax.management.openmbean

Classes implementing java.util.Map

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

Uses in package java.util.jar

Classes implementing java.util.Map

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