Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form|System Properties
C
- C - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for Engineering C, 17 x 22 in.
- C - Static variable in class javax.print.attribute.standard.MediaSize.Engineering
-
Specifies the engineering C size, 17 inch by 22 inch.
- C - Static variable in class javax.print.attribute.standard.MediaSizeName
-
C size.
- C_CHAR - Static variable in interface jdk.incubator.foreign.CLinker
-
The layout for the
charC type - C_DOUBLE - Static variable in interface jdk.incubator.foreign.CLinker
-
The layout for the
doubleC type - C_FLOAT - Static variable in interface jdk.incubator.foreign.CLinker
-
The layout for the
floatC type - C_INT - Static variable in interface jdk.incubator.foreign.CLinker
-
The layout for the
intC type - C_LONG - Static variable in interface jdk.incubator.foreign.CLinker
-
The layout for the
longC type - C_LONG_LONG - Static variable in interface jdk.incubator.foreign.CLinker
-
The layout for the
long longC type. - C_POINTER - Static variable in interface jdk.incubator.foreign.CLinker
-
The
T*native type. - C_SHORT - Static variable in interface jdk.incubator.foreign.CLinker
-
The layout for the
shortC type - C_VA_LIST - Static variable in interface jdk.incubator.foreign.CLinker
-
The layout for the
va_listC type - C0 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C0.
- C1 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C1.
- C10 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C10.
- C14NMethodParameterSpec - Interface in javax.xml.crypto.dsig.spec
-
A specification of algorithm parameters for a
CanonicalizationMethodAlgorithm. - C2 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C2.
- C3 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C3.
- C3 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
-
Specifies the ISO C3 size, 324 mm by 458 mm.
- C4 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C4.
- C4 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
-
Specifies the ISO C4 size, 229 mm by 324 mm.
- C5 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C5.
- C5 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
-
Specifies the ISO C5 size, 162 mm by 229 mm.
- C6 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C6.
- C6 - Static variable in class javax.print.attribute.standard.MediaSize.ISO
-
Specifies the ISO C6 size, 114 mm by 162 mm.
- C7 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C7.
- C8 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C8.
- C9 - Static variable in class java.awt.PageAttributes.MediaType
-
An alias for ISO_C9.
- CA_COMPROMISE - Enum constant in enum class java.security.cert.CRLReason
-
This reason indicates that it is known or suspected that the certificate subject's private key has been compromised.
- Cache() - Constructor for class com.ibm.cuda.CudaModule.Cache
-
Creates a new cache.
- cachedChildren() - Method in class java.util.prefs.AbstractPreferences
-
Returns all known unremoved children of this node.
- cacheDir() - Static method in class com.ibm.oti.shared.SharedClassStatistics
-
Returns the cache directory.
- cachedMinimumSize - Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
The cached minimum preferred size.
- CachedRowSet - Interface in javax.sql.rowset
-
The interface that all standard implementations of
CachedRowSetmust implement. - cacheIcon(File, Icon) - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
Caches an icon for a file.
- cacheMBeanInfo(MBeanInfo) - Method in class javax.management.StandardMBean
-
Customization hook: cache the MBeanInfo built for this object.
- cacheName() - Static method in class com.ibm.oti.shared.SharedClassStatistics
-
Returns the cache name.
- cacheOutput - Variable in class com.ibm.java.diagnostics.utils.plugins.PluginConfig
- cacheOutput() - Element in annotation interface com.ibm.java.diagnostics.utils.plugins.DTFJPlugin
-
Specifies that the output from this plugin can be cached.
- cacheOutput() - Method in class com.ibm.java.diagnostics.utils.plugins.PluginConfig
- cachePath() - Static method in class com.ibm.oti.shared.SharedClassStatistics
-
Returns the full cache path.
- CacheRequest - Class in java.net
-
Represents channels for storing resources in the ResponseCache.
- CacheRequest() - Constructor for class java.net.CacheRequest
-
Constructor for subclasses to call.
- CacheResponse - Class in java.net
-
Represent channels for retrieving resources from the ResponseCache.
- CacheResponse() - Constructor for class java.net.CacheResponse
-
Constructor for subclasses to call.
- calcRect - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
A rectangle used for general layout calculations in order to avoid constructing many new Rectangles on the fly.
- calculateAlignedPositions(int, SizeRequirements, SizeRequirements[], int[], int[]) - Static method in class javax.swing.SizeRequirements
-
Creates a bunch of offset/span pairs specifying how to lay out a set of components with the specified alignments.
- calculateAlignedPositions(int, SizeRequirements, SizeRequirements[], int[], int[], boolean) - Static method in class javax.swing.SizeRequirements
-
Creates a set of offset/span pairs specifying how to lay out a set of components with the specified alignments.
- calculateBreakPosition(int, int) - Method in class javax.swing.text.WrappedPlainView
-
This is called by the nested wrapped line views to determine the break location.
- calculateContentRect() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Calculates the content rectangle.
- calculateFocusRect() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Calculates the focus rectangle.
- calculateGeometry() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Calculates the geometry.
- calculateIndex(CompositeData) - Method in interface javax.management.openmbean.TabularData
-
Calculates the index that would be used in this
TabularDatainstance to refer to the specified composite data value parameter if it were added to this instance. - calculateIndex(CompositeData) - Method in class javax.management.openmbean.TabularDataSupport
-
Calculates the index that would be used in this
TabularDatainstance to refer to the specified composite data value parameter if it were added to this instance. - calculateInnerArea(JComponent, Rectangle) - Static method in class javax.swing.SwingUtilities
-
Stores the position and size of the inner painting area of the specified component in
rand returnsr. - calculateLabelRect() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Calculates the label rectangle.
- calculateLayoutInfo() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
Calculates the layout info.
- calculateMajorAxisRequirements(int, SizeRequirements) - Method in class javax.swing.text.BoxView
-
Calculates the size requirements for the major axis
axis. - calculateMajorAxisRequirements(int, SizeRequirements) - Method in class javax.swing.text.html.BlockView
-
Calculate the requirements of the block along the major axis (i.e. the axis along with it tiles).
- calculateMaxTabHeight(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
Calculates the maximum tab height.
- calculateMaxTabWidth(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
Calculates the maximum tab width.
- calculateMinorAxisRequirements(int, SizeRequirements) - Method in class javax.swing.text.BoxView
-
Calculates the size requirements for the minor axis
axis. - calculateMinorAxisRequirements(int, SizeRequirements) - Method in class javax.swing.text.FlowView
-
Calculate requirements along the minor axis.
- calculateMinorAxisRequirements(int, SizeRequirements) - Method in class javax.swing.text.html.BlockView
-
Calculate the requirements of the block along the minor axis (i.e. the axis orthogonal to the axis along with it tiles).
- calculateMinorAxisRequirements(int, SizeRequirements) - Method in class javax.swing.text.html.ParagraphView
-
Calculate the needs for the paragraph along the minor axis.
- calculateMinorAxisRequirements(int, SizeRequirements) - Method in class javax.swing.text.ParagraphView
-
Calculate the needs for the paragraph along the minor axis.
- calculateMinorAxisRequirements(int, SizeRequirements) - Method in class javax.swing.text.TableView
-
Calculate the requirements for the minor axis.
- calculateSize(boolean) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
Returns the calculated size.
- calculateTabAreaHeight(int, int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
Calculates the tab area height.
- calculateTabAreaWidth(int, int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
Calculates the tab area width.
- calculateTabHeight(int, int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
Calculates the tab height.
- calculateTabRects(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
Calculate the tab rectangles.
- calculateTabWidth(int, int, FontMetrics) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
Calculates the tab width.
- calculateThumbLocation() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Calculates the thumb location.
- calculateThumbSize() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Calculates the thumb size rectangle.
- calculateTickRect() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Calculates the tick rectangle.
- calculateTiledPositions(int, SizeRequirements, SizeRequirements[], int[], int[]) - Static method in class javax.swing.SizeRequirements
-
Creates a set of offset/span pairs representing how to lay out a set of components end-to-end.
- calculateTiledPositions(int, SizeRequirements, SizeRequirements[], int[], int[], boolean) - Static method in class javax.swing.SizeRequirements
-
Creates a set of offset/span pairs representing how to lay out a set of components end-to-end.
- calculateTrackBuffer() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Calculates the track buffer.
- calculateTrackRect() - Method in class javax.swing.plaf.basic.BasicSliderUI
-
Calculates the track rectangle.
- calendar - Variable in class java.text.DateFormat
-
The
Calendarinstance used for calculating the date-time fields and the instant of time. - Calendar - Class in java.util
-
The
Calendarclass is an abstract class that provides methods for converting between a specific instant in time and a set ofcalendar fieldssuch asYEAR,MONTH,DAY_OF_MONTH,HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week. - Calendar() - Constructor for class java.util.Calendar
-
Constructs a Calendar with the default time zone and the default
FORMATlocale. - Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar.Builder - Class in java.util
-
Calendar.Builderis used for creating aCalendarfrom various date-time parameters. - CalendarDataProvider - Class in java.util.spi
-
An abstract class for service providers that provide locale-dependent
Calendarparameters. - CalendarDataProvider() - Constructor for class java.util.spi.CalendarDataProvider
-
Sole constructor.
- CalendarNameProvider - Class in java.util.spi
-
An abstract class for service providers that provide localized string representations (display names) of
Calendarfield values. - CalendarNameProvider() - Constructor for class java.util.spi.CalendarNameProvider
-
Sole constructor.
- call() - Method in interface java.util.concurrent.Callable
-
Computes a result, or throws an exception if unable to do so.
- call() - Method in interface javax.tools.DocumentationTool.DocumentationTask
-
Performs this documentation task.
- call() - Method in interface javax.tools.JavaCompiler.CompilationTask
-
Performs this compilation task.
- call(String, Object...) - Method in class netscape.javascript.JSObject
-
Calls a JavaScript method.
- CALL - Enum constant in enum class jdk.dynalink.StandardOperation
-
Call a callable object.
- callable(Runnable) - Static method in class java.util.concurrent.Executors
-
Returns a
Callableobject that, when called, runs the given task and returnsnull. - callable(Runnable, T) - Static method in class java.util.concurrent.Executors
-
Returns a
Callableobject that, when called, runs the given task and returns the given result. - callable(PrivilegedAction<?>) - Static method in class java.util.concurrent.Executors
-
Returns a
Callableobject that, when called, runs the given privileged action and returns its result. - callable(PrivilegedExceptionAction<?>) - Static method in class java.util.concurrent.Executors
-
Returns a
Callableobject that, when called, runs the given privileged exception action and returns its result. - Callable<V> - Interface in java.util.concurrent
-
A task that returns a result and may throw an exception.
- CallableStatement - Interface in java.sql
-
The interface used to execute SQL stored procedures.
- Callback - Interface in javax.security.auth.callback
-
Implementations of this interface are passed to a
CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages. - CallbackHandler - Interface in javax.security.auth.callback
-
An application implements a
CallbackHandlerand passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages. - CallbackHandlerProtection(CallbackHandler) - Constructor for class java.security.KeyStore.CallbackHandlerProtection
-
Constructs a new CallbackHandlerProtection from a CallbackHandler.
- CallerRunsPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
-
Creates a
CallerRunsPolicy. - CallSite - Class in java.lang.invoke
- CallSiteDescriptor - Class in jdk.dynalink
-
Call site descriptors contain all the information necessary for linking a call site.
- CallSiteDescriptor(MethodHandles.Lookup, Operation, MethodType) - Constructor for class jdk.dynalink.CallSiteDescriptor
-
Creates a new call site descriptor.
- canAccess(Object) - Method in class java.lang.reflect.AccessibleObject
-
Test if the caller can access this reflected object.
- canAccessPeer(CudaDevice) - Method in class com.ibm.cuda.CudaDevice
-
Returns whether this device can access memory of the specified
peerDevice. - CANADA - Static variable in class java.util.Locale
-
Useful constant for country.
- CANADA_FRENCH - Static variable in class java.util.Locale
-
Useful constant for country.
- canAddMethod() - Method in interface com.sun.jdi.VirtualMachine
-
Deprecated.A JVM TI based JDWP back-end will never set this capability to true.
- CANADIAN_ABORIGINAL - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Canadian_Aboriginal".
- canBeModified() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM is a read-only VM.
- cancel() - Method in class java.awt.print.PrinterJob
-
Cancels a print job that is in progress.
- cancel() - Method in class java.nio.channels.SelectionKey
-
Requests that the registration of this key's channel with its selector be cancelled.
- cancel() - Method in class java.nio.channels.spi.AbstractSelectionKey
-
Cancels this key.
- cancel() - Method in interface java.nio.file.WatchKey
-
Cancels the registration with the watch service.
- cancel() - Method in interface java.sql.Statement
-
Cancels this
Statementobject if both the DBMS and driver support aborting an SQL statement. - cancel() - Method in interface java.util.concurrent.Flow.Subscription
-
Causes the Subscriber to (eventually) stop receiving messages.
- cancel() - Method in class java.util.Timer
-
Terminates this timer, discarding any currently scheduled tasks.
- cancel() - Method in class java.util.TimerTask
-
Cancels this timer task.
- cancel() - Method in interface javax.print.CancelablePrintJob
-
Stops further processing of a print job.
- cancel(boolean) - Method in class java.util.concurrent.CompletableFuture
-
If not already completed, completes this CompletableFuture with a
CancellationException. - cancel(boolean) - Method in class java.util.concurrent.ForkJoinTask
-
Attempts to cancel execution of this task.
- cancel(boolean) - Method in interface java.util.concurrent.Future
-
Attempts to cancel execution of this task.
- cancel(boolean) - Method in class java.util.concurrent.FutureTask
- cancel(boolean) - Method in class javax.swing.SwingWorker
-
Attempts to cancel execution of this task.
- CANCEL - Static variable in class javax.security.auth.callback.ConfirmationCallback
-
CANCEL option.
- CANCEL_OPTION - Static variable in class javax.swing.JFileChooser
-
Return value if cancel is chosen.
- CANCEL_OPTION - Static variable in class javax.swing.JOptionPane
-
Return value from class method if CANCEL is chosen.
- CANCEL_SELECTION - Static variable in class javax.swing.JFileChooser
-
Instruction to cancel the current selection.
- CancelablePrintJob - Interface in javax.print
-
This interface is used by a printing application to cancel a print job.
- cancelButtonMnemonic - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
Cancel button mnemonic
- cancelButtonText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
Cancel button text
- cancelButtonToolTipText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
Cancel button tool tip text
- cancelCellEditing() - Method in class javax.swing.AbstractCellEditor
-
Calls
fireEditingCanceled. - cancelCellEditing() - Method in interface javax.swing.CellEditor
-
Tells the editor to cancel editing and not accept any partially edited value.
- cancelCellEditing() - Method in class javax.swing.DefaultCellEditor
-
Forwards the message from the
CellEditorto thedelegate. - cancelCellEditing() - Method in class javax.swing.DefaultCellEditor.EditorDelegate
-
Cancels editing.
- cancelCellEditing() - Method in class javax.swing.tree.DefaultTreeCellEditor
-
Messages
cancelCellEditingto therealEditorand removes it from this instance. - CANCELED - Static variable in class javax.print.attribute.standard.JobState
-
The job has been canceled by some human agency, the printer has completed canceling the job, and all job status attributes have reached their final values for the job.
- cancelEditing() - Method in class javax.swing.JTree
-
Cancels the current editing session.
- cancelEditing(JTree) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Cancels the current editing session.
- cancelEditing(JTree) - Method in class javax.swing.plaf.multi.MultiTreeUI
-
Invokes the
cancelEditingmethod on each UI handled by this object. - cancelEditing(JTree) - Method in class javax.swing.plaf.TreeUI
-
Cancels the current editing session.
- cancelLatestCommittedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
-
Gets the latest committed text from the text editing component and removes it from the component's text body.
- CancellationException - Exception in java.util.concurrent
-
Exception indicating that the result of a value-producing task, such as a
FutureTask, cannot be retrieved because the task was cancelled. - CancellationException() - Constructor for exception java.util.concurrent.CancellationException
-
Constructs a
CancellationExceptionwith no detail message. - CancellationException(String) - Constructor for exception java.util.concurrent.CancellationException
-
Constructs a
CancellationExceptionwith the specified detail message. - CancelledKeyException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid.
- CancelledKeyException() - Constructor for exception java.nio.channels.CancelledKeyException
-
Constructs an instance of this class.
- cancelledKeys() - Method in class java.nio.channels.spi.AbstractSelector
-
Retrieves this selector's cancelled-key set.
- cancelQuit() - Method in interface java.awt.desktop.QuitResponse
-
Notifies the external quit requester that the user has explicitly canceled the pending quit, and leaves the application running.
- cancelRowUpdates() - Method in interface java.sql.ResultSet
-
Cancels the updates made to the current row in this
ResultSetobject. - cancelSelection() - Method in class javax.swing.JFileChooser
-
Called by the UI when the user chooses the Cancel button.
- CancelSelectionAction() - Constructor for class javax.swing.plaf.basic.BasicFileChooserUI.CancelSelectionAction
-
Constructs a
CancelSelectionAction. - canConvert(Class<?>, Class<?>) - Method in interface jdk.dynalink.linker.LinkerServices
-
Returns true if there might exist a conversion between the requested types (either an automatic JVM conversion, or one provided by any available
GuardingTypeConverterFactory), or false if there definitely does not exist a conversion between the requested types. - canDecodeInput(Object) - Method in class javax.imageio.spi.ImageReaderSpi
-
Returns
trueif the supplied source object appears to be of the format supported by this reader. - canDisplay(char) - Method in class java.awt.Font
-
Checks if this
Fonthas a glyph for the specified character. - canDisplay(int) - Method in class java.awt.Font
-
Checks if this
Fonthas a glyph for the specified character. - canDisplayUpTo(char[], int, int) - Method in class java.awt.Font
-
Indicates whether or not this
Fontcan display the characters in the specifiedtextstarting atstartand ending atlimit. - canDisplayUpTo(String) - Method in class java.awt.Font
-
Indicates whether or not this
Fontcan display a specifiedString. - canDisplayUpTo(CharacterIterator, int, int) - Method in class java.awt.Font
-
Indicates whether or not this
Fontcan display the text specified by theiterstarting atstartand ending atlimit. - canDock(Component, Point) - Method in class javax.swing.plaf.basic.BasicToolBarUI
-
Returns
trueif theJToolBarcan dock at the given position. - canEdit - Variable in class javax.swing.tree.DefaultTreeCellEditor
-
As of Java 2 platform v1.4 this field should no longer be used.
- canEditImmediately(EventObject) - Method in class javax.swing.tree.DefaultTreeCellEditor
-
Returns true if
eventisnull, or it is aMouseEventwith a click count > 2 andinHitRegionreturns true. - canEncode() - Method in class java.nio.charset.Charset
-
Tells whether or not this charset supports encoding.
- canEncode(char) - Method in class java.nio.charset.CharsetEncoder
-
Tells whether or not this encoder can encode the given character.
- canEncode(CharSequence) - Method in class java.nio.charset.CharsetEncoder
-
Tells whether or not this encoder can encode the given character sequence.
- canEncodeImage(RenderedImage) - Method in class javax.imageio.spi.ImageWriterSpi
-
Returns
trueif theImageWriterimplementation associated with this service provider is able to encode the givenRenderedImageinstance. - canEncodeImage(ImageTypeSpecifier) - Method in class javax.imageio.spi.ImageWriterSpi
-
Returns
trueif theImageWriterimplementation associated with this service provider is able to encode an image with the given layout. - canExecute() - Method in class java.io.File
-
Tests whether the application can execute the file denoted by this abstract pathname.
- canFilterIndexColorModel - Variable in class java.awt.image.RGBImageFilter
-
This boolean indicates whether or not it is acceptable to apply the color filtering of the filterRGB method to the color table entries of an IndexColorModel object in lieu of pixel by pixel filtering.
- canForceEarlyReturn() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the forcing of a method to return early.
- canGetBytecodes() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the retrieval of a method's bytecodes.
- canGetClassFileVersion() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports reading class file major and minor versions.
- canGetConstantPool() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports getting constant pool information of a class.
- canGetCurrentContendedMonitor() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the retrieval of the monitor for which a thread is currently waiting.
- canGetInstanceInfo() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the accessing of class instances, instance counts, and referring objects.
- canGetMethodReturnValues() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the inclusion of return values in
MethodExitEvents. - canGetModuleInfo() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports getting information about modules.
- canGetMonitorFrameInfo() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports getting which frame has acquired a monitor.
- canGetMonitorInfo() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the retrieval of the monitor information for an object.
- canGetOwnedMonitorInfo() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the retrieval of the monitors owned by a thread.
- canGetSourceDebugExtension() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports getting the source debug extension.
- canGetSyntheticAttribute() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the query of the synthetic attribute of a method or field.
- canImport(JComponent, DataFlavor[]) - Method in class javax.swing.TransferHandler
-
Indicates whether a component will accept an import of the given set of data flavors prior to actually attempting to import it.
- canImport(TransferHandler.TransferSupport) - Method in class javax.swing.TransferHandler
-
This method is called repeatedly during a drag and drop operation to allow the developer to configure properties of, and to return the acceptability of transfers; with a return value of
trueindicating that the transfer represented by the givenTransferSupport(which contains all of the details of the transfer) is acceptable at the current time, and a value offalserejecting the transfer. - canInsertEmpty(int) - Method in class javax.imageio.ImageWriter
-
Returns
trueif the writer supports the insertion of a new, empty image at the given index. - canInsertImage(int) - Method in class javax.imageio.ImageWriter
-
Returns
trueif the writer supports the insertion of a new image at the given index. - canLinkType(Class<?>) - Method in class jdk.dynalink.linker.support.CompositeTypeBasedGuardingDynamicLinker
-
Returns true if at least one of the composite linkers returns true from
TypeBasedGuardingDynamicLinker.canLinkType(Class)for the type. - canLinkType(Class<?>) - Method in interface jdk.dynalink.linker.TypeBasedGuardingDynamicLinker
-
Returns true if the linker can link an invocation where the first argument (receiver) is of the specified type.
- canNodeAppear(String, ImageTypeSpecifier) - Method in interface javax.imageio.metadata.IIOMetadataFormat
-
Returns
trueif the element (and the subtree below it) is allowed to appear in a metadata document for an image of the given type, defined by anImageTypeSpecifier. - CannotProceedException - Exception in javax.naming
-
This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.
- CannotProceedException() - Constructor for exception javax.naming.CannotProceedException
-
Constructs a new instance of CannotProceedException.
- CannotProceedException(String) - Constructor for exception javax.naming.CannotProceedException
-
Constructs a new instance of CannotProceedException using an explanation.
- CannotRedoException - Exception in javax.swing.undo
-
Thrown when an UndoableEdit is told to
redo()and can't. - CannotRedoException() - Constructor for exception javax.swing.undo.CannotRedoException
-
Constructs a
CannotRedoException. - CannotSetClasspathException - Exception in com.ibm.oti.shared
-
Exception thrown if an attempt is made to modify confirmed elements of a classpath in SharedClassURLClasspathHelper.
- CannotSetClasspathException(String) - Constructor for exception com.ibm.oti.shared.CannotSetClasspathException
-
Creates a new CannotSetClasspathException.
- CannotUndoException - Exception in javax.swing.undo
-
Thrown when an UndoableEdit is told to
undo()and can't. - CannotUndoException() - Constructor for exception javax.swing.undo.CannotUndoException
-
Constructs a
CannotUndoException. - canOffsetTiles - Variable in class javax.imageio.ImageWriteParam
-
A
booleanthat istrueif thisImageWriteParamallows tiling grid offset parameters to be set. - canOffsetTiles() - Method in class javax.imageio.ImageWriteParam
-
Returns
trueif the writer can perform tiling with non-zero grid offsets while writing. - CANON_EQ - Static variable in class java.util.regex.Pattern
-
Enables canonical equivalence.
- CANONICAL - Static variable in class javax.security.auth.x500.X500Principal
-
Canonical String format of Distinguished Names.
- CANONICAL_DECOMPOSITION - Static variable in class java.text.Collator
-
Decomposition mode value.
- CanonicalizationMethod - Interface in javax.xml.crypto.dsig
-
A representation of the XML
CanonicalizationMethodelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing. - canonicalize(Oid) - Method in interface org.ietf.jgss.GSSName
-
Creates a name that is canonicalized for some mechanism.
- canPathsBeAdded(TreePath[]) - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Used to test if a particular set of
TreePaths can be added. - canPathsBeRemoved(TreePath[]) - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns true if the paths can be removed without breaking the continuity of the model.
- canPopFrames() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports popping frames of a threads stack.
- canRead() - Method in class java.io.File
-
Tests whether the application can read the file denoted by this abstract pathname.
- canRead(Module) - Method in class java.lang.Module
-
Indicates if this module reads the given module.
- canReadRaster() - Method in class javax.imageio.ImageReader
-
Returns
trueif this plug-in supports reading just aRasterof pixel data. - canRedefineClasses() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports any level of class redefinition.
- canRedo() - Method in class javax.swing.undo.AbstractUndoableEdit
-
Returns
trueif this edit isaliveandhasBeenDoneisfalse. - canRedo() - Method in class javax.swing.undo.CompoundEdit
-
Returns false if
isInProgressor if super returns false. - canRedo() - Method in interface javax.swing.undo.UndoableEdit
-
Returns true if this edit may be redone.
- canRedo() - Method in class javax.swing.undo.UndoManager
-
Returns true if edits may be redone.
- canRemoveImage(int) - Method in class javax.imageio.ImageWriter
-
Returns
trueif the writer supports the removal of an existing image at the given index. - canReplaceImageMetadata(int) - Method in class javax.imageio.ImageWriter
-
Returns
trueif it is possible to replace the image metadata associated with an existing image with indeximageIndex. - canReplacePixels(int) - Method in class javax.imageio.ImageWriter
-
Returns
trueif the writer allows pixels of the given image to be replaced using thereplacePixelsmethods. - canReplaceStreamMetadata() - Method in class javax.imageio.ImageWriter
-
Returns
trueif it is possible to replace the stream metadata already present in the output. - canRequestMonitorEvents() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the creation of
MonitorContendedEnterRequests. - canRequestVMDeathEvent() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the creation of
VMDeathRequests. - canSetParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
-
Check if setting a parameter to a specific value is supported.
- canSetSourceRenderSize - Variable in class javax.imageio.ImageReadParam
-
trueif thisImageReadParamallows the source rendering dimensions to be set. - canSetSourceRenderSize() - Method in class javax.imageio.ImageReadParam
-
Returns
trueif this reader allows the source image to be rendered at an arbitrary size as part of the decoding process, by means of thesetSourceRenderSizemethod. - CANT_START - Enum constant in enum class com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent
-
The association failed to setup.
- canUndo() - Method in class javax.swing.undo.AbstractUndoableEdit
-
Returns true if this edit is
aliveandhasBeenDoneistrue. - canUndo() - Method in class javax.swing.undo.CompoundEdit
-
Returns false if
isInProgressor if super returns false. - canUndo() - Method in interface javax.swing.undo.UndoableEdit
-
Returns true if this edit may be undone.
- canUndo() - Method in class javax.swing.undo.UndoManager
-
Returns true if edits may be undone.
- canUndoOrRedo() - Method in class javax.swing.undo.UndoManager
-
Returns true if it is possible to invoke
undoorredo. - canUnrestrictedlyRedefineClasses() - Method in interface com.sun.jdi.VirtualMachine
-
Deprecated.A JVM TI based JDWP back-end will never set this capability to true.
- canUse(Class<?>) - Method in class java.lang.Module
-
Indicates if this module has a service dependence on the given service type.
- canUseCacheFile() - Method in class javax.imageio.spi.ImageInputStreamSpi
-
Returns
trueif theImageInputStreamimplementation associated with this service provider can optionally make use of a cache file for improved performance and/or memory footrprint. - canUseCacheFile() - Method in class javax.imageio.spi.ImageOutputStreamSpi
-
Returns
trueif theImageOutputStreamimplementation associated with this service provider can optionally make use of a cacheFilefor improved performance and/or memory footrprint. - canUseInstanceFilters() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports filtering events by specific instance object.
- canUseSourceNameFilters() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports the filtering of class prepare events by source name.
- Canvas - Class in java.awt
-
A
Canvascomponent represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user. - Canvas() - Constructor for class java.awt.Canvas
-
Constructs a new Canvas.
- Canvas(GraphicsConfiguration) - Constructor for class java.awt.Canvas
-
Constructs a new Canvas given a GraphicsConfiguration object.
- CANVAS - Static variable in class javax.accessibility.AccessibleRole
-
Object that can be drawn into and is used to trap events.
- Canvas.AccessibleAWTCanvas - Class in java.awt
-
This class implements accessibility support for the
Canvasclass. - canWatchFieldAccess() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports watchpoints for field access.
- canWatchFieldModification() - Method in interface com.sun.jdi.VirtualMachine
-
Determines if the target VM supports watchpoints for field modification.
- canWrite() - Method in class java.io.File
-
Tests whether the application can modify the file denoted by this abstract pathname.
- canWriteCompressed - Variable in class javax.imageio.ImageWriteParam
-
A
booleanthat istrueif this writer can write images using compression. - canWriteCompressed() - Method in class javax.imageio.ImageWriteParam
-
Returns
trueif this writer supports compression. - canWriteEmpty() - Method in class javax.imageio.ImageWriter
-
Returns
trueif the writer supports the writing of a complete image stream consisting of a single image with undefined pixel values and associated metadata and thumbnails to the output. - canWriteProgressive - Variable in class javax.imageio.ImageWriteParam
-
A
booleanthat istrueif thisImageWriteParamallows images to be written as a progressive sequence of increasing quality passes. - canWriteProgressive() - Method in class javax.imageio.ImageWriteParam
-
Returns
trueif the writer can write out images as a series of passes of progressively increasing quality. - canWriteRasters() - Method in class javax.imageio.ImageWriter
-
Returns
trueif the methods that take anIIOImageparameter are capable of dealing with aRaster(as opposed toRenderedImage) source image. - canWriteSequence() - Method in class javax.imageio.ImageWriter
-
Returns
trueif the writer is able to append an image to an image stream that already contains header information and possibly prior images. - canWriteTiles - Variable in class javax.imageio.ImageWriteParam
-
A
booleanthat istrueif thisImageWriteParamallows tile width and tile height parameters to be set. - canWriteTiles() - Method in class javax.imageio.ImageWriteParam
-
Returns
trueif the writer can perform tiling while writing. - CAP_BUTT - Static variable in class java.awt.BasicStroke
-
Ends unclosed subpaths and dash segments with no added decoration.
- CAP_ROUND - Static variable in class java.awt.BasicStroke
-
Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen.
- CAP_SQUARE - Static variable in class java.awt.BasicStroke
-
Ends unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.
- capabilities() - Method in class com.sun.jdi.connect.spi.TransportService
-
Returns the capabilities of the transport service.
- Capabilities() - Constructor for class com.sun.jdi.connect.spi.TransportService.Capabilities
-
Constructor for subclasses to call.
- capacity() - Method in class java.lang.StringBuilder
-
Returns the current capacity.
- capacity() - Method in class java.lang.StringBuffer
- capacity() - Method in class java.nio.Buffer
-
Returns this buffer's capacity.
- capacity() - Method in class java.util.Vector
-
Returns the current capacity of this vector.
- capacity() - Method in class javax.swing.DefaultListModel
-
Returns the current capacity of this list.
- capacityIncrement - Variable in class java.util.Vector
-
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
- capacityIncrement - Static variable in class javax.management.monitor.Monitor
-
The amount by which the capacity of the monitor arrays are automatically incremented when their size becomes greater than their capacity.
- caps - Variable in class java.awt.Component.BltBufferStrategy
-
The buffering capabilities
- caps - Variable in class java.awt.Component.FlipBufferStrategy
-
The buffering capabilities
- CAPS_LOCK - Static variable in class java.awt.Event
-
Deprecated.The Caps Lock key, a non-ASCII action key.
- CAPTION - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <caption>
- capture(TypeMirror) - Method in interface javax.lang.model.util.Types
-
Applies capture conversion to a type.
- CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
-
The current event phase is the capturing phase.
- Card - Class in javax.smartcardio
-
A Smart Card with which a connection has been established.
- Card() - Constructor for class javax.smartcardio.Card
-
Constructs a new Card object.
- CARD_ABSENT - Enum constant in enum class javax.smartcardio.CardTerminals.State
-
CardTerminals in which a card is not present.
- CARD_INSERTION - Enum constant in enum class javax.smartcardio.CardTerminals.State
-
CardTerminals for which a card insertion was detected during the latest call to waitForChange() call.
- CARD_PRESENT - Enum constant in enum class javax.smartcardio.CardTerminals.State
-
CardTerminals in which a card is present.
- CARD_REMOVAL - Enum constant in enum class javax.smartcardio.CardTerminals.State
-
CardTerminals for which a card removal was detected during the latest call to waitForChange() call.
- CardChannel - Class in javax.smartcardio
-
A logical channel connection to a Smart Card.
- CardChannel() - Constructor for class javax.smartcardio.CardChannel
-
Constructs a new CardChannel object.
- CardException - Exception in javax.smartcardio
-
Exception for errors that occur during communication with the Smart Card stack or the card itself.
- CardException(String) - Constructor for exception javax.smartcardio.CardException
-
Constructs a new CardException with the specified detail message.
- CardException(String, Throwable) - Constructor for exception javax.smartcardio.CardException
-
Constructs a new CardException with the specified detail message and cause.
- CardException(Throwable) - Constructor for exception javax.smartcardio.CardException
-
Constructs a new CardException with the specified cause and a detail message of
(cause==null ? null : cause.toString()). - cardinality() - Method in class java.util.BitSet
-
Returns the number of bits set to
truein thisBitSet. - CardLayout - Class in java.awt
-
A
CardLayoutobject is a layout manager for a container. - CardLayout() - Constructor for class java.awt.CardLayout
-
Creates a new card layout with gaps of size zero.
- CardLayout(int, int) - Constructor for class java.awt.CardLayout
-
Creates a new card layout with the specified horizontal and vertical gaps.
- CardNotPresentException - Exception in javax.smartcardio
-
Exception thrown when an application tries to establish a connection with a terminal that has no card present.
- CardNotPresentException(String) - Constructor for exception javax.smartcardio.CardNotPresentException
-
Constructs a new CardNotPresentException with the specified detail message.
- CardNotPresentException(String, Throwable) - Constructor for exception javax.smartcardio.CardNotPresentException
-
Constructs a new CardNotPresentException with the specified detail message and cause.
- CardNotPresentException(Throwable) - Constructor for exception javax.smartcardio.CardNotPresentException
-
Constructs a new CardNotPresentException with the specified cause and a detail message of
(cause==null ? null : cause.toString()). - CardPermission - Class in javax.smartcardio
-
A permission for Smart Card operations.
- CardPermission(String, String) - Constructor for class javax.smartcardio.CardPermission
-
Constructs a new CardPermission with the specified actions.
- CardTerminal - Class in javax.smartcardio
-
A Smart Card terminal, sometimes referred to as a Smart Card Reader.
- CardTerminal() - Constructor for class javax.smartcardio.CardTerminal
-
Constructs a new CardTerminal object.
- CardTerminals - Class in javax.smartcardio
-
The set of terminals supported by a TerminalFactory.
- CardTerminals() - Constructor for class javax.smartcardio.CardTerminals
-
Constructs a new CardTerminals object.
- CardTerminals.State - Enum Class in javax.smartcardio
-
Enumeration of attributes of a CardTerminal.
- Caret - Interface in javax.swing.text
-
A place within a document view that represents where things can be inserted into the document model.
- CARET - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Swing Text Caret support (i.e., CaretListener and CaretEvent)
- CARET_POSITION_CHANGED - Static variable in class java.awt.event.InputMethodEvent
-
The event type indicating a changed insertion point in input method text.
- CaretEvent - Class in javax.swing.event
-
CaretEvent is used to notify interested parties that the text caret has changed in the event source.
- CaretEvent(Object) - Constructor for class javax.swing.event.CaretEvent
-
Creates a new CaretEvent object.
- CaretListener - Interface in javax.swing.event
-
Listener for changes in the caret position of a text component.
- CaretPolicy() - Constructor for class java.awt.font.TextLayout.CaretPolicy
-
Constructs a
CaretPolicy. - caretPositionChanged(InputMethodEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the caretPositionChanged event by invoking the caretPositionChanged methods on listener-a and listener-b.
- caretPositionChanged(InputMethodEvent) - Method in interface java.awt.event.InputMethodListener
-
Invoked when the caret within composed text has changed.
- caretUpdate(CaretEvent) - Method in interface javax.swing.event.CaretListener
-
Called when the caret position is updated.
- caretUpdate(CaretEvent) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Handles caret updates (fire appropriate property change event, which are AccessibleContext.ACCESSIBLE_CARET_PROPERTY and AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY).
- CARIAN - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Carian".
- CARIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Carian" Unicode character block.
- CASE - Enum constant in enum class com.sun.source.tree.Tree.Kind
-
Used for instances of
CaseTree. - CASE_INSENSITIVE - Static variable in class java.util.regex.Pattern
-
Enables case-insensitive matching.
- CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
-
A Comparator that orders
Stringobjects as bycompareToIgnoreCase. - CaseLabelTreePREVIEW - Interface in com.sun.source.tree
-
A marker interface for
Trees that may be used asCaseTreelabels. - CaseTree - Interface in com.sun.source.tree
-
A tree node for a
casein aswitchstatement or expression. - CaseTree.CaseKind - Enum Class in com.sun.source.tree
-
The syntactic form of this case: STATEMENT:
case <expression>: <statements>RULE:case <expression> -> <expression>/<statement> - cast(Object) - Method in class java.lang.Class
-
Cast the specified object to this Class.
- cast(VectorSpecies<F>) - Method in class jdk.incubator.vector.VectorMask
-
Converts this mask to a mask of the given species of element type
F. - cast(VectorSpecies<F>) - Method in class jdk.incubator.vector.VectorShuffle
-
Converts this shuffle to a shuffle of the given species of element type
F. - castShape(VectorSpecies<F>, int) - Method in class jdk.incubator.vector.ShortVector
-
Convenience method for converting a vector from one lane type to another, reshaping as needed when lane sizes change.
- castShape(VectorSpecies<F>, int) - Method in class jdk.incubator.vector.Vector
-
Convenience method for converting a vector from one lane type to another, reshaping as needed when lane sizes change.
- catalog(CatalogFeatures, URI...) - Static method in class javax.xml.catalog.CatalogManager
-
Creates a
Catalogobject using the specified feature settings and uri(s) to one or more catalog files. - Catalog - Interface in javax.xml.catalog
-
The Catalog class represents an entity Catalog as defined by XML Catalogs, OASIS Standard V1.1, 7 October 2005.
- CatalogException - Exception in javax.xml.catalog
-
The exception class handles errors that may happen while processing or using a catalog.
- CatalogException(String) - Constructor for exception javax.xml.catalog.CatalogException
-
Constructs a new CatalogException with the specified detail message.
- CatalogException(String, Throwable) - Constructor for exception javax.xml.catalog.CatalogException
-
Constructs a new CatalogException with the specified detail message and cause.
- CatalogFeatures - Class in javax.xml.catalog
-
The CatalogFeatures holds a collection of features and properties.
- CatalogFeatures.Builder - Class in javax.xml.catalog
-
The Builder class for building the CatalogFeatures object.
- CatalogFeatures.Feature - Enum Class in javax.xml.catalog
-
A Feature type as defined in the Catalog Features table.
- CatalogManager - Class in javax.xml.catalog
-
The Catalog Manager manages the creation of XML Catalogs and Catalog Resolvers.
- catalogResolver(Catalog) - Static method in class javax.xml.catalog.CatalogManager
-
Creates an instance of a
CatalogResolverusing the specified catalog. - catalogResolver(CatalogFeatures, URI...) - Static method in class javax.xml.catalog.CatalogManager
-
Creates an instance of a
CatalogResolverusing the specified feature settings and uri(s) to one or more catalog files. - CatalogResolver - Interface in javax.xml.catalog
-
A Catalog Resolver that implements SAX
EntityResolver, StAXXMLResolver, DOM LSLSResourceResolverused by Schema Validation, and TransformURIResolver, and resolves external references using catalogs. - catalogs() - Method in interface javax.xml.catalog.Catalog
-
Returns a sequential Stream of alternative Catalogs specified using the
nextCatalogentries in the current catalog, and as the input of catalog files excluding the current catalog (that is, the first in the input list) when the Catalog object is created by theCatalogManager. - CATCH - Enum constant in enum class com.sun.source.tree.Tree.Kind
-
Used for instances of
CatchTree. - catchException(MethodHandle, Class<? extends Throwable>, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
-
Makes a method handle which adapts a target method handle, by running it inside an exception handler.
- catchExceptions - Variable in class java.awt.event.InvocationEvent
-
Set to true if dispatch() catches Throwable and stores it in the exception instance variable.
- catchLocation() - Method in interface com.sun.jdi.event.ExceptionEvent
-
Gets the location where the exception will be caught.
- CatchTree - Interface in com.sun.source.tree
-
A tree node for a
catchblock in atrystatement. - Category - Annotation Interface in jdk.jfr
-
Event annotation, to associate the event type with a category, in the format of a human-readable path.
- CAUCASIAN_ALBANIAN - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Caucasian Albanian".
- CAUCASIAN_ALBANIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Caucasian Albanian" Unicode character block.
- causeExceptionClass() - Method in exception jdk.jshell.spi.ExecutionControl.UserException
-
Returns the class of the user exception.
- causeSnippet() - Method in class jdk.jshell.SnippetEvent
-
Either the snippet whose change caused this update or
null. - cbrt(double) - Static method in class java.lang.Math
-
Returns the cube root of a
doublevalue. - cbrt(double) - Static method in class java.lang.StrictMath
-
Returns the cube root of a
doublevalue. - CBRT - Static variable in class jdk.incubator.vector.VectorOperators
-
Produce
cbrt(a). - CD_boolean - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresenting the primitive typeboolean - CD_Boolean - Static variable in class java.lang.constant.ConstantDescs
- CD_byte - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresenting the primitive typebyte - CD_Byte - Static variable in class java.lang.constant.ConstantDescs
- CD_CallSite - Static variable in class java.lang.constant.ConstantDescs
- CD_char - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresenting the primitive typechar - CD_Character - Static variable in class java.lang.constant.ConstantDescs
- CD_Class - Static variable in class java.lang.constant.ConstantDescs
- CD_ClassDesc - Static variable in class java.lang.constant.ConstantDescs
- CD_Collection - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingCollection - CD_ConstantBootstraps - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingConstantBootstraps - CD_ConstantDesc - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingConstantDesc - CD_DirectMethodHandleDesc - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingDirectMethodHandleDesc - CD_double - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresenting the primitive typedouble - CD_Double - Static variable in class java.lang.constant.ConstantDescs
- CD_DynamicCallSiteDesc - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingDynamicCallSiteDesc - CD_DynamicConstantDesc - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingDynamicConstantDesc - CD_Enum - Static variable in class java.lang.constant.ConstantDescs
- CD_EnumDesc - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingEnum.EnumDesc - CD_Exception - Static variable in class java.lang.constant.ConstantDescs
- CD_float - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresenting the primitive typefloat - CD_Float - Static variable in class java.lang.constant.ConstantDescs
- CD_int - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresenting the primitive typeint - CD_Integer - Static variable in class java.lang.constant.ConstantDescs
- CD_List - Static variable in class java.lang.constant.ConstantDescs
- CD_long - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresenting the primitive typelong - CD_Long - Static variable in class java.lang.constant.ConstantDescs
- CD_Map - Static variable in class java.lang.constant.ConstantDescs
- CD_MethodHandle - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingMethodHandle - CD_MethodHandleDesc - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingMethodHandleDesc - CD_MethodHandleDesc_Kind - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingDirectMethodHandleDesc.Kind - CD_MethodHandles - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingMethodHandles - CD_MethodHandles_Lookup - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingMethodHandles.Lookup - CD_MethodType - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingMethodType - CD_MethodTypeDesc - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingMethodTypeDesc - CD_Number - Static variable in class java.lang.constant.ConstantDescs
- CD_Object - Static variable in class java.lang.constant.ConstantDescs
- CD_Set - Static variable in class java.lang.constant.ConstantDescs
- CD_short - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresenting the primitive typeshort - CD_Short - Static variable in class java.lang.constant.ConstantDescs
- CD_String - Static variable in class java.lang.constant.ConstantDescs
- CD_Throwable - Static variable in class java.lang.constant.ConstantDescs
- CD_VarHandle - Static variable in class java.lang.constant.ConstantDescs
- CD_VarHandleDesc - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresentingVarHandle.VarHandleDesc - CD_void - Static variable in class java.lang.constant.ConstantDescs
-
ClassDescrepresenting the primitive typevoid - CD_Void - Static variable in class java.lang.constant.ConstantDescs
- CDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
-
The DTD constant corresponds to CDATA
- CDATA - Static variable in interface javax.xml.stream.XMLStreamConstants
-
Indicates an event is a CDATA section
- CDATA_SECTION_ELEMENTS - Static variable in class javax.xml.transform.OutputKeys
-
cdata-section-elements = expanded names.
- CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
CDATASection. - CDATASection - Interface in org.w3c.dom
-
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
- CE - Enum constant in enum class java.time.chrono.IsoEra
-
The singleton instance for the current era, 'Current Era', which has the numeric value 1.
- ceil(double) - Static method in class java.lang.Math
-
Returns the smallest (closest to negative infinity)
doublevalue that is greater than or equal to the argument and is equal to a mathematical integer. - ceil(double) - Static method in class java.lang.StrictMath
-
Returns the smallest (closest to negative infinity)
doublevalue that is greater than or equal to the argument and is equal to a mathematical integer. - ceiling(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
- ceiling(E) - Method in interface java.util.NavigableSet
-
Returns the least element in this set greater than or equal to the given element, or
nullif there is no such element. - ceiling(E) - Method in class java.util.TreeSet
- CEILING - Enum constant in enum class java.math.RoundingMode
-
Rounding mode to round towards positive infinity.
- ceilingEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns a key-value mapping associated with the least key greater than or equal to the given key, or
nullif there is no such entry. - ceilingEntry(K) - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the least key greater than or equal to the given key, or
nullif there is no such key. - ceilingEntry(K) - Method in class java.util.TreeMap
- ceilingKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
- ceilingKey(K) - Method in interface java.util.NavigableMap
-
Returns the least key greater than or equal to the given key, or
nullif there is no such key. - ceilingKey(K) - Method in class java.util.TreeMap
- CELL_EDITOR_PROPERTY - Static variable in class javax.swing.JTree
-
Bound property name for
cellEditor. - CELL_RENDERER_PROPERTY - Static variable in class javax.swing.JTree
-
Bound property name for
cellRenderer. - CELL_RENDERER_PROPERTY - Static variable in class javax.swing.table.TableColumn
-
Obsolete as of Java 2 platform v1.3.
- cellEditor - Variable in class javax.swing.JTable
-
The active cell editor object, that overwrites the screen real estate occupied by the current cell and allows the user to change its contents.
- cellEditor - Variable in class javax.swing.JTree
-
Editor for the entries.
- cellEditor - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
Editor for the tree.
- cellEditor - Variable in class javax.swing.table.TableColumn
-
The editor used to edit the data cells of the column.
- CellEditor - Interface in javax.swing
-
This interface defines the methods any general editor should be able to implement.
- CELLEDITOR - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Swing CellEditor support (i.e., CellEditorListener and CellEditorEvent)
- CellEditorHandler() - Constructor for class javax.swing.plaf.basic.BasicTreeUI.CellEditorHandler
-
Constructs a
CellEditorHandler. - CellEditorListener - Interface in javax.swing.event
-
CellEditorListener defines the interface for an object that listens to changes in a CellEditor
- cellHeight - Variable in class javax.swing.plaf.basic.BasicListUI
-
The height of cell.
- cellHeights - Variable in class javax.swing.plaf.basic.BasicListUI
-
The array of cells' height
- CELLPADDING - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "cellpadding"
- cellRenderer - Variable in class javax.swing.JTree
-
The cell used to draw nodes.
- cellRenderer - Variable in class javax.swing.table.TableColumn
-
The renderer used to draw the data cells of the column.
- cellRendererChanged - Static variable in class javax.swing.plaf.basic.BasicListUI
-
The bit relates to cell renderer changed property.
- CellRendererPane - Class in javax.swing
-
This class is inserted in between cell renderers and the components that use them.
- CellRendererPane() - Constructor for class javax.swing.CellRendererPane
-
Construct a CellRendererPane object.
- CellRendererPane.AccessibleCellRendererPane - Class in javax.swing
-
This class implements accessibility support for the
CellRendererPaneclass. - cellSelectionEnabled - Variable in class javax.swing.JTable
-
Obsolete as of Java 2 platform v1.3.
- CELLSPACING - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "cellspacing"
- cellWidth - Variable in class javax.swing.plaf.basic.BasicListUI
-
The width of cell.
- CENATT - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header internal file attributes field offset.
- CENATX - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header external file attributes field offset.
- CENCOM - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header comment length field offset.
- CENCRC - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header uncompressed file crc-32 value field offset.
- CENDSK - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header disk number start field offset.
- CENEXT - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header extra field length field offset.
- CENFLG - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header encrypt, decrypt flags field offset.
- CENHDR - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header size in bytes (including signature).
- CENHOW - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header compression method field offset.
- CENLEN - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header uncompressed size field offset.
- CENNAM - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header filename length field offset.
- CENOFF - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header LOC header offset field offset.
- CENSIG - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header signature.
- CENSIZ - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header compressed size field offset.
- CENTER - Enum constant in enum class javax.swing.GroupLayout.Alignment
-
Indicates the elements should be centered in the region.
- CENTER - Static variable in class java.awt.BorderLayout
-
The center layout constraint (middle of container).
- CENTER - Static variable in class java.awt.FlowLayout
-
This value indicates that each row of components should be centered.
- CENTER - Static variable in class java.awt.GridBagConstraints
-
Put the component in the center of its display area.
- CENTER - Static variable in class java.awt.Label
-
Indicates that the label should be centered.
- CENTER - Static variable in class javax.swing.border.TitledBorder
-
Position title text in the center of the border line.
- CENTER - Static variable in interface javax.swing.SwingConstants
-
The central position in an area.
- CENTER - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <center>
- CENTER_ALIGNMENT - Static variable in class java.awt.Component
-
Ease-of-use constant for
getAlignmentYandgetAlignmentX. - CENTER_BASELINE - Static variable in class java.awt.Font
-
The baseline used in ideographic scripts like Chinese, Japanese, and Korean when laying out text.
- CENTER_BASELINE - Static variable in class java.awt.font.GraphicAttribute
-
Aligns origin of graphic to center baseline of line.
- CENTER_OFFSET - Enum constant in enum class java.awt.Component.BaselineResizeBehavior
-
Indicates the baseline remains a fixed distance from the center of the component.
- centersChildren - Variable in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
If true, children are lumped together in parent.
- CENTIM - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header modification time field offset.
- CENTURIES - Enum constant in enum class java.time.temporal.ChronoUnit
-
Unit that represents the concept of a century.
- CENVEM - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header version made by field offset.
- CENVER - Static variable in class java.util.jar.JarOutputStream
-
Central directory (CEN) header version needed to extract field offset.
- Certificate - Class in java.security.cert
-
Abstract class for managing a variety of identity certificates.
- Certificate - Class in javax.security.cert
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the classes in
java.security.certinstead. - Certificate - Interface in java.security
-
Deprecated, for removal: This API element is subject to removal in a future version.This class is deprecated and subject to removal in a future version of Java SE. It has been replaced by
java.security.cert.Certificateand related classes. - Certificate() - Constructor for class javax.security.cert.Certificate
-
Deprecated.Constructor for subclasses to call.
- Certificate(String) - Constructor for class java.security.cert.Certificate
-
Creates a certificate of the specified type.
- CERTIFICATE_HOLD - Enum constant in enum class java.security.cert.CRLReason
-
This reason indicates that the certificate has been put on hold.
- Certificate.CertificateRep - Class in java.security.cert
-
Alternate Certificate class for serialization.
- CertificateEncodingException - Exception in java.security.cert
-
Certificate Encoding Exception.
- CertificateEncodingException - Exception in javax.security.cert
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the classes in
java.security.certinstead. - CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
-
Constructs a CertificateEncodingException with no detail message.
- CertificateEncodingException() - Constructor for exception javax.security.cert.CertificateEncodingException
-
Deprecated.Constructs a CertificateEncodingException with no detail message.
- CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
-
Constructs a CertificateEncodingException with the specified detail message.
- CertificateEncodingException(String) - Constructor for exception javax.security.cert.CertificateEncodingException
-
Deprecated.Constructs a CertificateEncodingException with the specified detail message.
- CertificateEncodingException(String, Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
-
Creates a
CertificateEncodingExceptionwith the specified detail message and cause. - CertificateEncodingException(Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
-
Creates a
CertificateEncodingExceptionwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - CertificateException - Exception in java.security.cert
-
This exception indicates one of a variety of certificate problems.
- CertificateException - Exception in javax.security.cert
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the classes in
java.security.certinstead. - CertificateException() - Constructor for exception java.security.cert.CertificateException
-
Constructs a certificate exception with no detail message.
- CertificateException() - Constructor for exception javax.security.cert.CertificateException
-
Deprecated.Constructs a certificate exception with no detail message.
- CertificateException(String) - Constructor for exception java.security.cert.CertificateException
-
Constructs a certificate exception with the given detail message.
- CertificateException(String) - Constructor for exception javax.security.cert.CertificateException
-
Deprecated.Constructs a certificate exception with the given detail message.
- CertificateException(String, Throwable) - Constructor for exception java.security.cert.CertificateException
-
Creates a
CertificateExceptionwith the specified detail message and cause. - CertificateException(Throwable) - Constructor for exception java.security.cert.CertificateException
-
Creates a
CertificateExceptionwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - CertificateExpiredException - Exception in java.security.cert
-
Certificate Expired Exception.
- CertificateExpiredException - Exception in javax.security.cert
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the classes in
java.security.certinstead. - CertificateExpiredException() - Constructor for exception java.security.cert.CertificateExpiredException
-
Constructs a CertificateExpiredException with no detail message.
- CertificateExpiredException() - Constructor for exception javax.security.cert.CertificateExpiredException
-
Deprecated.Constructs a CertificateExpiredException with no detail message.
- CertificateExpiredException(String) - Constructor for exception java.security.cert.CertificateExpiredException
-
Constructs a CertificateExpiredException with the specified detail message.
- CertificateExpiredException(String) - Constructor for exception javax.security.cert.CertificateExpiredException
-
Deprecated.Constructs a CertificateExpiredException with the specified detail message.
- CertificateFactory - Class in java.security.cert
-
This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (
CertPath) and certificate revocation list (CRL) objects from their encodings. - CertificateFactory(CertificateFactorySpi, Provider, String) - Constructor for class java.security.cert.CertificateFactory
-
Creates a CertificateFactory object of the given type, and encapsulates the given provider implementation (SPI object) in it.
- CertificateFactorySpi - Class in java.security.cert
-
This class defines the Service Provider Interface (SPI) for the
CertificateFactoryclass. - CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
-
Constructor for subclasses to call.
- CertificateNotYetValidException - Exception in java.security.cert
-
Certificate is not yet valid exception.
- CertificateNotYetValidException - Exception in javax.security.cert
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the classes in
java.security.certinstead. - CertificateNotYetValidException() - Constructor for exception java.security.cert.CertificateNotYetValidException
-
Constructs a CertificateNotYetValidException with no detail message.
- CertificateNotYetValidException() - Constructor for exception javax.security.cert.CertificateNotYetValidException
-
Deprecated.Constructs a CertificateNotYetValidException with no detail message.
- CertificateNotYetValidException(String) - Constructor for exception java.security.cert.CertificateNotYetValidException
-
Constructs a CertificateNotYetValidException with the specified detail message.
- CertificateNotYetValidException(String) - Constructor for exception javax.security.cert.CertificateNotYetValidException
-
Deprecated.Constructs a CertificateNotYetValidException with the specified detail message.
- CertificateParsingException - Exception in java.security.cert
-
Certificate Parsing Exception.
- CertificateParsingException - Exception in javax.security.cert
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the classes in
java.security.certinstead. - CertificateParsingException() - Constructor for exception java.security.cert.CertificateParsingException
-
Constructs a CertificateParsingException with no detail message.
- CertificateParsingException() - Constructor for exception javax.security.cert.CertificateParsingException
-
Deprecated.Constructs a CertificateParsingException with no detail message.
- CertificateParsingException(String) - Constructor for exception java.security.cert.CertificateParsingException
-
Constructs a CertificateParsingException with the specified detail message.
- CertificateParsingException(String) - Constructor for exception javax.security.cert.CertificateParsingException
-
Deprecated.Constructs a CertificateParsingException with the specified detail message.
- CertificateParsingException(String, Throwable) - Constructor for exception java.security.cert.CertificateParsingException
-
Creates a
CertificateParsingExceptionwith the specified detail message and cause. - CertificateParsingException(Throwable) - Constructor for exception java.security.cert.CertificateParsingException
-
Creates a
CertificateParsingExceptionwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - CertificateRep(String, byte[]) - Constructor for class java.security.cert.Certificate.CertificateRep
-
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
- CertificateRevokedException - Exception in java.security.cert
-
An exception that indicates an X.509 certificate is revoked.
- CertificateRevokedException(Date, CRLReason, X500Principal, Map<String, Extension>) - Constructor for exception java.security.cert.CertificateRevokedException
-
Constructs a
CertificateRevokedExceptionwith the specified revocation date, reason code, authority name, and map of extensions. - certificates() - Method in class java.security.Identity
-
Deprecated.Returns a copy of all the certificates for this identity.
- CertPath - Class in java.security.cert
-
An immutable sequence of certificates (a certification path).
- CertPath(String) - Constructor for class java.security.cert.CertPath
-
Creates a
CertPathof the specified type. - CertPath.CertPathRep - Class in java.security.cert
-
Alternate
CertPathclass for serialization. - CertPathBuilder - Class in java.security.cert
-
A class for building certification paths (also known as certificate chains).
- CertPathBuilder(CertPathBuilderSpi, Provider, String) - Constructor for class java.security.cert.CertPathBuilder
-
Creates a
CertPathBuilderobject of the given algorithm, and encapsulates the given provider implementation (SPI object) in it. - CertPathBuilderException - Exception in java.security.cert
-
An exception indicating one of a variety of problems encountered when building a certification path with a
CertPathBuilder. - CertPathBuilderException() - Constructor for exception java.security.cert.CertPathBuilderException
-
Creates a
CertPathBuilderExceptionwithnullas its detail message. - CertPathBuilderException(String) - Constructor for exception java.security.cert.CertPathBuilderException
-
Creates a
CertPathBuilderExceptionwith the given detail message. - CertPathBuilderException(String, Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
-
Creates a
CertPathBuilderExceptionwith the specified detail message and cause. - CertPathBuilderException(Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
-
Creates a
CertPathBuilderExceptionthat wraps the specified throwable. - CertPathBuilderResult - Interface in java.security.cert
-
A specification of the result of a certification path builder algorithm.
- CertPathBuilderSpi - Class in java.security.cert
-
The Service Provider Interface (SPI) for the
CertPathBuilderclass. - CertPathBuilderSpi() - Constructor for class java.security.cert.CertPathBuilderSpi
-
The default constructor.
- CertPathChecker - Interface in java.security.cert
-
Performs one or more checks on each
Certificateof aCertPath. - CertPathParameters - Interface in java.security.cert
-
A specification of certification path algorithm parameters.
- CertPathRep(String, byte[]) - Constructor for class java.security.cert.CertPath.CertPathRep
-
Creates a
CertPathRepwith the specified type and encoded form of a certification path. - CertPathTrustManagerParameters - Class in javax.net.ssl
-
A wrapper for CertPathParameters.
- CertPathTrustManagerParameters(CertPathParameters) - Constructor for class javax.net.ssl.CertPathTrustManagerParameters
-
Construct new CertPathTrustManagerParameters from the specified parameters.
- CertPathValidator - Class in java.security.cert
-
A class for validating certification paths (also known as certificate chains).
- CertPathValidator(CertPathValidatorSpi, Provider, String) - Constructor for class java.security.cert.CertPathValidator
-
Creates a
CertPathValidatorobject of the given algorithm, and encapsulates the given provider implementation (SPI object) in it. - CertPathValidatorException - Exception in java.security.cert
-
An exception indicating one of a variety of problems encountered when validating a certification path.
- CertPathValidatorException() - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a
CertPathValidatorExceptionwith no detail message. - CertPathValidatorException(String) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a
CertPathValidatorExceptionwith the given detail message. - CertPathValidatorException(String, Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a
CertPathValidatorExceptionwith the specified detail message and cause. - CertPathValidatorException(String, Throwable, CertPath, int) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a
CertPathValidatorExceptionwith the specified detail message, cause, certification path, and index. - CertPathValidatorException(String, Throwable, CertPath, int, CertPathValidatorException.Reason) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a
CertPathValidatorExceptionwith the specified detail message, cause, certification path, index, and reason. - CertPathValidatorException(Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
-
Creates a
CertPathValidatorExceptionthat wraps the specified throwable. - CertPathValidatorException.BasicReason - Enum Class in java.security.cert
-
The BasicReason enumerates the potential reasons that a certification path of any type may be invalid.
- CertPathValidatorException.Reason - Interface in java.security.cert
-
The reason the validation algorithm failed.
- CertPathValidatorResult - Interface in java.security.cert
-
A specification of the result of a certification path validator algorithm.
- CertPathValidatorSpi - Class in java.security.cert
-
The Service Provider Interface (SPI) for the
CertPathValidatorclass. - CertPathValidatorSpi() - Constructor for class java.security.cert.CertPathValidatorSpi
-
The default constructor.
- CertSelector - Interface in java.security.cert
-
A selector that defines a set of criteria for selecting
Certificates. - CertStore - Class in java.security.cert
-
A class for retrieving
Certificates andCRLs from a repository. - CertStore(CertStoreSpi, Provider, String, CertStoreParameters) - Constructor for class java.security.cert.CertStore
-
Creates a
CertStoreobject of the given type, and encapsulates the given provider implementation (SPI object) in it. - CertStoreException - Exception in java.security.cert
-
An exception indicating one of a variety of problems retrieving certificates and CRLs from a
CertStore. - CertStoreException() - Constructor for exception java.security.cert.CertStoreException
-
Creates a
CertStoreExceptionwithnullas its detail message. - CertStoreException(String) - Constructor for exception java.security.cert.CertStoreException
-
Creates a
CertStoreExceptionwith the given detail message. - CertStoreException(String, Throwable) - Constructor for exception java.security.cert.CertStoreException
-
Creates a
CertStoreExceptionwith the specified detail message and cause. - CertStoreException(Throwable) - Constructor for exception java.security.cert.CertStoreException
-
Creates a
CertStoreExceptionthat wraps the specified throwable. - CertStoreParameters - Interface in java.security.cert
-
A specification of
CertStoreparameters. - CertStoreSpi - Class in java.security.cert
-
The Service Provider Interface (SPI) for the
CertStoreclass. - CertStoreSpi(CertStoreParameters) - Constructor for class java.security.cert.CertStoreSpi
-
The sole constructor.
- CESSATION_OF_OPERATION - Enum constant in enum class java.security.cert.CRLReason
-
This reason indicates that the certificate is no longer needed.
- ChaCha20ParameterSpec - Class in javax.crypto.spec
-
This class specifies the parameters used with the ChaCha20 algorithm.
- ChaCha20ParameterSpec(byte[], int) - Constructor for class javax.crypto.spec.ChaCha20ParameterSpec
-
Constructs a parameter set for ChaCha20 from the given nonce and counter.
- Chain(List<Filter>, HttpHandler) - Constructor for class com.sun.net.httpserver.Filter.Chain
-
Creates a
Chaininstance with given filters and handler. - ChainedCallSite - Class in jdk.dynalink.support
-
A relinkable call site that implements a polymorphic inline caching strategy.
- ChainedCallSite(CallSiteDescriptor) - Constructor for class jdk.dynalink.support.ChainedCallSite
-
Creates a new chained call site.
- CHAKMA - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Chakma".
- CHAKMA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Chakma" Unicode character block.
- CHAM - Enum constant in enum class java.awt.font.NumericShaper.Range
-
The Cham range with the Cham digits.
- CHAM - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Cham".
- CHAM - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cham" Unicode character block.
- change(int, int, AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
-
Changes content.
- CHANGE - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Swing Change support (i.e., ChangeListener and ChangeEvent)
- CHANGE - Static variable in class javax.swing.event.DocumentEvent.EventType
-
Change type.
- CHANGED - Static variable in class java.awt.dnd.DragSourceContext
-
An
intused by updateCurrentCursor() indicating that the user operation has changed. - ChangedCharSetException - Exception in javax.swing.text
-
ChangedCharSetException as the name indicates is an exception thrown when the charset is changed.
- ChangedCharSetException(String, boolean) - Constructor for exception javax.swing.text.ChangedCharSetException
-
Constructs a
ChangedCharSetException. - changedUpdate(DocumentEvent) - Method in interface javax.swing.event.DocumentListener
-
Gives notification that an attribute or set of attributes changed.
- changedUpdate(DocumentEvent) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Handles document remove (fire appropriate property change event, which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
- changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.FlowView
-
Gives notification from the document that attributes were changed in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.GlyphView
-
Gives notification from the document that attributes were changed in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.html.ImageView
-
Invoked when the Elements attributes have changed.
- changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.html.InlineView
-
Gives notification from the document that attributes were changed in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.LabelView
-
Gives notification from the document that attributes were changed in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.ParagraphView
-
Gives notification from the document that attributes were changed in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.PlainView
-
Gives notification from the document that attributes were changed in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.View
-
Gives notification from the document that attributes were changed in a location that this view is responsible for.
- changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.WrappedPlainView
-
Gives notification from the document that attributes were changed in a location that this view is responsible for.
- changedUpdate(FlowView, DocumentEvent, Rectangle) - Method in class javax.swing.text.FlowView.FlowStrategy
-
Gives notification from the document that attributes were changed in a location that this view is responsible for.
- changeEvent - Variable in class javax.swing.AbstractButton
-
Only one
ChangeEventis needed per button instance since the event's only state is the source property. - changeEvent - Variable in class javax.swing.AbstractCellEditor
-
The change event.
- changeEvent - Variable in class javax.swing.colorchooser.DefaultColorSelectionModel
-
Only one
ChangeEventis needed per model instance since the event's only (read-only) state is the source property. - changeEvent - Variable in class javax.swing.DefaultBoundedRangeModel
-
Only one
ChangeEventis needed per model instance since the event's only (read-only) state is the source property. - changeEvent - Variable in class javax.swing.DefaultButtonModel
-
Only one
ChangeEventis needed per button model instance since the event's only state is the source property. - changeEvent - Variable in class javax.swing.DefaultSingleSelectionModel
-
Only one ModelChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
- changeEvent - Variable in class javax.swing.JProgressBar
-
Only one
ChangeEventis needed per instance since the event's only interesting property is the immutable source, which is the progress bar. - changeEvent - Variable in class javax.swing.JSlider
-
Only one
ChangeEventis needed per slider instance since the event's only (read-only) state is the source property. - changeEvent - Variable in class javax.swing.JTabbedPane
-
Only one
ChangeEventis needed perTabPaneinstance since the event's only (read-only) state is the source property. - changeEvent - Variable in class javax.swing.MenuSelectionManager
-
Only one ChangeEvent is needed per button model instance since the event's only state is the source property.
- changeEvent - Variable in class javax.swing.table.DefaultTableColumnModel
-
Change event (only one needed)
- changeEvent - Variable in class javax.swing.text.DefaultCaret
-
The change event for the model.
- changeEvent - Variable in class javax.swing.text.StyleContext.NamedStyle
-
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
- ChangeEvent - Class in javax.swing.event
-
ChangeEvent is used to notify interested parties that state has changed in the event source.
- ChangeEvent(Object) - Constructor for class javax.swing.event.ChangeEvent
-
Constructs a ChangeEvent object.
- ChangeHandler() - Constructor for class javax.swing.plaf.basic.BasicProgressBarUI.ChangeHandler
-
Constructs a
ChangeHandler. - ChangeHandler() - Constructor for class javax.swing.plaf.basic.BasicSliderUI.ChangeHandler
-
Constructs a
ChangeHandler. - ChangeHandler(JMenu, BasicMenuUI) - Constructor for class javax.swing.plaf.basic.BasicMenuUI.ChangeHandler
-
Constructs a new instance of
ChangeHandler. - changeHighlight(Object, int, int) - Method in class javax.swing.text.DefaultHighlighter
-
Changes a highlight.
- changeHighlight(Object, int, int) - Method in interface javax.swing.text.Highlighter
-
Changes the given highlight to span a different portion of the document.
- changeInfo - Variable in class javax.naming.event.NamingEvent
-
Contains information about the change that generated this event.
- changeListener - Variable in class javax.swing.AbstractButton
-
The button model's
changeListener. - changeListener - Variable in class javax.swing.JProgressBar
-
Listens for change events sent by the progress bar's model, redispatching them to change-event listeners registered upon this progress bar.
- changeListener - Variable in class javax.swing.JSlider
-
The changeListener (no suffix) is the listener we add to the slider's model.
- changeListener - Variable in class javax.swing.JTabbedPane
-
The
changeListeneris the listener we add to the model. - changeListener - Variable in class javax.swing.plaf.basic.BasicMenuBarUI
-
The instance of
ChangeListener. - changeListener - Variable in class javax.swing.plaf.basic.BasicMenuUI
-
The instance of
ChangeListener. - changeListener - Variable in class javax.swing.plaf.basic.BasicProgressBarUI
-
The instance of
ChangeListener. - changeListener - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Change listener
- ChangeListener - Interface in javax.swing.event
-
Defines an object which listens for ChangeEvents.
- changeMethodType(MethodType) - Method in class jdk.dynalink.CallSiteDescriptor
-
Finds or creates a call site descriptor that only differs in its method type from this descriptor.
- changeMethodTypeInternal(MethodType) - Method in class jdk.dynalink.CallSiteDescriptor
-
Finds or creates a call site descriptor that only differs in its method type from this descriptor.
- changeName(String) - Method in class jdk.dynalink.NamedOperation
-
Finds or creates a named operation that differs from this one only in the name.
- changeOperation(Operation) - Method in class jdk.dynalink.CallSiteDescriptor
-
Finds or creates a call site descriptor that only differs in its operation from this descriptor.
- changeOperationInternal(Operation) - Method in class jdk.dynalink.CallSiteDescriptor
-
Finds or creates a call site descriptor that only differs in its operation from this descriptor.
- changeParameterType(int, F) - Method in interface java.lang.invoke.TypeDescriptor.OfMethod
-
Return a method descriptor that is identical to this one, except that a single parameter type has been changed to the specified type.
- changeParameterType(int, Class<?>) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with a single different parameter type.
- changeParameterType(int, ClassDesc) - Method in interface java.lang.constant.MethodTypeDesc
-
Returns a MethodTypeDesc that is identical to this one, except that a single parameter type has been changed to the specified type.
- changeReturnType(F) - Method in interface java.lang.invoke.TypeDescriptor.OfMethod
-
Return a method descriptor that is identical to this one, except that the return type has been changed to the specified type
- changeReturnType(Class<?>) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with a different return type.
- changeReturnType(ClassDesc) - Method in interface java.lang.constant.MethodTypeDesc
-
Returns a MethodTypeDesc that is identical to this one, except with the specified return type.
- changeSelection(int, int, boolean, boolean) - Method in class javax.swing.JTable
-
Updates the selection models of the table, depending on the state of the two flags:
toggleandextend. - changeShape(Dimension, Dimension, Dimension) - Method in class javax.swing.Box.Filler
-
Change the size requests for this shape.
- changeSupport - Variable in class javax.swing.AbstractAction
-
If any
PropertyChangeListenershave been registered, thechangeSupportfield describes them. - changeSupport - Variable in class javax.swing.tree.DefaultTreeSelectionModel
-
Used to messaged registered listeners.
- changeToParentDirectory() - Method in class javax.swing.JFileChooser
-
Changes the directory to be set to the parent of the current directory.
- ChangeToParentDirectoryAction() - Constructor for class javax.swing.plaf.basic.BasicFileChooserUI.ChangeToParentDirectoryAction
-
Constructs a
ChangeToParentDirectoryAction. - changeUpdate() - Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
-
Updates the element structure in response to a change in the document.
- channel - Variable in class javax.sound.midi.VoiceStatus
-
The MIDI channel on which this voice is playing.
- channel() - Method in class java.nio.channels.FileLock
-
Returns the file channel upon whose file this lock was acquired.
- channel() - Method in class java.nio.channels.MembershipKey
-
Returns the channel for which this membership key was created.
- channel() - Method in class java.nio.channels.SelectionKey
-
Returns the channel for which this key was created.
- Channel - Interface in java.nio.channels
-
A nexus for I/O operations.
- CHANNEL_PRESSURE - Static variable in class javax.sound.midi.ShortMessage
-
Command value for Channel Pressure (Aftertouch) message (0xD0, or 208).
- ChannelBinding - Class in org.ietf.jgss
-
This class encapsulates the concept of caller-provided channel binding information.
- ChannelBinding(byte[]) - Constructor for class org.ietf.jgss.ChannelBinding
-
Creates a ChannelBinding object without any addressing information.
- ChannelBinding(InetAddress, InetAddress, byte[]) - Constructor for class org.ietf.jgss.ChannelBinding
-
Create a ChannelBinding object with user supplied address information and data.
- channels - Variable in class javax.sound.sampled.AudioFormat
-
The number of audio channels in this format (1 for mono, 2 for stereo).
- Channels - Class in java.nio.channels
-
Utility methods for channels and streams.
- Channels - Class in jdk.nio
-
Defines static methods to create
channels. - Channels.SelectableChannelCloser - Interface in jdk.nio
-
An object used to coordinate the closing of a selectable channel created by
readWriteSelectableChannel. - CHAR - Enum constant in enum class java.sql.JDBCType
-
Identifies the generic SQL type
CHAR. - CHAR - Enum constant in enum class javax.lang.model.type.TypeKind
-
The primitive type
char. - CHAR - Enum constant in enum class jdk.incubator.foreign.CLinker.TypeKind
-
A kind corresponding to the integral C
chartype - CHAR - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type
CHAR. - CHAR_ARRAY(String) - Constructor for class javax.print.DocFlavor.CHAR_ARRAY
-
Constructs a new doc flavor with the given MIME type and a print data representation class name of
"[C"(character array). - CHAR_LITERAL - Enum constant in enum class com.sun.source.tree.Tree.Kind
-
Used for instances of
LiteralTreerepresenting a character literal expression of typechar. - CHAR_REPLACEMENT - Static variable in class java.awt.font.TextAttribute
-
Attribute key for a user-defined glyph to display in lieu of the font's standard glyph for a character.
- CHAR_UNDEFINED - Static variable in class java.awt.event.KeyEvent
-
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
- Character - Class in java.lang
-
The
Characterclass wraps a value of the primitive typecharin an object. - Character(char) - Constructor for class java.lang.Character
-
Deprecated, for removal: This API element is subject to removal in a future version.It is rarely appropriate to use this constructor. The static factory
Character.valueOf(char)is generally a better choice, as it is likely to yield significantly better space and time performance. - CHARACTER - Static variable in interface javax.accessibility.AccessibleText
-
Constant used to indicate that the part of the text that should be retrieved is a character.
- CHARACTER - Static variable in class javax.management.openmbean.SimpleType
-
The
SimpleTypeinstance describing values whose Java class name isjava.lang.Character. - Character.Subset - Class in java.lang
-
Instances of this class represent particular subsets of the Unicode character set.
- Character.UnicodeBlock - Class in java.lang
-
A family of character subsets representing the character blocks in the Unicode specification.
- Character.UnicodeScript - Enum Class in java.lang
-
A family of character subsets representing the character scripts defined in the Unicode Standard Annex #24: Script Names.
- CharacterAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
-
Constructs a
CharacterAction. - CharacterCodingException - Exception in java.nio.charset
-
Checked exception thrown when a character encoding or decoding error occurs.
- CharacterCodingException() - Constructor for exception java.nio.charset.CharacterCodingException
-
Constructs an instance of this class.
- CharacterData - Interface in org.w3c.dom
-
The
CharacterDatainterface extends Node with a set of attributes and methods for accessing character data in the DOM. - characteristics() - Method in interface java.util.Spliterator
-
Returns a set of characteristics of this Spliterator and its elements.
- characteristics() - Method in class java.util.Spliterators.AbstractDoubleSpliterator
-
Returns a set of characteristics of this Spliterator and its elements.
- characteristics() - Method in class java.util.Spliterators.AbstractIntSpliterator
-
Returns a set of characteristics of this Spliterator and its elements.
- characteristics() - Method in class java.util.Spliterators.AbstractLongSpliterator
-
Returns a set of characteristics of this Spliterator and its elements.
- characteristics() - Method in class java.util.Spliterators.AbstractSpliterator
-
Returns a set of characteristics of this Spliterator and its elements.
- characteristics() - Method in interface java.util.stream.Collector
-
Returns a
SetofCollector.Characteristicsindicating the characteristics of this Collector. - CharacterIterator - Interface in java.text
-
This interface defines a protocol for bidirectional iteration over text.
- characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of character data.
- characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.Receive notification of character data.
- characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of character data inside an element.
- characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of character data inside an element.
- characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a character data event.
- characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 characters event.
- Characters - Interface in javax.xml.stream.events
-
This describes the interface to Characters events.
- CHARACTERS - Static variable in interface javax.xml.stream.XMLStreamConstants
-
Indicates an event is characters
- CharArrayReader - Class in java.io
-
This class implements a character buffer that can be used as a character-input stream.
- CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- CharArrayWriter - Class in java.io
-
This class implements a character buffer that can be used as an Writer.
- CharArrayWriter() - Constructor for class java.io.CharArrayWriter
-
Creates a new CharArrayWriter.
- CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
-
Creates a new CharArrayWriter with the specified initial size.
- charAt(int) - Method in class java.lang.StringBuilder
-
Returns the
charvalue in this sequence at the specified index. - charAt(int) - Method in interface java.lang.CharSequence
-
Returns the
charvalue at the specified index. - charAt(int) - Method in class java.lang.String
-
Returns the
charvalue at the specified index. - charAt(int) - Method in class java.lang.StringBuffer
- charAt(int) - Method in class java.nio.CharBuffer
-
Reads the character at the given index relative to the current position.
- charAt(int) - Method in class javax.swing.text.Segment
-
Returns the
charvalue at the specified index. - charAttr - Variable in class javax.swing.text.html.HTMLDocument.HTMLReader
-
Current character attribute set.
- CharBuffer - Class in java.nio
-
A char buffer.
- CharConversionException - Exception in java.io
-
Base class for character conversion exceptions.
- CharConversionException() - Constructor for exception java.io.CharConversionException
-
This provides no detailed message.
- CharConversionException(String) - Constructor for exception java.io.CharConversionException
-
This provides a detailed message.
- charCount(int) - Static method in class java.lang.Character
-
Determines the number of
charvalues needed to represent the specified character (Unicode code point). - chars() - Method in class java.lang.StringBuffer
-
Returns a stream of
intzero-extending thecharvalues from this sequence. - chars() - Method in interface java.lang.CharSequence
-
Returns a stream of
intzero-extending thecharvalues from this sequence. - chars() - Method in class java.lang.String
-
Returns a stream of
intzero-extending thecharvalues from this sequence. - CharSequence - Interface in java.lang
-
A
CharSequenceis a readable sequence ofcharvalues. - charset() - Method in class java.io.Console
-
Returns the
Charsetobject used for theConsole. - charset() - Method in class java.nio.charset.CharsetDecoder
-
Returns the charset that created this decoder.
- charset() - Method in class java.nio.charset.CharsetEncoder
-
Returns the charset that created this encoder.
- Charset - Class in java.nio.charset
-
A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
- Charset(String, String[]) - Constructor for class java.nio.charset.Charset
-
Initializes a new charset with the given canonical name and alias set.
- CHARSET_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a
CSSCharsetRule. - CharsetDecoder - Class in java.nio.charset
-
An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters.
- CharsetDecoder(Charset, float, float) - Constructor for class java.nio.charset.CharsetDecoder
-
Initializes a new decoder.
- CharsetEncoder - Class in java.nio.charset
-
An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset.
- CharsetEncoder(Charset, float, float) - Constructor for class java.nio.charset.CharsetEncoder
-
Initializes a new encoder.
- CharsetEncoder(Charset, float, float, byte[]) - Constructor for class java.nio.charset.CharsetEncoder
-
Initializes a new encoder.
- charsetForName(String) - Method in class java.nio.charset.spi.CharsetProvider
-
Retrieves a charset for the given charset name.
- CharsetProvider - Class in java.nio.charset.spi
-
Charset service-provider class.
- CharsetProvider() - Constructor for class java.nio.charset.spi.CharsetProvider
-
Initializes a new charset provider.
- charsets() - Method in class java.nio.charset.spi.CharsetProvider
-
Creates an iterator that iterates over the charsets supported by this provider.
- charStream - Variable in class javax.sql.rowset.BaseRowSet
-
The
Readerobject that will be returned by the methodgetCharacterStream, which is specified in theResultSetinterface. - charsWidth(char[], int, int) - Method in class java.awt.FontMetrics
-
Returns the total advance width for showing the specified array of characters in this
Font. - CharType - Interface in com.sun.jdi
-
The type of all primitive char values accessed in the target VM.
- charValue() - Method in interface com.sun.jdi.PrimitiveValue
-
Converts this value to a CharValue and returns the result as a char.
- charValue() - Method in class java.lang.Character
-
Returns the value of this
Characterobject. - CharValue - Interface in com.sun.jdi
-
Provides access to a primitive
charvalue in the target VM. - charWidth(char) - Method in class java.awt.FontMetrics
-
Returns the advance width of the specified character in this
Font. - charWidth(int) - Method in class java.awt.FontMetrics
-
Returns the advance width of the specified character in this
Font. - check(Class<E>, Class<F>) - Method in interface jdk.incubator.vector.VectorOperators.Conversion
-
Ensures that this conversion has the desired domain and range types.
- check(Class<F>) - Method in class jdk.incubator.vector.ShortVector
-
Checks that this vector has the given element type, and returns this vector unchanged.
- check(Class<F>) - Method in class jdk.incubator.vector.Vector
-
Checks that this vector has the given element type, and returns this vector unchanged.
- check(Class<F>) - Method in class jdk.incubator.vector.VectorMask
-
Checks that this mask applies to vectors with the given element type, and returns this mask unchanged.
- check(Class<F>) - Method in interface jdk.incubator.vector.VectorSpecies
-
Checks that this species has the given element type, and returns this species unchanged.
- check(String, URL, String, MLetContent) - Method in class javax.management.loading.MLet
-
This method is to be overridden when extending this service to support caching and versioning.
- check(Certificate) - Method in interface java.security.cert.CertPathChecker
-
Performs the check(s) on the specified certificate using its internal state.
- check(Certificate) - Method in class java.security.cert.PKIXCertPathChecker
-
Performs the check(s) on the specified certificate using its internal state.
- check(Certificate, Collection<String>) - Method in class java.security.cert.PKIXCertPathChecker
-
Performs the check(s) on the specified certificate using its internal state and removes any critical extensions that it processes from the specified collection of OID strings that represent the unresolved critical extensions.
- check(VectorSpecies<F>) - Method in class jdk.incubator.vector.ShortVector
- check(VectorSpecies<F>) - Method in class jdk.incubator.vector.Vector
-
Checks that this vector has the given species, and returns this vector unchanged.
- check(VectorSpecies<F>) - Method in class jdk.incubator.vector.VectorMask
-
Checks that this mask has the given species, and returns this mask unchanged.
- check(VectorSpecies<F>) - Method in class jdk.incubator.vector.VectorShuffle
-
Checks that this shuffle has the given species, and returns this shuffle unchanged.
- CHECK_BOX - Static variable in class javax.accessibility.AccessibleRole
-
A choice that can be checked or unchecked and provides a separate indicator for the current state.
- CHECK_BOX - Static variable in class javax.swing.plaf.synth.Region
-
CheckBox region.
- CHECK_BOX_MENU_ITEM - Static variable in class javax.swing.plaf.synth.Region
-
CheckBoxMenuItem region.
- checkAccept(String, int) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not permitted to accept a socket connection from the specified host and port number. - checkAccess() - Method in class java.lang.Thread
-
Deprecated, for removal: This API element is subject to removal in a future version.
- checkAccess() - Method in class java.lang.ThreadGroup
-
Deprecated, for removal: This API element is subject to removal in a future version.
- checkAccess() - Method in class java.util.logging.LogManager
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release. Consequently, this method is also deprecated and subject to removal. There is no replacement for the Security Manager or this method.
- checkAccess(Thread) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to modify the thread argument. - checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to modify the thread group argument. - checkAccess(Path, AccessMode...) - Method in class java.nio.file.spi.FileSystemProvider
-
Checks the existence, and optionally the accessibility, of a file.
- checkAll() - Method in class java.awt.MediaTracker
-
Checks to see if all images being tracked by this media tracker have finished loading.
- checkAll(boolean) - Method in class java.awt.MediaTracker
-
Checks to see if all images being tracked by this media tracker have finished loading.
- Checkbox - Class in java.awt
-
A check box is a graphical component that can be in either an "on" (
true) or "off" (false) state. - Checkbox() - Constructor for class java.awt.Checkbox
-
Creates a check box with an empty string for its label.
- Checkbox(String) - Constructor for class java.awt.Checkbox
-
Creates a check box with the specified label.
- Checkbox(String, boolean) - Constructor for class java.awt.Checkbox
-
Creates a check box with the specified label and sets the specified state.
- Checkbox(String, boolean, CheckboxGroup) - Constructor for class java.awt.Checkbox
-
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
- Checkbox(String, CheckboxGroup, boolean) - Constructor for class java.awt.Checkbox
-
Creates a check box with the specified label, in the specified check box group, and set to the specified state.
- Checkbox.AccessibleAWTCheckbox - Class in java.awt
-
This class implements accessibility support for the
Checkboxclass. - CheckboxGroup - Class in java.awt
-
The
CheckboxGroupclass is used to group together a set ofCheckboxbuttons. - CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
-
Creates a new instance of
CheckboxGroup. - CheckboxMenuItem - Class in java.awt
-
This class represents a check box that can be included in a menu.
- CheckboxMenuItem() - Constructor for class java.awt.CheckboxMenuItem
-
Create a check box menu item with an empty label.
- CheckboxMenuItem(String) - Constructor for class java.awt.CheckboxMenuItem
-
Create a check box menu item with the specified label.
- CheckboxMenuItem(String, boolean) - Constructor for class java.awt.CheckboxMenuItem
-
Create a check box menu item with the specified label and state.
- CheckboxMenuItem.AccessibleAWTCheckboxMenuItem - Class in java.awt
-
Inner class of CheckboxMenuItem used to provide default support for accessibility.
- checkClientTrusted(X509Certificate[], String) - Method in interface javax.net.ssl.X509TrustManager
-
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for client SSL authentication based on the authentication type.
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class javax.net.ssl.X509ExtendedTrustManager
-
Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class javax.net.ssl.X509ExtendedTrustManager
-
Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.
- checkClosed() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
Throws an
IOExceptionif the stream has been closed. - checkConnect(String, int) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to open a socket connection to the specified host and port number. - checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the specified security context is not allowed to open a socket connection to the specified host and port number. - checkCreateClassLoader() - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to create a new class loader. - checkCredentials(String, String) - Method in class com.sun.net.httpserver.BasicAuthenticator
-
Called for each incoming request to verify the given name and password in the context of this authenticator's realm.
- checkDelete(String) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to delete the specified file. - CHECKED - Static variable in class javax.accessibility.AccessibleState
-
Indicates this object is currently checked.
- CHECKED - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "checked"
- checkedCollection(Collection<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified collection.
- CheckedInputStream - Class in java.util.zip
-
An input stream that also maintains a checksum of the data being read.
- CheckedInputStream(InputStream, Checksum) - Constructor for class java.util.zip.CheckedInputStream
-
Creates an input stream using the specified Checksum.
- checkedList(List<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified list.
- checkedMap(Map<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified map.
- checkedNavigableMap(NavigableMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified navigable map.
- checkedNavigableSet(NavigableSet<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified navigable set.
- CheckedOutputStream - Class in java.util.zip
-
An output stream that also maintains a checksum of the data being written.
- CheckedOutputStream(OutputStream, Checksum) - Constructor for class java.util.zip.CheckedOutputStream
-
Creates an output stream with the specified Checksum.
- checkedQueue(Queue<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified queue.
- checkedSet(Set<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified set.
- checkedSortedMap(SortedMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified sorted map.
- checkedSortedSet(SortedSet<E>, Class<E>) - Static method in class java.util.Collections
-
Returns a dynamically typesafe view of the specified sorted set.
- checkError() - Method in class java.io.PrintStream
-
Flushes the stream and checks its error state.
- checkError() - Method in class java.io.PrintWriter
-
Flushes the stream if it's not closed and checks its error state.
- checkExec(String) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to create a subprocess. - checkExit(int) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code. - checkExternalDecimal(byte[], int, int, int, int) - Static method in class com.ibm.dataaccess.ExternalDecimal
-
Checks the validity of a External Decimal, returns an integer indicating the status of the External Decimal.
- checkForClickInExpandControl(TreePath, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
If the
mouseXandmouseYare in the expand/collapse region of therow, this will toggle the row. - checkFromIndexSize(int, int, int) - Static method in class java.util.Objects
-
Checks if the sub-range from
fromIndex(inclusive) tofromIndex + size(exclusive) is within the bounds of range from0(inclusive) tolength(exclusive). - checkFromIndexSize(long, long, long) - Static method in class java.util.Objects
-
Checks if the sub-range from
fromIndex(inclusive) tofromIndex + size(exclusive) is within the bounds of range from0(inclusive) tolength(exclusive). - checkFromToIndex(int, int, int) - Static method in class java.util.Objects
-
Checks if the sub-range from
fromIndex(inclusive) totoIndex(exclusive) is within the bounds of range from0(inclusive) tolength(exclusive). - checkFromToIndex(long, long, long) - Static method in class java.util.Objects
-
Checks if the sub-range from
fromIndex(inclusive) totoIndex(exclusive) is within the bounds of range from0(inclusive) tolength(exclusive). - checkGuard(Object) - Method in interface java.security.Guard
-
Determines whether or not to allow access to the guarded object
object. - checkGuard(Object) - Method in class java.security.Permission
-
Implements the guard interface for a permission.
- checkHorizontalKey(int, String) - Method in class javax.swing.AbstractButton
-
Verify that the
keyargument is a legal value for thehorizontalAlignmentandhorizontalTextPositionproperties. - checkHorizontalKey(int, String) - Method in class javax.swing.JLabel
-
Verify that key is a legal value for the horizontalAlignment properties.
- checkIcon - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
-
The check icon.
- checkID(int) - Method in class java.awt.MediaTracker
-
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
- checkID(int, boolean) - Method in class java.awt.MediaTracker
-
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
- checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
-
Returns the status of the construction of a screen representation of the specified image.
- checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
-
Indicates the construction status of a specified image that is being prepared for display.
- checkImage(Image, ImageObserver) - Method in class java.awt.Component
-
Returns the status of the construction of a screen representation of the specified image.
- checkIndex(int) - Method in class jdk.incubator.vector.VectorShuffle
-
Validation function for lane indexes which may be out of the valid range of
[0..VLENGTH-1]. - checkIndex(int, int) - Static method in class java.util.Objects
-
Checks if the
indexis within the bounds of the range from0(inclusive) tolength(exclusive). - checkIndex(long, long) - Static method in class java.util.Objects
-
Checks if the
indexis within the bounds of the range from0(inclusive) tolength(exclusive). - checkIndexes() - Method in class jdk.incubator.vector.VectorShuffle
-
Apply the
checkIndex()validation function to all lanes, throwingIndexOutOfBoundsExceptionif there are any exceptional indexes in this shuffle. - checkInput(ObjectInputFilter.FilterInfo) - Method in interface java.io.ObjectInputFilter
-
Check the class, array length, number of object references, depth, stream size, and other available filtering information.
- checkLink(String) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to dynamic link the library code specified by the string argument file. - checkListen(int) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to wait for a connection request on the specified local port number. - checkMaxDegree(int) - Method in class javax.management.relation.RoleInfo
-
Returns true if the
valueparameter is lower than or equal to the expected maximum degree, false otherwise. - checkMinDegree(int) - Method in class javax.management.relation.RoleInfo
-
Returns true if the
valueparameter is greater than or equal to the expected minimum degree, false otherwise. - checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to use (join/leave/send/receive) IP multicast. - checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- checkOpacity(AbstractButton) - Method in class javax.swing.plaf.basic.BasicButtonListener
-
Checks the opacity of the
AbstractButton. - checkPackageAccess(String) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to access the specified package. - checkPackageDefinition(String) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to define classes in the specified package. - checkPackedDecimal(byte[], int, int) - Static method in class com.ibm.dataaccess.PackedDecimal
-
Checks the validity of a Packed Decimal, return code indicating the status of the Packed Decimal.
- checkPackedDecimal(byte[], int, int, boolean) - Static method in class com.ibm.dataaccess.PackedDecimal
-
Checks the validity of a Packed Decimal, return code indicating the status of the Packed Decimal.
- checkPackedDecimal(byte[], int, int, boolean, boolean) - Static method in class com.ibm.dataaccess.PackedDecimal
-
Checks the validity of a Packed Decimal, return code indicating the status of the Packed Decimal.
- checkPainter() - Method in class javax.swing.text.GlyphView
-
Check to see that a glyph painter exists.
- checkPermission(Permission) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the requested access, specified by the given permission, is not permitted based on the security policy currently in effect. - checkPermission(Permission) - Method in class java.security.AccessControlContext
-
Deprecated.Checks if the permission
permis allowed in this context. - checkPermission(Permission) - Static method in class java.security.AccessController
-
Deprecated.Checks whether the running program is allowed to access the resource being guarded by the given Permission argument.
- checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the specified security context is denied access to the resource specified by the given permission. - checkpointJVM() - Method in class org.eclipse.openj9.criu.CRIUSupport
-
Checkpoint the JVM.
- checkPrintJobAccess() - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to initiate a print job request. - checkPropertiesAccess() - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to access or modify the system properties. - checkPropertyAccess(String) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to access the system property with the specifiedkeyname. - checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to read from the specified file descriptor. - checkRead(String) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to read the file specified by the string argument. - checkRead(String, Object) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the specified security context is not allowed to read the file specified by the string argument. - checkReadParamBandSettings(ImageReadParam, int, int) - Static method in class javax.imageio.ImageReader
-
A utility method that may be used by readers to test the validity of the source and destination band settings of an
ImageReadParam. - checkRoleReading(String, String) - Method in class javax.management.relation.RelationService
-
Checks if given Role can be read in a relation of the given type.
- checkRoleReading(String, String) - Method in interface javax.management.relation.RelationServiceMBean
-
Checks if given Role can be read in a relation of the given type.
- checkRoleWriting(Role, String, Boolean) - Method in class javax.management.relation.RelationService
-
Checks if given Role can be set in a relation of given type.
- checkRoleWriting(Role, String, Boolean) - Method in interface javax.management.relation.RelationServiceMBean
-
Checks if given Role can be set in a relation of given type.
- checkSecurityAccess(String) - Method in class java.lang.SecurityManager
-
Deprecated.Determines whether the permission with the specified permission target name should be granted or denied.
- checkServerTrusted(X509Certificate[], String) - Method in interface javax.net.ssl.X509TrustManager
-
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type.
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class javax.net.ssl.X509ExtendedTrustManager
-
Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class javax.net.ssl.X509ExtendedTrustManager
-
Given the partial or complete certificate chain provided by the peer, build and validate the certificate path based on the authentication type and ssl parameters.
- checkSetFactory() - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to set the socket factory used byServerSocketorSocket, or the stream handler factory used byURL. - Checksum - Interface in java.util.zip
-
An interface representing a data checksum.
- checkValidIntValue(long) - Method in enum class java.time.temporal.ChronoField
-
Checks that the specified value is valid and fits in an
int. - checkValidIntValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
-
Checks that the specified value is valid and fits in an
int. - checkValidity() - Method in class java.security.cert.X509Certificate
-
Checks that the certificate is currently valid.
- checkValidity() - Method in class javax.security.cert.X509Certificate
-
Deprecated.Checks that the certificate is currently valid.
- checkValidity(Date) - Method in class java.security.cert.X509Certificate
-
Checks that the given date is within the certificate's validity period.
- checkValidity(Date) - Method in class javax.security.cert.X509Certificate
-
Deprecated.Checks that the specified date is within the certificate's validity period.
- checkValidValue(long) - Method in enum class java.time.temporal.ChronoField
-
Checks that the specified value is valid for this field.
- checkValidValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
-
Checks that the specified value is valid.
- checkValue(long) - Method in interface jdk.incubator.vector.VectorSpecies
-
Checks that this species can represent the given element value, and returns the value unchanged.
- checkVerticalKey(int, String) - Method in class javax.swing.AbstractButton
-
Verify that the
keyargument is a legal value for the vertical properties. - checkVerticalKey(int, String) - Method in class javax.swing.JLabel
-
Verify that key is a legal value for the verticalAlignment or verticalTextPosition properties.
- checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to write to the specified file descriptor. - checkWrite(String) - Method in class java.lang.SecurityManager
-
Deprecated.Throws a
SecurityExceptionif the calling thread is not allowed to write to the file specified by the string argument. - CHEROKEE - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Cherokee".
- CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cherokee" Unicode character block.
- CHEROKEE_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Cherokee Supplement" Unicode character block.
- CHESS_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Chess Symbols" Unicode character block.
- CHILD_NODE_OF - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates that an object is a child node of one or more objects.
- CHILD_NODE_OF_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates the
CHILD_NODE_OFrelation between two or more objects has changed. - CHILD_POLICY_ALL - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getChildPolicyto indicate that an element must have a single instance of each of its legal child elements, in order. - CHILD_POLICY_CHOICE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getChildPolicyto indicate that an element must have zero or one children, selected from among its legal child elements. - CHILD_POLICY_EMPTY - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getChildPolicyto indicate that an element may not have any children. - CHILD_POLICY_MAX - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
The largest valid
CHILD_POLICY_*constant, to be used for range checks. - CHILD_POLICY_REPEAT - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getChildPolicyto indicate that an element must have zero or more instances of its unique legal child element. - CHILD_POLICY_SEQUENCE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getChildPolicyto indicate that an element must have a sequence of instances of any of its legal child elements. - CHILD_POLICY_SOME - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getChildPolicyto indicate that an element must have zero or one instance of each of its legal child elements, in order. - childAdded(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
-
This method gets called when a child node is added.
- childAlloc - Variable in class javax.swing.text.AsyncBoxView.ChildLocator
-
A shape to use for the child allocation to avoid creating a lot of garbage.
- childAllocation(int, Rectangle) - Method in class javax.swing.text.BoxView
-
Allocates a region for a child view.
- childAllocation(int, Rectangle) - Method in class javax.swing.text.CompositeView
-
Returns the allocation for a given child.
- childChanged(AsyncBoxView.ChildState) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
-
Notification that a child changed.
- childDeserializedHook(Object, BeanContextSupport.BCSChild) - Method in class java.beans.beancontext.BeanContextSupport
-
Called by readObject with the newly deserialized child and BCSChild.
- childIndices - Variable in class javax.swing.event.TreeModelEvent
-
Indices identifying the position of where the children were.
- childJustAddedHook(Object, BeanContextSupport.BCSChild) - Method in class java.beans.beancontext.BeanContextSupport
-
subclasses may override this method to simply extend add() semantics after the child has been added and before the event notification has occurred.
- childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
called from superclass child removal operations after a child has been successfully removed. called with child synchronized.
- childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class java.beans.beancontext.BeanContextSupport
-
subclasses may override this method to simply extend remove() semantics after the child has been removed and before the event notification has occurred.
- ChildLocator() - Constructor for class javax.swing.text.AsyncBoxView.ChildLocator
-
construct a child locator.
- childRemoved(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
-
This method gets called when a child node is removed.
- children - Variable in class java.beans.beancontext.BeanContextMembershipEvent
-
The list of children affected by this event notification.
- children - Variable in class java.beans.beancontext.BeanContextSupport
-
all accesses to the
protected HashMap childrenfield shall be synchronized on that object. - children - Variable in class javax.swing.event.TreeModelEvent
-
Children that have been removed.
- children - Variable in class javax.swing.tree.DefaultMutableTreeNode
-
array of children, may be null if this node has no children
- children() - Method in class java.lang.Process
-
Returns a snapshot of the direct children of the process.
- children() - Method in interface java.lang.ProcessHandle
-
Returns a snapshot of the current direct children of the process.
- children() - Method in class javax.swing.JTree.DynamicUtilTreeNode
-
Subclassed to load the children, if necessary.
- children() - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Returns the children of the receiver as an
Enumeration. - children() - Method in class javax.swing.text.AbstractDocument.BranchElement
-
Returns the children of the receiver as an
Enumeration. - children() - Method in class javax.swing.text.AbstractDocument.LeafElement
-
Returns the children of the receiver as an
Enumeration. - children() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Creates and returns a forward-order enumeration of this node's children.
- children() - Method in interface javax.swing.tree.TreeNode
-
Returns the children of the receiver as an
Enumeration. - childrenAdded(BeanContextMembershipEvent) - Method in interface java.beans.beancontext.BeanContextMembershipListener
-
Called when a child or list of children is added to a
BeanContextthat this listener is registered with. - childrenNames() - Method in class java.util.prefs.AbstractPreferences
-
Implements the
childrenmethod as per the specification inPreferences.childrenNames(). - childrenNames() - Method in class java.util.prefs.Preferences
-
Returns the names of the children of this preference node, relative to this node.
- childrenNamesSpi() - Method in class java.util.prefs.AbstractPreferences
-
Returns the names of the children of this preference node.
- childrenRemoved(BeanContextMembershipEvent) - Method in interface java.beans.beancontext.BeanContextMembershipListener
-
Called when a child or list of children is removed from a
BeanContextthat this listener is registered with. - childSpi(String) - Method in class java.util.prefs.AbstractPreferences
-
Returns the named child of this preference node, creating it if it does not already exist.
- ChildState(View) - Constructor for class javax.swing.text.AsyncBoxView.ChildState
-
Construct a child status.
- childValue - Variable in class javax.swing.JTree.DynamicUtilTreeNode
-
Value to create children with.
- childValue(T) - Method in class java.lang.InheritableThreadLocal
-
Computes the child's initial value for this inheritable thread-local variable as a function of the parent's value at the time the child thread is created.
- CHINA - Static variable in class java.util.Locale
-
Useful constant for country.
- CHINESE - Static variable in class java.util.Locale
-
Useful constant for language.
- Choice - Class in java.awt
-
The
Choiceclass presents a pop-up menu of choices. - Choice() - Constructor for class java.awt.Choice
-
Creates a new choice menu.
- Choice.AccessibleAWTChoice - Class in java.awt
-
This class implements accessibility support for the
Choiceclass. - ChoiceCallback - Class in javax.security.auth.callback
-
Underlying security services instantiate and pass a
ChoiceCallbackto thehandlemethod of aCallbackHandlerto display a list of choices and to retrieve the selected choice(s). - ChoiceCallback(String, String[], int, boolean) - Constructor for class javax.security.auth.callback.ChoiceCallback
-
Construct a
ChoiceCallbackwith a prompt, a list of choices, a default choice, and a boolean specifying whether or not multiple selections from the list of choices are allowed. - ChoiceFormat - Class in java.text
-
A
ChoiceFormatallows you to attach a format to a range of numbers. - ChoiceFormat(double[], String[]) - Constructor for class java.text.ChoiceFormat
-
Constructs with the limits and the corresponding formats.
- ChoiceFormat(String) - Constructor for class java.text.ChoiceFormat
-
Constructs with limits and corresponding formats based on the pattern.
- choices - Variable in class java.sql.DriverPropertyInfo
-
An array of possible values if the value for the field
DriverPropertyInfo.valuemay be selected from a particular set of values; otherwise null. - choices() - Method in interface com.sun.jdi.connect.Connector.SelectedArgument
-
Return the possible values for the argument
- CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
-
Identifies a change in the list of predefined file filters the user can choose from.
- chooseClientAlias(String[], Principal[], Socket) - Method in interface javax.net.ssl.X509KeyManager
-
Choose an alias to authenticate the client side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class javax.net.ssl.X509ExtendedKeyManager
-
Choose an alias to authenticate the client side of an
SSLEngineconnection given the public key type and the list of certificate issuer authorities recognized by the peer (if any). - chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class javax.net.ssl.X509ExtendedKeyManager
-
Choose an alias to authenticate the server side of an
SSLEngineconnection given the public key type and the list of certificate issuer authorities recognized by the peer (if any). - chooser - Variable in class javax.swing.plaf.basic.BasicColorChooserUI
-
JColorChooser this BasicColorChooserUI is installed on.
- CHOOSER_PANELS_PROPERTY - Static variable in class javax.swing.JColorChooser
-
The chooserPanel array property name.
- chooseServerAlias(String, Principal[], Socket) - Method in interface javax.net.ssl.X509KeyManager
-
Choose an alias to authenticate the server side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
- CHORASMIAN - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Chorasmian".
- CHORASMIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Chorasmian" Unicode character block.
- CHORD - Static variable in class java.awt.geom.Arc2D
-
The closure type for an arc closed by drawing a straight line segment from the start of the arc segment to the end of the arc segment.
- CHOU_1 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Chou ("long") #1 envelope size, 142 mm by 332 mm.
- CHOU_2 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Chou ("long") #2 envelope size, 119 mm by 277 mm.
- CHOU_3 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Chou ("long") #3 envelope size, 120 mm by 235 mm.
- CHOU_30 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Chou ("long") #30 envelope size, 92 mm by 235 mm.
- CHOU_4 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Chou ("long") #4 envelope size, 90 mm by 205 mm.
- CHOU_40 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Chou ("long") #40 envelope size, 90 mm by 225 mm.
- Chromaticity - Class in javax.print.attribute.standard
-
Class
Chromaticityis a printing attribute class, an enumeration, that specifies monochrome or color printing. - Chromaticity(int) - Constructor for class javax.print.attribute.standard.Chromaticity
-
Construct a new chromaticity enumeration value with the given integer value.
- ChronoField - Enum Class in java.time.temporal
-
A standard set of fields.
- ChronoLocalDate - Interface in java.time.chrono
-
A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases.
- ChronoLocalDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
-
A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases.
- chronology() - Static method in class java.time.temporal.TemporalQueries
-
A query for the
Chronology. - Chronology - Interface in java.time.chrono
-
A calendar system, used to organize and identify dates.
- ChronoPeriod - Interface in java.time.chrono
-
A date-based amount of time, such as '3 years, 4 months and 5 days' in an arbitrary chronology, intended for advanced globalization use cases.
- ChronoUnit - Enum Class in java.time.temporal
-
A standard set of date periods units.
- ChronoZonedDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
-
A date-time with a time-zone in an arbitrary chronology, intended for advanced globalization use cases.
- chunkLength - Variable in class java.net.HttpURLConnection
-
The chunk-length when using chunked encoding streaming mode for output.
- Cipher - Class in javax.crypto
-
This class provides the functionality of a cryptographic cipher for encryption and decryption.
- Cipher(CipherSpi, Provider, String) - Constructor for class javax.crypto.Cipher
-
Creates a Cipher object.
- CipherInputStream - Class in javax.crypto
-
A CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from the underlying InputStream but have been additionally processed by the Cipher.
- CipherInputStream(InputStream) - Constructor for class javax.crypto.CipherInputStream
-
Constructs a CipherInputStream from an InputStream without specifying a Cipher.
- CipherInputStream(InputStream, Cipher) - Constructor for class javax.crypto.CipherInputStream
-
Constructs a CipherInputStream from an InputStream and a Cipher.
- CipherOutputStream - Class in javax.crypto
-
A CipherOutputStream is composed of an OutputStream and a Cipher so that write() methods first process the data before writing them out to the underlying OutputStream.
- CipherOutputStream(OutputStream) - Constructor for class javax.crypto.CipherOutputStream
-
Constructs a CipherOutputStream from an OutputStream without specifying a Cipher.
- CipherOutputStream(OutputStream, Cipher) - Constructor for class javax.crypto.CipherOutputStream
-
Constructs a CipherOutputStream from an OutputStream and a Cipher.
- CipherSpi - Class in javax.crypto
-
This class defines the Service Provider Interface (SPI) for the
Cipherclass. - CipherSpi() - Constructor for class javax.crypto.CipherSpi
-
Constructor for subclasses to call.
- CITE - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <cite>
- CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Compatibility" Unicode character block.
- CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Compatibility Forms" Unicode character block.
- CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Compatibility Ideographs" Unicode character block.
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Compatibility Ideographs Supplement" Unicode character block.
- CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Radicals Supplement" Unicode character block.
- CJK_STROKES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Strokes" Unicode character block.
- CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Symbols and Punctuation" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension A" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension B" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension C" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension D" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension E" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension F" Unicode character block.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "CJK Unified Ideographs Extension G" Unicode character block.
- Class<T> - Class in java.lang
-
An instance of class Class is the in-image representation of a Java class.
- CLASS - Enum constant in enum class com.sun.source.tree.Tree.Kind
-
Used for instances of
ClassTreerepresenting classes. - CLASS - Enum constant in enum class java.lang.annotation.RetentionPolicy
-
Annotations are to be recorded in the class file by the compiler but need not be retained by the VM at run time.
- CLASS - Enum constant in enum class javax.lang.model.element.ElementKind
-
A class not described by a more specific kind (like
ENUMorRECORD). - CLASS - Enum constant in enum class javax.tools.JavaFileObject.Kind
-
Class files for the Java Virtual Machine.
- CLASS - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "class"
- CLASS_ABSTRACT - Static variable in class java.awt.color.ICC_Profile
-
Profile class is abstract.
- CLASS_COLORSPACECONVERSION - Static variable in class java.awt.color.ICC_Profile
-
Profile class is color space conversion.
- CLASS_DEVICELINK - Static variable in class java.awt.color.ICC_Profile
-
Profile class is device link.
- CLASS_DISPLAY - Static variable in class java.awt.color.ICC_Profile
-
Profile class is display.
- CLASS_INPUT - Static variable in class java.awt.color.ICC_Profile
-
Profile class is input.
- CLASS_LOADING_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
-
String representation of the
ObjectNamefor theClassLoadingMXBean. - CLASS_NAMEDCOLOR - Static variable in class java.awt.color.ICC_Profile
-
Profile class is named color.
- CLASS_OUTPUT - Enum constant in enum class javax.tools.StandardLocation
-
Location of new class files.
- CLASS_OUTPUT - Static variable in class java.awt.color.ICC_Profile
-
Profile class is output.
- CLASS_PATH - Enum constant in enum class javax.tools.StandardLocation
-
Location to search for user class files.
- CLASS_PATH - Static variable in class java.util.jar.Attributes.Name
-
Nameobject forClass-Pathmanifest attribute. - CLASS_SUBKIND - Enum constant in enum class jdk.jshell.Snippet.SubKind
-
A class declaration.
- classattr() - Static method in class javax.management.Query
-
Returns a new class attribute expression which can be used in any Query call that expects a ValueExp.
- ClassBytecodes(String, byte[]) - Constructor for class jdk.jshell.spi.ExecutionControl.ClassBytecodes
-
Creates a name/bytecode pair.
- ClassCastException - Exception in java.lang
-
This runtime exception is thrown when a program attempts to cast an object to a type with which it is not compatible.
- ClassCastException() - Constructor for exception java.lang.ClassCastException
-
Constructs a new instance of this class with its walkback filled in.
- ClassCastException(String) - Constructor for exception java.lang.ClassCastException
-
Constructs a new instance of this class with its walkback and message filled in.
- ClassCircularityError - Error in java.lang
-
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded.
- ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
-
Constructs a
ClassCircularityErrorwith no detail message. - ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
-
Constructs a
ClassCircularityErrorwith the specified detail message. - classData(MethodHandles.Lookup, String, Class<T>) - Static method in class java.lang.invoke.MethodHandles
-
Returns the class data associated with the lookup class of the given
callerlookup object, ornull. - classDataAt(MethodHandles.Lookup, String, Class<T>, int) - Static method in class java.lang.invoke.MethodHandles
-
Returns the element at the specified index in the class data, if the class data associated with the lookup class of the given
callerlookup object is aList. - ClassDefinition - Class in java.lang.instrument
-
This class serves as a parameter block to the
Instrumentation.redefineClassesmethod. - ClassDefinition(Class<?>, byte[]) - Constructor for class java.lang.instrument.ClassDefinition
-
Creates a new
ClassDefinitionbinding using the supplied class and class file bytes. - ClassDesc - Interface in java.lang.constant
-
A nominal descriptor for a
Classconstant. - classEquals(Class<?>, Class<?>) - Static method in class java.beans.beancontext.BeanContextSupport
-
Tests to see if two class objects, or their names are equal.
- classesByName(String) - Method in interface com.sun.jdi.VirtualMachine
-
Returns the loaded reference types that match a given name.
- classesRedefined(ExecutionControl.ClassBytecodes[]) - Method in class jdk.jshell.execution.DirectExecutionControl
-
Notify that classes have been redefined.
- classesRedefined(ExecutionControl.ClassBytecodes[]) - Method in interface jdk.jshell.execution.LoaderDelegate
-
Notify that classes have been redefined.
- classFactory - Variable in class javax.naming.Reference
-
Contains the name of the factory class for creating an instance of the object to which this Reference refers.
- classFactoryLocation - Variable in class javax.naming.Reference
-
Contains the location of the factory class.
- ClassFileTransformer - Interface in java.lang.instrument
-
A transformer of class files.
- ClassFormatError - Error in java.lang
-
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
- ClassFormatError() - Constructor for error java.lang.ClassFormatError
-
Constructs a
ClassFormatErrorwith no detail message. - ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
-
Constructs a
ClassFormatErrorwith the specified detail message. - CLASSID - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "classid"
- ClassInfo - Class in com.ibm.java.diagnostics.utils.plugins
-
Information about the structural aspects of a class such as the annotations found and interfaces supported.
- ClassInfo(String, URL) - Constructor for class com.ibm.java.diagnostics.utils.plugins.ClassInfo
- ClassInstallException(String, boolean[]) - Constructor for exception jdk.jshell.spi.ExecutionControl.ClassInstallException
- ClassListener - Interface in com.ibm.java.diagnostics.utils.plugins
-
A subset of the ASM ClassVisitor and AnnotationVisitor methods on a single interface to allow specific visitor actions to be carried out.
- classLoader() - Method in interface com.sun.jdi.ModuleReference
-
Returns the
ClassLoaderReferenceobject for this module. - classLoader() - Method in interface com.sun.jdi.ReferenceType
-
Gets the classloader object which loaded the class corresponding to this type.
- ClassLoader - Class in java.lang
-
ClassLoaders are used to dynamically load, link and install classes into a running image.
- ClassLoader() - Constructor for class java.lang.ClassLoader
-
Constructs a new instance of this class with the system class loader as its parent.
- ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
-
Constructs a new instance of this class with the given class loader as its parent.
- ClassLoader(String, ClassLoader) - Constructor for class java.lang.ClassLoader
-
Constructs a class loader with the specified name and the given class loader as its parent.
- ClassLoaderReference - Interface in com.sun.jdi
-
A class loader object from the target VM.
- ClassLoaderRepository - Interface in javax.management.loading
-
Instances of this interface are used to keep the list of ClassLoaders registered in an MBean Server.
- ClassLoadingMXBean - Interface in java.lang.management
-
The management and monitoring interface for the virtual machine's class loading functionality.
- classModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an
intvalue OR-ing together the source language modifiers that can be applied to a class. - classname - Variable in exception java.io.InvalidClassException
-
Name of the invalid class.
- className - Variable in class javax.naming.Reference
-
Contains the fully-qualified name of the class of the object to which this Reference refers.
- className() - Method in exception com.sun.jdi.ClassNotLoadedException
- className() - Method in interface com.sun.jdi.event.ClassUnloadEvent
-
Returns the name of the class that has been unloaded.
- ClassNotFoundException - Exception in java.lang
-
Thrown when an application tries to load in a class through its string name using: The
forNamemethod in classClass. - ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a
ClassNotFoundExceptionwith no detail message. - ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a
ClassNotFoundExceptionwith the specified detail message. - ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a
ClassNotFoundExceptionwith the specified detail message and optional exception that was raised while loading the class. - ClassNotLoadedException - Exception in com.sun.jdi
-
Thrown to indicate that the requested class has not yet been loaded through the appropriate class loader.
- ClassNotLoadedException(String) - Constructor for exception com.sun.jdi.ClassNotLoadedException
- ClassNotLoadedException(String, String) - Constructor for exception com.sun.jdi.ClassNotLoadedException
- ClassNotPreparedException - Exception in com.sun.jdi
-
Thrown to indicate that the requested operation cannot be completed because the specified class has not yet been prepared.
- ClassNotPreparedException() - Constructor for exception com.sun.jdi.ClassNotPreparedException
- ClassNotPreparedException(String) - Constructor for exception com.sun.jdi.ClassNotPreparedException
- classObject() - Method in interface com.sun.jdi.ReferenceType
-
Returns the class object that corresponds to this type in the target VM.
- ClassObjectReference - Interface in com.sun.jdi
-
An instance of java.lang.Class from the target VM.
- classPath() - Method in interface com.sun.jdi.PathSearchingVirtualMachine
-
Get the class path for this virtual machine.
- ClassPrepareEvent - Interface in com.sun.jdi.event
-
Notification of a class prepare in the target VM.
- ClassPrepareRequest - Interface in com.sun.jdi.request
-
Request for notification when a class is prepared in the target VM.
- classPrepareRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled class prepare requests.
- classSignature() - Method in interface com.sun.jdi.event.ClassUnloadEvent
-
Returns the type signature of the class that has been unloaded.
- ClassTree - Interface in com.sun.source.tree
-
A tree node for a class, interface, enum, record, or annotation type declaration.
- ClassType - Interface in com.sun.jdi
-
A mirror of a class in the target VM.
- ClassUnloadEvent - Interface in com.sun.jdi.event
-
Notification of a class unload in the target VM.
- ClassUnloadRequest - Interface in com.sun.jdi.request
-
Request for notification when a class is unloaded in the target VM.
- classUnloadRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled class unload requests.
- ClassValue<T> - Class in java.lang
-
Lazily associate a computed value with (potentially) every type.
- ClassValue() - Constructor for class java.lang.ClassValue
-
Sole constructor.
- clean() - Method in interface java.lang.ref.Cleaner.Cleanable
-
Unregisters the cleanable and invokes the cleaning action.
- clean(ObjID[], long, VMID, boolean) - Method in interface java.rmi.dgc.DGC
-
The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.
- CLEAN_FAX_DATA_ERRORS_CORRECTED - Static variable in class javax.imageio.plugins.tiff.FaxTIFFTagSet
-
A value to be used with the "CleanFaxData" tag.
- CLEAN_FAX_DATA_ERRORS_UNCORRECTED - Static variable in class javax.imageio.plugins.tiff.FaxTIFFTagSet
-
A value to be used with the "CleanFaxData" tag.
- CLEAN_FAX_DATA_NO_ERRORS - Static variable in class javax.imageio.plugins.tiff.FaxTIFFTagSet
-
A value to be used with the "CleanFaxData" tag.
- Cleaner - Class in java.lang.ref
-
Cleanermanages a set of object references and corresponding cleaning actions. - Cleaner.Cleanable - Interface in java.lang.ref
-
Cleanablerepresents an object and a cleaning action registered in aCleaner. - clear() - Method in class com.sun.net.httpserver.Headers
- clear() - Method in class java.awt.List
-
Deprecated.As of JDK version 1.1, replaced by
removeAll(). - clear() - Method in class java.awt.RenderingHints
-
Clears this
RenderingHintsobject of all key/value pairs. - clear() - Method in class java.beans.beancontext.BeanContextSupport
-
clear the children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
- clear() - Method in class java.lang.ref.Reference
-
Make the referent null.
- clear() - Method in class java.nio.Buffer
-
Clears this buffer.
- clear() - Method in class java.nio.ByteBuffer
-
Clears this buffer.
- clear() - Method in class java.nio.CharBuffer
-
Clears this buffer.
- clear() - Method in class java.nio.DoubleBuffer
-
Clears this buffer.
- clear() - Method in class java.nio.FloatBuffer
-
Clears this buffer.
- clear() - Method in class java.nio.IntBuffer
-
Clears this buffer.
- clear() - Method in class java.nio.LongBuffer
-
Clears this buffer.
- clear() - Method in class java.nio.MappedByteBuffer
-
Clears this buffer.
- clear() - Method in class java.nio.ShortBuffer
-
Clears this buffer.
- clear() - Method in class java.security.Provider
-
Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.
- clear() - Method in class java.util.AbstractCollection
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class java.util.AbstractList
-
Removes all of the elements from this list (optional operation).
- clear() - Method in class java.util.AbstractMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class java.util.AbstractQueue
-
Removes all of the elements from this queue.
- clear() - Method in class java.util.ArrayDeque
-
Removes all of the elements from this deque.
- clear() - Method in class java.util.ArrayList
-
Removes all of the elements from this list.
- clear() - Method in class java.util.BitSet
-
Sets all of the bits in this BitSet to
false. - clear() - Method in class java.util.Calendar
-
Sets all the calendar field values and the time value (millisecond offset from the Epoch) of this
Calendarundefined. - clear() - Method in interface java.util.Collection
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class java.util.concurrent.ArrayBlockingQueue
-
Atomically removes all of the elements from this queue.
- clear() - Method in class java.util.concurrent.ConcurrentHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
-
Removes all of the elements from this view, by removing all the mappings from the map backing this view.
- clear() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Removes all of the elements from this deque.
- clear() - Method in class java.util.concurrent.ConcurrentLinkedQueue
- clear() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Removes all of the elements from this list.
- clear() - Method in class java.util.concurrent.CopyOnWriteArraySet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.concurrent.DelayQueue
-
Atomically removes all of the elements from this delay queue.
- clear() - Method in class java.util.concurrent.LinkedBlockingDeque
-
Atomically removes all of the elements from this deque.
- clear() - Method in class java.util.concurrent.LinkedBlockingQueue
-
Atomically removes all of the elements from this queue.
- clear() - Method in class java.util.concurrent.LinkedTransferQueue
- clear() - Method in class java.util.concurrent.PriorityBlockingQueue
-
Atomically removes all of the elements from this queue.
- clear() - Method in class java.util.concurrent.SynchronousQueue
-
Does nothing.
- clear() - Method in class java.util.EnumMap
-
Removes all mappings from this map.
- clear() - Method in class java.util.HashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.HashSet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.Hashtable
-
Clears this hashtable so that it contains no keys.
- clear() - Method in class java.util.IdentityHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.jar.Attributes
-
Removes all attributes from this Map.
- clear() - Method in class java.util.jar.Manifest
-
Clears the main Attributes as well as the entries in this Manifest.
- clear() - Method in class java.util.LinkedHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.LinkedList
-
Removes all of the elements from this list.
- clear() - Method in interface java.util.List
-
Removes all of the elements from this list (optional operation).
- clear() - Method in class java.util.Locale.Builder
-
Resets the builder to its initial, empty state.
- clear() - Method in interface java.util.Map
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class java.util.prefs.AbstractPreferences
-
Implements the
clearmethod as per the specification inPreferences.clear(). - clear() - Method in class java.util.prefs.Preferences
-
Removes all of the preferences (key-value associations) in this preference node.
- clear() - Method in class java.util.PriorityQueue
-
Removes all of the elements from this priority queue.
- clear() - Method in interface java.util.Set
-
Removes all of the elements from this set (optional operation).
- clear() - Method in class java.util.TreeMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.TreeSet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.Vector
-
Removes all of the elements from this Vector.
- clear() - Method in class java.util.WeakHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class javax.accessibility.AccessibleRelationSet
-
Removes all the relations from the current relation set.
- clear() - Method in class javax.accessibility.AccessibleStateSet
-
Removes all the states from the current state set.
- clear() - Method in interface javax.management.openmbean.TabularData
-
Removes all
CompositeDatavalues (ie rows) from thisTabularDatainstance. - clear() - Method in class javax.management.openmbean.TabularDataSupport
-
Removes all rows from this
TabularDataSupportinstance. - clear() - Method in interface javax.naming.directory.Attribute
-
Removes all values from this attribute.
- clear() - Method in class javax.naming.directory.BasicAttribute
- clear() - Method in class javax.naming.Reference
-
Deletes all addresses from this reference.
- clear() - Method in interface javax.print.attribute.AttributeSet
-
Removes all attributes from this attribute set.
- clear() - Method in class javax.print.attribute.HashAttributeSet
-
Removes all attributes from this attribute set.
- clear() - Method in class javax.script.SimpleBindings
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class javax.swing.ActionMap
-
Removes all the mappings from this
ActionMap. - clear() - Method in class javax.swing.ComponentInputMap
-
Removes all the mappings from this object.
- clear() - Method in class javax.swing.DefaultListModel
-
Removes all of the elements from this list.
- clear() - Method in class javax.swing.InputMap
-
Removes all the mappings from this
InputMap. - clear() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Unset all fields to undefined.
- clear() - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.Clear the attribute list.
- clear() - Method in class org.xml.sax.helpers.AttributesImpl
-
Clear the attribute list for reuse.
- clear(int) - Method in class java.util.BitSet
-
Sets the bit specified by the index to
false. - clear(int) - Method in class java.util.Calendar
-
Sets the given calendar field value and the time value (millisecond offset from the Epoch) of this
Calendarundefined. - clear(int, int) - Method in class java.util.BitSet
-
Sets the bits from the specified
fromIndex(inclusive) to the specifiedtoIndex(exclusive) tofalse. - Clear - Static variable in class java.awt.AlphaComposite
-
AlphaCompositeobject that implements the opaque CLEAR rule with an alpha of 1.0f. - CLEAR - Static variable in class java.awt.AlphaComposite
-
Both the color and the alpha of the destination are cleared (Porter-Duff Clear rule).
- CLEAR - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "clear".
- CLEAR - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "clear"
- CLEAR_GLOBAL_FOCUS_OWNER - Enum constant in enum class java.awt.event.FocusEvent.Cause
-
Clearing global focus owner.
- clearAbortRequest() - Method in class javax.imageio.ImageReader
-
Clears any previous abort request.
- clearAbortRequest() - Method in class javax.imageio.ImageWriter
-
Clears any previous abort request.
- clearAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
-
Clears the selection in the object, so that nothing in the object is selected.
- clearAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Clears the selection in the object, so that no children in the object are selected.
- clearAccessibleSelection() - Method in interface javax.accessibility.AccessibleSelection
-
Clears the selection in the object, so that no children in the object are selected.
- clearAccessibleSelection() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Clears the selection in the object, so that no children in the object are selected.
- clearAccessibleSelection() - Method in class javax.swing.JList.AccessibleJList
-
Clears the selection in the object, so that nothing in the object is selected.
- clearAccessibleSelection() - Method in class javax.swing.JMenu.AccessibleJMenu
-
Clears the selection in the object, so that nothing in the object is selected.
- clearAccessibleSelection() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Clears the selection in the object, so that nothing in the object is selected.
- clearAccessibleSelection() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
- clearAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable
-
Clears the selection in the object, so that no children in the object are selected.
- clearAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Clears the selection in the object, so that nothing in the object is selected.
- clearAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree
-
Clears the selection in the object, so that nothing in the object is selected.
- clearAssertionStatus() - Method in class java.lang.ClassLoader
-
Clears the default, package and class assertion status of a classloader
- clearAutoscroll() - Method in class java.awt.dnd.DropTarget
-
clear autoscrolling
- clearBatch() - Method in interface java.sql.Statement
-
Empties this
Statementobject's current list of SQL commands. - clearBit(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit cleared.
- clearCache() - Static method in class java.util.ResourceBundle
-
Removes all resource bundles from the cache that have been loaded by the caller's module.
- clearCache(ClassLoader) - Static method in class java.util.ResourceBundle
-
Removes all resource bundles from the cache that have been loaded by the given class loader.
- clearChanged() - Method in class java.util.Observable
-
Deprecated.Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the
hasChangedmethod will now returnfalse. - clearError() - Method in class java.io.PrintStream
-
Clears the internal error state of this stream.
- clearError() - Method in class java.io.PrintWriter
-
Clears the error state of this stream.
- clearExtensions() - Method in class java.util.Locale.Builder
-
Resets the extensions to their initial, empty state.
- clearFocusOwner() - Method in class java.awt.KeyboardFocusManager
-
Clears the focus owner at both the Java and native levels if the focus owner exists and resides in the same context as the calling thread, otherwise the method returns silently.
- clearGlobalFocusOwner() - Method in class java.awt.KeyboardFocusManager
-
Clears the global focus owner at both the Java and native levels.
- clearIconCache() - Method in class javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
-
Clears the icon cache.
- clearIconCache() - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Clears the icon cache.
- clearParameters() - Method in interface java.sql.PreparedStatement
-
Clears the current parameter values immediately.
- clearParameters() - Method in class javax.sql.rowset.BaseRowSet
-
Clears all of the current parameter values in this
RowSetobject's internal representation of the parameters to be set in thisRowSetobject's command when it is executed. - clearParameters() - Method in interface javax.sql.RowSet
-
Clears the parameters set for this
RowSetobject's command. - clearParameters() - Method in class javax.xml.transform.Transformer
-
Clear all parameters set with setParameter.
- clearPassword() - Method in class javax.crypto.spec.PBEKeySpec
-
Clears the internal copy of the password.
- clearPassword() - Method in class javax.security.auth.callback.PasswordCallback
-
Clear the retrieved password.
- clearProperty(String) - Static method in class java.lang.System
-
Removes the property.
- clearRect(int, int, int, int) - Method in class java.awt.Graphics
-
Clears the specified rectangle by filling it with the background color of the current drawing surface.
- clearRect(int, int, int, int) - Method in class javax.swing.DebugGraphics
-
Overrides
Graphics.clearRect. - clearSelectedPath() - Method in class javax.swing.MenuSelectionManager
-
Tell the menu selection to close and unselect all the menu components.
- clearSelection() - Method in class javax.swing.ButtonGroup
-
Clears the selection such that none of the buttons in the
ButtonGroupare selected. - clearSelection() - Method in class javax.swing.DefaultListSelectionModel
-
Change the selection to the empty set.
- clearSelection() - Method in class javax.swing.DefaultSingleSelectionModel
-
Clears the selection (to -1).
- clearSelection() - Method in class javax.swing.JList
-
Clears the selection; after calling this method,
isSelectionEmptywill returntrue. - clearSelection() - Method in class javax.swing.JTable
-
Deselects all selected columns and rows.
- clearSelection() - Method in class javax.swing.JTree
-
Clears the selection.
- clearSelection() - Method in interface javax.swing.ListSelectionModel
-
Change the selection to the empty set.
- clearSelection() - Method in interface javax.swing.SingleSelectionModel
-
Clears the selection (to -1).
- clearSelection() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Empties the current selection.
- clearSelection() - Method in interface javax.swing.tree.TreeSelectionModel
-
Empties the current selection.
- clearTextShiftOffset() - Method in class javax.swing.plaf.basic.BasicButtonUI
-
Clears the offset of the text.
- clearToggledPaths() - Method in class javax.swing.JTree
-
Clears the cache of toggled tree paths.
- clearWarnings() - Method in interface java.sql.Connection
-
Clears all warnings reported for this
Connectionobject. - clearWarnings() - Method in interface java.sql.ResultSet
-
Clears all warnings reported on this
ResultSetobject. - clearWarnings() - Method in interface java.sql.Statement
-
Clears all the warnings reported on this
Statementobject. - click() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Simulate a mouse-click.
- CLICK - Static variable in interface javax.accessibility.AccessibleAction
-
An action which causes a component to execute its default action.
- clickCount - Variable in class java.awt.Event
-
Deprecated.For
MOUSE_DOWNevents, this field indicates the number of consecutive clicks. - clickCountToStart - Variable in class javax.swing.DefaultCellEditor
-
An integer specifying the number of clicks needed to start editing.
- clientClosed(RMIConnection) - Method in class javax.management.remote.rmi.RMIServerImpl
-
Method called when a client connection created by
makeClientis closed. - clientCodeEnter() - Method in class jdk.jshell.execution.DirectExecutionControl
-
Marks entry into user code.
- clientCodeEnter() - Method in class jdk.jshell.execution.LocalExecutionControl
- clientCodeEnter() - Method in class jdk.jshell.execution.RemoteExecutionControl
- clientCodeLeave() - Method in class jdk.jshell.execution.DirectExecutionControl
-
Marks departure from user code.
- clientCodeLeave() - Method in class jdk.jshell.execution.LocalExecutionControl
- ClientInfoStatus - Enum Class in java.sql
-
Enumeration for status of the reason that a property could not be set via a call to
Connection.setClientInfo - CLinker - Interface in jdk.incubator.foreign
-
A C linker implements the C Application Binary Interface (ABI) calling conventions.
- CLinker.TypeKind - Enum Class in jdk.incubator.foreign
-
A C type kind.
- CLinker.VaList - Interface in jdk.incubator.foreign
-
An interface that models a C
va_list. - CLinker.VaList.Builder - Interface in jdk.incubator.foreign
-
A builder interface used to construct a C
va_list. - clip(Shape) - Method in class java.awt.Graphics2D
-
Intersects the current
Clipwith the interior of the specifiedShapeand sets theClipto the resulting intersection. - Clip - Interface in javax.sound.sampled
-
The
Clipinterface represents a special kind of data line whose audio data can be loaded prior to playback, instead of being streamed in real time. - Clipboard - Class in java.awt.datatransfer
-
A class that implements a mechanism to transfer data using cut/copy/paste operations.
- Clipboard(String) - Constructor for class java.awt.datatransfer.Clipboard
-
Creates a clipboard object.
- ClipboardOwner - Interface in java.awt.datatransfer
-
Defines the interface for classes that will provide data to a clipboard.
- clipRect(int, int, int, int) - Method in class java.awt.Graphics
-
Intersects the current clip with the specified rectangle.
- clipRect(int, int, int, int) - Method in class javax.swing.DebugGraphics
-
Overrides
Graphics.clipRect. - Clob - Interface in java.sql
-
The mapping in the Java programming language for the SQL
CLOBtype. - CLOB - Enum constant in enum class java.sql.JDBCType
-
Identifies the generic SQL type
CLOB. - CLOB - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type
CLOB. - Clock - Class in java.time
-
A clock providing access to the current instant, date and time using a time-zone.
- Clock() - Constructor for class java.time.Clock
-
Constructor accessible by subclasses.
- CLOCK_HOUR_OF_AMPM - Enum constant in enum class java.time.temporal.ChronoField
-
The clock-hour-of-am-pm.
- CLOCK_HOUR_OF_DAY - Enum constant in enum class java.time.temporal.ChronoField
-
The clock-hour-of-day.
- clockSequence() - Method in class java.util.UUID
-
The clock sequence value associated with this UUID.
- clone() - Method in class com.ibm.cuda.CudaJitOptions
-
Creates a new options object with the same state as this object.
- clone() - Method in class com.ibm.cuda.CudaKernel.Parameters
-
Creates a copy of this parameter block.
- clone() - Method in class java.awt.BufferCapabilities
- clone() - Method in class java.awt.datatransfer.DataFlavor
-
Returns a clone of this
DataFlavor. - clone() - Method in class java.awt.font.TextLayout
-
Creates a copy of this
TextLayout. - clone() - Method in class java.awt.font.TextMeasurer
- clone() - Method in class java.awt.geom.AffineTransform
-
Returns a copy of this
AffineTransformobject. - clone() - Method in class java.awt.geom.Area
-
Returns an exact copy of this
Areaobject. - clone() - Method in class java.awt.geom.CubicCurve2D
-
Creates a new object of the same class as this object.
- clone() - Method in class java.awt.geom.Dimension2D
-
Creates a new object of the same class as this object.
- clone() - Method in class java.awt.geom.Line2D
-
Creates a new object of the same class as this object.
- clone() - Method in class java.awt.geom.Path2D
-
Creates a new object of the same class as this object.
- clone() - Method in class java.awt.geom.Path2D.Double
-
Creates a new object of the same class as this object.
- clone() - Method in class java.awt.geom.Path2D.Float
-
Creates a new object of the same class as this object.
- clone() - Method in class java.awt.geom.Point2D
-
Creates a new object of the same class and with the same contents as this object.
- clone() - Method in class java.awt.geom.QuadCurve2D
-
Creates a new object of the same class and with the same contents as this object.
- clone() - Method in class java.awt.geom.RectangularShape
-
Creates a new object of the same class and with the same contents as this object.
- clone() - Method in class java.awt.GridBagConstraints
-
Creates a copy of this grid bag constraint.
- clone() - Method in class java.awt.image.ImageFilter
-
Clones this object.
- clone() - Method in class java.awt.image.Kernel
-
Clones this object.
- clone() - Method in class java.awt.image.renderable.ParameterBlock
-
Creates a copy of a
ParameterBlock. - clone() - Method in class java.awt.image.renderable.RenderContext
-
Makes a copy of a RenderContext.
- clone() - Method in class java.awt.ImageCapabilities
- clone() - Method in class java.awt.Insets
-
Create a copy of this object.
- clone() - Method in class java.awt.JobAttributes
-
Creates and returns a copy of this
JobAttributes. - clone() - Method in class java.awt.PageAttributes
-
Creates and returns a copy of this PageAttributes.
- clone() - Method in class java.awt.print.PageFormat
-
Makes a copy of this
PageFormatwith the same contents as thisPageFormat. - clone() - Method in class java.awt.print.Paper
-
Creates a copy of this
Paperwith the same contents as thisPaper. - clone() - Method in class java.awt.RenderingHints
-
Creates a clone of this
RenderingHintsobject that has the same contents as thisRenderingHintsobject. - clone() - Method in class java.lang.Enum
-
Throws CloneNotSupportedException.
- clone() - Method in class java.lang.Object
-
Answers a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver.
- clone() - Method in class java.lang.ref.Reference
-
This method will always throw CloneNotSupportedException.
- clone() - Method in class java.net.HttpCookie
-
Create and return a copy of this object.
- clone() - Method in class java.rmi.server.UnicastRemoteObject
-
Returns a clone of the remote object that is distinct from the original.
- clone() - Method in interface java.security.cert.CertPathBuilderResult
-
Makes a copy of this
CertPathBuilderResult. - clone() - Method in interface java.security.cert.CertPathParameters
-
Makes a copy of this
CertPathParameters. - clone() - Method in interface java.security.cert.CertPathValidatorResult
-
Makes a copy of this
CertPathValidatorResult. - clone() - Method in interface java.security.cert.CertSelector
-
Makes a copy of this
CertSelector. - clone() - Method in interface java.security.cert.CertStoreParameters
-
Makes a copy of this
CertStoreParameters. - clone() - Method in class java.security.cert.CollectionCertStoreParameters
-
Returns a copy of this object.
- clone() - Method in interface java.security.cert.CRLSelector
-
Makes a copy of this
CRLSelector. - clone() - Method in class java.security.cert.LDAPCertStoreParameters
-
Returns a copy of this object.
- clone() - Method in class java.security.cert.PKIXCertPathChecker
-
Returns a clone of this object.
- clone() - Method in class java.security.cert.PKIXCertPathValidatorResult
-
Returns a copy of this object.
- clone() - Method in class java.security.cert.PKIXParameters
-
Makes a copy of this
PKIXParametersobject. - clone() - Method in class java.security.cert.PKIXRevocationChecker
- clone() - Method in class java.security.cert.URICertStoreParameters
-
Returns a copy of this object.
- clone() - Method in class java.security.cert.X509CertSelector
-
Returns a copy of this object.
- clone() - Method in class java.security.cert.X509CRLSelector
-
Returns a copy of this object.
- clone() - Method in class java.security.MessageDigest
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.security.MessageDigestSpi
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.security.Signature
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.security.SignatureSpi
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.text.BreakIterator
-
Create a copy of this iterator
- clone() - Method in interface java.text.CharacterIterator
-
Create a copy of this iterator
- clone() - Method in class java.text.ChoiceFormat
-
Overrides Cloneable
- clone() - Method in class java.text.Collator
-
Overrides Cloneable
- clone() - Method in class java.text.CompactNumberFormat
-
Creates and returns a copy of this
CompactNumberFormatinstance. - clone() - Method in class java.text.DateFormat
-
Overrides Cloneable
- clone() - Method in class java.text.DateFormatSymbols
-
Overrides Cloneable
- clone() - Method in class java.text.DecimalFormat
-
Standard override; no change in semantics.
- clone() - Method in class java.text.DecimalFormatSymbols
-
Standard override.
- clone() - Method in class java.text.Format
-
Creates and returns a copy of this object.
- clone() - Method in class java.text.MessageFormat
-
Creates and returns a copy of this object.
- clone() - Method in class java.text.NumberFormat
-
Overrides Cloneable.
- clone() - Method in class java.text.RuleBasedCollator
-
Standard override; no change in semantics.
- clone() - Method in class java.text.SimpleDateFormat
-
Creates a copy of this
SimpleDateFormat. - clone() - Method in class java.text.StringCharacterIterator
-
Creates a copy of this iterator.
- clone() - Method in class java.util.AbstractMap
-
Returns a shallow copy of this
AbstractMapinstance: the keys and values themselves are not cloned. - clone() - Method in class java.util.ArrayDeque
-
Returns a copy of this deque.
- clone() - Method in class java.util.ArrayList
-
Returns a shallow copy of this
ArrayListinstance. - clone() - Method in class java.util.BitSet
-
Cloning this
BitSetproduces a newBitSetthat is equal to it. - clone() - Method in class java.util.Calendar
-
Creates and returns a copy of this object.
- clone() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns a shallow copy of this
ConcurrentSkipListMapinstance. - clone() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Returns a shallow copy of this
ConcurrentSkipListSetinstance. - clone() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns a shallow copy of this list.
- clone() - Method in class java.util.Date
-
Return a copy of this object.
- clone() - Method in class java.util.EnumMap
-
Returns a shallow copy of this enum map.
- clone() - Method in class java.util.EnumSet
-
Returns a copy of this set.
- clone() - Method in class java.util.HashMap
-
Returns a shallow copy of this
HashMapinstance: the keys and values themselves are not cloned. - clone() - Method in class java.util.HashSet
-
Returns a shallow copy of this
HashSetinstance: the elements themselves are not cloned. - clone() - Method in class java.util.Hashtable
-
Creates a shallow copy of this hashtable.
- clone() - Method in class java.util.IdentityHashMap
-
Returns a shallow copy of this identity hash map: the keys and values themselves are not cloned.
- clone() - Method in class java.util.jar.Attributes
-
Returns a copy of the Attributes, implemented as follows:
- clone() - Method in class java.util.jar.Manifest
-
Returns a shallow copy of this Manifest.
- clone() - Method in class java.util.LinkedList
-
Returns a shallow copy of this
LinkedList. - clone() - Method in class java.util.Locale
-
Overrides Cloneable.
- clone() - Method in class java.util.SimpleTimeZone
-
Returns a clone of this
SimpleTimeZoneinstance. - clone() - Method in class java.util.TimeZone
-
Creates a copy of this
TimeZone. - clone() - Method in class java.util.TreeMap
-
Returns a shallow copy of this
TreeMapinstance. - clone() - Method in class java.util.TreeSet
-
Returns a shallow copy of this
TreeSetinstance. - clone() - Method in class java.util.Vector
-
Returns a clone of this vector.
- clone() - Method in class java.util.zip.ZipEntry
-
Returns a copy of this entry.
- clone() - Method in class javax.crypto.Mac
-
Returns a clone if the provider implementation is cloneable.
- clone() - Method in class javax.crypto.MacSpi
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class javax.imageio.plugins.tiff.TIFFDirectory
-
Clones the directory and all the fields contained therein.
- clone() - Method in class javax.imageio.plugins.tiff.TIFFField
-
Clones the field and all the information contained therein.
- clone() - Method in interface javax.management.Descriptor
-
Returns a descriptor which is equal to this descriptor.
- clone() - Method in class javax.management.ImmutableDescriptor
-
Returns a descriptor which is equal to this descriptor.
- clone() - Method in class javax.management.MBeanAttributeInfo
-
Returns a shallow clone of this instance.
- clone() - Method in class javax.management.MBeanConstructorInfo
-
Returns a shallow clone of this instance.
- clone() - Method in class javax.management.MBeanInfo
-
Returns a shallow clone of this instance.
- clone() - Method in class javax.management.MBeanNotificationInfo
-
Returns a shallow clone of this instance.
- clone() - Method in class javax.management.MBeanOperationInfo
-
Returns a shallow clone of this instance.
- clone() - Method in class javax.management.MBeanParameterInfo
-
Returns a shallow clone of this instance.
- clone() - Method in class javax.management.modelmbean.DescriptorSupport
-
Returns a new Descriptor which is a duplicate of the Descriptor.
- clone() - Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
-
Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
- clone() - Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
-
Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
- clone() - Method in interface javax.management.modelmbean.ModelMBeanInfo
-
Creates and returns a copy of this object.
- clone() - Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
Returns a shallow clone of this instance.
- clone() - Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
-
Creates and returns a new ModelMBeanNotificationInfo which is a duplicate of this ModelMBeanNotificationInfo.
- clone() - Method in class javax.management.modelmbean.ModelMBeanOperationInfo
-
Creates and returns a new ModelMBeanOperationInfo which is a duplicate of this ModelMBeanOperationInfo.
- clone() - Method in class javax.management.openmbean.TabularDataSupport
-
Returns a clone of this
TabularDataSupportinstance: the clone is obtained by callingsuper.clone(), and then cloning the underlying map. - clone() - Method in class javax.management.relation.Role
-
Clone the role object.
- clone() - Method in class javax.management.relation.RoleUnresolved
-
Clone this object.
- clone() - Method in class javax.naming.CompositeName
-
Generates a copy of this composite name.
- clone() - Method in class javax.naming.CompoundName
-
Creates a copy of this compound name.
- clone() - Method in interface javax.naming.directory.Attribute
-
Makes a copy of the attribute.
- clone() - Method in interface javax.naming.directory.Attributes
-
Makes a copy of the attribute set.
- clone() - Method in class javax.naming.directory.BasicAttribute
- clone() - Method in class javax.naming.directory.BasicAttributes
- clone() - Method in class javax.naming.ldap.LdapName
-
Generates a new copy of this name.
- clone() - Method in interface javax.naming.Name
-
Generates a new copy of this name.
- clone() - Method in class javax.naming.Reference
-
Makes a copy of this reference using its class name list of addresses, class factory name and class factory location.
- clone() - Method in class javax.print.attribute.EnumSyntax
-
Returns a clone of this enumeration value, which to preserve the semantics of enumeration values is the same object as this enumeration value.
- clone() - Method in class javax.sound.midi.MetaMessage
-
Creates a new object of the same class and with the same contents as this object.
- clone() - Method in class javax.sound.midi.MidiMessage
-
Creates a new object of the same class and with the same contents as this object.
- clone() - Method in class javax.sound.midi.ShortMessage
-
Creates a new object of the same class and with the same contents as this object.
- clone() - Method in class javax.sound.midi.SysexMessage
-
Creates a new object of the same class and with the same contents as this object.
- clone() - Method in class javax.sql.rowset.serial.SerialArray
-
Returns a clone of this
SerialArray. - clone() - Method in class javax.sql.rowset.serial.SerialBlob
-
Returns a clone of this
SerialBlob. - clone() - Method in class javax.sql.rowset.serial.SerialClob
-
Returns a clone of this
SerialClob. - clone() - Method in class javax.sql.rowset.serial.SerialDatalink
-
Returns a clone of this
SerialDatalink. - clone() - Method in class javax.sql.rowset.serial.SerialJavaObject
-
Returns a clone of this
SerialJavaObject. - clone() - Method in class javax.sql.rowset.serial.SerialRef
-
Returns a clone of this
SerialRef. - clone() - Method in class javax.sql.rowset.serial.SerialStruct
-
Returns a clone of this
SerialStruct. - clone() - Method in class javax.swing.AbstractAction
-
Clones the abstract action.
- clone() - Method in class javax.swing.DefaultListSelectionModel
-
Returns a clone of this selection model with the same selection.
- clone() - Method in class javax.swing.JFormattedTextField.AbstractFormatter
-
Clones the
AbstractFormatter. - clone() - Method in class javax.swing.text.DefaultFormatter
-
Creates a copy of the DefaultFormatter.
- clone() - Method in class javax.swing.text.EditorKit
-
Creates a copy of the editor kit.
- clone() - Method in class javax.swing.text.ElementIterator
-
Clones the
ElementIterator. - clone() - Method in class javax.swing.text.GlyphView
-
Creates a shallow copy.
- clone() - Method in class javax.swing.text.html.HTMLEditorKit
-
Creates a copy of the editor kit.
- clone() - Method in class javax.swing.text.InternationalFormatter
-
Creates a copy of the DefaultFormatter.
- clone() - Method in class javax.swing.text.Segment
-
Creates a shallow copy.
- clone() - Method in class javax.swing.text.SimpleAttributeSet
-
Clones a set of attributes.
- clone() - Method in class javax.swing.text.StyleContext.SmallAttributeSet
-
Clones a set of attributes.
- clone() - Method in class javax.swing.text.StyledEditorKit
-
Creates a copy of the editor kit.
- clone() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Overridden to make clone public.
- clone() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Returns a clone of this object with the same selection.
- clone() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Creates and returns a copy of this object.
- clone(Element, Element) - Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
-
Creates a copy of this element, with a different parent.
- Cloneable - Interface in java.lang
-
A class implements the
Cloneableinterface to indicate to theObject.clone()method that it is legal for that method to make a field-for-field copy of instances of that class. - cloneContents() - Method in interface org.w3c.dom.ranges.Range
-
Duplicates the contents of a Range
- cloneNode(boolean) - Method in class javax.imageio.metadata.IIOMetadataNode
-
Returns a duplicate of this node.
- cloneNode(boolean) - Method in interface org.w3c.dom.Node
-
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
- CloneNotSupportedException - Exception in java.lang
-
Thrown to indicate that the
clonemethod in classObjecthas been called to clone an object, but that the object's class does not implement theCloneableinterface. - CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
-
Constructs a
CloneNotSupportedExceptionwith no detail message. - CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
-
Constructs a
CloneNotSupportedExceptionwith the specified detail message. - cloneRange() - Method in interface org.w3c.dom.ranges.Range
-
Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
- cloneRecording(long, boolean) - Method in interface jdk.management.jfr.FlightRecorderMXBean
-
Creates a copy of an existing recording, useful for extracting parts of a recording.
- cloneWithSource(Object) - Method in class javax.swing.event.TreeSelectionEvent
-
Returns a copy of the receiver, but with the source being newSource.
- closable - Variable in class javax.swing.JInternalFrame
-
The frame can be closed.
- close() - Method in class com.ibm.cuda.CudaBuffer
-
Releases the region of device memory backing this buffer.
- close() - Method in class com.ibm.cuda.CudaEvent
-
Releases resources associated with this event.
- close() - Method in class com.ibm.cuda.CudaStream
-
Closes this stream.
- close() - Method in interface com.ibm.dtfj.image.Image
-
Close this image and any associated resources.
- close() - Method in class com.ibm.java.diagnostics.utils.DTFJImageBean
- close() - Method in class com.sun.jdi.connect.spi.Connection
-
Closes this connection.
- close() - Method in class com.sun.net.httpserver.HttpExchange
-
Ends this exchange by doing the following in sequence: close the request
InputStream, if not already closed. - close() - Method in class java.awt.SplashScreen
-
Hides the splash screen, closes the window, and releases all associated resources.
- close() - Method in class java.beans.XMLDecoder
-
This method closes the input stream associated with this stream.
- close() - Method in class java.beans.XMLEncoder
-
This method calls
flush, writes the closing postamble and then closes the output stream associated with this stream. - close() - Method in class java.io.BufferedInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.BufferedReader
- close() - Method in class java.io.BufferedWriter
- close() - Method in class java.io.ByteArrayInputStream
-
Closing a
ByteArrayInputStreamhas no effect. - close() - Method in class java.io.ByteArrayOutputStream
-
Closing a
ByteArrayOutputStreamhas no effect. - close() - Method in class java.io.CharArrayReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.CharArrayWriter
-
Close the stream.
- close() - Method in interface java.io.Closeable
-
Closes this stream and releases any system resources associated with it.
- close() - Method in class java.io.FileInputStream
-
Closes this file input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.FileOutputStream
-
Closes this file output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.FilterInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.FilterOutputStream
-
Closes this output stream and releases any system resources associated with the stream.
- close() - Method in class java.io.FilterReader
- close() - Method in class java.io.FilterWriter
- close() - Method in class java.io.InputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.InputStreamReader
- close() - Method in interface java.io.ObjectInput
-
Closes the input stream.
- close() - Method in class java.io.ObjectInputStream
-
Closes the input stream.
- close() - Method in interface java.io.ObjectOutput
-
Closes the stream.
- close() - Method in class java.io.ObjectOutputStream
-
Closes the stream.
- close() - Method in class java.io.OutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.OutputStreamWriter
- close() - Method in class java.io.PipedInputStream
-
Closes this piped input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.PipedOutputStream
-
Closes this piped output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.PipedReader
-
Closes this piped stream and releases any system resources associated with the stream.
- close() - Method in class java.io.PipedWriter
-
Closes this piped output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.PrintStream
-
Closes the stream.
- close() - Method in class java.io.PrintWriter
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.PushbackInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.PushbackReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.RandomAccessFile
-
Closes this random access file stream and releases any system resources associated with the stream.
- close() - Method in class java.io.Reader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.SequenceInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.StringReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.StringWriter
-
Closing a
StringWriterhas no effect. - close() - Method in class java.io.Writer
-
Closes the stream, flushing it first.
- close() - Method in interface java.lang.AutoCloseable
-
Closes this resource, relinquishing any underlying resources.
- close() - Method in interface java.lang.module.ModuleReader
-
Closes the module reader.
- close() - Method in class java.net.DatagramSocket
-
Closes this datagram socket.
- close() - Method in class java.net.DatagramSocketImpl
-
Close the socket.
- close() - Method in class java.net.ServerSocket
-
Closes this socket.
- close() - Method in class java.net.Socket
-
Closes this socket.
- close() - Method in class java.net.SocketImpl
-
Closes this socket.
- close() - Method in class java.net.URLClassLoader
-
Closes this URLClassLoader, so that it can no longer be used to load new classes or resources that are defined by this loader.
- close() - Method in interface java.nio.channels.AsynchronousChannel
-
Closes this channel.
- close() - Method in interface java.nio.channels.Channel
-
Closes this channel.
- close() - Method in class java.nio.channels.FileLock
-
This method invokes the
FileLock.release()method. - close() - Method in interface java.nio.channels.InterruptibleChannel
-
Closes this channel.
- close() - Method in interface java.nio.channels.MulticastChannel
-
Closes this channel.
- close() - Method in class java.nio.channels.Selector
-
Closes this selector.
- close() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
-
Closes this channel.
- close() - Method in class java.nio.channels.spi.AbstractSelector
-
Closes this selector.
- close() - Method in class java.nio.file.FileSystem
-
Closes this file system.
- close() - Method in interface java.nio.file.WatchService
-
Closes this watch service.
- close() - Method in interface java.sql.Connection
-
Releases this
Connectionobject's database and JDBC resources immediately instead of waiting for them to be automatically released. - close() - Method in interface java.sql.ResultSet
-
Releases this
ResultSetobject's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed. - close() - Method in interface java.sql.Statement
-
Releases this
Statementobject's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed. - close() - Method in class java.util.concurrent.SubmissionPublisher
-
Unless already closed, issues
onCompletesignals to current subscribers, and disallows subsequent attempts to publish. - close() - Method in class java.util.Formatter
-
Closes this formatter.
- close() - Method in class java.util.logging.ConsoleHandler
-
Override
StreamHandler.closeto do a flush but not to close the output stream. - close() - Method in class java.util.logging.FileHandler
-
Close all the files.
- close() - Method in class java.util.logging.Handler
-
Close the
Handlerand free all associated resources. - close() - Method in class java.util.logging.MemoryHandler
-
Close the
Handlerand free all associated resources. - close() - Method in class java.util.logging.SocketHandler
-
Close this output stream.
- close() - Method in class java.util.logging.StreamHandler
-
Close the current output stream.
- close() - Method in class java.util.Scanner
-
Closes this scanner.
- close() - Method in interface java.util.stream.BaseStream
-
Closes this stream, causing all close handlers for this stream pipeline to be called.
- close() - Method in class java.util.zip.DeflaterInputStream
-
Closes this input stream and its underlying input stream, discarding any pending uncompressed data.
- close() - Method in class java.util.zip.DeflaterOutputStream
-
Writes remaining compressed data to the output stream and closes the underlying stream.
- close() - Method in class java.util.zip.GZIPInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.util.zip.InflaterInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.util.zip.InflaterOutputStream
-
Writes any remaining uncompressed data to the output stream and closes the underlying output stream.
- close() - Method in class java.util.zip.ZipFile
-
Closes the ZIP file.
- close() - Method in class java.util.zip.ZipInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.util.zip.ZipOutputStream
-
Closes the ZIP output stream as well as the stream being filtered.
- close() - Method in class javax.crypto.CipherInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class javax.crypto.CipherOutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- close() - Method in class javax.imageio.stream.FileCacheImageInputStream
-
Closes this
FileCacheImageInputStream, closing and removing the cache file. - close() - Method in class javax.imageio.stream.FileCacheImageOutputStream
-
Closes this
FileCacheImageOutputStream. - close() - Method in class javax.imageio.stream.FileImageOutputStream
- close() - Method in interface javax.imageio.stream.ImageInputStream
-
Closes the stream.
- close() - Method in class javax.imageio.stream.ImageInputStreamImpl
- close() - Method in class javax.imageio.stream.MemoryCacheImageInputStream
-
Closes this
MemoryCacheImageInputStream, freeing the cache. - close() - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
-
Closes this
MemoryCacheImageOutputStream. - close() - Method in interface javax.management.remote.JMXConnector
-
Closes the client connection to its server.
- close() - Method in interface javax.management.remote.rmi.RMIConnection
-
Closes this connection.
- close() - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
- close() - Method in class javax.management.remote.rmi.RMIConnectionImpl
- close() - Method in class javax.management.remote.rmi.RMIConnector
- close() - Method in class javax.management.remote.rmi.RMIServerImpl
-
Closes this connection server.
- close() - Method in interface javax.naming.Context
-
Closes this context.
- close() - Method in class javax.naming.InitialContext
- close() - Method in class javax.naming.ldap.StartTlsResponse
-
Closes the TLS connection gracefully and reverts back to the underlying connection.
- close() - Method in interface javax.naming.NamingEnumeration
-
Closes this enumeration.
- close() - Method in class javax.smartcardio.CardChannel
-
Closes this CardChannel.
- close() - Method in interface javax.sound.midi.MidiDevice
-
Closes the device, indicating that the device should now release any system resources it is using.
- close() - Method in interface javax.sound.midi.Receiver
-
Indicates that the application has finished using the receiver, and that limited resources it requires may be released or made available.
- close() - Method in interface javax.sound.midi.Transmitter
-
Indicates that the application has finished using the transmitter, and that limited resources it requires may be released or made available.
- close() - Method in class javax.sound.sampled.AudioInputStream
-
Closes this audio input stream and releases any system resources associated with the stream.
- close() - Method in interface javax.sound.sampled.Line
-
Closes the line, indicating that any system resources in use by the line can be released.
- close() - Method in interface javax.sql.PooledConnection
-
Closes the physical connection that this
PooledConnectionobject represents. - close() - Method in class javax.swing.ProgressMonitor
-
Indicate that the operation is complete.
- close() - Method in class javax.swing.ProgressMonitorInputStream
-
Overrides
FilterInputStream.closeto close the progress monitor as well as the stream. - close() - Method in class javax.tools.ForwardingJavaFileManager
- close() - Method in interface javax.tools.JavaFileManager
-
Releases any resources opened by this file manager directly or indirectly.
- close() - Method in class javax.xml.stream.util.EventReaderDelegate
- close() - Method in class javax.xml.stream.util.StreamReaderDelegate
- close() - Method in interface javax.xml.stream.XMLEventReader
-
Frees any resources associated with this Reader.
- close() - Method in interface javax.xml.stream.XMLEventWriter
-
Frees any resources associated with this stream
- close() - Method in interface javax.xml.stream.XMLStreamReader
-
Frees any resources associated with this Reader.
- close() - Method in interface javax.xml.stream.XMLStreamWriter
-
Close this writer and free any resources associated with the writer.
- close() - Method in interface jdk.incubator.foreign.ResourceScope
-
Closes this resource scope.
- close() - Method in interface jdk.jfr.consumer.EventStream
-
Releases all resources associated with this stream.
- close() - Method in class jdk.jfr.consumer.RecordingFile
-
Closes this recording file and releases any system resources that are associated with it.
- close() - Method in class jdk.jfr.consumer.RecordingStream
- close() - Method in class jdk.jfr.Recording
-
Releases all data that is associated with this recording.
- close() - Method in class jdk.jshell.execution.DirectExecutionControl
- close() - Method in class jdk.jshell.execution.JdiDefaultExecutionControl
- close() - Method in class jdk.jshell.execution.StreamingExecutionControl
-
Closes the execution engine.
- close() - Method in class jdk.jshell.JShell
-
Close this state engine.
- close() - Method in interface jdk.jshell.spi.ExecutionControl
-
Shuts down this execution engine.
- close() - Method in class jdk.management.jfr.RemoteRecordingStream
- close() - Method in interface org.w3c.dom.html.HTMLDocument
-
Closes a document stream opened by
open()and forces rendering. - CLOSE - Static variable in class javax.sound.sampled.LineEvent.Type
-
A type of event that is sent when a line closes, freeing the system resources it had obtained when it was opened.
- CLOSE_ALL_RESULTS - Static variable in interface java.sql.Statement
-
The constant indicating that all
ResultSetobjects that have previously been kept open should be closed when callinggetMoreResults. - CLOSE_ALL_WINDOWS - Enum constant in enum class java.awt.desktop.QuitStrategy
-
Shuts down the application by closing each window from back-to-front.
- CLOSE_CMD - Static variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
The close button text property.
- CLOSE_CURRENT_RESULT - Static variable in interface java.sql.Statement
-
The constant indicating that the current
ResultSetobject should be closed when callinggetMoreResults. - CLOSE_CURSORS_AT_COMMIT - Static variable in interface java.sql.ResultSet
-
The constant indicating that open
ResultSetobjects with this holdability will be closed when the current transaction is committed. - CLOSE_FAILURE - Static variable in class java.util.logging.ErrorManager
-
CLOSE_FAILURE is used when a close of an output stream fails.
- Closeable - Interface in java.io
-
A
Closeableis a source or destination of data that can be closed. - closeAction - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
The instance of a
CloseAction. - CloseAction() - Constructor for class javax.swing.plaf.basic.BasicDesktopPaneUI.CloseAction
-
Constructs a
CloseAction. - CloseAction() - Constructor for class javax.swing.plaf.basic.BasicInternalFrameTitlePane.CloseAction
-
Constructs a new instance of a
CloseAction. - closeButton - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
The close button.
- closeClient(RMIConnection) - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
-
Deprecated.
- closeClient(RMIConnection) - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
- closeClient(RMIConnection) - Method in class javax.management.remote.rmi.RMIServerImpl
-
Closes a client connection made by
makeClient. - CLOSED - Enum constant in enum class javax.net.ssl.SSLEngineResult.Status
-
The operation just closed this side of the
SSLEngine, or the operation could not be completed because it was already closed. - CLOSED - Enum constant in enum class jdk.jfr.RecordingState
-
The recording is closed and all resources that are associated with the recording are released.
- CLOSED - Static variable in class javax.management.remote.JMXConnectionNotification
-
Notification type string for a connection-closed notification.
- CLOSED_OPTION - Static variable in class javax.swing.JOptionPane
-
Return value from class method if user closes window without selecting anything, more than likely this should be treated as either a
CANCEL_OPTIONorNO_OPTION. - ClosedByInterruptException - Exception in java.nio.channels
-
Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel.
- ClosedByInterruptException() - Constructor for exception java.nio.channels.ClosedByInterruptException
-
Constructs an instance of this class.
- ClosedChannelException - Exception in java.nio.channels
-
Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation.
- ClosedChannelException() - Constructor for exception java.nio.channels.ClosedChannelException
-
Constructs an instance of this class.
- ClosedConnectionException - Exception in com.sun.jdi.connect.spi
-
This exception may be thrown as a result of an asynchronous close of a
Connectionwhile an I/O operation is in progress. - ClosedConnectionException() - Constructor for exception com.sun.jdi.connect.spi.ClosedConnectionException
-
Constructs a
ClosedConnectionExceptionwith no detail message. - ClosedConnectionException(String) - Constructor for exception com.sun.jdi.connect.spi.ClosedConnectionException
-
Constructs a
ClosedConnectionExceptionwith the specified detail message. - ClosedDirectoryStreamException - Exception in java.nio.file
-
Unchecked exception thrown when an attempt is made to invoke an operation on a directory stream that is closed.
- ClosedDirectoryStreamException() - Constructor for exception java.nio.file.ClosedDirectoryStreamException
-
Constructs an instance of this class.
- ClosedFileSystemException - Exception in java.nio.file
-
Unchecked exception thrown when an attempt is made to invoke an operation on a file and the file system is closed.
- ClosedFileSystemException() - Constructor for exception java.nio.file.ClosedFileSystemException
-
Constructs an instance of this class.
- closedIcon - Variable in class javax.swing.tree.DefaultTreeCellRenderer
-
Icon used to show non-leaf nodes that aren't expanded.
- closeDown() - Method in interface jdk.jshell.spi.ExecutionEnv
-
Reports that the execution engine has shutdown.
- ClosedSelectorException - Exception in java.nio.channels
-
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector.
- ClosedSelectorException() - Constructor for exception java.nio.channels.ClosedSelectorException
-
Constructs an instance of this class.
- ClosedWatchServiceException - Exception in java.nio.file
-
Unchecked exception thrown when an attempt is made to invoke an operation on a watch service that is closed.
- ClosedWatchServiceException() - Constructor for exception java.nio.file.ClosedWatchServiceException
-
Constructs an instance of this class.
- closeEntry() - Method in class java.util.zip.ZipInputStream
-
Closes the current ZIP entry and positions the stream for reading the next entry.
- closeEntry() - Method in class java.util.zip.ZipOutputStream
-
Closes the current ZIP entry and positions the stream for writing the next entry.
- closeExceptionally(Throwable) - Method in class java.util.concurrent.SubmissionPublisher
-
Unless already closed, issues
onErrorsignals to current subscribers with the given error, and disallows subsequent attempts to publish. - closeFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
-
Removes the frame, and, if necessary, the
desktopIcon, from its parent. - closeFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
-
Generally, this call should remove the frame from its parent.
- closeFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
This method is called when the user wants to close the frame.
- closeIcon - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
The close icon.
- closeInbound() - Method in class javax.net.ssl.SSLEngine
-
Signals that no more inbound network data will be sent to this
SSLEngine. - closeKey - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
Deprecated.As of 1.3.
- closeOnCompletion() - Method in interface java.sql.Statement
-
Specifies that this
Statementwill be closed when all its dependent result sets are closed. - closeOutbound() - Method in class javax.net.ssl.SSLEngine
-
Signals that no more outbound application data will be sent on this
SSLEngine. - closeOutUnwantedEmbeddedTags(AttributeSet) - Method in class javax.swing.text.html.HTMLWriter
-
Searches the attribute set and for each tag that is stored in the tag vector.
- closePath() - Method in class java.awt.geom.Path2D
-
Closes the current subpath by drawing a straight line back to the coordinates of the last
moveTo. - closeRecording(long) - Method in interface jdk.management.jfr.FlightRecorderMXBean
-
Closes the recording with the specified ID and releases any system resources that are associated with the recording.
- closeServer() - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
-
Deprecated.
- closeServer() - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
-
Called by
RMIServerImpl.close()to close the connector server by unexporting this object. - closeServer() - Method in class javax.management.remote.rmi.RMIServerImpl
-
Called by
RMIServerImpl.close()to close the connector server. - closeStream(long) - Method in interface jdk.management.jfr.FlightRecorderMXBean
-
Closes the recording stream with the specified ID and releases any system resources that are associated with the stream.
- CMMException - Exception in java.awt.color
-
This exception is thrown if the native CMM returns an error.
- CMMException(String) - Constructor for exception java.awt.color.CMMException
-
Constructs a
CMMExceptionwith the specified detail message. - coalesceEvents(AWTEvent, AWTEvent) - Method in class java.awt.Component
-
Potentially coalesce an event being posted with an existing event.
- code - Variable in exception com.ibm.cuda.CudaException
- code - Variable in exception org.w3c.dom.DOMException
- code - Variable in exception org.w3c.dom.events.EventException
- code - Variable in exception org.w3c.dom.ls.LSException
- code - Variable in exception org.w3c.dom.ranges.RangeException
- code - Variable in exception org.w3c.dom.xpath.XPathException
- CODE - Enum constant in enum class com.sun.source.doctree.DocTree.Kind
-
Used for instances of
LiteralTreerepresenting an@codetag. - CODE - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "code"
- CODE - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <code>
- CODEBASE - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "codebase"
- codeIndex() - Method in interface com.sun.jdi.Location
-
Gets the code position within this location's method.
- codePointAt(char[], int) - Static method in class java.lang.Character
-
Returns the code point at the given index of the
chararray. - codePointAt(char[], int, int) - Static method in class java.lang.Character
-
Returns the code point at the given index of the
chararray, where only array elements withindexless thanlimitcan be used. - codePointAt(int) - Method in class java.lang.StringBuilder
-
Returns the character (Unicode code point) at the specified index.
- codePointAt(int) - Method in class java.lang.String
-
Returns the character (Unicode code point) at the specified index.
- codePointAt(int) - Method in class java.lang.StringBuffer
- codePointAt(CharSequence, int) - Static method in class java.lang.Character
-
Returns the code point at the given index of the
CharSequence. - codePointBefore(char[], int) - Static method in class java.lang.Character
-
Returns the code point preceding the given index of the
chararray. - codePointBefore(char[], int, int) - Static method in class java.lang.Character
-
Returns the code point preceding the given index of the
chararray, where only array elements withindexgreater than or equal tostartcan be used. - codePointBefore(int) - Method in class java.lang.StringBuilder
-
Returns the character (Unicode code point) before the specified index.
- codePointBefore(int) - Method in class java.lang.String
-
Returns the character (Unicode code point) before the specified index.
- codePointBefore(int) - Method in class java.lang.StringBuffer
- codePointBefore(CharSequence, int) - Static method in class java.lang.Character
-
Returns the code point preceding the given index of the
CharSequence. - codePointCount(char[], int, int) - Static method in class java.lang.Character
-
Returns the number of Unicode code points in a subarray of the
chararray argument. - codePointCount(int, int) - Method in class java.lang.StringBuilder
-
Returns the number of Unicode code points in the specified text range of this sequence.
- codePointCount(int, int) - Method in class java.lang.String
-
Returns the number of Unicode code points in the specified text range of this
String. - codePointCount(int, int) - Method in class java.lang.StringBuffer
- codePointCount(CharSequence, int, int) - Static method in class java.lang.Character
-
Returns the number of Unicode code points in the text range of the specified char sequence.
- codePointOf(String) - Static method in class java.lang.Character
-
Returns the code point value of the Unicode character specified by the given Unicode character name.
- codePoints() - Method in class java.lang.StringBuffer
-
Returns a stream of code point values from this sequence.
- codePoints() - Method in interface java.lang.CharSequence
-
Returns a stream of code point values from this sequence.
- codePoints() - Method in class java.lang.String
-
Returns a stream of code point values from this sequence.
- CoderMalfunctionError - Error in java.nio.charset
-
Error thrown when the
decodeLoopmethod of aCharsetDecoder, or theencodeLoopmethod of aCharsetEncoder, throws an unexpected exception. - CoderMalfunctionError(Exception) - Constructor for error java.nio.charset.CoderMalfunctionError
-
Initializes an instance of this class.
- CoderResult - Class in java.nio.charset
-
A description of the result state of a coder.
- CodeSigner - Class in java.security
-
This class encapsulates information about a code signer.
- CodeSigner(CertPath, Timestamp) - Constructor for class java.security.CodeSigner
-
Constructs a CodeSigner object.
- CodeSource - Class in java.security
-
This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate chains that were used to verify signed code originating from that location.
- CodeSource(URL, Certificate[]) - Constructor for class java.security.CodeSource
-
Constructs a CodeSource and associates it with the specified location and set of certificates.
- CodeSource(URL, CodeSigner[]) - Constructor for class java.security.CodeSource
-
Constructs a CodeSource and associates it with the specified location and set of code signers.
- CODETYPE - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "codetype"
- CodingErrorAction - Class in java.nio.charset
-
A typesafe enumeration for coding-error actions.
- coerceData(boolean) - Method in class java.awt.image.BufferedImage
-
Forces the data to match the state specified in the
isAlphaPremultipliedvariable. - coerceData(WritableRaster, boolean) - Method in class java.awt.image.ColorModel
-
Forces the raster data to match the state specified in the
isAlphaPremultipliedvariable, assuming the data is currently correctly described by thisColorModel. - coerceData(WritableRaster, boolean) - Method in class java.awt.image.ComponentColorModel
-
Forces the raster data to match the state specified in the
isAlphaPremultipliedvariable, assuming the data is currently correctly described by thisColorModel. - coerceData(WritableRaster, boolean) - Method in class java.awt.image.DirectColorModel
-
Forces the raster data to match the state specified in the
isAlphaPremultipliedvariable, assuming the data is currently correctly described by thisColorModel. - colHead - Variable in class javax.swing.ScrollPaneLayout
-
The column header child.
- collapse(boolean) - Method in interface org.w3c.dom.ranges.Range
-
Collapse a Range onto one of its boundary-points
- COLLAPSED - Static variable in class javax.accessibility.AccessibleState
-
Indicates this object is collapsed.
- collapsedIcon - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
The collapsed icon.
- collapsePath(TreePath) - Method in class javax.swing.JTree
-
Ensures that the node identified by the specified path is collapsed and viewable.
- collapseRow(int) - Method in class javax.swing.JTree
-
Ensures that the node in the specified row is collapsed.
- COLLATED - Static variable in class javax.print.attribute.standard.SheetCollate
-
Sheets within a document appear in collated order when multiple copies are printed.
- CollationElementIterator - Class in java.text
-
The
CollationElementIteratorclass is used as an iterator to walk through each character of an international string. - CollationKey - Class in java.text
-
A
CollationKeyrepresents aStringunder the rules of a specificCollatorobject. - CollationKey(String) - Constructor for class java.text.CollationKey
-
CollationKey constructor.
- Collator - Class in java.text
-
The
Collatorclass performs locale-sensitiveStringcomparison. - Collator() - Constructor for class java.text.Collator
-
Default constructor.
- CollatorProvider - Class in java.text.spi
-
An abstract class for service providers that provide concrete implementations of the
Collatorclass. - CollatorProvider() - Constructor for class java.text.spi.CollatorProvider
-
Sole constructor.
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface java.util.stream.Stream
-
Performs a mutable reduction operation on the elements of this stream.
- collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.DoubleStream
-
Performs a mutable reduction operation on the elements of this stream.
- collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.IntStream
-
Performs a mutable reduction operation on the elements of this stream.
- collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.LongStream
-
Performs a mutable reduction operation on the elements of this stream.
- collect(Collector<? super T, A, R>) - Method in interface java.util.stream.Stream
-
Performs a mutable reduction operation on the elements of this stream using a
Collector. - collectArguments(MethodHandle, int, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
-
Adapts a target method handle by pre-processing a sub-sequence of its arguments with a filter (another method handle).
- collectCoordinates(VarHandle, int, MethodHandle) - Static method in class jdk.incubator.foreign.MemoryHandles
-
Adapts a target var handle handle by pre-processing a sub-sequence of its coordinate values with a filter (a method handle).
- collectingAndThen(Collector<T, A, R>, Function<R, RR>) - Static method in class java.util.stream.Collectors
-
Adapts a
Collectorto perform an additional finishing transformation. - Collection<E> - Interface in java.util
-
The root interface in the collection hierarchy.
- CollectionCertStoreParameters - Class in java.security.cert
-
Parameters used as input for the Collection
CertStorealgorithm. - CollectionCertStoreParameters() - Constructor for class java.security.cert.CollectionCertStoreParameters
-
Creates an instance of
CollectionCertStoreParameterswith the default parameter values (an empty and immutableCollection). - CollectionCertStoreParameters(Collection<?>) - Constructor for class java.security.cert.CollectionCertStoreParameters
-
Creates an instance of
CollectionCertStoreParameterswhich will allow certificates and CRLs to be retrieved from the specifiedCollection. - Collections - Class in java.util
-
This class consists exclusively of static methods that operate on or return collections.
- Collector<T,
A, R> - Interface in java.util.stream -
A mutable reduction operation that accumulates input elements into a mutable result container, optionally transforming the accumulated result into a final representation after all input elements have been processed.
- Collector.Characteristics - Enum Class in java.util.stream
-
Characteristics indicating properties of a
Collector, which can be used to optimize reduction implementations. - Collectors - Class in java.util.stream
-
Implementations of
Collectorthat implement various useful reduction operations, such as accumulating elements into collections, summarizing elements according to various criteria, etc. - color - Variable in class javax.swing.border.MatteBorder
-
The color rendered for the border.
- Color - Class in java.awt
-
The
Colorclass is used to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by aColorSpace. - Color(float, float, float) - Constructor for class java.awt.Color
-
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0.0 - 1.0).
- Color(float, float, float, float) - Constructor for class java.awt.Color
-
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
- Color(int) - Constructor for class java.awt.Color
-
Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
- Color(int, boolean) - Constructor for class java.awt.Color
-
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
- Color(int, int, int) - Constructor for class java.awt.Color
-
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
- Color(int, int, int, int) - Constructor for class java.awt.Color
-
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
- Color(ColorSpace, float[], float) - Constructor for class java.awt.Color
-
Creates a color in the specified
ColorSpacewith the color components specified in thefloatarray and the specified alpha. - COLOR - Static variable in class java.awt.PageAttributes.ColorType
-
The ColorType instance to use for specifying color printing.
- COLOR - Static variable in class javax.print.attribute.standard.Chromaticity
-
Color printing.
- COLOR - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "color".
- COLOR - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "color"
- COLOR_ACTION - Static variable in class javax.swing.text.html.HTMLEditorKit
-
The Color choice action identifier The color is passed as an argument
- COLOR_CHOOSER - Static variable in class javax.accessibility.AccessibleRole
-
A specialized pane that lets the user choose a color.
- COLOR_CHOOSER - Static variable in class javax.swing.plaf.synth.Region
-
ColorChooser region.
- COLOR_CHOOSER_DIALOG - Static variable in class javax.swing.JRootPane
-
Constant used for the windowDecorationStyle property.
- COLOR_SPACE_SRGB - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "ColorSpace" tag.
- COLOR_SPACE_UNCALIBRATED - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "ColorSpace" tag.
- ColorChooserComponentFactory - Class in javax.swing.colorchooser
-
A class designed to produce preconfigured "accessory" objects to insert into color choosers.
- ColorChooserUI - Class in javax.swing.plaf
-
Pluggable look and feel interface for JColorChooser.
- ColorChooserUI() - Constructor for class javax.swing.plaf.ColorChooserUI
-
Constructor for subclasses to call.
- ColorConvertOp - Class in java.awt.image
-
This class performs a pixel-by-pixel color conversion of the data in the source image.
- ColorConvertOp(ColorSpace, ColorSpace, RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
-
Constructs a new ColorConvertOp from two ColorSpace objects.
- ColorConvertOp(ColorSpace, RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
-
Constructs a new ColorConvertOp from a ColorSpace object.
- ColorConvertOp(ICC_Profile[], RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
-
Constructs a new ColorConvertOp from an array of ICC_Profiles.
- ColorConvertOp(RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
-
Constructs a new ColorConvertOp which will convert from a source color space to a destination color space.
- colorModel - Variable in class javax.imageio.ImageTypeSpecifier
-
The
ColorModelto be used as a prototype. - ColorModel - Class in java.awt.image
-
The
ColorModelabstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component. - ColorModel(int) - Constructor for class java.awt.image.ColorModel
-
Constructs a
ColorModelthat translates pixels of the specified number of bits to color/alpha components. - ColorModel(int, int[], ColorSpace, boolean, boolean, int, int) - Constructor for class java.awt.image.ColorModel
-
Constructs a
ColorModelthat translates pixel values to color/alpha components. - ColorSelectionModel - Interface in javax.swing.colorchooser
-
A model that supports selecting a
Color. - ColorSpace - Class in java.awt.color
-
This abstract class is used to serve as a color space tag to identify the specific color space of a
Colorobject or, via aColorModelobject, of anImage, aBufferedImage, or aGraphicsDevice. - ColorSpace(int, int) - Constructor for class java.awt.color.ColorSpace
-
Constructs a
ColorSpaceobject given a color space type and the number of components. - ColorSupported - Class in javax.print.attribute.standard
-
Class
ColorSupportedis a printing attribute class, an enumeration, that identifies whether the device is capable of any type of color printing at all, including highlight color as well as full process color. - ColorSupported(int) - Constructor for class javax.print.attribute.standard.ColorSupported
-
Construct a new color supported enumeration value with the given integer value.
- ColorType - Class in javax.swing.plaf.synth
-
A typesafe enumeration of colors that can be fetched from a style.
- ColorType(String) - Constructor for class javax.swing.plaf.synth.ColorType
-
Creates a new ColorType with the specified description.
- ColorUIResource - Class in javax.swing.plaf
-
A subclass of Color that implements UIResource.
- ColorUIResource(float, float, float) - Constructor for class javax.swing.plaf.ColorUIResource
-
Constructs a
ColorUIResource. - ColorUIResource(int) - Constructor for class javax.swing.plaf.ColorUIResource
-
Constructs a
ColorUIResource. - ColorUIResource(int, int, int) - Constructor for class javax.swing.plaf.ColorUIResource
-
Constructs a
ColorUIResource. - ColorUIResource(Color) - Constructor for class javax.swing.plaf.ColorUIResource
-
Constructs a
ColorUIResource. - COLS - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "cols"
- COLSPAN - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "colspan"
- column - Variable in class javax.swing.event.TableModelEvent
-
The column for the event.
- COLUMN_HEADER - Static variable in class javax.accessibility.AccessibleRole
-
The header for a column of data.
- COLUMN_HEADER - Static variable in interface javax.swing.ScrollPaneConstants
-
Identifies the area at the top the viewport between the upper left corner and the upper right corner.
- COLUMN_WIDTH_PROPERTY - Static variable in class javax.swing.table.TableColumn
-
Obsolete as of Java 2 platform v1.3.
- columnAdded(TableColumnModelEvent) - Method in interface javax.swing.event.TableColumnModelListener
-
Tells listeners that a column was added to the model.
- columnAdded(TableColumnModelEvent) - Method in class javax.swing.JTable.AccessibleJTable
-
Track changes to the table contents (column insertions)
- columnAdded(TableColumnModelEvent) - Method in class javax.swing.JTable
-
Invoked when a column is added to the table column model.
- columnAdded(TableColumnModelEvent) - Method in class javax.swing.table.JTableHeader
-
Invoked when a column is added to the table column model.
- columnAtPoint(Point) - Method in class javax.swing.JTable
-
Returns the index of the column that
pointlies in, or -1 if the result is not in the range [0,getColumnCount()-1]. - columnAtPoint(Point) - Method in class javax.swing.table.JTableHeader
-
Returns the index of the column that
pointlies in, or -1 if it lies out of bounds. - columnHeader - Variable in class javax.swing.JScrollPane
-
The column header child.
- columnIdentifiers - Variable in class javax.swing.table.DefaultTableModel
-
The
Vectorof column identifiers. - columnMargin - Variable in class javax.swing.table.DefaultTableColumnModel
-
Width margin between each column
- columnMarginChanged(ChangeEvent) - Method in interface javax.swing.event.TableColumnModelListener
-
Tells listeners that a column was moved due to a margin change.
- columnMarginChanged(ChangeEvent) - Method in class javax.swing.JTable.AccessibleJTable
-
Track changes of a column moving due to margin changes.
- columnMarginChanged(ChangeEvent) - Method in class javax.swing.JTable
-
Invoked when a column is moved due to a margin change.
- columnMarginChanged(ChangeEvent) - Method in class javax.swing.table.JTableHeader
-
Invoked when a column is moved due to a margin change.
- columnModel - Variable in class javax.swing.JTable
-
The
TableColumnModelof the table. - columnModel - Variable in class javax.swing.table.JTableHeader
-
The
TableColumnModelof the table header. - COLUMNMODEL - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Swing TableColumnModel support (i.e., TableColumnModelListener and TableColumnModelEvent)
- columnMoved(TableColumnModelEvent) - Method in interface javax.swing.event.TableColumnModelListener
-
Tells listeners that a column was repositioned.
- columnMoved(TableColumnModelEvent) - Method in class javax.swing.JTable.AccessibleJTable
-
Track changes of a column repositioning.
- columnMoved(TableColumnModelEvent) - Method in class javax.swing.JTable
-
Invoked when a column is repositioned.
- columnMoved(TableColumnModelEvent) - Method in class javax.swing.table.JTableHeader
-
Invoked when a column is repositioned.
- columnNoNulls - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column might not allow
NULLvalues. - columnNoNulls - Static variable in interface java.sql.ResultSetMetaData
-
The constant indicating that a column does not allow
NULLvalues. - columnNullable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column definitely allows
NULLvalues. - columnNullable - Static variable in interface java.sql.ResultSetMetaData
-
The constant indicating that a column allows
NULLvalues. - columnNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the nullability of columns is unknown.
- columnNullableUnknown - Static variable in interface java.sql.ResultSetMetaData
-
The constant indicating that the nullability of a column's values is unknown.
- columnRemoved(TableColumnModelEvent) - Method in interface javax.swing.event.TableColumnModelListener
-
Tells listeners that a column was removed from the model.
- columnRemoved(TableColumnModelEvent) - Method in class javax.swing.JTable.AccessibleJTable
-
Track changes to the table contents (column deletions)
- columnRemoved(TableColumnModelEvent) - Method in class javax.swing.JTable
-
Invoked when a column is removed from the table column model.
- columnRemoved(TableColumnModelEvent) - Method in class javax.swing.table.JTableHeader
-
Invoked when a column is removed from the table column model.
- columnSelectionAllowed - Variable in class javax.swing.table.DefaultTableColumnModel
-
Column selection allowed in this column model
- columnSelectionChanged(ListSelectionEvent) - Method in interface javax.swing.event.TableColumnModelListener
-
Tells listeners that the selection model of the TableColumnModel changed.
- columnSelectionChanged(ListSelectionEvent) - Method in class javax.swing.JTable.AccessibleJTable
-
Track that the selection model of the TableColumnModel changed.
- columnSelectionChanged(ListSelectionEvent) - Method in class javax.swing.JTable
-
Invoked when the selection model of the
TableColumnModelis changed. - columnSelectionChanged(ListSelectionEvent) - Method in class javax.swing.table.JTableHeader
-
Invoked when the selection model of the
TableColumnModelis changed. - columnUpdated(int) - Method in interface javax.sql.rowset.CachedRowSet
-
Indicates whether the designated column in the current row of this
CachedRowSetobject has been updated. - columnUpdated(String) - Method in interface javax.sql.rowset.CachedRowSet
-
Indicates whether the designated column in the current row of this
CachedRowSetobject has been updated. - columnWeights - Variable in class java.awt.GridBagLayout
-
This field holds the overrides to the column weights.
- columnWidths - Variable in class java.awt.GridBagLayout
-
This field holds the overrides to the column minimum width.
- com.ibm.cuda - package com.ibm.cuda
-
This package enables access to CUDA-capable devices from Java.
- com.ibm.dataaccess - package com.ibm.dataaccess
- com.ibm.dtfj.image - package com.ibm.dtfj.image
-
Classes to support reading system images.
- com.ibm.dtfj.java - package com.ibm.dtfj.java
-
Classes to support Java™ runtime instances.
- com.ibm.dtfj.runtime - package com.ibm.dtfj.runtime
-
Classes to support managed runtime instances.
- com.ibm.gpu - package com.ibm.gpu
-
com.ibm.gpu allows the user to perform certain operations using any connected CUDA capable GPU
- com.ibm.java.diagnostics.utils - package com.ibm.java.diagnostics.utils
- com.ibm.java.diagnostics.utils.commands - package com.ibm.java.diagnostics.utils.commands
- com.ibm.java.diagnostics.utils.plugins - package com.ibm.java.diagnostics.utils.plugins
- com.ibm.jvm - package com.ibm.jvm
-
Classes to support creation of diagnostic dumps and tracing, as well as getting and setting -Xsyslog options.
- com.ibm.jvm.trace.format.api - package com.ibm.jvm.trace.format.api
-
This API is used to process trace buffers generated by OpenJ9.
- com.ibm.lang.management - package com.ibm.lang.management
-
OpenJ9 management extensions to java.lang.management.
- com.ibm.le.conditionhandling - package com.ibm.le.conditionhandling
-
Support for z/OS Language Environment condition handling.
- com.ibm.oti.shared - package com.ibm.oti.shared
-
The OpenJ9 shared classes API, a persistent share which can contain classes, precompiled code (AOT), JIT data, and other data used to improve start up performance and reduce memory footprint.
- com.ibm.virtualization.management - package com.ibm.virtualization.management
-
OpenJ9 management extensions relating to execution within a Guest (Virtual Machine (VM)/Logical Partition (LPAR)) on top of a Hypervisor.
- com.sun.jarsigner - package com.sun.jarsigner
-
This package comprises the interfaces and classes used to define the signing mechanism used by the
jarsignertool. - com.sun.java.accessibility.util - package com.sun.java.accessibility.util
-
Provides a collection of interfaces and classes that compose the Java Accessibility Utilities.
- com.sun.jdi - package com.sun.jdi
-
This is the core package of the Java Debug Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities.
- com.sun.jdi.connect - package com.sun.jdi.connect
-
This package defines connections between the virtual machine using the JDI and the target virtual machine.
- com.sun.jdi.connect.spi - package com.sun.jdi.connect.spi
-
This package comprises the interfaces and classes used to develop new
TransportServiceimplementations. - com.sun.jdi.event - package com.sun.jdi.event
-
This package defines JDI events and event processing.
- com.sun.jdi.request - package com.sun.jdi.request
-
This package is used to request that a JDI event be sent under specified conditions.
- com.sun.jndi.ldap.object.trustSerialData - Search tag in module java.naming
- System Property
- com.sun.management - package com.sun.management
-
Extensions of
java.lang.management. - com.sun.net.httpserver - package com.sun.net.httpserver
-
Provides a simple high-level Http server API, which can be used to build embedded HTTP servers.
- com.sun.net.httpserver.HttpServerProvider - Search tag in com.sun.net.httpserver.spi.HttpServerProvider.provider()
- System Property
- com.sun.net.httpserver.spi - package com.sun.net.httpserver.spi
-
Provides a pluggable service provider interface, which allows the HTTP server implementation to be replaced with other implementations.
- com.sun.nio.sctp - package com.sun.nio.sctp
-
A Java API for Stream Control Transport Protocol.
- com.sun.security.auth - package com.sun.security.auth
-
Provides implementations of
Principal. - com.sun.security.auth.callback - package com.sun.security.auth.callback
-
Provides an implementation of
CallbackHandler. - com.sun.security.auth.login - package com.sun.security.auth.login
-
Provides an implementation of
Configuration. - com.sun.security.auth.module - package com.sun.security.auth.module
-
Provides implementations of
LoginModule. - com.sun.security.jgss - package com.sun.security.jgss
-
This package defines classes and interfaces for the JDK extensions to the GSS-API.
- com.sun.source.doctree - package com.sun.source.doctree
-
Provides interfaces to represent documentation comments as abstract syntax trees (AST).
- com.sun.source.tree - package com.sun.source.tree
-
Provides interfaces to represent source code as abstract syntax trees (AST).
- com.sun.source.util - package com.sun.source.util
-
Provides utilities for operations on abstract syntax trees (AST).
- com.sun.tools.attach - package com.sun.tools.attach
-
Provides the API to attach to a Java virtual machine.
- com.sun.tools.attach.spi - package com.sun.tools.attach.spi
-
Only developers who are defining new attach providers should need to make direct use of this package.
- com.sun.tools.javac - package com.sun.tools.javac
-
This package provides a legacy entry point for the javac tool.
- com.sun.tools.jconsole - package com.sun.tools.jconsole
-
This package contains the JConsole API.
- combine(ProtectionDomain[], ProtectionDomain[]) - Method in interface java.security.DomainCombiner
-
Deprecated.Modify or update the provided ProtectionDomains.
- combine(ProtectionDomain[], ProtectionDomain[]) - Method in class javax.security.auth.SubjectDomainCombiner
-
Deprecated.Update the relevant ProtectionDomains with the Principals from the
Subjectassociated with thisSubjectDomainCombiner. - combine(DoubleSummaryStatistics) - Method in class java.util.DoubleSummaryStatistics
-
Combines the state of another
DoubleSummaryStatisticsinto this one. - combine(IntSummaryStatistics) - Method in class java.util.IntSummaryStatistics
-
Combines the state of another
IntSummaryStatisticsinto this one. - combine(LongSummaryStatistics) - Method in class java.util.LongSummaryStatistics
-
Combines the state of another
LongSummaryStatisticsinto this one. - combine(Set<String>) - Method in class jdk.jfr.SettingControl
-
Combines the setting values for all running recordings into one value when multiple recordings are running at the same time,
- combiner() - Method in interface java.util.stream.Collector
-
A function that accepts two partial results and merges them.
- COMBINING - Static variable in class java.awt.font.GlyphMetrics
-
Indicates a glyph that represents a combining character, such as an umlaut.
- COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Combining Diacritical Marks" Unicode character block.
- COMBINING_DIACRITICAL_MARKS_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Combining Diacritical Marks Extended" Unicode character block.
- COMBINING_DIACRITICAL_MARKS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Combining Diacritical Marks Supplement" Unicode character block.
- COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Combining Half Marks" Unicode character block.
- COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Combining Diacritical Marks for Symbols" Unicode character block.
- COMBINING_SPACING_MARK - Static variable in class java.lang.Character
-
General category "Mc" in the Unicode specification.
- COMBO_BOX - Static variable in class javax.accessibility.AccessibleRole
-
A list of choices the user can select from.
- COMBO_BOX - Static variable in class javax.swing.plaf.synth.Region
-
ComboBox region.
- comboBox - Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
The instance of
JComboBox. - comboBox - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
The instance of
JComboBox. - comboBox - Variable in class javax.swing.plaf.metal.MetalComboBoxButton
-
The instance of
JComboBox. - ComboBoxEditor - Interface in javax.swing
-
The editor component used for JComboBox components.
- ComboBoxLayoutManager() - Constructor for class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
-
Constructs a
ComboBoxLayoutManager. - ComboBoxModel<E> - Interface in javax.swing
-
A data model for a combo box.
- ComboBoxUI - Class in javax.swing.plaf
-
Pluggable look and feel interface for JComboBox.
- ComboBoxUI() - Constructor for class javax.swing.plaf.ComboBoxUI
-
Constructor for subclasses to call.
- comboIcon - Variable in class javax.swing.plaf.metal.MetalComboBoxButton
-
The icon.
- ComboPopup - Interface in javax.swing.plaf.basic
-
The interface which defines the methods required for the implementation of the popup portion of a combo box.
- COMM_LOST - Enum constant in enum class com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent
-
The association has failed.
- COMM_UP - Enum constant in enum class com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent
-
A new association is now ready and data may be exchanged with this peer.
- command() - Method in class java.lang.ProcessBuilder
-
Returns this process builder's operating system program and arguments.
- command() - Method in interface java.lang.ProcessHandle.Info
-
Returns the executable pathname of the process.
- command(Object) - Static method in class java.lang.Compiler
-
Deprecated.Low level interface to the JIT compiler.
- command(String...) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's operating system program and arguments.
- command(List<String>) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's operating system program and arguments.
- COMMAND_FORMAT - Static variable in class com.ibm.java.diagnostics.utils.commands.BaseCommand
- CommandAPDU - Class in javax.smartcardio
-
A command APDU following the structure defined in ISO/IEC 7816-4.
- CommandAPDU(byte[]) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from a byte array containing the complete APDU contents (header and body).
- CommandAPDU(byte[], int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from a byte array containing the complete APDU contents (header and body).
- CommandAPDU(int, int, int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes.
- CommandAPDU(int, int, int, int, byte[]) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes and command data.
- CommandAPDU(int, int, int, int, byte[], int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes, command data, and expected response data length.
- CommandAPDU(int, int, int, int, byte[], int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes and command data.
- CommandAPDU(int, int, int, int, byte[], int, int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes, command data, and expected response data length.
- CommandAPDU(int, int, int, int, int) - Constructor for class javax.smartcardio.CommandAPDU
-
Constructs a CommandAPDU from the four header bytes and the expected response data length.
- CommandAPDU(ByteBuffer) - Constructor for class javax.smartcardio.CommandAPDU
-
Creates a CommandAPDU from the ByteBuffer containing the complete APDU contents (header and body).
- CommandDescription - Class in com.ibm.java.diagnostics.utils.commands
-
Description for how a command should be executed
- CommandDescription(String, String, String) - Constructor for class com.ibm.java.diagnostics.utils.commands.CommandDescription
- CommandException - Exception in com.ibm.java.diagnostics.utils.commands
-
Base exception when running commands
- CommandException() - Constructor for exception com.ibm.java.diagnostics.utils.commands.CommandException
- CommandException(String) - Constructor for exception com.ibm.java.diagnostics.utils.commands.CommandException
- CommandException(String, Throwable) - Constructor for exception com.ibm.java.diagnostics.utils.commands.CommandException
- CommandException(Throwable) - Constructor for exception com.ibm.java.diagnostics.utils.commands.CommandException
- commandLine() - Method in interface java.lang.ProcessHandle.Info
-
Returns the command line of the process.
- CommandParser - Class in com.ibm.java.diagnostics.utils.commands
-
Handles command line entries and does extra interpretation, such as handling quoted strings (whilst discarding quotes themselves and handling escaped characters), recognising redirection to file etc.
- CommandParser(String) - Constructor for class com.ibm.java.diagnostics.utils.commands.CommandParser
- CommandParser(String, String[]) - Constructor for class com.ibm.java.diagnostics.utils.commands.CommandParser
- commands - Variable in class com.ibm.java.diagnostics.utils.Context
- comment(char[], int, int) - Method in class org.xml.sax.ext.DefaultHandler2
- comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
-
Report an XML comment anywhere in the document.
- comment(Element) - Method in class javax.swing.text.html.HTMLWriter
-
Writes out comments.
- Comment - Interface in javax.xml.stream.events
-
An interface for comment events
- Comment - Interface in org.w3c.dom
-
This interface inherits from
CharacterDataand represents the content of a comment, i.e., all the characters between the starting '<!--' and ending '-->'. - COMMENT - Enum constant in enum class com.sun.source.doctree.DocTree.Kind
-
Used for instances of
CommentTreerepresenting an HTML comment. - COMMENT - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "comment"
- COMMENT - Static variable in class javax.swing.text.html.HTML.Tag
-
All comments are labeled with this tag.
- COMMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
-
Indicates an event is a comment
- COMMENT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
Comment. - commentChar(int) - Method in class java.io.StreamTokenizer
-
Specified that the character argument starts a single-line comment.
- comments() - Element in annotation interface javax.annotation.processing.Generated
-
A place holder for any comments that the code generator may want to include in the generated code.
- COMMENTS - Static variable in class java.util.regex.Pattern
-
Permits whitespace and comments in pattern.
- CommentTree - Interface in com.sun.source.doctree
-
An embedded HTML comment.
- commit() - Method in class com.sun.security.auth.module.JndiLoginModule
-
Abstract method to commit the authentication process (phase 2).
- commit() - Method in class com.sun.security.auth.module.KeyStoreLoginModule
-
Abstract method to commit the authentication process (phase 2).
- commit() - Method in class com.sun.security.auth.module.Krb5LoginModule
-
This method is called if the LoginContext's overall authentication succeeded (the relevant REQUIRED, REQUISITE, SUFFICIENT and OPTIONAL LoginModules succeeded).
- commit() - Method in class com.sun.security.auth.module.LdapLoginModule
-
Complete user authentication.
- commit() - Method in class com.sun.security.auth.module.NTLoginModule
-
This method is called if the LoginContext's overall authentication succeeded (the relevant REQUIRED, REQUISITE, SUFFICIENT and OPTIONAL LoginModules succeeded).
- commit() - Method in class com.sun.security.auth.module.UnixLoginModule
-
Commit the authentication (second phase).
- commit() - Method in interface java.sql.Connection
-
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this
Connectionobject. - commit() - Method in interface javax.security.auth.spi.LoginModule
-
Method to commit the authentication process (phase 2).
- commit() - Method in interface javax.sql.rowset.CachedRowSet
-
Each
CachedRowSetobject'sSyncProvidercontains aConnectionobject from theResultSetor JDBC properties passed to it's constructors. - commit() - Method in interface javax.sql.rowset.JdbcRowSet
-
Each
JdbcRowSetcontains aConnectionobject from theResultSetor JDBC properties passed to it's constructors. - commit() - Method in interface javax.sql.rowset.spi.TransactionalWriter
-
Makes permanent all changes that have been performed by the
acceptChangesmethod since the last call to either thecommitorrollbackmethods. - commit() - Method in class jdk.jfr.Event
-
Writes the field values, time stamp, and event duration to the Flight Recorder system.
- commit(Xid, boolean) - Method in interface javax.transaction.xa.XAResource
-
Commits the global transaction specified by xid.
- COMMIT - Static variable in class javax.swing.JFormattedTextField
-
Constant identifying that when focus is lost,
commitEditshould be invoked. - COMMIT_ON_ACCEPT_CHANGES - Static variable in interface javax.sql.rowset.CachedRowSet
-
Deprecated.Because this field is final (it is part of an interface), its value cannot be changed.
- COMMIT_OR_REVERT - Static variable in class javax.swing.JFormattedTextField
-
Constant identifying that when focus is lost,
commitEditshould be invoked. - commitEdit() - Method in class javax.swing.JFormattedTextField
-
Forces the current value to be taken from the
AbstractFormatterand set as the current value. - commitEdit() - Method in class javax.swing.JSpinner
-
Commits the currently edited value to the
SpinnerModel. - commitEdit() - Method in class javax.swing.JSpinner.DefaultEditor
-
Pushes the currently edited value to the
SpinnerModel. - COMMON - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Common".
- COMMON - Static variable in class java.awt.JobAttributes.DialogType
-
The
DialogTypeinstance to use for specifying the cross-platform, pure Java print dialog. - COMMON - Static variable in class javax.print.attribute.standard.DialogTypeSelection
-
The cross-platform print dialog should be used.
- COMMON_INDIC_NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Common Indic Number Forms" Unicode character block.
- CommonDataSource - Interface in javax.sql
-
Interface that defines the methods which are common between
DataSource,XADataSourceandConnectionPoolDataSource. - commonPool() - Static method in class java.util.concurrent.ForkJoinPool
-
Returns the common pool instance.
- CommunicationException - Exception in javax.naming
-
This exception is thrown when the client is unable to communicate with the directory or naming service.
- CommunicationException() - Constructor for exception javax.naming.CommunicationException
-
Constructs a new instance of CommunicationException.
- CommunicationException(String) - Constructor for exception javax.naming.CommunicationException
-
Constructs a new instance of CommunicationException using the arguments supplied.
- compact() - Method in class java.nio.ByteBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.CharBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.DoubleBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.FloatBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.IntBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.LongBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.MappedByteBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.ShortBuffer
-
Compacts this buffer (optional operation).
- COMPACT - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "compact"
- COMPACT_DISC - Static variable in class javax.sound.sampled.Port.Info
-
A type of port that gets audio from a CD-ROM drive.
- CompactNumberFormat - Class in java.text
-
CompactNumberFormatis a concrete subclass ofNumberFormatthat formats a decimal number in its compact form. - CompactNumberFormat(String, DecimalFormatSymbols, String[]) - Constructor for class java.text.CompactNumberFormat
-
Creates a
CompactNumberFormatusing the given decimal pattern, decimal format symbols and compact patterns. - CompactNumberFormat(String, DecimalFormatSymbols, String[], String) - Constructor for class java.text.CompactNumberFormat
-
Creates a
CompactNumberFormatusing the given decimal pattern, decimal format symbols, compact patterns, and plural rules. - Comparable<T> - Interface in java.lang
-
This interface imposes a total ordering on the objects of each class that implements it.
- comparator() - Method in class java.util.concurrent.ConcurrentSkipListMap
- comparator() - Method in class java.util.concurrent.ConcurrentSkipListSet
- comparator() - Method in class java.util.concurrent.PriorityBlockingQueue
-
Returns the comparator used to order the elements in this queue, or
nullif this queue uses the natural ordering of its elements. - comparator() - Method in class java.util.PriorityQueue
-
Returns the comparator used to order the elements in this queue, or
nullif this queue is sorted according to the natural ordering of its elements. - comparator() - Method in interface java.util.SortedMap
-
Returns the comparator used to order the keys in this map, or
nullif this map uses the natural ordering of its keys. - comparator() - Method in interface java.util.SortedSet
-
Returns the comparator used to order the elements in this set, or
nullif this set uses the natural ordering of its elements. - comparator() - Method in class java.util.TreeMap
- comparator() - Method in class java.util.TreeSet
- Comparator<T> - Interface in java.util
-
A comparison function, which imposes a total ordering on some collection of objects.
- compare(boolean[], boolean[]) - Static method in class java.util.Arrays
-
Compares two
booleanarrays lexicographically. - compare(boolean[], int, int, boolean[], int, int) - Static method in class java.util.Arrays
-
Compares two
booleanarrays lexicographically over the specified ranges. - compare(boolean, boolean) - Static method in class java.lang.Boolean
-
Compares two
booleanvalues. - compare(byte[], byte[]) - Static method in class java.util.Arrays
-
Compares two
bytearrays lexicographically. - compare(byte[], int, int, byte[], int, int) - Static method in class java.util.Arrays
-
Compares two
bytearrays lexicographically over the specified ranges. - compare(byte, byte) - Static method in class java.lang.Byte
-
Compares two
bytevalues numerically. - compare(char[], char[]) - Static method in class java.util.Arrays
-
Compares two
chararrays lexicographically. - compare(char[], int, int, char[], int, int) - Static method in class java.util.Arrays
-
Compares two
chararrays lexicographically over the specified ranges. - compare(char, char) - Static method in class java.lang.Character
-
Compares two
charvalues numerically. - compare(double[], double[]) - Static method in class java.util.Arrays
-
Compares two
doublearrays lexicographically. - compare(double[], int, int, double[], int, int) - Static method in class java.util.Arrays
-
Compares two
doublearrays lexicographically over the specified ranges. - compare(double, double) - Static method in class java.lang.Double
-
Compares the two specified
doublevalues. - compare(float[], float[]) - Static method in class java.util.Arrays
-
Compares two
floatarrays lexicographically. - compare(float[], int, int, float[], int, int) - Static method in class java.util.Arrays
-
Compares two
floatarrays lexicographically over the specified ranges. - compare(float, float) - Static method in class java.lang.Float
-
Compares the two specified
floatvalues. - compare(int[], int[]) - Static method in class java.util.Arrays
-
Compares two
intarrays lexicographically. - compare(int[], int, int, int[], int, int) - Static method in class java.util.Arrays
-
Compares two
intarrays lexicographically over the specified ranges. - compare(int, int) - Static method in class java.lang.Integer
-
Compares two
intvalues numerically. - compare(long[], int, int, long[], int, int) - Static method in class java.util.Arrays
-
Compares two
longarrays lexicographically over the specified ranges. - compare(long[], long[]) - Static method in class java.util.Arrays
-
Compares two
longarrays lexicographically. - compare(long, long) - Static method in class java.lang.Long
-
Compares two
longvalues numerically. - compare(short[], int, int, short[], int, int) - Static method in class java.util.Arrays
-
Compares two
shortarrays lexicographically over the specified ranges. - compare(short[], short[]) - Static method in class java.util.Arrays
-
Compares two
shortarrays lexicographically. - compare(short, short) - Static method in class java.lang.Short
-
Compares two
shortvalues numerically. - compare(CharSequence, CharSequence) - Static method in interface java.lang.CharSequence
-
Compares two
CharSequenceinstances lexicographically. - compare(Object, Object) - Method in class java.text.Collator
-
Compares its two arguments for order.
- compare(String, String) - Method in class java.text.Collator
-
Compares the source string to the target string according to the collation rules for this Collator.
- compare(String, String) - Method in class java.text.RuleBasedCollator
-
Compares the character data stored in two different strings based on the collation rules.
- compare(Duration) - Method in class javax.xml.datatype.Duration
-
Partial order relation comparison with this
Durationinstance. - compare(XMLGregorianCalendar) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Compare two instances of W3C XML Schema 1.0 date/time datatypes according to partial order relation defined in W3C XML Schema 1.0 Part 2, Section 3.2.7.3, Order relation on dateTime.
- compare(VectorOperators.Comparison, byte) - Method in class jdk.incubator.vector.ByteVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, byte, VectorMask<Byte>) - Method in class jdk.incubator.vector.ByteVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, double) - Method in class jdk.incubator.vector.DoubleVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, double, VectorMask<Double>) - Method in class jdk.incubator.vector.DoubleVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, float) - Method in class jdk.incubator.vector.FloatVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, float, VectorMask<Float>) - Method in class jdk.incubator.vector.FloatVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, int) - Method in class jdk.incubator.vector.IntVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, int, VectorMask<Integer>) - Method in class jdk.incubator.vector.IntVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, long) - Method in class jdk.incubator.vector.ByteVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, long) - Method in class jdk.incubator.vector.DoubleVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, long) - Method in class jdk.incubator.vector.FloatVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, long) - Method in class jdk.incubator.vector.IntVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, long) - Method in class jdk.incubator.vector.LongVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, long) - Method in class jdk.incubator.vector.ShortVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, long) - Method in class jdk.incubator.vector.Vector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, long, VectorMask<E>) - Method in class jdk.incubator.vector.Vector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, long, VectorMask<Byte>) - Method in class jdk.incubator.vector.ByteVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, long, VectorMask<Double>) - Method in class jdk.incubator.vector.DoubleVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, long, VectorMask<Float>) - Method in class jdk.incubator.vector.FloatVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, long, VectorMask<Integer>) - Method in class jdk.incubator.vector.IntVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, long, VectorMask<Long>) - Method in class jdk.incubator.vector.LongVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, long, VectorMask<Short>) - Method in class jdk.incubator.vector.ShortVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, short) - Method in class jdk.incubator.vector.ShortVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation.
- compare(VectorOperators.Comparison, short, VectorMask<Short>) - Method in class jdk.incubator.vector.ShortVector
-
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, Vector<E>) - Method in class jdk.incubator.vector.Vector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation.
- compare(VectorOperators.Comparison, Vector<E>, VectorMask<E>) - Method in class jdk.incubator.vector.Vector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, Vector<Byte>) - Method in class jdk.incubator.vector.ByteVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation.
- compare(VectorOperators.Comparison, Vector<Byte>, VectorMask<Byte>) - Method in class jdk.incubator.vector.ByteVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, Vector<Double>) - Method in class jdk.incubator.vector.DoubleVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation.
- compare(VectorOperators.Comparison, Vector<Double>, VectorMask<Double>) - Method in class jdk.incubator.vector.DoubleVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, Vector<Float>) - Method in class jdk.incubator.vector.FloatVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation.
- compare(VectorOperators.Comparison, Vector<Float>, VectorMask<Float>) - Method in class jdk.incubator.vector.FloatVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, Vector<Integer>) - Method in class jdk.incubator.vector.IntVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation.
- compare(VectorOperators.Comparison, Vector<Integer>, VectorMask<Integer>) - Method in class jdk.incubator.vector.IntVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, Vector<Long>) - Method in class jdk.incubator.vector.LongVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation.
- compare(VectorOperators.Comparison, Vector<Long>, VectorMask<Long>) - Method in class jdk.incubator.vector.LongVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.
- compare(VectorOperators.Comparison, Vector<Short>) - Method in class jdk.incubator.vector.ShortVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation.
- compare(VectorOperators.Comparison, Vector<Short>, VectorMask<Short>) - Method in class jdk.incubator.vector.ShortVector
-
Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.
- compare(T[], int, int, T[], int, int) - Static method in class java.util.Arrays
-
Compares two
Objectarrays lexicographically over the specified ranges. - compare(T[], int, int, T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
-
Compares two
Objectarrays lexicographically over the specified ranges. - compare(T[], T[]) - Static method in class java.util.Arrays
-
Compares two
Objectarrays, within comparable elements, lexicographically. - compare(T[], T[], Comparator<? super T>) - Static method in class java.util.Arrays
-
Compares two
Objectarrays lexicographically using a specified comparator. - compare(T, T) - Method in interface java.util.Comparator
-
Compares its two arguments for order.
- compare(T, T, Comparator<? super T>) - Static method in class java.util.Objects
-
Returns 0 if the arguments are identical and
c.compare(a, b)otherwise. - COMPARE_AND_EXCHANGE - Enum constant in enum class java.lang.invoke.VarHandle.AccessMode
-
The access mode whose access is specified by the corresponding method
VarHandle.compareAndExchange - COMPARE_AND_EXCHANGE_ACQUIRE - Enum constant in enum class java.lang.invoke.VarHandle.AccessMode
-
The access mode whose access is specified by the corresponding method
VarHandle.compareAndExchangeAcquire - COMPARE_AND_EXCHANGE_RELEASE - Enum constant in enum class java.lang.invoke.VarHandle.AccessMode
-
The access mode whose access is specified by the corresponding method
VarHandle.compareAndExchangeRelease - COMPARE_AND_SET - Enum constant in enum class java.lang.invoke.VarHandle.AccessMode
-
The access mode whose access is specified by the corresponding method
VarHandle.compareAndSet - compareAndExchange(boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Atomically sets the value to
newValueif the current value, referred to as the witness value,== expectedValue, with memory effects as specified byVarHandle.compareAndExchange(java.lang.Object...). - compareAndExchange(int, int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically sets the value to
newValueif the current value, referred to as the witness value,== expectedValue, with memory effects as specified byVarHandle.compareAndExchange(java.lang.Object...). - compareAndExchange(int, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically sets the element at index
itonewValueif the element's current value, referred to as the witness value,== expectedValue, with memory effects as specified byVarHandle.compareAndExchange(java.lang.Object...). - compareAndExchange(int, long, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically sets the element at index
itonewValueif the element's current value, referred to as the witness value,== expectedValue, with memory effects as specified byVarHandle.compareAndExchange(java.lang.Object...). - compareAndExchange(int, E, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Atomically sets the element at index
itonewValueif the element's current value, referred to as the witness value,== expectedValue, with memory effects as specified byVarHandle.compareAndExchange(java.lang.Object...). - compareAndExchange(long, long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically sets the value to
newValueif the current value, referred to as the witness value,== expectedValue, with memory effects as specified byVarHandle.compareAndExchange(java.lang.Object...). - compareAndExchange(Object...) - Method in class java.lang.invoke.VarHandle
-
Atomically sets the value of a variable to the
newValuewith the memory semantics ofVarHandle.setVolatile(java.lang.Object...)if the variable's current value, referred to as the witness value,==theexpectedValue, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...). - compareAndExchange(V, V) - Method in class java.util.concurrent.atomic.AtomicReference
-
Atomically sets the value to
newValueif the current value, referred to as the witness value,== expectedValue, with memory effects as specified byVarHandle.compareAndExchange(java.lang.Object...). - compareAndExchangeAcquire(boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Atomically sets the value to
newValueif the current value, referred to as the witness value,== expectedValue, with memory effects as specified byVarHandle.compareAndExchangeAcquire(java.lang.Object...). - compareAndExchangeAcquire(int, int) - Method in class java.util.concurrent.atomic.AtomicInteger