Uses of Interface
java.util.List
-
Packages that use List 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 Thejava.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 thejava.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 JavaTM 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.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 processingKeyInfo
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. -
-
Uses of List in java.awt
Methods in java.awt that return List Modifier and Type Method and Description List<Image>
Window. getIconImages()
Returns the sequence of images to be displayed as the icon for this window.protected List<KeyEventDispatcher>
KeyboardFocusManager. getKeyEventDispatchers()
Returns this KeyboardFocusManager's KeyEventDispatcher chain as a List.protected List<KeyEventPostProcessor>
KeyboardFocusManager. getKeyEventPostProcessors()
Returns this KeyboardFocusManager's KeyEventPostProcessor chain as a List.Methods in java.awt with parameters of type List Modifier and Type Method and Description void
Window. setIconImages(List<? extends Image> icons)
Sets the sequence of images to be displayed as the icon for this window. -
Uses of List in java.awt.datatransfer
Methods in java.awt.datatransfer that return List Modifier and Type Method and Description List<DataFlavor>
SystemFlavorMap. getFlavorsForNative(String nat)
Returns aList
ofDataFlavor
s to which the specifiedString
native can be translated by the data transfer subsystem.List<DataFlavor>
FlavorTable. getFlavorsForNative(String nat)
Returns aList
ofDataFlavor
s to which the specifiedString
corresponds.List<String>
SystemFlavorMap. getNativesForFlavor(DataFlavor flav)
Returns aList
ofString
natives to which the specifiedDataFlavor
can be translated by the data transfer subsystem.List<String>
FlavorTable. getNativesForFlavor(DataFlavor flav)
Returns aList
ofString
natives to which the specifiedDataFlavor
corresponds. -
Uses of List in java.awt.dnd
Methods in java.awt.dnd that return List Modifier and Type Method and Description protected List<DataFlavor>
DropTargetContext. getCurrentDataFlavorsAsList()
This method returns a the currently available DataFlavors of theTransferable
operand as ajava.util.List
.List<DataFlavor>
DropTargetDropEvent. getCurrentDataFlavorsAsList()
This method returns the currently availableDataFlavor
s as ajava.util.List
.List<DataFlavor>
DropTargetDragEvent. getCurrentDataFlavorsAsList()
This method returns the currentDataFlavor
s as ajava.util.List
Constructors in java.awt.dnd with parameters of type List Constructor and Description DragGestureEvent(DragGestureRecognizer dgr, int act, Point ori, List<? extends InputEvent> evs)
Constructs aDragGestureEvent
object given by theDragGestureRecognizer
instance firing this event, anact
parameter representing the user's preferred action, anori
parameter indicating the origin of the drag, and aList
of events that comprise the gesture(evs
parameter). -
Uses of List in java.lang
Methods in java.lang that return List Modifier and Type Method and Description List<String>
ProcessBuilder. command()
Returns this process builder's operating system program and arguments.Methods in java.lang with parameters of type List Modifier and Type Method and Description ProcessBuilder
ProcessBuilder. command(List<String> command)
Sets this process builder's operating system program and arguments.Constructors in java.lang with parameters of type List Constructor and Description ProcessBuilder(List<String> command)
Constructs a process builder with the specified operating system program and arguments. -
Uses of List in java.lang.invoke
Methods in java.lang.invoke that return List Modifier and Type Method and Description List<Class<?>>
MethodType. parameterList()
Presents the parameter types as a list (a convenience method).Methods in java.lang.invoke with parameters of type List Modifier and Type Method and Description MethodType
MethodType. appendParameterTypes(List<Class<?>> ptypesToInsert)
Finds or creates a method type with additional parameter types.static MethodHandle
MethodHandles. dropArguments(MethodHandle target, int pos, List<Class<?>> valueTypes)
Produces a method handle which will discard some dummy arguments before calling some other specified target method handle.MethodType
MethodType. insertParameterTypes(int num, List<Class<?>> ptypesToInsert)
Finds or creates a method type with additional parameter types.Object
MethodHandle. invokeWithArguments(List<?> arguments)
Performs a variable arity invocation, passing the arguments in the given array to the method handle, as if via an inexactinvoke
from a call site which mentions only the typeObject
, and whose arity is the length of the argument array.static MethodType
MethodType. methodType(Class<?> rtype, List<Class<?>> ptypes)
Finds or creates a method type with the given components. -
Uses of List in java.lang.management
Methods in java.lang.management that return List Modifier and Type Method and Description static List<GarbageCollectorMXBean>
ManagementFactory. getGarbageCollectorMXBeans()
Returns a list ofGarbageCollectorMXBean
objects in the Java virtual machine.List<String>
RuntimeMXBean. getInputArguments()
Returns the input arguments passed to the Java virtual machine which does not include the arguments to the main method.List<String>
PlatformLoggingMXBean. getLoggerNames()
Returns the list of the currently registered logger names.static List<MemoryManagerMXBean>
ManagementFactory. getMemoryManagerMXBeans()
Returns a list ofMemoryManagerMXBean
objects in the Java virtual machine.static List<MemoryPoolMXBean>
ManagementFactory. getMemoryPoolMXBeans()
Returns a list ofMemoryPoolMXBean
objects in the Java virtual machine.static <T extends PlatformManagedObject>
List<T>ManagementFactory. getPlatformMXBeans(Class<T> mxbeanInterface)
Returns the list of platform MXBeans implementing the givenmxbeanInterface
in the Java virtual machine.static <T extends PlatformManagedObject>
List<T>ManagementFactory. getPlatformMXBeans(MBeanServerConnection connection, Class<T> mxbeanInterface)
Returns the list of the platform MXBean proxies for forwarding the method calls of themxbeanInterface
through the givenMBeanServerConnection
. -
Uses of List in java.net
Methods in java.net that return List Modifier and Type Method and Description List<HttpCookie>
CookieStore. get(URI uri)
Retrieve cookies associated with given URI, or whose domain matches the given URI.List<HttpCookie>
CookieStore. getCookies()
Get all not-expired cookies in cookie store.List<InterfaceAddress>
NetworkInterface. getInterfaceAddresses()
Get a List of all or a subset of theInterfaceAddresses
of this network interface.abstract List<Certificate>
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<Certificate>
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<URI>
CookieStore. getURIs()
Get all URIs which identify the cookies in this cookie store.static List<HttpCookie>
HttpCookie. parse(String header)
Constructs cookies from set-cookie or set-cookie2 header string.abstract List<Proxy>
ProxySelector. select(URI uri)
Selects all the applicable proxies based on the protocol to access the resource with and a destination address to access the resource at.Methods in java.net that return types with arguments of type List Modifier and Type Method and Description Map<String,List<String>>
CookieManager. get(URI uri, Map<String,List<String>> requestHeaders)
abstract Map<String,List<String>>
CookieHandler. get(URI uri, Map<String,List<String>> requestHeaders)
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.Map<String,List<String>>
URLConnection. getHeaderFields()
Returns an unmodifiable Map of the header fields.abstract Map<String,List<String>>
CacheResponse. getHeaders()
Returns the response headers as a Map.Map<String,List<String>>
URLConnection. getRequestProperties()
Returns an unmodifiable Map of general request properties for this connection.Method parameters in java.net with type arguments of type List Modifier and Type Method and Description Map<String,List<String>>
CookieManager. get(URI uri, Map<String,List<String>> requestHeaders)
abstract Map<String,List<String>>
CookieHandler. get(URI uri, Map<String,List<String>> requestHeaders)
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.abstract CacheResponse
ResponseCache. get(URI uri, String rqstMethod, Map<String,List<String>> rqstHeaders)
Retrieve the cached response based on the requesting uri, request method and request headers.void
CookieManager. put(URI uri, Map<String,List<String>> responseHeaders)
abstract void
CookieHandler. put(URI uri, Map<String,List<String>> responseHeaders)
Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache. -
Uses of List in java.nio.file
Methods in java.nio.file that return List Modifier and Type Method and Description List<WatchEvent<?>>
WatchKey. pollEvents()
Retrieves and removes all pending events for this watch key, returning aList
of the events that were retrieved.static List<String>
Files. readAllLines(Path path)
Read all lines from a file.static List<String>
Files. readAllLines(Path path, Charset cs)
Read all lines from a file. -
Uses of List in java.nio.file.attribute
Methods in java.nio.file.attribute that return List Modifier and Type Method and Description List<AclEntry>
AclFileAttributeView. getAcl()
Reads the access control list.List<String>
UserDefinedFileAttributeView. list()
Returns a list containing the names of the user-defined attributes.Methods in java.nio.file.attribute with parameters of type List Modifier and Type Method and Description void
AclFileAttributeView. setAcl(List<AclEntry> acl)
Updates (replace) the access control list. -
Uses of List in java.nio.file.spi
Methods in java.nio.file.spi that return List Modifier and Type Method and Description static List<FileSystemProvider>
FileSystemProvider. installedProviders()
Returns a list of the installed file system providers. -
Uses of List in java.security
Constructors in java.security with parameters of type List Constructor and Description Service(Provider provider, String type, String algorithm, String className, List<String> aliases, Map<String,String> attributes)
Construct a new service. -
Uses of List in java.security.cert
Methods in java.security.cert that return List Modifier and Type Method and Description abstract List<? extends Certificate>
CertPath. getCertificates()
Returns the list of certificates in this certification path.List<PKIXCertPathChecker>
PKIXParameters. getCertPathCheckers()
Returns theList
of certification path checkers.List<CertStore>
PKIXParameters. getCertStores()
Returns an immutableList
ofCertStore
s that are used to find certificates and CRLs.List<String>
X509Certificate. getExtendedKeyUsage()
Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of theExtKeyUsageSyntax
field of the extended key usage extension, (OID = 2.5.29.37).List<Extension>
PKIXRevocationChecker. getOcspExtensions()
Gets the optional OCSP request extensions.abstract List<CertPathValidatorException>
PKIXRevocationChecker. getSoftFailExceptions()
Returns a list containing the exceptions that are ignored by the revocation checker when theSOFT_FAIL
option is set.Methods in java.security.cert that return types with arguments of type List Modifier and Type Method and Description Collection<List<?>>
X509Certificate. getIssuerAlternativeNames()
Gets an immutable collection of issuer alternative names from theIssuerAltName
extension, (OID = 2.5.29.18).Collection<List<?>>
X509CertSelector. getPathToNames()
Returns a copy of the pathToNames criterion.Collection<List<?>>
X509CertSelector. getSubjectAlternativeNames()
Returns a copy of the subjectAlternativeNames criterion.Collection<List<?>>
X509Certificate. getSubjectAlternativeNames()
Gets an immutable collection of subject alternative names from theSubjectAltName
extension, (OID = 2.5.29.17).Methods in java.security.cert with parameters of type List Modifier and Type Method and Description CertPath
CertificateFactorySpi. engineGenerateCertPath(List<? extends Certificate> certificates)
Generates aCertPath
object and initializes it with aList
ofCertificate
s.CertPath
CertificateFactory. generateCertPath(List<? extends Certificate> certificates)
Generates aCertPath
object and initializes it with aList
ofCertificate
s.void
PKIXParameters. setCertPathCheckers(List<PKIXCertPathChecker> checkers)
Sets aList
of additional certification path checkers.void
PKIXParameters. setCertStores(List<CertStore> stores)
Sets the list ofCertStore
s to be used in finding certificates and CRLs.void
PKIXRevocationChecker. setOcspExtensions(List<Extension> extensions)
Sets the optional OCSP request extensions.Method parameters in java.security.cert with type arguments of type List Modifier and Type Method and Description void
X509CertSelector. setPathToNames(Collection<List<?>> names)
Sets the pathToNames criterion.void
X509CertSelector. setSubjectAlternativeNames(Collection<List<?>> names)
Sets the subjectAlternativeNames criterion. -
Uses of List in java.time
Methods in java.time that return List Modifier and Type Method and Description List<TemporalUnit>
Period. getUnits()
Gets the set of units supported by this period.List<TemporalUnit>
Duration. getUnits()
Gets the set of units supported by this duration. -
Uses of List in java.time.chrono
Methods in java.time.chrono that return List Modifier and Type Method and Description List<Era>
ThaiBuddhistChronology. eras()
List<Era>
JapaneseChronology. eras()
List<Era>
HijrahChronology. eras()
List<Era>
MinguoChronology. eras()
List<Era>
IsoChronology. eras()
List<Era>
Chronology. eras()
Gets the list of eras for the chronology.List<TemporalUnit>
ChronoPeriod. getUnits()
Gets the set of units supported by this period. -
Uses of List in java.time.temporal
Methods in java.time.temporal that return List Modifier and Type Method and Description List<TemporalUnit>
TemporalAmount. getUnits()
Returns the list of units uniquely defining the value of this TemporalAmount. -
Uses of List in java.time.zone
Methods in java.time.zone that return List Modifier and Type Method and Description List<ZoneOffsetTransitionRule>
ZoneRules. getTransitionRules()
Gets the list of transition rules for years beyond those defined in the transition list.List<ZoneOffsetTransition>
ZoneRules. getTransitions()
Gets the complete list of fully defined transitions.List<ZoneOffset>
ZoneRules. getValidOffsets(LocalDateTime localDateTime)
Gets the offset applicable at the specified local date-time in these rules.Methods in java.time.zone with parameters of type List Modifier and Type Method and Description static ZoneRules
ZoneRules. of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List<ZoneOffsetTransition> standardOffsetTransitionList, List<ZoneOffsetTransition> transitionList, List<ZoneOffsetTransitionRule> lastRules)
Obtains an instance of a ZoneRules.static ZoneRules
ZoneRules. of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List<ZoneOffsetTransition> standardOffsetTransitionList, List<ZoneOffsetTransition> transitionList, List<ZoneOffsetTransitionRule> lastRules)
Obtains an instance of a ZoneRules.static ZoneRules
ZoneRules. of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List<ZoneOffsetTransition> standardOffsetTransitionList, List<ZoneOffsetTransition> transitionList, List<ZoneOffsetTransitionRule> lastRules)
Obtains an instance of a ZoneRules. -
Uses of List in java.util
Classes in java.util that implement List Modifier and Type Class and Description class
AbstractList<E>
This class provides a skeletal implementation of theList
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 theList
andDeque
interfaces.class
Stack<E>
TheStack
class represents a last-in-first-out (LIFO) stack of objects.class
Vector<E>
TheVector
class implements a growable array of objects.Fields in java.util declared as List Modifier and Type Field and Description static List
Collections. EMPTY_LIST
The empty list (immutable).static List<String>
ResourceBundle.Control. FORMAT_CLASS
The class-only formatList
containing"java.class"
.static List<String>
ResourceBundle.Control. FORMAT_DEFAULT
The default formatList
, which contains the strings"java.class"
and"java.properties"
, in this order.static List<String>
ResourceBundle.Control. FORMAT_PROPERTIES
The properties-only formatList
containing"java.properties"
.Methods in java.util that return List Modifier and Type Method and Description static <T> List<T>
Arrays. asList(T... a)
Returns a fixed-size list backed by the specified array.static <E> List<E>
Collections. checkedList(List<E> list, Class<E> type)
Returns a dynamically typesafe view of the specified list.static <T> List<T>
Collections. emptyList()
Returns an empty list (immutable).static List<Locale>
Locale. filter(List<Locale.LanguageRange> priorityList, Collection<Locale> locales)
Returns a list of matchingLocale
instances using the filtering mechanism defined in RFC 4647.static List<Locale>
Locale. filter(List<Locale.LanguageRange> priorityList, Collection<Locale> locales, Locale.FilteringMode mode)
Returns a list of matchingLocale
instances using the filtering mechanism defined in RFC 4647.static List<String>
Locale. filterTags(List<Locale.LanguageRange> priorityList, Collection<String> tags)
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.static List<String>
Locale. filterTags(List<Locale.LanguageRange> priorityList, Collection<String> tags, Locale.FilteringMode mode)
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.List<Locale>
ResourceBundle.Control. getCandidateLocales(String baseName, Locale locale)
Returns aList
ofLocale
s as candidate locales forbaseName
andlocale
.List<String>
ResourceBundle.Control. getFormats(String baseName)
Returns aList
ofString
s containing formats to be used to load resource bundles for the givenbaseName
.static List<Locale.LanguageRange>
Locale.LanguageRange. mapEquivalents(List<Locale.LanguageRange> priorityList, Map<String,List<String>> map)
Generates a new customized Language Priority List using the givenpriorityList
andmap
.static <T> List<T>
Collections. nCopies(int n, T o)
Returns an immutable list consisting of n copies of the specified object.static List<Locale.LanguageRange>
Locale.LanguageRange. parse(String ranges)
Parses the givenranges
to generate a Language Priority List.static List<Locale.LanguageRange>
Locale.LanguageRange. parse(String ranges, Map<String,List<String>> map)
Parses the givenranges
to generate a Language Priority List, and then customizes the list using the givenmap
.static <T> List<T>
Collections. singletonList(T o)
Returns an immutable list containing only the specified object.List<E>
ArrayList. subList(int fromIndex, int toIndex)
Returns a view of the portion of this list between the specifiedfromIndex
, inclusive, andtoIndex
, exclusive.List<E>
AbstractList. subList(int fromIndex, int toIndex)
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.List<E>
Vector. subList(int fromIndex, int toIndex)
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.List<E>
List. 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<T>
Collections. synchronizedList(List<T> list)
Returns a synchronized (thread-safe) list backed by the specified list.static <T> List<T>
Collections. unmodifiableList(List<? extends T> list)
Returns an unmodifiable view of the specified list.Methods in java.util with parameters of type List Modifier and Type Method and Description static <T> int
Collections. binarySearch(List<? extends Comparable<? super T>> list, T key)
Searches the specified list for the specified object using the binary search algorithm.static <T> int
Collections. binarySearch(List<? extends T> list, T key, Comparator<? super T> c)
Searches the specified list for the specified object using the binary search algorithm.static <E> List<E>
Collections. checkedList(List<E> list, Class<E> type)
Returns a dynamically typesafe view of the specified list.static <T> void
Collections. copy(List<? super T> dest, List<? extends T> src)
Copies all of the elements from one list into another.static <T> void
Collections. copy(List<? super T> dest, List<? extends T> src)
Copies all of the elements from one list into another.static <T> void
Collections. fill(List<? super T> list, T obj)
Replaces all of the elements of the specified list with the specified element.static List<Locale>
Locale. filter(List<Locale.LanguageRange> priorityList, Collection<Locale> locales)
Returns a list of matchingLocale
instances using the filtering mechanism defined in RFC 4647.static List<Locale>
Locale. filter(List<Locale.LanguageRange> priorityList, Collection<Locale> locales, Locale.FilteringMode mode)
Returns a list of matchingLocale
instances using the filtering mechanism defined in RFC 4647.static List<String>
Locale. filterTags(List<Locale.LanguageRange> priorityList, Collection<String> tags)
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.static List<String>
Locale. filterTags(List<Locale.LanguageRange> priorityList, Collection<String> tags, Locale.FilteringMode mode)
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.static ResourceBundle.Control
ResourceBundle.Control. getControl(List<String> formats)
static ResourceBundle.Control
ResourceBundle.Control. getNoFallbackControl(List<String> formats)
Returns aResourceBundle.Control
in which thegetFormats
method returns the specifiedformats
and thegetFallbackLocale
method returnsnull
.static int
Collections. indexOfSubList(List<?> source, List<?> target)
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<?> source, List<?> target)
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<?> source, List<?> target)
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<?> source, List<?> target)
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<Locale.LanguageRange> priorityList, Collection<Locale> locales)
Returns aLocale
instance for the best-matching language tag using the lookup mechanism defined in RFC 4647.static String
Locale. lookupTag(List<Locale.LanguageRange> priorityList, Collection<String> tags)
Returns the best-matching language tag using the lookup mechanism defined in RFC 4647.static List<Locale.LanguageRange>
Locale.LanguageRange. mapEquivalents(List<Locale.LanguageRange> priorityList, Map<String,List<String>> map)
Generates a new customized Language Priority List using the givenpriorityList
andmap
.static <T> boolean
Collections. replaceAll(List<T> list, T oldVal, T newVal)
Replaces all occurrences of one specified value in a list with another.static void
Collections. reverse(List<?> list)
Reverses the order of the elements in the specified list.static void
Collections. rotate(List<?> list, int distance)
Rotates the elements in the specified list by the specified distance.static void
Collections. shuffle(List<?> list)
Randomly permutes the specified list using a default source of randomness.static void
Collections. shuffle(List<?> list, Random rnd)
Randomly permute the specified list using the specified source of randomness.static <T extends Comparable<? super T>>
voidCollections. sort(List<T> list)
Sorts the specified list into ascending order, according to the natural ordering of its elements.static <T> void
Collections. sort(List<T> list, Comparator<? super T> c)
Sorts the specified list according to the order induced by the specified comparator.static void
Collections. swap(List<?> list, int i, int j)
Swaps the elements at the specified positions in the specified list.static <T> List<T>
Collections. synchronizedList(List<T> list)
Returns a synchronized (thread-safe) list backed by the specified list.static <T> List<T>
Collections. unmodifiableList(List<? extends T> list)
Returns an unmodifiable view of the specified list.Method parameters in java.util with type arguments of type List Modifier and Type Method and Description static List<Locale.LanguageRange>
Locale.LanguageRange. mapEquivalents(List<Locale.LanguageRange> priorityList, Map<String,List<String>> map)
Generates a new customized Language Priority List using the givenpriorityList
andmap
.static List<Locale.LanguageRange>
Locale.LanguageRange. parse(String ranges, Map<String,List<String>> map)
Parses the givenranges
to generate a Language Priority List, and then customizes the list using the givenmap
. -
Uses of List in java.util.concurrent
Classes in java.util.concurrent that implement List Modifier and Type Class and Description class
CopyOnWriteArrayList<E>
A thread-safe variant ofArrayList
in which all mutative operations (add
,set
, and so on) are implemented by making a fresh copy of the underlying array.Methods in java.util.concurrent that return List Modifier and Type Method and Description <T> List<Future<T>>
ForkJoinPool. invokeAll(Collection<? extends Callable<T>> tasks)
<T> List<Future<T>>
AbstractExecutorService. invokeAll(Collection<? extends Callable<T>> tasks)
<T> List<Future<T>>
ExecutorService. invokeAll(Collection<? extends Callable<T>> tasks)
Executes the given tasks, returning a list of Futures holding their status and results when all complete.<T> List<Future<T>>
AbstractExecutorService. invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
<T> List<Future<T>>
ExecutorService. invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.List<Runnable>
ForkJoinPool. shutdownNow()
Possibly attempts to cancel and/or stop all tasks, and reject all subsequently submitted tasks.List<Runnable>
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<Runnable>
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<Runnable>
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<E>
CopyOnWriteArrayList. subList(int fromIndex, int toIndex)
Returns a view of the portion of this list betweenfromIndex
, inclusive, andtoIndex
, exclusive. -
Uses of List in java.util.logging
Methods in java.util.logging that return List Modifier and Type Method and Description List<String>
LoggingMXBean. getLoggerNames()
Returns the list of currently registered logger names. -
Uses of List in java.util.stream
Methods in java.util.stream that return types with arguments of type List Modifier and Type Method and Description static <T,K> Collector<T,?,Map<K,List<T>>>
Collectors. groupingBy(Function<? super T,? extends K> classifier)
Returns aCollector
implementing a "group by" operation on input elements of typeT
, grouping elements according to a classification function, and returning the results in aMap
.static <T,K> Collector<T,?,ConcurrentMap<K,List<T>>>
Collectors. groupingByConcurrent(Function<? super T,? extends K> classifier)
Returns a concurrentCollector
implementing a "group by" operation on input elements of typeT
, grouping elements according to a classification function.static <T> Collector<T,?,Map<Boolean,List<T>>>
Collectors. partitioningBy(Predicate<? super T> predicate)
Returns aCollector
which partitions the input elements according to aPredicate
, and organizes them into aMap<Boolean, List<T>>
.static <T> Collector<T,?,List<T>>
Collectors. toList()
Returns aCollector
that accumulates the input elements into a newList
. -
Uses of List in javax.imageio
Fields in javax.imageio declared as List Modifier and Type Field and Description protected List<IIOReadProgressListener>
ImageReader. progressListeners
AList
of currently registeredIIOReadProgressListener
s, initialized by default tonull
, which is synonymous with an emptyList
.protected List<IIOWriteProgressListener>
ImageWriter. progressListeners
AList
of currently registeredIIOWriteProgressListener
s, initialized by defaultnull
, which is synonymous with an emptyList
.protected List<? extends BufferedImage>
IIOImage. thumbnails
AList
ofBufferedImage
thumbnails, ornull
.protected List<IIOReadUpdateListener>
ImageReader. updateListeners
AList
of currently registeredIIOReadUpdateListener
s, initialized by default tonull
, which is synonymous with an emptyList
.protected List<IIOReadWarningListener>
ImageReader. warningListeners
AList
of currently registeredIIOReadWarningListener
s, initialized by default tonull
, which is synonymous with an emptyList
.protected List<IIOWriteWarningListener>
ImageWriter. warningListeners
AList
of currently registeredIIOWriteWarningListener
s, initialized by default tonull
, which is synonymous with an emptyList
.protected List<Locale>
ImageReader. warningLocales
AList
of theLocale
s associated with each currently registeredIIOReadWarningListener
, initialized by default tonull
, which is synonymous with an emptyList
.protected List<Locale>
ImageWriter. warningLocales
AList
ofLocale
s, one for each element ofwarningListeners
, initialized by defaultnull
, which is synonymous with an emptyList
.Methods in javax.imageio that return List Modifier and Type Method and Description List<? extends BufferedImage>
IIOImage. getThumbnails()
Returns the currentList
of thumbnailBufferedImage
s, ornull
if none is set.Methods in javax.imageio with parameters of type List Modifier and Type Method and Description void
ImageWriter. prepareInsertEmpty(int imageIndex, ImageTypeSpecifier imageType, int width, int height, IIOMetadata imageMetadata, List<? extends BufferedImage> thumbnails, ImageWriteParam param)
Begins the insertion of a new image with undefined pixel values into an existing image stream.void
ImageWriter. prepareWriteEmpty(IIOMetadata streamMetadata, ImageTypeSpecifier imageType, int width, int height, IIOMetadata imageMetadata, List<? extends BufferedImage> thumbnails, ImageWriteParam param)
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<? extends BufferedImage> thumbnails)
Sets the list of thumbnails to a newList
ofBufferedImage
s, or tonull
.Constructors in javax.imageio with parameters of type List Constructor and Description IIOImage(Raster raster, List<? extends BufferedImage> thumbnails, IIOMetadata metadata)
Constructs anIIOImage
containing aRaster
, and thumbnails and metadata associated with it.IIOImage(RenderedImage image, List<? extends BufferedImage> thumbnails, IIOMetadata metadata)
Constructs anIIOImage
containing aRenderedImage
, and thumbnails and metadata associated with it. -
Uses of List in javax.imageio.metadata
Methods in javax.imageio.metadata with parameters of type List Modifier and Type Method and Description protected void
IIOMetadataFormatImpl. addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue, List<String> enumeratedValues)
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 elementName, Class<T> classType, boolean required, T defaultValue, List<? extends T> enumeratedValues)
Allows anObject
reference of a given class type to be stored in nodes implementing the named element. -
Uses of List in javax.lang.model
Methods in javax.lang.model that return List Modifier and Type Method and Description List<? extends AnnotationMirror>
AnnotatedConstruct. getAnnotationMirrors()
Returns the annotations that are directly present on this construct. -
Uses of List in javax.lang.model.element
Methods in javax.lang.model.element that return List Modifier and Type Method and Description List<? extends AnnotationMirror>
Element. getAnnotationMirrors()
Returns the annotations that are directly present on this construct.List<? extends TypeMirror>
TypeParameterElement. getBounds()
Returns the bounds of this type parameter.List<? extends Element>
PackageElement. getEnclosedElements()
Returns the top-level classes and interfaces within this package.List<? extends Element>
TypeElement. getEnclosedElements()
Returns the fields, methods, constructors, and member types that are directly declared in this class or interface.List<? extends Element>
Element. getEnclosedElements()
Returns the elements that are, loosely speaking, directly enclosed by this element.List<? extends TypeMirror>
TypeElement. getInterfaces()
Returns the interface types directly implemented by this class or extended by this interface.List<? extends VariableElement>
ExecutableElement. getParameters()
Returns the formal parameters of this executable.List<? extends TypeMirror>
ExecutableElement. getThrownTypes()
Returns the exceptions and other throwables listed in this method or constructor'sthrows
clause in declaration order.List<? extends TypeParameterElement>
ExecutableElement. getTypeParameters()
Returns the formal type parameters of this executable in declaration order.List<? extends TypeParameterElement>
Parameterizable. getTypeParameters()
Returns the formal type parameters of the type element in declaration order.List<? extends TypeParameterElement>
TypeElement. getTypeParameters()
Returns the formal type parameters of this type element in declaration order.Methods in javax.lang.model.element with parameters of type List Modifier and Type Method and Description R
AnnotationValueVisitor. visitArray(List<? extends AnnotationValue> vals, P p)
Visits an array value in an annotation. -
Uses of List in javax.lang.model.type
Methods in javax.lang.model.type that return List Modifier and Type Method and Description List<? extends TypeMirror>
UnionType. getAlternatives()
Return the alternatives comprising this union type.List<? extends TypeMirror>
IntersectionType. getBounds()
Return the bounds comprising this intersection type.List<? extends TypeMirror>
ExecutableType. getParameterTypes()
Returns the types of this executable's formal parameters.List<? extends TypeMirror>
ExecutableType. getThrownTypes()
Returns the exceptions and other throwables listed in this executable'sthrows
clause.List<? extends TypeMirror>
DeclaredType. getTypeArguments()
Returns the actual type arguments of this type.List<? extends TypeMirror>
MirroredTypesException. getTypeMirrors()
Returns the type mirrors corresponding to the types being accessed.List<? extends TypeVariable>
ExecutableType. getTypeVariables()
Returns the type variables declared by the formal type parameters of this executable.Constructors in javax.lang.model.type with parameters of type List Constructor and Description MirroredTypesException(List<? extends TypeMirror> types)
Constructs a new MirroredTypesException for the specified types. -
Uses of List in javax.lang.model.util
Methods in javax.lang.model.util that return List Modifier and Type Method and Description static List<ExecutableElement>
ElementFilter. constructorsIn(Iterable<? extends Element> elements)
Returns a list of constructors inelements
.List<? extends TypeMirror>
Types. directSupertypes(TypeMirror t)
Returns the direct supertypes of a type.static List<VariableElement>
ElementFilter. fieldsIn(Iterable<? extends Element> elements)
Returns a list of fields inelements
.List<? extends AnnotationMirror>
Elements. getAllAnnotationMirrors(Element e)
Returns all annotations present on an element, whether directly present or present via inheritance.List<? extends Element>
Elements. getAllMembers(TypeElement type)
Returns all members of a type element, whether inherited or declared directly.static List<ExecutableElement>
ElementFilter. methodsIn(Iterable<? extends Element> elements)
Returns a list of methods inelements
.static List<PackageElement>
ElementFilter. packagesIn(Iterable<? extends Element> elements)
Returns a list of packages inelements
.static List<TypeElement>
ElementFilter. typesIn(Iterable<? extends Element> elements)
Returns a list of types inelements
.Methods in javax.lang.model.util with parameters of type List Modifier and Type Method and Description R
SimpleAnnotationValueVisitor6. visitArray(List<? extends AnnotationValue> vals, P p)
Visits an array value in an annotation. -
Uses of List in javax.management
Classes in javax.management that implement List Modifier and Type Class and Description class
AttributeList
Represents a list of values for attributes of an MBean.Methods in javax.management that return List Modifier and Type Method and Description List<Attribute>
AttributeList. asList()
Return a view of this list as aList<Attribute>
.Constructors in javax.management with parameters of type List Constructor and Description AttributeList(List<Attribute> list)
Constructs anAttributeList
containing the elements of theList
specified, in the order in which they are returned by theList
's iterator. -
Uses of List in javax.management.loading
Methods in javax.management.loading that return List Modifier and Type Method and Description List<String>
MLetContent. getParameterTypes()
Gets the list of values of theTYPE
attribute in each nested <PARAM> tag within theMLET
tag.List<String>
MLetContent. getParameterValues()
Gets the list of values of theVALUE
attribute in each nested <PARAM> tag within theMLET
tag.Constructors in javax.management.loading with parameters of type List Constructor and Description MLetContent(URL url, Map<String,String> attributes, List<String> types, List<String> values)
Creates anMLet
instance initialized with attributes read from anMLET
tag in an MLet text file.MLetContent(URL url, Map<String,String> attributes, List<String> types, List<String> values)
Creates anMLet
instance initialized with attributes read from anMLET
tag in an MLet text file. -
Uses of List in javax.management.openmbean
Fields in javax.management.openmbean declared as List Modifier and Type Field and Description static List<String>
OpenType. ALLOWED_CLASSNAMES_LIST
List of the fully qualified names of the Java classes allowed for open data values.Methods in javax.management.openmbean that return List Modifier and Type Method and Description List<String>
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 thisTabularType
instance. -
Uses of List in javax.management.relation
Classes in javax.management.relation that implement List 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.Methods in javax.management.relation that return List Modifier and Type Method and Description List<RoleUnresolved>
RoleUnresolvedList. asList()
Return a view of this list as aList<RoleUnresolved>
.List<Role>
RoleList. asList()
Return a view of this list as aList<Role>
.List<String>
RelationService. findRelationsOfType(String relationTypeName)
Returns the relation ids for relations of the given type.List<String>
RelationServiceMBean. findRelationsOfType(String relationTypeName)
Returns the relation ids for relations of the given type.List<String>
RelationService. getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service.List<String>
RelationServiceMBean. getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service.List<String>
RelationService. getAllRelationTypeNames()
Retrieves names of all known relation types.List<String>
RelationServiceMBean. getAllRelationTypeNames()
Retrieves names of all known relation types.List<ObjectName>
RelationNotification. getMBeansToUnregister()
Returns the list of ObjectNames of MBeans expected to be unregistered due to a relation removal (only for relation removal).List<ObjectName>
RelationNotification. getNewRoleValue()
Returns new value of updated role (only for role update).List<ObjectName>
RelationNotification. getOldRoleValue()
Returns old value of updated role (only for role update).List<ObjectName>
Relation. getRole(String roleName)
Retrieves role value for given role name.List<ObjectName>
RelationSupport. getRole(String roleName)
Retrieves role value for given role name.List<ObjectName>
RelationService. getRole(String relationId, String roleName)
Retrieves role value for given role name in given relation.List<ObjectName>
RelationServiceMBean. getRole(String relationId, String roleName)
Retrieves role value for given role name in given relation.List<RoleInfo>
RelationTypeSupport. getRoleInfos()
Returns the list of role definitions (ArrayList of RoleInfo objects).List<RoleInfo>
RelationType. getRoleInfos()
Returns the list of role definitions (ArrayList of RoleInfo objects).List<RoleInfo>
RelationService. getRoleInfos(String relationTypeName)
Retrieves list of role infos (RoleInfo objects) of a given relation type.List<RoleInfo>
RelationServiceMBean. getRoleInfos(String relationTypeName)
Retrieves list of role infos (RoleInfo objects) of a given relation type.List<ObjectName>
RoleUnresolved. getRoleValue()
Retrieves role value.List<ObjectName>
Role. getRoleValue()
Retrieves role value.Methods in javax.management.relation that return types with arguments of type List Modifier and Type Method and Description Map<ObjectName,List<String>>
RelationService. findAssociatedMBeans(ObjectName mbeanName, String relationTypeName, String roleName)
Retrieves the MBeans associated to given one in a relation.Map<ObjectName,List<String>>
RelationServiceMBean. findAssociatedMBeans(ObjectName mbeanName, String relationTypeName, String roleName)
Retrieves the MBeans associated to given one in a relation.Map<String,List<String>>
RelationService. findReferencingRelations(ObjectName mbeanName, String relationTypeName, String roleName)
Retrieves the relations where a given MBean is referenced.Map<String,List<String>>
RelationServiceMBean. findReferencingRelations(ObjectName mbeanName, String relationTypeName, String roleName)
Retrieves the relations where a given MBean is referenced.Map<ObjectName,List<String>>
Relation. getReferencedMBeans()
Retrieves MBeans referenced in the various roles of the relation.Map<ObjectName,List<String>>
RelationSupport. getReferencedMBeans()
Retrieves MBeans referenced in the various roles of the relation.Map<ObjectName,List<String>>
RelationService. getReferencedMBeans(String relationId)
Retrieves MBeans referenced in the various roles of the relation.Map<ObjectName,List<String>>
RelationServiceMBean. getReferencedMBeans(String relationId)
Retrieves MBeans referenced in the various roles of the relation.Methods in javax.management.relation with parameters of type List Modifier and Type Method and Description static String
Role. roleValueToString(List<ObjectName> roleValue)
Returns a string for the given role value.void
RelationService. sendRelationRemovalNotification(String relationId, List<ObjectName> unregMBeanList)
Sends a notification (RelationNotification) for a relation removal.void
RelationServiceMBean. sendRelationRemovalNotification(String relationId, List<ObjectName> unregMBeanList)
Sends a notification (RelationNotification) for a relation removal.void
RelationService. sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldValue)
Sends a notification (RelationNotification) for a role update in the given relation.void
RelationServiceMBean. sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation.void
RoleUnresolved. setRoleValue(List<ObjectName> value)
Sets role value.void
Role. setRoleValue(List<ObjectName> roleValue)
Sets role value.void
RelationService. updateRoleMap(String relationId, Role newRole, List<ObjectName> oldValue)
Handles update of the Relation Service role map for the update of given role in given relation.void
RelationServiceMBean. updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation.Constructors in javax.management.relation with parameters of type List Constructor and Description RelationNotification(String notifType, Object sourceObj, long sequence, long timeStamp, String message, String id, String typeName, ObjectName objectName, List<ObjectName> unregMBeanList)
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 notifType, Object sourceObj, long sequence, long timeStamp, String message, String id, String typeName, ObjectName objectName, String name, List<ObjectName> newValue, List<ObjectName> oldValue)
Creates a notification for a role update in a relation.RelationNotification(String notifType, Object sourceObj, long sequence, long timeStamp, String message, String id, String typeName, ObjectName objectName, String name, List<ObjectName> newValue, List<ObjectName> oldValue)
Creates a notification for a role update in a relation.Role(String roleName, List<ObjectName> roleValue)
Make a new Role object.RoleList(List<Role> list)
Constructs aRoleList
containing the elements of theList
specified, in the order in which they are returned by theList
's iterator.RoleUnresolved(String name, List<ObjectName> value, int pbType)
Constructor.RoleUnresolvedList(List<RoleUnresolved> list)
Constructs aRoleUnresolvedList
containing the elements of theList
specified, in the order in which they are returned by theList
's iterator. -
Uses of List in javax.naming.ldap
Methods in javax.naming.ldap that return List Modifier and Type Method and Description List<Rdn>
LdapName. getRdns()
Retrieves the list of relative distinguished names.Methods in javax.naming.ldap with parameters of type List Modifier and Type Method and Description Name
LdapName. addAll(int posn, List<Rdn> suffixRdns)
Adds the RDNs of a name -- in order -- at a specified position within this name.Name
LdapName. addAll(List<Rdn> suffixRdns)
Adds the RDNs of a name -- in order -- to the end of this name.boolean
LdapName. endsWith(List<Rdn> rdns)
Determines whether the specified RDN sequence forms a suffix of this LDAP name.boolean
LdapName. startsWith(List<Rdn> rdns)
Determines whether the specified RDN sequence forms a prefix of this LDAP name.Constructors in javax.naming.ldap with parameters of type List Constructor and Description LdapName(List<Rdn> rdns)
Constructs an LDAP name given its parsed RDN components. -
Uses of List in javax.net.ssl
Methods in javax.net.ssl that return List Modifier and Type Method and Description List<KeyStore.Builder>
KeyStoreBuilderParameters. getParameters()
Return the unmodifiable List of the KeyStore.Builders encapsulated by this object.List<SNIServerName>
ExtendedSSLSession. getRequestedServerNames()
Obtains aList
containing allSNIServerName
s of the requested Server Name Indication (SNI) extension.List<SNIServerName>
SSLParameters. getServerNames()
Returns aList
containing allSNIServerName
s of the Server Name Indication (SNI) parameter, or null if none has been set.Methods in javax.net.ssl that return types with arguments of type List Modifier and Type Method and Description BiFunction<SSLSocket,List<String>,String>
SSLSocket. getHandshakeApplicationProtocolSelector()
Retrieves the callback function that selects an application protocol value during a SSL/TLS/DTLS handshake.BiFunction<SSLEngine,List<String>,String>
SSLEngine. getHandshakeApplicationProtocolSelector()
Retrieves the callback function that selects an application protocol value during a SSL/TLS/DTLS handshake.Methods in javax.net.ssl with parameters of type List Modifier and Type Method and Description void
SSLParameters. setServerNames(List<SNIServerName> serverNames)
Sets the desiredSNIServerName
s of the Server Name Indication (SNI) parameter.Method parameters in javax.net.ssl with type arguments of type List Modifier and Type Method and Description void
SSLEngine. setHandshakeApplicationProtocolSelector(BiFunction<SSLEngine,List<String>,String> selector)
Registers a callback function that selects an application protocol value for a SSL/TLS/DTLS handshake.void
SSLSocket. setHandshakeApplicationProtocolSelector(BiFunction<SSLSocket,List<String>,String> selector)
Registers a callback function that selects an application protocol value for a SSL/TLS/DTLS handshake.Constructors in javax.net.ssl with parameters of type List Constructor and Description KeyStoreBuilderParameters(List<KeyStore.Builder> parameters)
Construct new KeyStoreBuilderParameters from a List of KeyStore.Builders. -
Uses of List in javax.script
Methods in javax.script that return List Modifier and Type Method and Description List<ScriptEngineFactory>
ScriptEngineManager. getEngineFactories()
Returns a list whose elements are instances of all theScriptEngineFactory
classes found by the discovery mechanism.List<String>
ScriptEngineFactory. getExtensions()
Returns an immutable list of filename extensions, which generally identify scripts written in the language supported by thisScriptEngine
.List<String>
ScriptEngineFactory. getMimeTypes()
Returns an immutable list of mimetypes, associated with scripts that can be executed by the engine.List<String>
ScriptEngineFactory. getNames()
Returns an immutable list of short names for theScriptEngine
, which may be used to identify theScriptEngine
by theScriptEngineManager
.List<Integer>
SimpleScriptContext. getScopes()
Returns immutableList
of all the valid values for scope in the ScriptContext.List<Integer>
ScriptContext. getScopes()
Returns immutableList
of all the valid values for scope in the ScriptContext. -
Uses of List in javax.sound.midi
Methods in javax.sound.midi that return List Modifier and Type Method and Description List<Receiver>
MidiDevice. getReceivers()
Returns all currently active, non-closed receivers connected with this MidiDevice.List<Transmitter>
MidiDevice. getTransmitters()
Returns all currently active, non-closed transmitters connected with this MidiDevice. -
Uses of List in javax.swing
Methods in javax.swing that return List Modifier and Type Method and Description List<?>
SpinnerListModel. getList()
Returns theList
that defines the sequence for this model.List<E>
JList. getSelectedValuesList()
Returns a list of all the selected items, in increasing order based on their indices in the list.List<? extends RowSorter.SortKey>
DefaultRowSorter. getSortKeys()
Returns the current sort keys.abstract List<? extends RowSorter.SortKey>
RowSorter. getSortKeys()
Returns the current sort keys.Methods in javax.swing with parameters of type List Modifier and Type Method and Description protected void
SwingWorker. process(List<V> chunks)
Receives data chunks from thepublish
method asynchronously on the Event Dispatch Thread.void
SpinnerListModel. setList(List<?> list)
Changes the list that defines this sequence and resets the index of the modelsvalue
to zero.void
DefaultRowSorter. setSortKeys(List<? extends RowSorter.SortKey> sortKeys)
Sets the sort keys.abstract void
RowSorter. setSortKeys(List<? extends RowSorter.SortKey> keys)
Sets the current sort keys.Constructors in javax.swing with parameters of type List Constructor and Description SpinnerListModel(List<?> values)
Constructs aSpinnerModel
whose sequence of values is defined by the specifiedList
. -
Uses of List in javax.tools
Methods in javax.tools that return List Modifier and Type Method and Description List<Diagnostic<? extends S>>
DiagnosticCollector. getDiagnostics()
Gets a list view of diagnostics collected by this object. -
Uses of List in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that return List Modifier and Type Method and Description List
SignatureProperty. getContent()
Returns anunmodifiable list
of one or moreXMLStructure
s that are contained in thisSignatureProperty
.List
XMLObject. getContent()
Returns anunmodifiable list
ofXMLStructure
s contained in thisXMLObject
, which represent elements from any namespace.List
XMLSignature. getObjects()
List
SignatureProperties. getProperties()
Returns anunmodifiable list
of one or moreSignatureProperty
s that are contained in thisSignatureProperties
.List
Manifest. getReferences()
List
SignedInfo. getReferences()
Returns anunmodifiable list
of one or moreReference
s.List
Reference. getTransforms()
Methods in javax.xml.crypto.dsig with parameters of type List Modifier and Type Method and Description abstract Manifest
XMLSignatureFactory. newManifest(List references)
Creates aManifest
containing the specified list ofReference
s.abstract Manifest
XMLSignatureFactory. newManifest(List references, String id)
Creates aManifest
containing the specified list ofReference
s and optional id.abstract Reference
XMLSignatureFactory. newReference(String uri, DigestMethod dm, List appliedTransforms, Data result, List transforms, String type, String id)
Creates aReference
with the specified parameters.abstract Reference
XMLSignatureFactory. newReference(String uri, DigestMethod dm, List appliedTransforms, Data result, List transforms, String type, String id)
Creates aReference
with the specified parameters.abstract Reference
XMLSignatureFactory. newReference(String uri, DigestMethod dm, List transforms, String type, String id)
Creates aReference
with the specified parameters.abstract Reference
XMLSignatureFactory. newReference(String uri, DigestMethod dm, List transforms, String type, String id, byte[] digestValue)
Creates aReference
with the specified parameters and pre-calculated digest value.abstract SignatureProperties
XMLSignatureFactory. newSignatureProperties(List properties, String id)
Creates aSignatureProperties
containing the specified list ofSignatureProperty
s and optional id.abstract SignatureProperty
XMLSignatureFactory. newSignatureProperty(List content, String target, String id)
Creates aSignatureProperty
containing the specified list ofXMLStructure
s, target URI and optional id.abstract SignedInfo
XMLSignatureFactory. newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references)
Creates aSignedInfo
with the specified canonicalization and signature methods, and list of one or more references.abstract SignedInfo
XMLSignatureFactory. newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references, String id)
Creates aSignedInfo
with the specified parameters.abstract XMLObject
XMLSignatureFactory. newXMLObject(List content, String id, String mimeType, String encoding)
Creates anXMLObject
from the specified parameters.abstract XMLSignature
XMLSignatureFactory. newXMLSignature(SignedInfo si, KeyInfo ki, List objects, String id, String signatureValueId)
Creates anXMLSignature
and initializes it with the specified parameters. -
Uses of List in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that return List Modifier and Type Method and Description List
X509Data. getContent()
Returns anunmodifiable list
of the content in thisX509Data
.List
KeyInfo. getContent()
Returns anunmodifiable list
containing the key information.List
PGPData. getExternalElements()
Returns anunmodifiable list
ofXMLStructure
s representing elements from an external namespace.List
RetrievalMethod. getTransforms()
Methods in javax.xml.crypto.dsig.keyinfo with parameters of type List Modifier and Type Method and Description abstract KeyInfo
KeyInfoFactory. newKeyInfo(List content)
Creates aKeyInfo
containing the specified list of key information types.abstract KeyInfo
KeyInfoFactory. newKeyInfo(List content, String id)
Creates aKeyInfo
containing the specified list of key information types and optional id.abstract PGPData
KeyInfoFactory. newPGPData(byte[] keyId, byte[] keyPacket, List other)
Creates aPGPData
from the specified PGP public key identifier, and optional key material packet and list of external elements.abstract PGPData
KeyInfoFactory. newPGPData(byte[] keyPacket, List other)
Creates aPGPData
from the specified PGP key material packet and optional list of external elements.abstract RetrievalMethod
KeyInfoFactory. newRetrievalMethod(String uri, String type, List transforms)
Creates aRetrievalMethod
from the specified parameters.abstract X509Data
KeyInfoFactory. newX509Data(List content)
Creates aX509Data
containing the specified list of X.509 content. -
Uses of List in javax.xml.crypto.dsig.spec
Methods in javax.xml.crypto.dsig.spec that return List Modifier and Type Method and Description List
ExcC14NParameterSpec. getPrefixList()
Returns the inclusive namespace prefix list.List
XPathFilter2ParameterSpec. getXPathList()
Returns a list of one or moreXPathType
objects.Constructors in javax.xml.crypto.dsig.spec with parameters of type List Constructor and Description ExcC14NParameterSpec(List prefixList)
Creates aExcC14NParameterSpec
with the specified list of prefixes.XPathFilter2ParameterSpec(List xPathList)
Creates anXPathFilter2ParameterSpec
. -
Uses of List in javax.xml.stream.events
Methods in javax.xml.stream.events that return List 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. -
Uses of List in javax.xml.ws
Methods in javax.xml.ws that return List Modifier and Type Method and Description List<Handler>
Binding. getHandlerChain()
Gets a copy of the handler chain for a protocol binding instance.abstract List<Source>
Endpoint. getMetadata()
Returns a list of metadata documents for the service.Methods in javax.xml.ws with parameters of type List Modifier and Type Method and Description void
Binding. setHandlerChain(List<Handler> chain)
Sets the handler chain for the protocol binding instance.abstract void
Endpoint. setMetadata(List<Source> metadata)
Sets the metadata for this endpoint. -
Uses of List in javax.xml.ws.handler
Methods in javax.xml.ws.handler that return List Modifier and Type Method and Description List<Handler>
HandlerResolver. getHandlerChain(PortInfo portInfo)
Gets the handler chain for the specified port. -
Uses of List in javax.xml.ws.spi
Methods in javax.xml.ws.spi with parameters of type List Modifier and Type Method and Description abstract W3CEndpointReference
Provider. createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters)
Factory method to create aW3CEndpointReference
.abstract W3CEndpointReference
Provider. createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters)
Factory method to create aW3CEndpointReference
.W3CEndpointReference
Provider. createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)
Factory method to create aW3CEndpointReference
.W3CEndpointReference
Provider. createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)
Factory method to create aW3CEndpointReference
.W3CEndpointReference
Provider. createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)
Factory method to create aW3CEndpointReference
. -
Uses of List in javax.xml.ws.spi.http
Methods in javax.xml.ws.spi.http that return types with arguments of type List Modifier and Type Method and Description abstract Map<String,List<String>>
HttpExchange. getRequestHeaders()
Returns an immutable Map containing the HTTP headers that were included with this request.abstract Map<String,List<String>>
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. -
Uses of List in javax.xml.xpath
Methods in javax.xml.xpath with parameters of type List Modifier and Type Method and Description Object
XPathFunction. evaluate(List args)
Evaluate the function with the specified arguments.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.