| 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.dnd |
Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
|
| java.lang |
Provides classes that are fundamental to the design of the Java programming language.
|
| java.lang.invoke |
The
java.lang.invoke package contains dynamic language support provided directly by the Java core class libraries and virtual machine.
|
| 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.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.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.temporal |
Access to date and time using fields and units, and date time adjusters.
|
| 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.logging |
Provides the classes and interfaces of the Java
TM 2 platform's core logging facilities.
|
| java.util.stream |
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
|
| javax.imageio |
The main package of the Java Image I/O API.
|
| javax.imageio.metadata |
A package of the Java Image I/O API dealing with reading and writing metadata.
|
| javax.lang.model |
Classes and hierarchies of packages used to model the Java programming language.
|
| javax.lang.model.element |
Interfaces used to model elements of the Java programming language.
|
| javax.lang.model.type |
Interfaces used to model Java programming language types.
|
| 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.naming.ldap |
Provides support for LDAPv3 extended operations and controls.
|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| 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.smartcardio |
Java™ Smart Card I/O API
|
| javax.sound.midi |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
|
| 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.crypto.dsig |
Classes for generating and validating XML digital signatures.
|
| javax.xml.crypto.dsig.keyinfo |
Classes for parsing and processing
KeyInfo elements and structures.
|
| javax.xml.crypto.dsig.spec |
Parameter classes for XML digital signatures.
|
| javax.xml.stream.events | |
| 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.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.
|
| javax.xml.xpath |
This package provides an
object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Window.getIconImages()
Returns the sequence of images to be displayed as the icon for this window.
|
protected List |
KeyboardFocusManager.getKeyEventDispatchers()
Returns this KeyboardFocusManager's KeyEventDispatcher chain as a List.
|
protected List |
KeyboardFocusManager.getKeyEventPostProcessors()
Returns this KeyboardFocusManager's KeyEventPostProcessor chain as a List.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Window.setIconImages(List
Sets the sequence of images to be displayed as the icon for this window.
|
| Modifier and Type | Method and Description |
|---|---|
List |
FlavorTable.getFlavorsForNative(String
Returns a
List of
DataFlavors to which the specified
String corresponds.
|
List |
SystemFlavorMap.getFlavorsForNative(String
Returns a
List of
DataFlavors to which the specified
String native can be translated by the data transfer subsystem.
|
List |
FlavorTable.getNativesForFlavor(DataFlavor
Returns a
List of
String natives to which the specified
DataFlavor corresponds.
|
List |
SystemFlavorMap.getNativesForFlavor(DataFlavor
Returns a
List of
String natives to which the specified
DataFlavor can be translated by the data transfer subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
List |
DropTargetDragEvent.getCurrentDataFlavorsAsList()
This method returns the current
DataFlavors as a
java.util.List
|
protected List |
DropTargetContext.getCurrentDataFlavorsAsList()
This method returns a the currently available DataFlavors of the
Transferable operand as a
java.util.List.
|
List |
DropTargetDropEvent.getCurrentDataFlavorsAsList()
This method returns the currently available
DataFlavors as a
java.util.List.
|
| Constructor and Description | |
|---|---|
DragGestureEvent(DragGestureRecognizer
Constructs a
DragGestureEvent object given by the
DragGestureRecognizer instance firing this event, an
act parameter representing the user's preferred action, an
ori parameter indicating the origin of the drag, and a
List of events that comprise the gesture(
evs parameter).
|
| Modifier and Type | Method and Description |
|---|---|
List |
ProcessBuilder.command()
Returns this process builder's operating system program and arguments.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessBuilder |
ProcessBuilder.command(List
Sets this process builder's operating system program and arguments.
|
| Constructor and Description | |
|---|---|
ProcessBuilder(List
Constructs a process builder with the specified operating system program and arguments.
|
| Modifier and Type | Method and Description |
|---|---|
List |
MethodType.parameterList()
Presents the parameter types as a list (a convenience method).
|
| Modifier and Type | Method and Description |
|---|---|
MethodType |
MethodType.appendParameterTypes(List
Finds or creates a method type with additional parameter types.
|
static MethodHandle |
MethodHandles.dropArguments(MethodHandle
Produces a method handle which will discard some dummy arguments before calling some other specified
target method handle.
|
MethodType |
MethodType.insertParameterTypes(int num, List
Finds or creates a method type with additional parameter types.
|
Object |
MethodHandle.invokeWithArguments(List
Performs a variable arity invocation, passing the arguments in the given array to the method handle, as if via an inexact
invoke from a call site which mentions only the type
Object, and whose arity is the length of the argument array.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
ManagementFactory.getGarbageCollectorMXBeans()
Returns a list of
GarbageCollectorMXBean objects in the Java virtual machine.
|
List |
RuntimeMXBean.getInputArguments()
Returns the input arguments passed to the Java virtual machine which does not include the arguments to the
main method.
|
List |
PlatformLoggingMXBean.getLoggerNames()
Returns the list of the currently registered
logger names.
|
static List |
ManagementFactory.getMemoryManagerMXBeans()
Returns a list of
MemoryManagerMXBean objects in the Java virtual machine.
|
static List |
ManagementFactory.getMemoryPoolMXBeans()
Returns a list of
MemoryPoolMXBean objects in the Java virtual machine.
|
static <T extends PlatformManagedObject |
ManagementFactory.getPlatformMXBeans(Class
Returns the list of platform MXBeans implementing the given
mxbeanInterface in the Java virtual machine.
|
static <T extends PlatformManagedObject |
ManagementFactory.getPlatformMXBeans(MBeanServerConnection
Returns the list of the platform MXBean proxies for forwarding the method calls of the
mxbeanInterface through the given
MBeanServerConnection.
|
| Modifier and Type | Method and Description |
|---|---|
List |
CookieStore.get(URI
Retrieve cookies associated with given URI, or whose domain matches the given URI.
|
List |
CookieStore.getCookies()
Get all not-expired cookies in cookie store.
|
List |
NetworkInterface.getInterfaceAddresses()
Get a List of all or a subset of the
InterfaceAddresses of this network interface.
|
abstract List |
SecureCacheResponse.getLocalCertificateChain()
Returns the certificate chain that were sent to the server during handshaking of the original connection that retrieved the network resource.
|
abstract List |
SecureCacheResponse.getServerCertificateChain()
Returns the server's certificate chain, which was established as part of defining the session in the original connection that retrieved the network resource, from cache.
|
List |
CookieStore.getURIs()
Get all URIs which identify the cookies in this cookie store.
|
static List |
HttpCookie.parse(String
Constructs cookies from set-cookie or set-cookie2 header string.
|
abstract List |
ProxySelector.select(URI
Selects all the applicable proxies based on the protocol to access the resource with and a destination address to access the resource at.
|
| 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 |
|---|---|
List |
WatchKey.pollEvents()
Retrieves and removes all pending events for this watch key, returning a
List of the events that were retrieved.
|
static List |
Files.readAllLines(Path
Read all lines from a file.
|
static List |
Files.readAllLines(Path
Read all lines from a file.
|
| Modifier and Type | Method and Description |
|---|---|
List |
AclFileAttributeView.getAcl()
Reads the access control list.
|
List |
UserDefinedFileAttributeView.list()
Returns a list containing the names of the user-defined attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclFileAttributeView.setAcl(List
Updates (replace) the access control list.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
FileSystemProvider.installedProviders()
Returns a list of the installed file system providers.
|
| Constructor and Description | |
|---|---|
Service(Provider
Construct a new service.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List |
CertPath.getCertificates()
Returns the list of certificates in this certification path.
|
List |
PKIXParameters.getCertPathCheckers()
Returns the
List of certification path checkers.
|
List |
PKIXParameters.getCertStores()
Returns an immutable
List of
CertStores that are used to find certificates and CRLs.
|
List |
X509Certificate.getExtendedKeyUsage()
Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of the
ExtKeyUsageSyntax field of the extended key usage extension, (OID = 2.5.29.37).
|
List |
PKIXRevocationChecker.getOcspExtensions()
Gets the optional OCSP request extensions.
|
abstract List |
PKIXRevocationChecker.getSoftFailExceptions()
Returns a list containing the exceptions that are ignored by the revocation checker when the
SOFT_FAIL option is set.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
X509Certificate.getIssuerAlternativeNames()
Gets an immutable collection of issuer alternative names from the
IssuerAltName extension, (OID = 2.5.29.18).
|
Collection |
X509CertSelector.getPathToNames()
Returns a copy of the pathToNames criterion.
|
Collection |
X509Certificate.getSubjectAlternativeNames()
Gets an immutable collection of subject alternative names from the
SubjectAltName extension, (OID = 2.5.29.17).
|
Collection |
X509CertSelector.getSubjectAlternativeNames()
Returns a copy of the subjectAlternativeNames criterion.
|
| Modifier and Type | Method and Description |
|---|---|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(List
Generates a
CertPath object and initializes it with a
List of
Certificates.
|
CertPath |
CertificateFactory.generateCertPath(List
Generates a
CertPath object and initializes it with a
List of
Certificates.
|
void |
PKIXParameters.setCertPathCheckers(List
Sets a
List of additional certification path checkers.
|
void |
PKIXParameters.setCertStores(List
Sets the list of
CertStores to be used in finding certificates and CRLs.
|
void |
PKIXRevocationChecker.setOcspExtensions(List
Sets the optional OCSP request extensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X509CertSelector.setPathToNames(Collection
Sets the pathToNames criterion.
|
void |
X509CertSelector.setSubjectAlternativeNames(Collection
Sets the subjectAlternativeNames criterion.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Period.getUnits()
Gets the set of units supported by this period.
|
List |
Duration.getUnits()
Gets the set of units supported by this duration.
|
| Modifier and Type | Method and Description |
|---|---|
List |
HijrahChronology.eras()
|
List |
ThaiBuddhistChronology.eras()
|
List |
Chronology.eras()
Gets the list of eras for the chronology.
|
List |
IsoChronology.eras()
|
List |
MinguoChronology.eras()
|
List |
JapaneseChronology.eras()
|
List |
ChronoPeriod.getUnits()
Gets the set of units supported by this period.
|
| Modifier and Type | Method and Description |
|---|---|
List |
TemporalAmount.getUnits()
Returns the list of units uniquely defining the value of this TemporalAmount.
|
| Modifier and Type | Method and Description |
|---|---|
List |
ZoneRules.getTransitionRules()
Gets the list of transition rules for years beyond those defined in the transition list.
|
List |
ZoneRules.getTransitions()
Gets the complete list of fully defined transitions.
|
List |
ZoneRules.getValidOffsets(LocalDateTime
Gets the offset applicable at the specified local date-time in these rules.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneRules |
ZoneRules.of(ZoneOffset
Obtains an instance of a ZoneRules.
|
static ZoneRules |
ZoneRules.of(ZoneOffset
Obtains an instance of a ZoneRules.
|
static ZoneRules |
ZoneRules.of(ZoneOffset
Obtains an instance of a ZoneRules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractList<E>
This class provides a skeletal implementation of the
List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
|
class |
AbstractSequentialList<E>
This class provides a skeletal implementation of the
List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
|
class |
ArrayList<E>
Resizable-array implementation of the
List interface.
|
class |
LinkedList<E>
Doubly-linked list implementation of the
List and
Deque interfaces.
|
class |
Stack<E>
The
Stack class represents a last-in-first-out (LIFO) stack of objects.
|
class |
Vector<E>
The
Vector class implements a growable array of objects.
|
| Modifier and Type | Field and Description |
|---|---|
static List |
Collections.EMPTY_LIST
The empty list (immutable).
|
static List |
ResourceBundle.Control.FORMAT_CLASS
The class-only format
List containing
"java.class".
|
static List |
ResourceBundle.Control.FORMAT_DEFAULT
The default format
List, which contains the strings
"java.class" and
"java.properties", in this order.
|
static List |
ResourceBundle.Control.FORMAT_PROPERTIES
The properties-only format
List containing
"java.properties".
|
| Modifier and Type | Method and Description |
|---|---|
static <T> List |
Arrays.asList(T... a)
Returns a fixed-size list backed by the specified array.
|
static <E> List |
Collections.checkedList(List
Returns a dynamically typesafe view of the specified list.
|
static <T> List |
Collections.emptyList()
Returns an empty list (immutable).
|
static List |
Locale.filter(List
Returns a list of matching
Locale instances using the filtering mechanism defined in RFC 4647.
|
static List |
Locale.filter(List
Returns a list of matching
Locale instances using the filtering mechanism defined in RFC 4647.
|
static List |
Locale.filterTags(List
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
|
static List |
Locale.filterTags(List
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
|
List |
ResourceBundle.Control.getCandidateLocales(String
Returns a
List of
Locales as candidate locales for
baseName and
locale.
|
List |
ResourceBundle.Control.getFormats(String
Returns a
List of
Strings containing formats to be used to load resource bundles for the given
baseName.
|
static List |
Locale.LanguageRange.mapEquivalents(List
Generates a new customized Language Priority List using the given
priorityList and
map.
|
static <T> List |
Collections.nCopies(int n, T o)
Returns an immutable list consisting of
n copies of the specified object.
|
static List |
Locale.LanguageRange.parse(String
Parses the given
ranges to generate a Language Priority List.
|
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.
|
static <T> List |
Collections.singletonList(T o)
Returns an immutable list containing only the specified object.
|
List |
AbstractList.subList(int fromIndex, int toIndex)
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and
toIndex, exclusive.
|
List |
Vector.subList(int fromIndex, int toIndex)
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
|
List |
List.subList(int fromIndex, int toIndex)
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and
toIndex, exclusive.
|
List |
ArrayList.subList(int fromIndex, int toIndex)
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and
toIndex, exclusive.
|
static <T> List |
Collections.synchronizedList(List
Returns a synchronized (thread-safe) list backed by the specified list.
|
static <T> List |
Collections.unmodifiableList(List
Returns an unmodifiable view of the specified list.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
Collections.binarySearch(List
Searches the specified list for the specified object using the binary search algorithm.
|
static <T> int |
Collections.binarySearch(List
Searches the specified list for the specified object using the binary search algorithm.
|
static <E> List |
Collections.checkedList(List
Returns a dynamically typesafe view of the specified list.
|
static <T> void |
Collections.copy(List
Copies all of the elements from one list into another.
|
static <T> void |
Collections.copy(List
Copies all of the elements from one list into another.
|
static <T> void |
Collections.fill(List
Replaces all of the elements of the specified list with the specified element.
|
static List |
Locale.filter(List
Returns a list of matching
Locale instances using the filtering mechanism defined in RFC 4647.
|
static List |
Locale.filter(List
Returns a list of matching
Locale instances using the filtering mechanism defined in RFC 4647.
|
static List |
Locale.filterTags(List
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
|
static List |
Locale.filterTags(List
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
|
static ResourceBundle |
ResourceBundle.Control.getControl(List
|
static ResourceBundle |
ResourceBundle.Control.getNoFallbackControl(List
Returns a
ResourceBundle.Control in which the
getFormats method returns the specified
formats and the
getFallbackLocale method returns
null.
|
static int |
Collections.indexOfSubList(List
Returns the starting position of the first occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
|
static int |
Collections.indexOfSubList(List
Returns the starting position of the first occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
|
static int |
Collections.lastIndexOfSubList(List
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
|
static int |
Collections.lastIndexOfSubList(List
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
|
static Locale |
Locale.lookup(List
Returns a
Locale instance for the best-matching language tag using the lookup mechanism defined in RFC 4647.
|
static String |
Locale.lookupTag(List
Returns the best-matching language tag using the lookup mechanism defined in RFC 4647.
|
static List |
Locale.LanguageRange.mapEquivalents(List
Generates a new customized Language Priority List using the given
priorityList and
map.
|
static <T> boolean |
Collections.replaceAll(List
Replaces all occurrences of one specified value in a list with another.
|
static void |
Collections.reverse(List
Reverses the order of the elements in the specified list.
|
static void |
Collections.rotate(List
Rotates the elements in the specified list by the specified distance.
|
static void |
Collections.shuffle(List
Randomly permutes the specified list using a default source of randomness.
|
static void |
Collections.shuffle(List
Randomly permute the specified list using the specified source of randomness.
|
static <T extends Comparable |
Collections.sort(List
Sorts the specified list into ascending order, according to the
natural ordering of its elements.
|
static <T> void |
Collections.sort(List
Sorts the specified list according to the order induced by the specified comparator.
|
static void |
Collections.swap(List
Swaps the elements at the specified positions in the specified list.
|
static <T> List |
Collections.synchronizedList(List
Returns a synchronized (thread-safe) list backed by the specified list.
|
static <T> List |
Collections.unmodifiableList(List
Returns an unmodifiable view of the specified list.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
Locale.LanguageRange.mapEquivalents(List
Generates a new customized Language Priority List using the given
priorityList and
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CopyOnWriteArrayList<E>
A thread-safe variant of
ArrayList in which all mutative operations (
add,
set, and so on) are implemented by making a fresh copy of the underlying array.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List |
ExecutorService.invokeAll(Collection
Executes the given tasks, returning a list of Futures holding their status and results when all complete.
|
<T> List |
ForkJoinPool.invokeAll(Collection
|
<T> List |
AbstractExecutorService.invokeAll(Collection
|
<T> List |
ExecutorService.invokeAll(Collection
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
|
<T> List |
AbstractExecutorService.invokeAll(Collection
|
List |
ExecutorService.shutdownNow()
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
|
List |
ForkJoinPool.shutdownNow()
Possibly attempts to cancel and/or stop all tasks, and reject all subsequently submitted tasks.
|
List |
ScheduledThreadPoolExecutor.shutdownNow()
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
|
List |
ThreadPoolExecutor.shutdownNow()
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
|
List |
CopyOnWriteArrayList.subList(int fromIndex, int toIndex)
Returns a view of the portion of this list between
fromIndex, inclusive, and
toIndex, exclusive.
|
| Modifier and Type | Method and Description |
|---|---|
List |
LoggingMXBean.getLoggerNames()
Returns the list of currently registered logger names.
|
| 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.groupingByConcurrent(Function
Returns a concurrent
Collector implementing a "group by" operation on input elements of type
T, grouping elements according to a classification function.
|
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> Collector |
Collectors.toList()
Returns a
Collector that accumulates the input elements into a new
List.
|
| Modifier and Type | Field and Description |
|---|---|
protected List |
ImageWriter.progressListeners
A
List of currently registered
IIOWriteProgressListeners, initialized by default
null, which is synonymous with an empty
List.
|
protected List |
ImageReader.progressListeners
A
List of currently registered
IIOReadProgressListeners, initialized by default to
null, which is synonymous with an empty
List.
|
protected List |
IIOImage.thumbnails
A
List of
BufferedImage thumbnails, or
null.
|
protected List |
ImageReader.updateListeners
A
List of currently registered
IIOReadUpdateListeners, initialized by default to
null, which is synonymous with an empty
List.
|
protected List |
ImageWriter.warningListeners
A
List of currently registered
IIOWriteWarningListeners, initialized by default to
null, which is synonymous with an empty
List.
|
protected List |
ImageReader.warningListeners
A
List of currently registered
IIOReadWarningListeners, initialized by default to
null, which is synonymous with an empty
List.
|
protected List |
ImageWriter.warningLocales
A
List of
Locales, one for each element of
warningListeners, initialized by default
null, which is synonymous with an empty
List.
|
protected List |
ImageReader.warningLocales
A
List of the
Locales associated with each currently registered
IIOReadWarningListener, initialized by default to
null, which is synonymous with an empty
List.
|
| Modifier and Type | Method and Description |
|---|---|
List |
IIOImage.getThumbnails()
Returns the current
List of thumbnail
BufferedImages, or
null if none is set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageWriter.prepareInsertEmpty(int imageIndex, ImageTypeSpecifier
Begins the insertion of a new image with undefined pixel values into an existing image stream.
|
void |
ImageWriter.prepareWriteEmpty(IIOMetadata
Begins the writing of a complete image stream, consisting of a single image with undefined pixel values and associated metadata and thumbnails, to the output.
|
void |
IIOImage.setThumbnails(List
Sets the list of thumbnails to a new
List of
BufferedImages, or to
null.
|
| Constructor and Description | |
|---|---|
IIOImage(Raster
Constructs an
IIOImage containing a
Raster, and thumbnails and metadata associated with it.
|
|
IIOImage(RenderedImage
Constructs an
IIOImage containing a
RenderedImage, and thumbnails and metadata associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IIOMetadataFormatImpl.addAttribute(String
Adds a new attribute to a previously defined element that will be defined by a set of enumerated values.
|
protected <T> void |
IIOMetadataFormatImpl.addObjectValue(String
Allows an
Object reference of a given class type to be stored in nodes implementing the named element.
|
| Modifier and Type | Method and Description |
|---|---|
List |
AnnotatedConstruct.getAnnotationMirrors()
Returns the annotations that are
directly present on this construct.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Element.getAnnotationMirrors()
Returns the annotations that are
directly present on this construct.
|
List |
TypeParameterElement.getBounds()
Returns the bounds of this type parameter.
|
List |
TypeElement.getEnclosedElements()
Returns the fields, methods, constructors, and member types that are directly declared in this class or interface.
|
List |
Element.getEnclosedElements()
Returns the elements that are, loosely speaking, directly enclosed by this element.
|
List |
PackageElement.getEnclosedElements()
Returns the
top-level classes and interfaces within this package.
|
List |
TypeElement.getInterfaces()
Returns the interface types directly implemented by this class or extended by this interface.
|
List |
ExecutableElement.getParameters()
Returns the formal parameters of this executable.
|
List |
ExecutableElement.getThrownTypes()
Returns the exceptions and other throwables listed in this method or constructor's
throws clause in declaration order.
|
List |
TypeElement.getTypeParameters()
Returns the formal type parameters of this type element in declaration order.
|
List |
Parameterizable.getTypeParameters()
Returns the formal type parameters of the type element in declaration order.
|
List |
ExecutableElement.getTypeParameters()
Returns the formal type parameters of this executable in declaration order.
|
| Modifier and Type | Method and Description |
|---|---|
R |
AnnotationValueVisitor.visitArray(List
Visits an array value in an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
List |
UnionType.getAlternatives()
Return the alternatives comprising this union type.
|
List |
IntersectionType.getBounds()
Return the bounds comprising this intersection type.
|
List |
ExecutableType.getParameterTypes()
Returns the types of this executable's formal parameters.
|
List |
ExecutableType.getThrownTypes()
Returns the exceptions and other throwables listed in this executable's
throws clause.
|
List |
DeclaredType.getTypeArguments()
Returns the actual type arguments of this type.
|
List |
MirroredTypesException.getTypeMirrors()
Returns the type mirrors corresponding to the types being accessed.
|
List |
ExecutableType.getTypeVariables()
Returns the type variables declared by the formal type parameters of this executable.
|
| Constructor and Description | |
|---|---|
MirroredTypesException(List
Constructs a new MirroredTypesException for the specified types.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
ElementFilter.constructorsIn(Iterable
Returns a list of constructors in
elements.
|
List |
Types.directSupertypes(TypeMirror
Returns the direct supertypes of a type.
|
static List |
ElementFilter.fieldsIn(Iterable
Returns a list of fields in
elements.
|
List |
Elements.getAllAnnotationMirrors(Element
Returns all annotations
present on an element, whether directly present or present via inheritance.
|
List |
Elements.getAllMembers(TypeElement
Returns all members of a type element, whether inherited or declared directly.
|
static List |
ElementFilter.methodsIn(Iterable
Returns a list of methods in
elements.
|
static List |
ElementFilter.packagesIn(Iterable
Returns a list of packages in
elements.
|
static List |
ElementFilter.typesIn(Iterable
Returns a list of types in
elements.
|
| Modifier and Type | Method and Description |
|---|---|
R |
SimpleAnnotationValueVisitor6.visitArray(List
Visits an array value in an annotation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeList
Represents a list of values for attributes of an MBean.
|
| Modifier and Type | Method and Description |
|---|---|
List |
AttributeList.asList()
Return a view of this list as a
List<Attribute>.
|
| Constructor and Description | |
|---|---|
AttributeList(List
Constructs an
AttributeList containing the elements of the
List specified, in the order in which they are returned by the
List's iterator.
|
| Modifier and Type | Method and Description |
|---|---|
List |
MLetContent.getParameterTypes()
Gets the list of values of the
TYPE attribute in each nested <PARAM> tag within the
MLET tag.
|
List |
MLetContent.getParameterValues()
Gets the list of values of the
VALUE attribute in each nested <PARAM> tag within 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.
|
|
MLetContent(URL
Creates an
MLet instance initialized with attributes read from an
MLET tag in an MLet text file.
|
| Modifier and Type | Field and Description |
|---|---|
static List |
OpenType.ALLOWED_CLASSNAMES_LIST
List of the fully qualified names of the Java classes allowed for open data values.
|
| Modifier and Type | Method and Description |
|---|---|
List |
TabularType.getIndexNames()
Returns, in the same order as was given to this instance's constructor, an unmodifiable List of the names of the items the values of which are used to uniquely index each row element of tabular data values described by this
TabularType instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoleList
A RoleList represents a list of roles (Role objects).
|
class |
RoleUnresolvedList
A RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problem encountered when trying to access (read or write) the roles.
|
| Modifier and Type | Method and Description |
|---|---|
List |
RoleUnresolvedList.asList()
Return a view of this list as a
List<RoleUnresolved>.
|
List |
RoleList.asList()
Return a view of this list as a
List<Role>.
|
List |
RelationService.findRelationsOfType(String
Returns the relation ids for relations of the given type.
|
List |
RelationServiceMBean.findRelationsOfType(String
Returns the relation ids for relations of the given type.
|
List |
RelationService.getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service.
|
List |
RelationServiceMBean.getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service.
|
List |
RelationService.getAllRelationTypeNames()
Retrieves names of all known relation types.
|
List |
RelationServiceMBean.getAllRelationTypeNames()
Retrieves names of all known relation types.
|
List |
RelationNotification.getMBeansToUnregister()
Returns the list of ObjectNames of MBeans expected to be unregistered due to a relation removal (only for relation removal).
|
List |
RelationNotification.getNewRoleValue()
Returns new value of updated role (only for role update).
|
List |
RelationNotification.getOldRoleValue()
Returns old value of updated role (only for role update).
|
List |
RelationSupport.getRole(String
Retrieves role value for given role name.
|
List |
Relation.getRole(String
Retrieves role value for given role name.
|
List |
RelationService.getRole(String
Retrieves role value for given role name in given relation.
|
List |
RelationServiceMBean.getRole(String
Retrieves role value for given role name in given relation.
|
List |
RelationType.getRoleInfos()
Returns the list of role definitions (ArrayList of RoleInfo objects).
|
List |
RelationTypeSupport.getRoleInfos()
Returns the list of role definitions (ArrayList of RoleInfo objects).
|
List |
RelationService.getRoleInfos(String
Retrieves list of role infos (RoleInfo objects) of a given relation type.
|
List |
RelationServiceMBean.getRoleInfos(String
Retrieves list of role infos (RoleInfo objects) of a given relation type.
|
List |
Role.getRoleValue()
Retrieves role value.
|
List |
RoleUnresolved.getRoleValue()
Retrieves role value.
|
| 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 |
|---|---|
static String |
Role.roleValueToString(List
Returns a string for the given role value.
|
void |
RelationService.sendRelationRemovalNotification(String
Sends a notification (RelationNotification) for a relation removal.
|
void |
RelationServiceMBean.sendRelationRemovalNotification(String
Sends a notification (RelationNotification) for a relation removal.
|
void |
RelationService.sendRoleUpdateNotification(String
Sends a notification (RelationNotification) for a role update in the given relation.
|
void |
RelationServiceMBean.sendRoleUpdateNotification(String
Sends a notification (RelationNotification) for a role update in the given relation.
|
void |
Role.setRoleValue(List
Sets role value.
|
void |
RoleUnresolved.setRoleValue(List
Sets role value.
|
void |
RelationService.updateRoleMap(String
Handles update of the Relation Service role map for the update of given role in given relation.
|
void |
RelationServiceMBean.updateRoleMap(String
Handles update of the Relation Service role map for the update of given role in given relation.
|
| Constructor and Description | |
|---|---|
RelationNotification(String
Creates a notification for either a relation creation (RelationSupport object created internally in the Relation Service, or an MBean added as a relation) or for a relation removal from the Relation Service.
|
|
RelationNotification(String
Creates a notification for a role update in a relation.
|
|
RelationNotification(String
Creates a notification for a role update in a relation.
|
|
Role(String
Make a new Role object.
|
|
RoleList(List
Constructs a
RoleList containing the elements of the
List specified, in the order in which they are returned by the
List's iterator.
|
|
RoleUnresolved(String
Constructor.
|
|
RoleUnresolvedList(List
Constructs a
RoleUnresolvedList containing the elements of the
List specified, in the order in which they are returned by the
List's iterator.
|
| Modifier and Type | Method and Description |
|---|---|
List |
LdapName.getRdns()
Retrieves the list of relative distinguished names.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
LdapName.addAll(int posn, List
Adds the RDNs of a name -- in order -- at a specified position within this name.
|
Name |
LdapName.addAll(List
Adds the RDNs of a name -- in order -- to the end of this name.
|
boolean |
LdapName.endsWith(List
Determines whether the specified RDN sequence forms a suffix of this LDAP name.
|
boolean |
LdapName.startsWith(List
Determines whether the specified RDN sequence forms a prefix of this LDAP name.
|
| Constructor and Description | |
|---|---|
LdapName(List
Constructs an LDAP name given its parsed RDN components.
|
| Modifier and Type | Method and Description |
|---|---|
List |
KeyStoreBuilderParameters.getParameters()
Return the unmodifiable List of the
KeyStore.Builders encapsulated by this object.
|
List |
ExtendedSSLSession.getRequestedServerNames()
Obtains a
List containing all
SNIServerNames of the requested Server Name Indication (SNI) extension.
|
List |
SSLParameters.getServerNames()
Returns a
List containing all
SNIServerNames of the Server Name Indication (SNI) parameter, or null if none has been set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSLParameters.setServerNames(List
Sets the desired
SNIServerNames of the Server Name Indication (SNI) parameter.
|
| Constructor and Description | |
|---|---|
KeyStoreBuilderParameters(List
Construct new KeyStoreBuilderParameters from a List of
KeyStore.Builders.
|
| Modifier and Type | Method and Description |
|---|---|
List |
ScriptEngineManager.getEngineFactories()
Returns a list whose elements are instances of all the
ScriptEngineFactory classes found by the discovery mechanism.
|
List |
ScriptEngineFactory.getExtensions()
Returns an immutable list of filename extensions, which generally identify scripts written in the language supported by this
ScriptEngine.
|
List |
ScriptEngineFactory.getMimeTypes()
Returns an immutable list of mimetypes, associated with scripts that can be executed by the engine.
|
List |
ScriptEngineFactory.getNames()
Returns an immutable list of short names for the
ScriptEngine, which may be used to identify the
ScriptEngine by the
ScriptEngineManager.
|
List |
SimpleScriptContext.getScopes()
Returns immutable
List of all the valid values for scope in the ScriptContext.
|
List |
ScriptContext.getScopes()
Returns immutable
List of all the valid values for scope in the ScriptContext.
|
| Modifier and Type | Method and Description |
|---|---|
List |
CardTerminals.list()
Returns an unmodifiable list of all available terminals.
|
abstract List |
CardTerminals.list(CardTerminals
Returns an unmodifiable list of all terminals matching the specified state.
|
| Modifier and Type | Method and Description |
|---|---|
List |
MidiDevice.getReceivers()
Returns all currently active, non-closed receivers connected with this MidiDevice.
|
List |
MidiDevice.getTransmitters()
Returns all currently active, non-closed transmitters connected with this MidiDevice.
|
| Modifier and Type | Method and Description |
|---|---|
List |
SpinnerListModel.getList()
Returns the
List that defines the sequence for this model.
|
List |
JList.getSelectedValuesList()
Returns a list of all the selected items, in increasing order based on their indices in the list.
|
abstract List |
RowSorter.getSortKeys()
Returns the current sort keys.
|
List |
DefaultRowSorter.getSortKeys()
Returns the current sort keys.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SwingWorker.process(List
Receives data chunks from the
publish method asynchronously on the
Event Dispatch Thread.
|
void |
SpinnerListModel.setList(List
Changes the list that defines this sequence and resets the index of the models
value to zero.
|
abstract void |
RowSorter.setSortKeys(List
Sets the current sort keys.
|
void |
DefaultRowSorter.setSortKeys(List
Sets the sort keys.
|
| Constructor and Description | |
|---|---|
SpinnerListModel(List
Constructs a
SpinnerModel whose sequence of values is defined by the specified
List.
|
| Modifier and Type | Method and Description |
|---|---|
List |
DiagnosticCollector.getDiagnostics()
Gets a list view of diagnostics collected by this object.
|
| Modifier and Type | Method and Description |
|---|---|
List |
XMLObject.getContent()
Returns an
unmodifiable list of
XMLStructures contained in this
XMLObject, which represent elements from any namespace.
|
List |
SignatureProperty.getContent()
Returns an
unmodifiable list of one or more
XMLStructures that are contained in this
SignatureProperty.
|
List |
XMLSignature.getObjects()
|
List |
SignatureProperties.getProperties()
Returns an
unmodifiable list of one or more
SignaturePropertys that are contained in this
SignatureProperties.
|
List |
Manifest.getReferences()
|
List |
SignedInfo.getReferences()
Returns an
unmodifiable list of one or more
References.
|
List |
Reference.getTransforms()
|
| Modifier and Type | Method and Description |
|---|---|
abstract Manifest |
XMLSignatureFactory.newManifest(List
Creates a
Manifest containing the specified list of
References.
|
abstract Manifest |
XMLSignatureFactory.newManifest(List
Creates a
Manifest containing the specified list of
References and optional id.
|
abstract Reference |
XMLSignatureFactory.newReference(String
Creates a
Reference with the specified parameters.
|
abstract Reference |
XMLSignatureFactory.newReference(String
Creates a
Reference with the specified parameters.
|
abstract Reference |
XMLSignatureFactory.newReference(String
Creates a
Reference with the specified parameters.
|
abstract Reference |
XMLSignatureFactory.newReference(String
Creates a
Reference with the specified parameters and pre-calculated digest value.
|
abstract SignatureProperties |
XMLSignatureFactory.newSignatureProperties(List
Creates a
SignatureProperties containing the specified list of
SignaturePropertys and optional id.
|
abstract SignatureProperty |
XMLSignatureFactory.newSignatureProperty(List
Creates a
SignatureProperty containing the specified list of
XMLStructures, target URI and optional id.
|
abstract SignedInfo |
XMLSignatureFactory.newSignedInfo(CanonicalizationMethod
Creates a
SignedInfo with the specified canonicalization and signature methods, and list of one or more references.
|
abstract SignedInfo |
XMLSignatureFactory.newSignedInfo(CanonicalizationMethod
Creates a
SignedInfo with the specified parameters.
|
abstract XMLObject |
XMLSignatureFactory.newXMLObject(List
Creates an
XMLObject from the specified parameters.
|
abstract XMLSignature |
XMLSignatureFactory.newXMLSignature(SignedInfo
Creates an
XMLSignature and initializes it with the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List |
X509Data.getContent()
Returns an
unmodifiable list of the content in this
X509Data.
|
List |
KeyInfo.getContent()
Returns an
unmodifiable list containing the key information.
|
List |
PGPData.getExternalElements()
Returns an
unmodifiable list of
XMLStructures representing elements from an external namespace.
|
List |
RetrievalMethod.getTransforms()
|
| Modifier and Type | Method and Description |
|---|---|
abstract KeyInfo |
KeyInfoFactory.newKeyInfo(List
Creates a
KeyInfo containing the specified list of key information types.
|
abstract KeyInfo |
KeyInfoFactory.newKeyInfo(List
Creates a
KeyInfo containing the specified list of key information types and optional id.
|
abstract PGPData |
KeyInfoFactory.newPGPData(byte[] keyId, byte[] keyPacket, List
Creates a
PGPData from the specified PGP public key identifier, and optional key material packet and list of external elements.
|
abstract PGPData |
KeyInfoFactory.newPGPData(byte[] keyPacket, List
Creates a
PGPData from the specified PGP key material packet and optional list of external elements.
|
abstract RetrievalMethod |
KeyInfoFactory.newRetrievalMethod(String
Creates a
RetrievalMethod from the specified parameters.
|
abstract X509Data |
KeyInfoFactory.newX509Data(List
Creates a
X509Data containing the specified list of X.509 content.
|
| Modifier and Type | Method and Description |
|---|---|
List |
ExcC14NParameterSpec.getPrefixList()
Returns the inclusive namespace prefix list.
|
List |
XPathFilter2ParameterSpec.getXPathList()
Returns a list of one or more
XPathType objects.
|
| Constructor and Description | |
|---|---|
ExcC14NParameterSpec(List
Creates a
ExcC14NParameterSpec with the specified list of prefixes.
|
|
XPathFilter2ParameterSpec(List
Creates an
XPathFilter2ParameterSpec.
|
| Modifier and Type | Method and Description |
|---|---|
List |
DTD.getEntities()
Return a List containing the general entities, both external and internal, declared in the DTD.
|
List |
DTD.getNotations()
Return a List containing the notations declared in the DTD.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Binding.getHandlerChain()
Gets a copy of the handler chain for a protocol binding instance.
|
abstract List |
Endpoint.getMetadata()
Returns a list of metadata documents for the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Binding.setHandlerChain(List
Sets the handler chain for the protocol binding instance.
|
abstract void |
Endpoint.setMetadata(List
Sets the metadata for this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List |
HandlerResolver.getHandlerChain(PortInfo
Gets the handler chain for the specified port.
|
| Modifier and Type | Method and Description |
|---|---|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
XPathFunction.evaluate(List
Evaluate the function with the specified arguments.
|