| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.awt.font |
Provides classes and interface relating to fonts.
|
| java.lang.management |
Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.
|
| java.nio.channels |
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
|
| java.nio.channels.spi |
Service-provider classes for the
java.nio.channels package.
|
| java.nio.charset |
Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
|
| java.nio.file |
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
|
| java.nio.file.attribute |
Interfaces and classes providing access to file and file system attributes.
|
| 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.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.zone |
Support for time-zones and their rules.
|
| 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.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.imageio |
The main package of the Java Image I/O API.
|
| 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.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 |
This package provides a framework for authentication and authorization.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.tools |
Provides interfaces for tools which can be invoked from a program, for example, compilers.
|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
| javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
| 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 | Method and Description |
|---|---|
Set |
RenderingHints.entrySet()
Returns a
Set view of the mappings contained in this
RenderingHints.
|
Set |
KeyboardFocusManager.getDefaultFocusTraversalKeys(int id)
Returns a Set of default focus traversal keys for a given traversal operation.
|
Set |
Window.getFocusTraversalKeys(int id)
Gets a focus traversal key for this Window.
|
Set |
Container.getFocusTraversalKeys(int id)
Returns the Set of focus traversal keys for a given traversal operation for this Container.
|
Set |
Component.getFocusTraversalKeys(int id)
Returns the Set of focus traversal keys for a given traversal operation for this Component.
|
Set |
RenderingHints.keySet()
Returns a
Set view of the Keys contained in this
RenderingHints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyboardFocusManager.setDefaultFocusTraversalKeys(int id, Set
Sets the default focus traversal keys for a given traversal operation.
|
void |
Container.setFocusTraversalKeys(int id, Set
Sets the focus traversal keys for a given traversal operation for this Container.
|
void |
Component.setFocusTraversalKeys(int id, Set
Sets the focus traversal keys for a given traversal operation for this Component.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
NumericShaper.getRangeSet()
Returns a
Set representing all the Unicode ranges in this
NumericShaper that will be shaped.
|
| Modifier and Type | Method and Description |
|---|---|
static NumericShaper |
NumericShaper.getContextualShaper(Set
Returns a contextual shaper for the provided Unicode range(s).
|
static NumericShaper |
NumericShaper.getContextualShaper(Set
Returns a contextual shaper for the provided Unicode range(s).
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
ManagementFactory.getPlatformManagementInterfaces()
Returns the set of
Class objects, subinterface of
PlatformManagedObject, representing all management interfaces for monitoring and managing the Java platform.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set |
Selector.keys()
Returns this selector's key set.
|
abstract Set |
Selector.selectedKeys()
Returns this selector's selected-key set.
|
Set |
NetworkChannel.supportedOptions()
Returns a set of the socket options supported by this channel.
|
| Modifier and Type | Method and Description |
|---|---|
static AsynchronousFileChannel |
AsynchronousFileChannel.open(Path
Opens or creates a file for reading and/or writing, returning an asynchronous file channel to access the file.
|
static FileChannel |
FileChannel.open(Path
Opens or creates a file, returning a file channel to access the file.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set |
AbstractSelector.cancelledKeys()
Retrieves this selector's cancelled-key set.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Charset.aliases()
Returns a set containing this charset's aliases.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
Files.getPosixFilePermissions(Path
Returns a file's POSIX file permissions.
|
abstract Set |
FileSystem.supportedFileAttributeViews()
Returns the set of the
names of the file attribute views supported by this
FileSystem.
|
| Modifier and Type | Method and Description |
|---|---|
static SeekableByteChannel |
Files.newByteChannel(Path
Opens or creates a file, returning a seekable byte channel to access the file.
|
SeekableByteChannel |
SecureDirectoryStream.newByteChannel(T path, Set
Opens or creates a file in this directory, returning a seekable byte channel to access the file.
|
static Path |
Files.setPosixFilePermissions(Path
Sets a file's POSIX permissions.
|
static Path |
Files.walkFileTree(Path
Walks a file tree.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
AclEntry.flags()
Returns a copy of the flags component.
|
static Set |
PosixFilePermissions.fromString(String
Returns the set of permissions corresponding to a given
String representation.
|
Set |
AclEntry.permissions()
Returns a copy of the permissions component.
|
Set |
PosixFileAttributes.permissions()
Returns the permissions of the file.
|
| Modifier and Type | Method and Description |
|---|---|
static FileAttribute |
PosixFilePermissions.asFileAttribute(Set
Creates a
FileAttribute, encapsulating a copy of the given file permissions, suitable for passing to the
createFile or
createDirectory methods.
|
| Modifier and Type | Method and Description |
|---|---|
static FileAttribute |
PosixFilePermissions.asFileAttribute(Set
Creates a
FileAttribute, encapsulating a copy of the given file permissions, suitable for passing to the
createFile or
createDirectory methods.
|
AclEntry |
AclEntry.Builder.setFlags(Set
Sets the flags component of this builder.
|
AclEntry |
AclEntry.Builder.setPermissions(Set
Sets the permissions component of this builder.
|
void |
PosixFileAttributeView.setPermissions(Set
Updates the file permissions.
|
static String |
PosixFilePermissions.toString(Set
Returns the
String representation of a set of permissions.
|
| Modifier and Type | Method and Description |
|---|---|
AsynchronousFileChannel |
FileSystemProvider.newAsynchronousFileChannel(Path
Opens or creates a file for reading and/or writing, returning an asynchronous file channel to access the file.
|
abstract SeekableByteChannel |
FileSystemProvider.newByteChannel(Path
Opens or creates a file, returning a seekable byte channel to access the file.
|
FileChannel |
FileSystemProvider.newFileChannel(Path
Opens or creates a file for reading and/or writing, returning a file channel to access the file.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Provider.entrySet()
Returns an unmodifiable Set view of the property entries contained in this Provider.
|
static Set |
Security.getAlgorithms(String
Returns a Set of Strings containing the names of all available algorithms or types for the specified Java cryptographic service (e.g., Signature, MessageDigest, Cipher, Mac, KeyStore).
|
default Set |
KeyStore.Entry.getAttributes()
Retrieves the attributes associated with an entry.
|
Set |
KeyStore.PrivateKeyEntry.getAttributes()
Retrieves the attributes associated with an entry.
|
Set |
KeyStore.SecretKeyEntry.getAttributes()
Retrieves the attributes associated with an entry.
|
Set |
KeyStore.TrustedCertificateEntry.getAttributes()
Retrieves the attributes associated with an entry.
|
Set |
Provider.getServices()
Get an unmodifiable Set of all services supported by this Provider.
|
Set |
Provider.keySet()
Returns an unmodifiable Set view of the property keys contained in this provider.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AlgorithmConstraints.permits(Set
Determines whether a key is granted permission for the specified cryptographic primitives.
|
boolean |
AlgorithmConstraints.permits(Set
Determines whether an algorithm is granted permission for the specified cryptographic primitives.
|
boolean |
AlgorithmConstraints.permits(Set
Determines whether an algorithm and the corresponding key are granted permission for the specified cryptographic primitives.
|
| Constructor and Description | |
|---|---|
PrivateKeyEntry(PrivateKey
Constructs a
PrivateKeyEntry with a
PrivateKey and corresponding certificate chain and associated entry attributes.
|
|
SecretKeyEntry(SecretKey
Constructs a
SecretKeyEntry with a
SecretKey and associated entry attributes.
|
|
TrustedCertificateEntry(Certificate
Constructs a
TrustedCertificateEntry with a trusted
Certificate and associated entry attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
X509Extension.getCriticalExtensionOIDs()
Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface.
|
Set |
PolicyNode.getExpectedPolicies()
Returns the set of expected policies that would satisfy this node's valid policy in the next certificate to be processed.
|
Set |
X509CertSelector.getExtendedKeyUsage()
Returns the extendedKeyUsage criterion.
|
Set |
PKIXParameters.getInitialPolicies()
Returns an immutable
Set of initial policy identifiers (OID strings), indicating that any one of these policies would be acceptable to the certificate user for the purposes of certification path processing.
|
Set |
X509Extension.getNonCriticalExtensionOIDs()
Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface.
|
Set |
PKIXRevocationChecker.getOptions()
Gets the revocation options.
|
Set |
X509CertSelector.getPolicy()
Returns the policy criterion.
|
Set |
PolicyNode.getPolicyQualifiers()
Returns the set of policy qualifiers associated with the valid policy represented by this node.
|
abstract Set |
X509CRL.getRevokedCertificates()
Gets all the entries from this CRL.
|
abstract Set |
PKIXCertPathChecker.getSupportedExtensions()
Returns an immutable
Set of X.509 certificate extensions that this
PKIXCertPathChecker supports (i.e.
|
Set |
PKIXParameters.getTrustAnchors()
Returns an immutable
Set of the most-trusted CAs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X509CertSelector.setExtendedKeyUsage(Set
Sets the extendedKeyUsage criterion.
|
void |
PKIXParameters.setInitialPolicies(Set
Sets the
Set of initial policy identifiers (OID strings), indicating that any one of these policies would be acceptable to the certificate user for the purposes of certification path processing.
|
void |
PKIXRevocationChecker.setOptions(Set
Sets the revocation options.
|
void |
X509CertSelector.setPolicy(Set
Sets the policy constraint.
|
void |
PKIXParameters.setTrustAnchors(Set
Sets the
Set of most-trusted CAs.
|
| Constructor and Description | |
|---|---|
PKIXBuilderParameters(Set
Creates an instance of
PKIXBuilderParameters with the specified
Set of most-trusted CAs.
|
|
PKIXParameters(Set
Creates an instance of
PKIXParameters with the specified
Set of most-trusted CAs.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
AttributedCharacterIterator.getAllAttributeKeys()
Returns the keys of all attributes defined on the iterator's text range.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AttributedCharacterIterator.getRunLimit(Set
Returns the index of the first character following the run with respect to the given
attributes containing the current character.
|
int |
AttributedCharacterIterator.getRunStart(Set
Returns the index of the first character of the run with respect to the given
attributes containing the current character.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
ZoneId.getAvailableZoneIds()
Gets the set of available zone IDs.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
Chronology.getAvailableChronologies()
Returns the available chronologies.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
DecimalStyle.getAvailableLocales()
Lists all the locales that are supported.
|
Set |
DateTimeFormatter.getResolverFields()
Gets the resolver fields to use during parsing.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatterBuilder |
DateTimeFormatterBuilder.appendZoneText(TextStyle
Appends the time-zone name, such as 'British Summer Time', to the formatter.
|
DateTimeFormatter |
DateTimeFormatter.withResolverFields(Set
Returns a copy of this formatter with a new set of resolver fields.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
ZoneRulesProvider.getAvailableZoneIds()
Gets the set of available zone IDs.
|
protected abstract Set |
ZoneRulesProvider.provideZoneIds()
SPI method to get the available zone IDs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigableSet<E>
A
SortedSet extended with navigation methods reporting closest matches for given search targets.
|
interface |
SortedSet<E>
A
Set that further provides a
total ordering on its elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSet<E>
This class provides a skeletal implementation of the
Set interface to minimize the effort required to implement this interface.
|
class |
EnumSet<E extends Enum
A specialized
Set implementation for use with enum types.
|
class |
HashSet<E>
This class implements the
Set interface, backed by a hash table (actually a
HashMap instance).
|
class |
LinkedHashSet<E>
Hash table and linked list implementation of the
Set interface, with predictable iteration order.
|
class |
TreeSet<E>
A
NavigableSet implementation based on a
TreeMap.
|
| Modifier and Type | Field and Description |
|---|---|
static Set |
Collections.EMPTY_SET
The empty set (immutable).
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Set |
Collections.checkedSet(Set
Returns a dynamically typesafe view of the specified set.
|
static <T> Set |
Collections.emptySet()
Returns an empty set (immutable).
|
Set |
SortedMap.entrySet()
Returns a
Set view of the mappings contained in this map.
|
Set |
Map.entrySet()
Returns a
Set view of the mappings contained in this map.
|
Set |
EnumMap.entrySet()
Returns a
Set view of the mappings contained in this map.
|
abstract Set |
AbstractMap.entrySet()
|
Set |
HashMap.entrySet()
Returns a
Set view of the mappings contained in this map.
|
Set |
LinkedHashMap.entrySet()
Returns a
Set view of the mappings contained in this map.
|
Set |
Hashtable.entrySet()
Returns a
Set view of the mappings contained in this map.
|
Set |
WeakHashMap.entrySet()
Returns a
Set view of the mappings contained in this map.
|
Set |
IdentityHashMap.entrySet()
Returns a
Set view of the mappings contained in this map.
|
Set |
TreeMap.entrySet()
Returns a
Set view of the mappings contained in this map.
|
static Set |
Calendar.getAvailableCalendarTypes()
Returns an unmodifiable
Set containing all calendar types supported by
Calendar in the runtime environment.
|
static Set |
Currency.getAvailableCurrencies()
Gets the set of available currencies.
|
Set |
Locale.getExtensionKeys()
Returns the set of extension keys associated with this locale, or the empty set if it has no extensions.
|
Set |
Locale.getUnicodeLocaleAttributes()
Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes.
|
Set |
Locale.getUnicodeLocaleKeys()
Returns the set of Unicode locale keys defined by this locale, or the empty set if this locale has none.
|
protected Set |
ResourceBundle.handleKeySet()
Returns a
Set of the keys contained
only in this
ResourceBundle.
|
protected Set |
PropertyResourceBundle.handleKeySet()
Returns a
Set of the keys contained
only in this
ResourceBundle.
|
protected Set |
ListResourceBundle.handleKeySet()
Returns a
Set of the keys contained
only in this
ResourceBundle.
|
Set |
SortedMap.keySet()
Returns a
Set view of the keys contained in this map.
|
Set |
Map.keySet()
Returns a
Set view of the keys contained in this map.
|
Set |
EnumMap.keySet()
Returns a
Set view of the keys contained in this map.
|
Set |
ResourceBundle.keySet()
Returns a
Set of all keys contained in this
ResourceBundle and its parent bundles.
|
Set |
AbstractMap.keySet()
Returns a
Set view of the keys contained in this map.
|
Set |
HashMap.keySet()
Returns a
Set view of the keys contained in this map.
|
Set |
LinkedHashMap.keySet()
Returns a
Set view of the keys contained in this map.
|
Set |
Hashtable.keySet()
Returns a
Set view of the keys contained in this map.
|
Set |
WeakHashMap.keySet()
Returns a
Set view of the keys contained in this map.
|
Set |
IdentityHashMap.keySet()
Returns an identity-based set view of the keys contained in this map.
|
Set |
TreeMap.keySet()
Returns a
Set view of the keys contained in this map.
|
static <E> Set |
Collections.newSetFromMap(Map
Returns a set backed by the specified map.
|
static <T> Set |
Collections.singleton(T o)
Returns an immutable set containing only the specified object.
|
Set |
Properties.stringPropertyNames()
Returns a set of keys in this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
|
static <T> Set |
Collections.synchronizedSet(Set
Returns a synchronized (thread-safe) set backed by the specified set.
|
static <T> Set |
Collections.unmodifiableSet(Set
Returns an unmodifiable view of the specified set.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Set |
Collections.checkedSet(Set
Returns a dynamically typesafe view of the specified set.
|
static <T> Set |
Collections.synchronizedSet(Set
Returns a synchronized (thread-safe) set backed by the specified set.
|
static <T> Set |
Collections.unmodifiableSet(Set
Returns an unmodifiable view of the specified set.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ConcurrentHashMap
A view of a ConcurrentHashMap as a
Set of keys, in which additions may optionally be enabled by mapping to a common value.
|
class |
ConcurrentSkipListSet<E>
A scalable concurrent
NavigableSet implementation based on a
ConcurrentSkipListMap.
|
class |
CopyOnWriteArraySet<E>
A
Set that uses an internal
CopyOnWriteArrayList for all of its operations.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
ConcurrentHashMap.entrySet()
Returns a
Set view of the mappings contained in this map.
|
Set |
ConcurrentSkipListMap.entrySet()
Returns a
Set view of the mappings contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Attributes.entrySet()
Returns a Collection view of the attribute name-value mappings contained in this Map.
|
Set |
Attributes.keySet()
Returns a Set view of the attribute names (keys) contained in this Map.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Collector.characteristics()
Returns a
Set of
Collector.Characteristics indicating the characteristics of this Collector.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector |
Collectors.toSet()
Returns a
Collector that accumulates the input elements into a new
Set.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
RoundEnvironment.getElementsAnnotatedWith(Class
Returns the elements annotated with the given annotation type.
|
Set |
RoundEnvironment.getElementsAnnotatedWith(TypeElement
Returns the elements annotated with the given annotation type.
|
Set |
RoundEnvironment.getRootElements()
Returns the root elements for annotation processing generated by the prior round.
|
Set |
AbstractProcessor.getSupportedAnnotationTypes()
If the processor class is annotated with
SupportedAnnotationTypes, return an unmodifiable set with the same set of strings as the annotation.
|
Set |
Processor.getSupportedAnnotationTypes()
Returns the names of the annotation types supported by this processor.
|
Set |
AbstractProcessor.getSupportedOptions()
If the processor class is annotated with
SupportedOptions, return an unmodifiable set with the same set of strings as the annotation.
|
Set |
Processor.getSupportedOptions()
Returns the options recognized by this processor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
AbstractProcessor.process(Set
Processes a set of annotation types on type elements originating from the prior round and returns whether or not these annotation types are claimed by this processor.
|
boolean |
Processor.process(Set
Processes a set of annotation types on type elements originating from the prior round and returns whether or not these annotation types are claimed by this processor.
|
| Modifier and Type | Method and Description |
|---|---|
IIOMetadata |
ImageReader.getImageMetadata(int imageIndex, String
Returns an
IIOMetadata object representing the metadata associated with the given image, or
null if the reader does not support reading metadata or none is available.
|
IIOMetadata |
ImageReader.getStreamMetadata(String
Returns an
IIOMetadata object representing the metadata associated with the input source as a whole (i.e., not associated with any particular image).
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Element.getModifiers()
Returns the modifiers of this element, excluding annotations.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
ElementFilter.constructorsIn(Set
Returns a set of constructors in
elements.
|
static Set |
ElementFilter.fieldsIn(Set
Returns a set of fields in
elements.
|
static Set |
ElementFilter.methodsIn(Set
Returns a set of methods in
elements.
|
static Set |
ElementFilter.packagesIn(Set
Returns a set of packages in
elements.
|
static Set |
ElementFilter.typesIn(Set
Returns a set of types in
elements.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
ElementFilter.constructorsIn(Set
Returns a set of constructors in
elements.
|
static Set |
ElementFilter.fieldsIn(Set
Returns a set of fields in
elements.
|
static Set |
ElementFilter.methodsIn(Set
Returns a set of methods in
elements.
|
static Set |
ElementFilter.packagesIn(Set
Returns a set of packages in
elements.
|
static Set |
ElementFilter.typesIn(Set
Returns a set of types in
elements.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
MBeanServer.queryMBeans(ObjectName
Gets MBeans controlled by the MBean server.
|
Set |
MBeanServerConnection.queryMBeans(ObjectName
Gets MBeans controlled by the MBean server.
|
Set |
MBeanServer.queryNames(ObjectName
Gets the names of MBeans controlled by the MBean server.
|
Set |
MBeanServerConnection.queryNames(ObjectName
Gets the names of MBeans controlled by the MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
MLetMBean.getMBeansFromURL(String
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
Set |
MLet.getMBeansFromURL(String
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
Set |
MLetMBean.getMBeansFromURL(URL
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
Set |
MLet.getMBeansFromURL(URL
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
TabularDataSupport.entrySet()
Returns a collection view of the index to row mappings contained in this
TabularDataSupport instance.
|
Set |
OpenMBeanParameterInfoSupport.getLegalValues()
Returns an unmodifiable Set of legal values for the parameter described by this
OpenMBeanParameterInfoSupport instance, if specified, or
null otherwise.
|
Set |
OpenMBeanParameterInfo.getLegalValues()
Returns the set of legal values for this parameter, if it has one, or
null otherwise.
|
Set |
OpenMBeanAttributeInfoSupport.getLegalValues()
Returns an unmodifiable Set of legal values for the attribute described by this
OpenMBeanAttributeInfoSupport instance, if specified, or
null otherwise.
|
Set |
CompositeType.keySet()
Returns an unmodifiable Set view of all the item names defined by this
CompositeType instance.
|
Set |
TabularData.keySet()
Returns a set view of the keys (ie the index values) of the
CompositeData values (ie the rows) contained in this
TabularData instance.
|
Set |
TabularDataSupport.keySet()
Returns a set view of the keys contained in the underlying map of this
TabularDataSupport instance used to index the rows.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
RMIConnection.queryMBeans(ObjectName
Handles the method
MBeanServerConnection.
|
Set |
RMIConnectionImpl.queryMBeans(ObjectName
|
Set |
RMIConnection.queryNames(ObjectName
Handles the method
MBeanServerConnection.
|
Set |
RMIConnectionImpl.queryNames(ObjectName
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobStateReasons
Class JobStateReasons is a printing attribute class, a set of enumeration values, that provides additional information about the job's current state, i.e., information that augments the value of the job's
JobState attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
PrinterStateReasons.printerStateReasonSet(Severity
Obtain an unmodifiable set view of the individual printer state reason attributes at the given severity level in this PrinterStateReasons attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
SimpleBindings.entrySet()
Returns a
Set view of the mappings contained in this map.
|
Set |
SimpleBindings.keySet()
Returns a
Set view of the keys contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Subject.getPrincipals()
Return the
Set of Principals associated with this
Subject.
|
<T extends Principal |
Subject.getPrincipals(Class
Return a
Set of Principals associated with this
Subject that are instances or subclasses of the specified
Class.
|
Set |
Subject.getPrivateCredentials()
Return the
Set of private credentials held by this
Subject.
|
<T> Set |
Subject.getPrivateCredentials(Class
Return a
Set of private credentials associated with this
Subject that are instances or subclasses of the specified
Class.
|
Set |
Subject.getPublicCredentials()
Return the
Set of public credentials held by this
Subject.
|
<T> Set |
Subject.getPublicCredentials(Class
Return a
Set of public credentials associated with this
Subject that are instances or subclasses of the specified
Class.
|
| Constructor and Description | |
|---|---|
Subject(boolean readOnly, Set
Create an instance of a
Subject with Principals and credentials.
|
|
Subject(boolean readOnly, Set
Create an instance of a
Subject with Principals and credentials.
|
|
Subject(boolean readOnly, Set
Create an instance of a
Subject with Principals and credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JComponent.setFocusTraversalKeys(int id, Set
Sets the focus traversal keys for a given traversal operation for this Component.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Tool.getSourceVersions()
Gets the source versions of the Java™ programming language supported by this tool.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable |
JavaFileManager.list(JavaFileManager
Lists all file objects matching the given criteria in the given location.
|
Iterable |
ForwardingJavaFileManager.list(JavaFileManager
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set |
EndpointContext.getEndpoints()
This gives list of endpoints in an application.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
SOAPHandler.getHeaders()
Gets the header blocks that can be processed by this Handler instance.
|
Set |
SOAPMessageContext.getRoles()
Gets the SOAP actor roles associated with an execution of the handler chain.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
SOAPBinding.getRoles()
Gets the roles played by the SOAP binding instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SOAPBinding.setRoles(Set
Sets the roles played by the SOAP binding instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set |
HttpExchange.getAttributeNames()
Gives all the attribute names that are associated with this
HttpExchange.
|
abstract Set |
HttpContext.getAttributeNames()
Returns all attribute names for container's configuration and other data that can be used by jax-ws runtime.
|