| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.awt.datatransfer |
Provides interfaces and classes for transferring data between and within applications.
|
| java.awt.font |
Provides classes and interface relating to fonts.
|
| java.awt.im |
Provides classes and interfaces for the input method framework.
|
| java.lang |
Provides classes that are fundamental to the design of the Java programming language.
|
| java.lang.management |
Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.
|
| java.net |
Provides the classes for implementing networking applications.
|
| java.nio.file |
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
|
| java.nio.file.spi |
Service-provider classes for the
java.nio.file package.
|
| java.security |
Provides the classes and interfaces for the security framework.
|
| java.security.cert |
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
|
| java.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| java.text |
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
|
| java.time |
The main API for dates, times, instants, and durations.
|
| java.time.chrono |
Generic API for calendar systems other than the default ISO.
|
| java.time.format |
Provides classes to print and parse dates and times.
|
| java.time.temporal |
Access to date and time using fields and units, and date time adjusters.
|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.jar |
Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file.
|
| java.util.spi |
Service provider classes for the classes in the java.util package.
|
| java.util.stream |
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
|
| javax.annotation.processing |
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
|
| javax.lang.model.element |
Interfaces used to model elements of the Java programming language.
|
| javax.lang.model.util |
Utilities to assist in the processing of program elements and types.
|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| javax.management.remote |
Interfaces for remote access to JMX MBean servers.
|
| javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
|
| javax.print.attribute.standard |
Package javax.print.attribute.standard contains classes for specific printing attributes.
|
| javax.script |
The scripting API consists of interfaces and classes that define Java
TM Scripting Engines and provides a framework for their use in Java applications.
|
| javax.security.auth.login |
This package provides a pluggable authentication framework.
|
| javax.security.auth.spi |
This package provides the interface to be used for implementing pluggable authentication modules.
|
| javax.security.auth.x500 |
This package contains the classes that should be used to store X500 Principal and X500 Private Credentials in a
Subject.
|
| javax.security.sasl |
Contains class and interfaces for supporting SASL.
|
| javax.sound.midi |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
|
| javax.sound.sampled |
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
|
| javax.sql |
Provides the API for server side data source access and processing from the Java
TM programming language.
|
| javax.sql.rowset |
Standard interfaces and base classes for JDBC
RowSet implementations.
|
| javax.sql.rowset.serial |
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.crypto.dsig.spec |
Parameter classes for XML digital signatures.
|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.handler |
This package defines APIs for message handlers.
|
| javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| javax.xml.ws.spi.http |
Provides HTTP SPI that is used for portable deployment of JAX-WS web services in containers(for e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RenderingHints
The
RenderingHints class defines and manages collections of keys and associated values which allow an application to provide input into the choice of algorithms used by other classes which perform rendering and image manipulation services.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map |
Toolkit.desktopProperties
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Font.getAttributes()
Returns a map of font attributes available in this
Font.
|
abstract Map |
Toolkit.mapInputMethodHighlight(InputMethodHighlight
Returns a map of visual attributes for the abstract level description of the given input method highlight, or null if no mapping is found.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Graphics2D.addRenderingHints(Map
Sets the values of an arbitrary number of preferences for the rendering algorithms.
|
Font |
Font.deriveFont(Map
Creates a new
Font object by replicating the current
Font object and applying a new set of font attributes to it.
|
static Font |
Font.getFont(Map
Returns a
Font appropriate to the attributes.
|
void |
RenderingHints.putAll(Map
Copies all of the mappings from the specified
Map to this
RenderingHints.
|
abstract void |
Graphics2D.setRenderingHints(Map
Replaces the values of all preferences for the rendering algorithms with the specified
hints.
|
| Constructor and Description | |
|---|---|
Font(Map
Creates a new
Font with the specified attributes.
|
|
RenderingHints(Map
Constructs a new object with keys and values initialized from the specified Map object which may be null.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
SystemFlavorMap.getFlavorsForNatives(String
Returns a
Map of the specified
String natives to their most preferred
DataFlavor.
|
Map |
FlavorMap.getFlavorsForNatives(String
Returns a
Map of the specified
String natives to their corresponding
DataFlavor.
|
Map |
SystemFlavorMap.getNativesForFlavors(DataFlavor
Returns a
Map of the specified
DataFlavors to their most preferred
String native.
|
Map |
FlavorMap.getNativesForFlavors(DataFlavor
Returns a
Map of the specified
DataFlavors to their corresponding
String native.
|
| Constructor and Description | |
|---|---|
TextLayout(String
Constructs a
TextLayout from a
String and an attribute set.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
InputMethodHighlight.getStyle()
Returns the rendering style attributes for the text range, or null.
|
| Constructor and Description | |
|---|---|
InputMethodHighlight(boolean selected, int state, int variation, Map
Constructs an input method highlight record.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
ProcessBuilder.environment()
Returns a string map view of this process builder's environment.
|
static Map |
Thread.getAllStackTraces()
Returns a map of stack traces for all live threads.
|
static Map |
System.getenv()
Returns an unmodifiable string map view of the current system environment.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
RuntimeMXBean.getSystemProperties()
Returns a map of names and values of all system properties.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
CookieManager.get(URI
|
abstract Map |
CookieHandler.get(URI
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
|
Map |
URLConnection.getHeaderFields()
Returns an unmodifiable Map of the header fields.
|
abstract Map |
CacheResponse.getHeaders()
Returns the response headers as a Map.
|
Map |
URLConnection.getRequestProperties()
Returns an unmodifiable Map of general request properties for this connection.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
CookieManager.get(URI
|
abstract Map |
CookieHandler.get(URI
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
|
abstract CacheResponse |
ResponseCache.get(URI
Retrieve the cached response based on the requesting uri, request method and request headers.
|
void |
CookieManager.put(URI
|
abstract void |
CookieHandler.put(URI
Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache.
|
| Modifier and Type | Method and Description |
|---|---|
static Map |
Files.readAttributes(Path
Reads a set of file attributes as a bulk operation.
|
| Modifier and Type | Method and Description |
|---|---|
static FileSystem |
FileSystems.newFileSystem(URI
Constructs a new file system that is identified by a
URI
|
static FileSystem |
FileSystems.newFileSystem(URI
Constructs a new file system that is identified by a
URI
|
| Modifier and Type | Method and Description |
|---|---|
abstract Map |
FileSystemProvider.readAttributes(Path
Reads a set of file attributes as a bulk operation.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FileSystemProvider.newFileSystem(Path
Constructs a new
FileSystem to access the contents of a file as a file system.
|
abstract FileSystem |
FileSystemProvider.newFileSystem(URI
Constructs a new
FileSystem object identified by a URI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthProvider
This class defines login and logout methods for a provider.
|
class |
Provider
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
DomainLoadStoreParameter.getProtectionParams()
Gets the keystore protection parameters for keystores in this domain.
|
| Modifier and Type | Method and Description |
|---|---|
static Provider |
Security.getProviders(Map
Returns an array containing all installed providers that satisfy the specified* selection criteria, or null if no such providers have been installed.
|
void |
Provider.putAll(Map
Copies all of the mappings from the specified Map to this provider.
|
| Constructor and Description | |
|---|---|
DomainLoadStoreParameter(URI
Constructs a DomainLoadStoreParameter for a keystore domain with the parameters used to protect keystore data.
|
|
Service(Provider
Construct a new service.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
CertificateRevokedException.getExtensions()
Returns a map of X.509 extensions containing additional information about the revoked certificate, such as the Invalidity Date Extension.
|
Map |
PKIXRevocationChecker.getOcspResponses()
Gets the OCSP responses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PKIXRevocationChecker.setOcspResponses(Map
Sets the OCSP responses.
|
| Constructor and Description | |
|---|---|
CertificateRevokedException(Date
Constructs a
CertificateRevokedException with the specified revocation date, reason code, authority name, and map of extensions.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
SQLClientInfoException.getFailedProperties()
Returns the list of client info properties that could not be set.
|
Map |
Connection.getTypeMap()
Retrieves the
Map object associated with this
Connection object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Array.getArray(long index, int count, Map
Retreives a slice of the SQL
ARRAY value designated by this
Array object, beginning with the specified
index and containing up to
count successive elements of the SQL array.
|
Object |
Array.getArray(Map
Retrieves the contents of the SQL
ARRAY value designated by this
Array object.
|
Object |
Struct.getAttributes(Map
Produces the ordered values of the attributes of the SQL structured type that this
Struct object represents.
|
Object |
ResultSet.getObject(int columnIndex, Map
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
|
Object |
CallableStatement.getObject(int parameterIndex, Map
Returns an object representing the value of OUT parameter
parameterIndex and uses
map for the custom mapping of the parameter value.
|
Object |
Ref.getObject(Map
Retrieves the referenced object and maps it to a Java type using the given type map.
|
Object |
ResultSet.getObject(String
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
|
Object |
CallableStatement.getObject(String
Returns an object representing the value of OUT parameter
parameterName and uses
map for the custom mapping of the parameter value.
|
ResultSet |
Array.getResultSet(long index, int count, Map
Retrieves a result set holding the elements of the subarray that starts at index
index and contains up to
count successive elements.
|
ResultSet |
Array.getResultSet(Map
Retrieves a result set that contains the elements of the SQL
ARRAY value designated by this
Array object.
|
void |
Connection.setTypeMap(Map
Installs the given
TypeMap object as the type map for this
Connection object.
|
| Constructor and Description | |
|---|---|
SQLClientInfoException(Map
Constructs a
SQLClientInfoException object initialized with a given
failedProperties.
|
|
SQLClientInfoException(Map
Constructs a
SQLClientInfoException object initialized with a given
cause and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
cause and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState,
vendorCode and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState,
cause,
vendorCode and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState and
failedProperties.
|
|
SQLClientInfoException(String
Constructs a
SQLClientInfoException object initialized with a given
reason,
SQLState,
cause and
failedProperties.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
AttributedCharacterIterator.getAttributes()
Returns a map with the attributes defined on the current character.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributedString.addAttributes(Map
Adds a set of attributes to a subrange of the string.
|
| Constructor and Description | |
|---|---|
AttributedString(String
Constructs an AttributedString instance with the given text and attributes.
|
| Modifier and Type | Field and Description |
|---|---|
static Map |
ZoneId.SHORT_IDS
A map of zone overrides to enable the short time-zone names to be used.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneId |
ZoneId.of(String
Obtains an instance of
ZoneId using its ID using a map of aliases to supplement the standard zone IDs.
|
| Modifier and Type | Method and Description |
|---|---|
HijrahDate |
HijrahChronology.resolveDate(Map
|
ThaiBuddhistDate |
ThaiBuddhistChronology.resolveDate(Map
|
ChronoLocalDate |
Chronology.resolveDate(Map
Resolves parsed
ChronoField values into a date during parsing.
|
LocalDate |
IsoChronology.resolveDate(Map
Resolves parsed
ChronoField values into a date during parsing.
|
MinguoDate |
MinguoChronology.resolveDate(Map
|
JapaneseDate |
JapaneseChronology.resolveDate(Map
|
ChronoLocalDate |
AbstractChronology.resolveDate(Map
Resolves parsed
ChronoField values into a date during parsing.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatterBuilder |
DateTimeFormatterBuilder.appendText(TemporalField
Appends the text of a date-time field to the formatter using the specified map to supply the text.
|
| Modifier and Type | Method and Description |
|---|---|
default TemporalAccessor |
TemporalField.resolve(Map
Resolves this field to provide a simpler alternative or a date.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigableMap<K
A
SortedMap extended with navigation methods returning the closest matches for given search targets.
|
interface |
SortedMap<K
A
Map that further provides a
total ordering on its keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMap<K
This class provides a skeletal implementation of the
Map interface, to minimize the effort required to implement this interface.
|
class |
EnumMap<K extends Enum
A specialized
Map implementation for use with enum type keys.
|
class |
HashMap<K
Hash table based implementation of the
Map interface.
|
class |
Hashtable<K
This class implements a hash table, which maps keys to values.
|
class |
IdentityHashMap<K
This class implements the
Map interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values).
|
class |
LinkedHashMap<K
Hash table and linked list implementation of the
Map interface, with predictable iteration order.
|
class |
Properties
The
Properties class represents a persistent set of properties.
|
class |
TreeMap<K
A Red-Black tree based
NavigableMap implementation.
|
class |
WeakHashMap<K
Hash table based implementation of the
Map interface, with
weak keys.
|
| Modifier and Type | Field and Description |
|---|---|
static Map |
Collections.EMPTY_MAP
The empty map (immutable).
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
Collections.checkedMap(Map
Returns a dynamically typesafe view of the specified map.
|
static <K |
Collections.emptyMap()
Returns an empty map (immutable).
|
Map |
Calendar.getDisplayNames(int field, int style, Locale
Returns a
Map containing all names of the calendar
field in the given
style and
locale and their corresponding field values.
|
static <K |
Collections.singletonMap(K key, V value)
Returns an immutable map, mapping only the specified key to the specified value.
|
static <K |
Collections.synchronizedMap(Map
Returns a synchronized (thread-safe) map backed by the specified map.
|
static <K |
Collections.unmodifiableMap(Map
Returns an unmodifiable view of the specified map.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
Collections.checkedMap(Map
Returns a dynamically typesafe view of the specified map.
|
static List |
Locale.LanguageRange.mapEquivalents(List
Generates a new customized Language Priority List using the given
priorityList and
map.
|
static <E> Set |
Collections.newSetFromMap(Map
Returns a set backed by the specified map.
|
static List |
Locale.LanguageRange.parse(String
Parses the given
ranges to generate a Language Priority List, and then customizes the list using the given
map.
|
void |
Map.putAll(Map
Copies all of the mappings from the specified map to this map (optional operation).
|
void |
EnumMap.putAll(Map
Copies all of the mappings from the specified map to this map.
|
void |
AbstractMap.putAll(Map
Copies all of the mappings from the specified map to this map (optional operation).
|
void |
HashMap.putAll(Map
Copies all of the mappings from the specified map to this map.
|
void |
Hashtable.putAll(Map
Copies all of the mappings from the specified map to this hashtable.
|
void |
WeakHashMap.putAll(Map
Copies all of the mappings from the specified map to this map.
|
void |
IdentityHashMap.putAll(Map
Copies all of the mappings from the specified map to this map.
|
void |
TreeMap.putAll(Map
Copies all of the mappings from the specified map to this map.
|
static <K |
Collections.synchronizedMap(Map
Returns a synchronized (thread-safe) map backed by the specified map.
|
static <K |
Collections.unmodifiableMap(Map
Returns an unmodifiable view of the specified map.
|
| Constructor and Description | |
|---|---|
EnumMap(Map
Creates an enum map initialized from the specified map.
|
|
HashMap(Map
Constructs a new
HashMap with the same mappings as the specified
Map.
|
|
Hashtable(Map
Constructs a new hashtable with the same mappings as the given Map.
|
|
IdentityHashMap(Map
Constructs a new identity hash map containing the keys-value mappings in the specified map.
|
|
LinkedHashMap(Map
Constructs an insertion-ordered
LinkedHashMap instance with the same mappings as the specified map.
|
|
TreeMap(Map
Constructs a new tree map containing the same mappings as the given map, ordered according to the
natural ordering of its keys.
|
|
WeakHashMap(Map
Constructs a new
WeakHashMap with the same mappings as the specified map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConcurrentMap<K
A
Map providing thread safety and atomicity guarantees.
|
interface |
ConcurrentNavigableMap<K
A
ConcurrentMap supporting
NavigableMap operations, and recursively so for its navigable sub-maps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentHashMap<K
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
|
class |
ConcurrentSkipListMap<K
A scalable concurrent
ConcurrentNavigableMap implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentHashMap.putAll(Map
Copies all of the mappings from the specified map to this one.
|
| Constructor and Description | |
|---|---|
ConcurrentHashMap(Map
Creates a new map with the same mappings as the given map.
|
|
ConcurrentSkipListMap(Map
Constructs a new map containing the same mappings as the given map, sorted according to the
natural ordering of the keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Attributes
The Attributes class maps Manifest attribute names to associated string values.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map |
Attributes.map
The attribute name-value mappings.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Manifest.getEntries()
Returns a Map of the entries contained in this Manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attributes.putAll(Map
Copies all of the attribute name-value mappings from the specified Attributes to this Map.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Map |
CalendarNameProvider.getDisplayNames(String
Returns a
Map containing all string representations (display names) of the
Calendar
field in the given
style and
locale and their corresponding field values.
|
| Modifier and Type | Method and Description |
|---|---|
static <T |
Collectors.groupingBy(Function
Returns a
Collector implementing a cascaded "group by" operation on input elements of type
T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream
Collector.
|
static <T |
Collectors.toMap(Function
Returns a
Collector that accumulates elements into a
Map whose keys and values are the result of applying the provided mapping functions to the input elements.
|
| Modifier and Type | Method and Description |
|---|---|
static <T |
Collectors.groupingBy(Function
Returns a
Collector implementing a "group by" operation on input elements of type
T, grouping elements according to a classification function, and returning the results in a
Map.
|
static <T |
Collectors.groupingBy(Function
Returns a
Collector implementing a cascaded "group by" operation on input elements of type
T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream
Collector.
|
static <T> Collector |
Collectors.partitioningBy(Predicate
Returns a
Collector which partitions the input elements according to a
Predicate, and organizes them into a
Map<Boolean, List<T>>.
|
static <T |
Collectors.partitioningBy(Predicate
Returns a
Collector which partitions the input elements according to a
Predicate, reduces the values in each partition according to another
Collector, and organizes them into a
Map<Boolean, D> whose values are the result of the downstream reduction.
|
static <T |
Collectors.toMap(Function
Returns a
Collector that accumulates elements into a
Map whose keys and values are the result of applying the provided mapping functions to the input elements.
|
static <T |
Collectors.toMap(Function
Returns a
Collector that accumulates elements into a
Map whose keys and values are the result of applying the provided mapping functions to the input elements.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
ProcessingEnvironment.getOptions()
Returns the processor-specific options passed to the annotation processing tool.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
AnnotationMirror.getElementValues()
Returns the values of this annotation's elements.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Elements.getElementValuesWithDefaults(AnnotationMirror
Returns the values of an annotation's elements, including defaults.
|
| Constructor and Description | |
|---|---|
ImmutableDescriptor(Map
Construct a descriptor where the names and values of the fields are the keys and values of the given Map.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
MLetContent.getAttributes()
Gets the attributes of the
MLET tag.
|
| Constructor and Description | |
|---|---|
MLetContent(URL
Creates an
MLet instance initialized with attributes read from an
MLET tag in an MLet text file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TabularDataSupport
The
TabularDataSupport class is the
open data class which implements the
TabularData and the
Map interfaces, and which is internally based on a hash map data structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabularDataSupport.putAll(Map
Add all the values contained in the specified map t to this
TabularData instance.
|
| Constructor and Description | |
|---|---|
CompositeDataSupport(CompositeType
Constructs a
CompositeDataSupport instance with the specified
compositeType, whose item names and corresponding values are given by the mappings in the map
items.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
RelationService.findAssociatedMBeans(ObjectName
Retrieves the MBeans associated to given one in a relation.
|
Map |
RelationServiceMBean.findAssociatedMBeans(ObjectName
Retrieves the MBeans associated to given one in a relation.
|
Map |
RelationService.findReferencingRelations(ObjectName
Retrieves the relations where a given MBean is referenced.
|
Map |
RelationServiceMBean.findReferencingRelations(ObjectName
Retrieves the relations where a given MBean is referenced.
|
Map |
RelationSupport.getReferencedMBeans()
Retrieves MBeans referenced in the various roles of the relation.
|
Map |
Relation.getReferencedMBeans()
Retrieves MBeans referenced in the various roles of the relation.
|
Map |
RelationService.getReferencedMBeans(String
Retrieves MBeans referenced in the various roles of the relation.
|
Map |
RelationServiceMBean.getReferencedMBeans(String
Retrieves MBeans referenced in the various roles of the relation.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
JMXConnectorServerMBean.getAttributes()
The attributes for this connector server.
|
| Modifier and Type | Method and Description |
|---|---|
static JMXConnector |
JMXConnectorFactory.connect(JMXServiceURL
Creates a connection to the connector server at the given address.
|
void |
JMXConnector.connect(Map
Establishes the connection to the connector server.
|
JMXConnector |
JMXConnectorProvider.newJMXConnector(JMXServiceURL
Creates a new connector client that is ready to connect to the connector server at the given address.
|
static JMXConnector |
JMXConnectorFactory.newJMXConnector(JMXServiceURL
Creates a connector client for the connector server at the given address.
|
static JMXConnectorServer |
JMXConnectorServerFactory.newJMXConnectorServer(JMXServiceURL
Creates a connector server at the given address.
|
JMXConnectorServer |
JMXConnectorServerProvider.newJMXConnectorServer(JMXServiceURL
Creates a new connector server at the given address.
|
JMXConnector |
JMXConnectorServer.toJMXConnector(Map
Returns a client stub for this connector server.
|
JMXConnector |
JMXConnectorServerMBean.toJMXConnector(Map
Returns a client stub for this connector server.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
RMIConnectorServer.getAttributes()
|
| Modifier and Type | Method and Description |
|---|---|
void |
RMIConnector.connect(Map
|
JMXConnector |
RMIConnectorServer.toJMXConnector(Map
Returns a client stub for this connector server.
|
| Constructor and Description | |
|---|---|
RMIConnectionImpl(RMIServerImpl
Constructs a new
RMIConnection.
|
|
RMIConnector(JMXServiceURL
Constructs an
RMIConnector that will connect the RMI connector server with the given address.
|
|
RMIConnector(RMIServer
Constructs an
RMIConnector using the given RMI stub.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer for the given MBean server.
|
|
RMIConnectorServer(JMXServiceURL
Makes an
RMIConnectorServer for the given MBean server.
|
|
RMIIIOPServerImpl(Map
Creates a new
RMIServerImpl.
|
|
RMIJRMPServerImpl(int port, RMIClientSocketFactory
Creates a new
RMIServer object that will be exported on the given port using the given socket factories.
|
|
RMIServerImpl(Map
Constructs a new
RMIServerImpl.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrinterStateReasons
Class PrinterStateReasons is a printing attribute class, a set of enumeration values, that provides additional information about the printer's current state, i.e., information that augments the value of the printer's
PrinterState attribute.
|
| Constructor and Description | |
|---|---|
PrinterStateReasons(Map
Construct a new printer state reasons attribute that contains the same
PrinterStateReason-to-
Severity mappings as the given map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bindings
A mapping of key/value pairs, all of whose keys are
Strings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBindings
A simple implementation of Bindings backed by a
HashMap or some other specified
Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bindings.putAll(Map
Adds all the mappings in a given
Map to this
Bindings.
|
void |
SimpleBindings.putAll(Map
putAll is implemented using
Map.putAll.
|
| Constructor and Description | |
|---|---|
SimpleBindings(Map
Constructor uses an existing
Map to store the values.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
AppConfigurationEntry.getOptions()
Get the options configured for this
LoginModule.
|
| Constructor and Description | |
|---|---|
AppConfigurationEntry(String
Default constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginModule.initialize(Subject
Initialize this LoginModule.
|
void |
LoginModule.initialize(Subject
Initialize this LoginModule.
|
| Modifier and Type | Method and Description |
|---|---|
String |
X500Principal.getName(String
Returns a string representation of the X.500 distinguished name using the specified format.
|
| Constructor and Description | |
|---|---|
X500Principal(String
Creates an
X500Principal from a string representation of an X.500 distinguished name (ex: "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").
|
| Modifier and Type | Method and Description |
|---|---|
SaslClient |
SaslClientFactory.createSaslClient(String
Creates a SaslClient using the parameters supplied.
|
static SaslClient |
Sasl.createSaslClient(String
Creates a
SaslClient using the parameters supplied.
|
SaslServer |
SaslServerFactory.createSaslServer(String
Creates a
SaslServer using the parameters supplied.
|
static SaslServer |
Sasl.createSaslServer(String
Creates a
SaslServer for the specified mechanism.
|
String |
SaslClientFactory.getMechanismNames(Map
Returns an array of names of mechanisms that match the specified mechanism selection policies.
|
String |
SaslServerFactory.getMechanismNames(Map
Returns an array of names of mechanisms that match the specified mechanism selection policies.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
MidiFileFormat.properties()
Obtain an unmodifiable map of properties.
|
| Constructor and Description | |
|---|---|
MidiFileFormat(int type, float divisionType, int resolution, int bytes, long microseconds, Map
Construct a
MidiFileFormat with a set of properties.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
AudioFormat.properties()
Obtain an unmodifiable map of properties.
|
Map |
AudioFileFormat.properties()
Obtain an unmodifiable map of properties.
|
| Constructor and Description | |
|---|---|
AudioFileFormat(AudioFileFormat
Construct an audio file format object with a set of defined properties.
|
|
AudioFormat(AudioFormat
Constructs an
AudioFormat with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
RowSet.getTypeMap()
Retrieves the
Map object associated with this
RowSet object, which specifies the custom mapping of SQL user-defined types, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowSet.setTypeMap(Map
Installs the given
java.util.Map object as the default type map for this
RowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
BaseRowSet.getTypeMap()
Retrieves the type map associated with the
Connection object for this
RowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRowSet.setTypeMap(Map
Installs the given
java.util.Map object as the type map associated with the
Connection object for this
RowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SerialArray.getArray(long index, int count, Map
Returns a new array that is a copy of a slice of this
SerialArray object, starting with the element at the given index and containing the given number of consecutive elements.
|
Object |
SerialArray.getArray(Map
Returns a new array that is a copy of this
SerialArray object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.
|
Object |
SerialStruct.getAttributes(Map
Retrieves the attributes for the SQL structured type that this
SerialStruct represents as an array of
Object values, using the given type map for custom mapping if appropriate.
|
Object |
SerialRef.getObject(Map
Returns an
Object representing the SQL structured type to which this
SerialRef object refers.
|
ResultSet |
SerialArray.getResultSet(long index, int count, Map
Retrieves a result set holding the elements of the subarray that starts at Retrieves a
ResultSet object that contains a subarray of the elements in this
SerialArray object, starting at index
index and containing up to
count successive elements.
|
ResultSet |
SerialArray.getResultSet(Map
Retrieves a
ResultSet object that contains all of the elements of the SQL
ARRAY value represented by this
SerialArray object.
|
| Constructor and Description | |
|---|---|
SerialArray(Array
Constructs a new
SerialArray object from the given
Array object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.
|
|
SerialStruct(SQLData
Constructs a
SerialStruct object from the given
SQLData object, using the given type map to custom map it to a class in the Java programming language.
|
|
SerialStruct(Struct
Constructs a
SerialStruct object from the given
Struct object, using the given
java.util.Map object for custom mapping the SQL structured type or any of its attributes that are SQL structured types.
|
|
SQLInputImpl(Object
Creates an
SQLInputImpl object initialized with the given array of attributes and the given type map.
|
|
SQLOutputImpl(Vector
Creates a new
SQLOutputImpl object initialized with the given vector of attributes and type map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UIDefaults
A table of defaults for Swing components.
|
| Modifier and Type | Method and Description |
|---|---|
static JAXBContext |
JAXBContext.newInstance(Class
Obtain a new instance of a
JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String
Obtain a new instance of a
JAXBContext class.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
XPathType.getNamespaceMap()
Returns a map of namespace prefixes.
|
Map |
XPathFilterParameterSpec.getNamespaceMap()
Returns a map of namespace prefixes.
|
| Constructor and Description | |
|---|---|
XPathFilterParameterSpec(String
Creates an
XPathFilterParameterSpec with the specified XPath expression and namespace map.
|
|
XPathType(String
Creates an
XPathType instance with the specified XPath expression, filter, and namespace map.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Response.getContext()
Gets the contained response context.
|
abstract Map |
Endpoint.getProperties()
Returns the property bag for this
Endpoint instance.
|
Map |
BindingProvider.getRequestContext()
Get the context that is used to initialize the message context for request messages.
|
Map |
BindingProvider.getResponseContext()
Get the context that resulted from processing a response message.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Endpoint.setProperties(Map
Sets the property bag for this
Endpoint instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogicalMessageContext
The
LogicalMessageContext interface extends
MessageContext to provide access to a the contained message as a protocol neutral LogicalMessage
|
interface |
MessageContext
The interface
MessageContext abstracts the message context that is processed by a handler in the
handle method.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SOAPMessageContext
The interface
SOAPMessageContext provides access to the SOAP message for either RPC request or response.
|
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Map |
HttpExchange.getRequestHeaders()
Returns an immutable Map containing the HTTP headers that were included with this request.
|
abstract Map |
HttpExchange.getResponseHeaders()
Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
|