Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form|System Properties
D
- D - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for Engineering D, 22 x 34 in.
- D - Static variable in class javax.print.attribute.standard.MediaSize.Engineering
-
Specifies the engineering D size, 22 inch by 34 inch.
- D - Static variable in class javax.print.attribute.standard.MediaSizeName
-
D size.
- D2B - Static variable in class jdk.incubator.vector.VectorOperators
-
Convert
doubleValto(byte)doubleVal. - D2F - Static variable in class jdk.incubator.vector.VectorOperators
-
Convert
doubleValto(float)doubleVal. - D2I - Static variable in class jdk.incubator.vector.VectorOperators
-
Convert
doubleValto(int)doubleVal. - D2L - Static variable in class jdk.incubator.vector.VectorOperators
-
Convert
doubleValto(long)doubleVal. - D2S - Static variable in class jdk.incubator.vector.VectorOperators
-
Convert
doubleValto(short)doubleVal. - damage(Rectangle) - Method in class javax.swing.text.DefaultCaret
-
Damages the area surrounding the caret to cause it to be repainted in a new location.
- damageLineRange(int, int, Shape, Component) - Method in class javax.swing.text.PlainView
-
Repaint the given line range.
- damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Causes the portion of the view responsible for the given part of the model to be repainted.
- damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.multi.MultiTextUI
-
Invokes the
damageRangemethod on each UI handled by this object. - damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.TextUI
-
Causes the portion of the view responsible for the given part of the model to be repainted.
- damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.basic.BasicTextUI
-
Causes the portion of the view responsible for the given part of the model to be repainted.
- damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.multi.MultiTextUI
-
Invokes the
damageRangemethod on each UI handled by this object. - damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.TextUI
-
Causes the portion of the view responsible for the given part of the model to be repainted.
- DARK - Static variable in class javax.swing.plaf.metal.MetalIconFactory
-
DARKis used for the propertyTree.expandedIcon. - DARK_GRAY - Static variable in class java.awt.Color
-
The color dark gray.
- darker() - Method in class java.awt.Color
-
Creates a new
Colorthat is a darker version of thisColor. - darkGray - Static variable in class java.awt.Color
-
The color dark gray.
- darkShadow - Variable in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
-
The color of dark shadow.
- darkShadow - Variable in class javax.swing.plaf.basic.BasicBorders.FieldBorder
-
The color of dark shadow.
- darkShadow - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
Dark shadow color
- darkShadowColor - Static variable in class javax.swing.plaf.metal.MetalSliderUI
-
The color of dark shadow.
- DASH_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pd" in the Unicode specification.
- data - Variable in class javax.sound.midi.MidiMessage
-
The MIDI message data.
- data - Variable in class javax.swing.text.html.parser.Element
-
A field to store user data.
- data - Variable in class javax.swing.text.html.parser.Entity
-
The char array of data.
- Data - Interface in javax.xml.crypto
-
An abstract representation of the result of dereferencing a
URIReferenceor the input/output of subsequentTransforms. - DATA - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "data"
- DATA_TRANSFER_COMPLETE - Static variable in class javax.print.event.PrintJobEvent
-
The job is not necessarily printed yet, but the data has been transferred successfully from the client to the print service.
- DataAmount - Annotation Interface in jdk.jfr
-
Event field annotation, specifies that a value represents an amount of data (for example, bytes).
- DatabaseMetaData - Interface in java.sql
-
Comprehensive information about the database as a whole.
- dataBuffer - Variable in class java.awt.image.Raster
-
The DataBuffer that stores the image data.
- DataBuffer - Class in java.awt.image
-
This class exists to wrap one or more data arrays.
- DataBuffer(int, int) - Constructor for class java.awt.image.DataBuffer
-
Constructs a DataBuffer containing one bank of the specified data type and size.
- DataBuffer(int, int, int) - Constructor for class java.awt.image.DataBuffer
-
Constructs a DataBuffer containing the specified number of banks.
- DataBuffer(int, int, int, int) - Constructor for class java.awt.image.DataBuffer
-
Constructs a DataBuffer that contains the specified number of banks.
- DataBuffer(int, int, int, int[]) - Constructor for class java.awt.image.DataBuffer
-
Constructs a DataBuffer which contains the specified number of banks.
- DataBufferByte - Class in java.awt.image
-
This class extends
DataBufferand stores data internally as bytes. - DataBufferByte(byte[][], int) - Constructor for class java.awt.image.DataBufferByte
-
Constructs a byte-based
DataBufferwith the specified arrays. - DataBufferByte(byte[][], int, int[]) - Constructor for class java.awt.image.DataBufferByte
-
Constructs a byte-based
DataBufferwith the specified arrays, size, and offsets. - DataBufferByte(byte[], int) - Constructor for class java.awt.image.DataBufferByte
-
Constructs a byte-based
DataBufferwith a single bank using the specified array. - DataBufferByte(byte[], int, int) - Constructor for class java.awt.image.DataBufferByte
-
Constructs a byte-based
DataBufferwith a single bank using the specified array, size, and offset. - DataBufferByte(int) - Constructor for class java.awt.image.DataBufferByte
-
Constructs a byte-based
DataBufferwith a single bank and the specified size. - DataBufferByte(int, int) - Constructor for class java.awt.image.DataBufferByte
-
Constructs a byte based
DataBufferwith the specified number of banks all of which are the specified size. - DataBufferDouble - Class in java.awt.image
-
This class extends
DataBufferand stores data internally indoubleform. - DataBufferDouble(double[][], int) - Constructor for class java.awt.image.DataBufferDouble
-
Constructs a
double-basedDataBufferwith the specified data arrays. - DataBufferDouble(double[][], int, int[]) - Constructor for class java.awt.image.DataBufferDouble
-
Constructs a
double-basedDataBufferwith the specified data arrays, size, and per-bank offsets. - DataBufferDouble(double[], int) - Constructor for class java.awt.image.DataBufferDouble
-
Constructs a
double-basedDataBufferwith the specified data array. - DataBufferDouble(double[], int, int) - Constructor for class java.awt.image.DataBufferDouble
-
Constructs a
double-basedDataBufferwith the specified data array. - DataBufferDouble(int) - Constructor for class java.awt.image.DataBufferDouble
-
Constructs a
double-basedDataBufferwith a specified size. - DataBufferDouble(int, int) - Constructor for class java.awt.image.DataBufferDouble
-
Constructs a
double-basedDataBufferwith a specified number of banks, all of which are of a specified size. - DataBufferFloat - Class in java.awt.image
-
This class extends
DataBufferand stores data internally infloatform. - DataBufferFloat(float[][], int) - Constructor for class java.awt.image.DataBufferFloat
-
Constructs a
float-basedDataBufferwith the specified data arrays. - DataBufferFloat(float[][], int, int[]) - Constructor for class java.awt.image.DataBufferFloat
-
Constructs a
float-basedDataBufferwith the specified data arrays, size, and per-bank offsets. - DataBufferFloat(float[], int) - Constructor for class java.awt.image.DataBufferFloat
-
Constructs a
float-basedDataBufferwith the specified data array. - DataBufferFloat(float[], int, int) - Constructor for class java.awt.image.DataBufferFloat
-
Constructs a
float-basedDataBufferwith the specified data array. - DataBufferFloat(int) - Constructor for class java.awt.image.DataBufferFloat
-
Constructs a
float-basedDataBufferwith a specified size. - DataBufferFloat(int, int) - Constructor for class java.awt.image.DataBufferFloat
-
Constructs a
float-basedDataBufferwith a specified number of banks, all of which are of a specified size. - DataBufferInt - Class in java.awt.image
-
This class extends
DataBufferand stores data internally as integers. - DataBufferInt(int) - Constructor for class java.awt.image.DataBufferInt
-
Constructs an integer-based
DataBufferwith a single bank and the specified size. - DataBufferInt(int[][], int) - Constructor for class java.awt.image.DataBufferInt
-
Constructs an integer-based
DataBufferwith the specified arrays. - DataBufferInt(int[][], int, int[]) - Constructor for class java.awt.image.DataBufferInt
-
Constructs an integer-based
DataBufferwith the specified arrays, size, and offsets. - DataBufferInt(int[], int) - Constructor for class java.awt.image.DataBufferInt
-
Constructs an integer-based
DataBufferwith a single bank using the specified array. - DataBufferInt(int[], int, int) - Constructor for class java.awt.image.DataBufferInt
-
Constructs an integer-based
DataBufferwith a single bank using the specified array, size, and offset. - DataBufferInt(int, int) - Constructor for class java.awt.image.DataBufferInt
-
Constructs an integer-based
DataBufferwith the specified number of banks, all of which are the specified size. - DataBufferShort - Class in java.awt.image
-
This class extends
DataBufferand stores data internally as shorts. - DataBufferShort(int) - Constructor for class java.awt.image.DataBufferShort
-
Constructs a short-based
DataBufferwith a single bank and the specified size. - DataBufferShort(int, int) - Constructor for class java.awt.image.DataBufferShort
-
Constructs a short-based
DataBufferwith the specified number of banks all of which are the specified size. - DataBufferShort(short[][], int) - Constructor for class java.awt.image.DataBufferShort
-
Constructs a short-based
DataBufferwith the specified arrays. - DataBufferShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferShort
-
Constructs a short-based
DataBufferwith the specified arrays, size, and offsets. - DataBufferShort(short[], int) - Constructor for class java.awt.image.DataBufferShort
-
Constructs a short-based
DataBufferwith a single bank using the specified array. - DataBufferShort(short[], int, int) - Constructor for class java.awt.image.DataBufferShort
-
Constructs a short-based
DataBufferwith a single bank using the specified array, size, and offset. - DataBufferUShort - Class in java.awt.image
-
This class extends
DataBufferand stores data internally as shorts. - DataBufferUShort(int) - Constructor for class java.awt.image.DataBufferUShort
-
Constructs an unsigned-short based
DataBufferwith a single bank and the specified size. - DataBufferUShort(int, int) - Constructor for class java.awt.image.DataBufferUShort
-
Constructs an unsigned-short based
DataBufferwith the specified number of banks, all of which are the specified size. - DataBufferUShort(short[][], int) - Constructor for class java.awt.image.DataBufferUShort
-
Constructs an unsigned-short based
DataBufferwith the specified arrays. - DataBufferUShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferUShort
-
Constructs an unsigned-short based
DataBufferwith specified arrays, size, and offsets. - DataBufferUShort(short[], int) - Constructor for class java.awt.image.DataBufferUShort
-
Constructs an unsigned-short based
DataBufferwith a single bank using the specified array. - DataBufferUShort(short[], int, int) - Constructor for class java.awt.image.DataBufferUShort
-
Constructs an unsigned-short based
DataBufferwith a single bank using the specified array, size, and offset. - dataDefinitionCausesTransactionCommit() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether a data definition statement within a transaction forces the transaction to commit.
- dataDefinitionIgnoredInTransactions() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database ignores a data definition statement within a transaction.
- DataFlavor - Class in java.awt.datatransfer
-
A
DataFlavorprovides meta information about data. - DataFlavor() - Constructor for class java.awt.datatransfer.DataFlavor
-
Constructs a new
DataFlavor. - DataFlavor(Class<?>, String) - Constructor for class java.awt.datatransfer.DataFlavor
-
Constructs a
DataFlavorthat represents a Java class. - DataFlavor(String) - Constructor for class java.awt.datatransfer.DataFlavor
-
Constructs a
DataFlavorfrom amimeTypestring. - DataFlavor(String, String) - Constructor for class java.awt.datatransfer.DataFlavor
-
Constructs a
DataFlavorthat represents aMimeType. - DataFlavor(String, String, ClassLoader) - Constructor for class java.awt.datatransfer.DataFlavor
-
Constructs a
DataFlavorthat represents aMimeType. - DataFormatException - Exception in java.util.zip
-
Signals that a data format error has occurred.
- DataFormatException() - Constructor for exception java.util.zip.DataFormatException
-
Constructs a DataFormatException with no detail message.
- DataFormatException(String) - Constructor for exception java.util.zip.DataFormatException
-
Constructs a DataFormatException with the specified detail message.
- DatagramChannel - Class in java.nio.channels
-
A selectable channel for datagram-oriented sockets.
- DatagramChannel(SelectorProvider) - Constructor for class java.nio.channels.DatagramChannel
-
Initializes a new instance of this class.
- DatagramPacket - Class in java.net
-
This class represents a datagram packet.
- DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
-
Constructs a
DatagramPacketfor receiving packets of lengthlength. - DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
-
Constructs a
DatagramPacketfor receiving packets of lengthlength, specifying an offset into the buffer. - DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length
lengthwith offsetoffsetto the specified port number on the specified host. - DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length
lengthwith offsetoffsetto the specified port number on the specified host. - DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length
lengthto the specified port number on the specified host. - DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length
lengthto the specified port number on the specified host. - DatagramSocket - Class in java.net
-
This class represents a socket for sending and receiving datagram packets.
- DatagramSocket() - Constructor for class java.net.DatagramSocket
-
Constructs a datagram socket and binds it to any available port on the local host machine.
- DatagramSocket(int) - Constructor for class java.net.DatagramSocket
-
Constructs a datagram socket and binds it to the specified port on the local host machine.
- DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
-
Creates a datagram socket, bound to the specified local address.
- DatagramSocket(DatagramSocketImpl) - Constructor for class java.net.DatagramSocket
-
Creates an unbound datagram socket with the specified DatagramSocketImpl.
- DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
-
Creates a datagram socket, bound to the specified local socket address.
- DatagramSocketImpl - Class in java.net
-
Abstract datagram and multicast socket implementation base class.
- DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
-
Constructor for subclasses to call.
- DatagramSocketImplFactory - Interface in java.net
-
This interface defines a factory for datagram socket implementations.
- DataInput - Interface in java.io
-
The
DataInputinterface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types. - DataInputStream - Class in java.io
-
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
- DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
-
Creates a DataInputStream that uses the specified underlying InputStream.
- DataLine - Interface in javax.sound.sampled
-
DataLineadds media-related functionality to its superinterface,Line. - DataLine.Info - Class in javax.sound.sampled
-
Besides the class information inherited from its superclass,
DataLine.Infoprovides additional information specific to data lines. - DATALINK - Enum constant in enum class java.sql.JDBCType
-
Identifies the generic SQL type
DATALINK. - DATALINK - 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
DATALINK. - dataModel - Variable in class javax.swing.JComboBox
-
This protected field is implementation specific.
- dataModel - Variable in class javax.swing.JTable
-
The
TableModelof the table. - DataOutput - Interface in java.io
-
The
DataOutputinterface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream. - DataOutputStream - Class in java.io
-
A data output stream lets an application write primitive Java data types to an output stream in a portable way.
- DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
-
Creates a new data output stream to write data to the specified underlying output stream.
- DataSource - Interface in javax.sql
-
A factory for connections to the physical data source that this
DataSourceobject represents. - DATASOURCE_DB_LOCK - Static variable in class javax.sql.rowset.spi.SyncProvider
-
Indicates that a lock is placed on the entire data source that is the source of data for the
RowSetobject that is using thisSyncProviderobject. - DATASOURCE_NO_LOCK - Static variable in class javax.sql.rowset.spi.SyncProvider
-
Indicates that no locks remain on the originating data source.
- DATASOURCE_ROW_LOCK - Static variable in class javax.sql.rowset.spi.SyncProvider
-
Indicates that a lock is placed on the rows that are touched by the original SQL statement used to populate the
RowSetobject that is using thisSyncProviderobject. - DATASOURCE_TABLE_LOCK - Static variable in class javax.sql.rowset.spi.SyncProvider
-
Indicates that a lock is placed on all tables that are touched by the original SQL statement used to populate the
RowSetobject that is using thisSyncProviderobject. - DataTruncation - Exception in java.sql
-
An exception thrown as a
DataTruncationexception (on writes) or reported as aDataTruncationwarning (on reads) when a data values is unexpectedly truncated for reasons other than its having exceededMaxFieldSize. - DataTruncation(int, boolean, boolean, int, int) - Constructor for exception java.sql.DataTruncation
-
Creates a
DataTruncationobject with the SQLState initialized to 01004 whenreadis set totrueand 22001 whenreadis set tofalse, the reason set to "Data truncation", the vendor code set to 0, and the other fields set to the given values. - DataTruncation(int, boolean, boolean, int, int, Throwable) - Constructor for exception java.sql.DataTruncation
-
Creates a
DataTruncationobject with the SQLState initialized to 01004 whenreadis set totrueand 22001 whenreadis set tofalse, the reason set to "Data truncation", the vendor code set to 0, and the other fields set to the given values. - dataType - Variable in class java.awt.image.DataBuffer
-
The data type of this DataBuffer.
- dataType - Variable in class java.awt.image.SampleModel
-
Data type of the DataBuffer storing the pixel data.
- DATATYPE_BOOLEAN - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeDataTypeindicating that the value of an attribute is one of the boolean values 'true' or 'false'. - DATATYPE_DOUBLE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeDataTypeindicating that the value of an attribute is a string representation of a double-precision decimal floating-point number. - DATATYPE_FLOAT - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeDataTypeindicating that the value of an attribute is a string representation of a decimal floating-point number. - DATATYPE_INTEGER - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeDataTypeindicating that the value of an attribute is a string representation of an integer. - DATATYPE_STRING - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
-
A constant returned by
getAttributeDataTypeindicating that the value of an attribute is a general Unicode string. - DatatypeConfigurationException - Exception in javax.xml.datatype
-
Indicates a serious configuration error.
- DatatypeConfigurationException() - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new
DatatypeConfigurationExceptionwith no specified detail message and cause. - DatatypeConfigurationException(String) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new
DatatypeConfigurationExceptionwith the specified detail message. - DatatypeConfigurationException(String, Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new
DatatypeConfigurationExceptionwith the specified detail message and cause. - DatatypeConfigurationException(Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new
DatatypeConfigurationExceptionwith the specified cause. - DatatypeConstants - Class in javax.xml.datatype
-
Utility class to contain basic Datatype values as constants.
- DatatypeConstants.Field - Class in javax.xml.datatype
-
Type-safe enum class that represents six fields of the
Durationclass. - DatatypeFactory - Class in javax.xml.datatype
-
Factory that creates new
javax.xml.datatypeObjects that map XML to/from JavaObjects. - DatatypeFactory() - Constructor for class javax.xml.datatype.DatatypeFactory
-
Protected constructor to prevent instantiation outside of package.
- DATATYPEFACTORY_IMPLEMENTATION_CLASS - Static variable in class javax.xml.datatype.DatatypeFactory
-
Default implementation class name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.
- DATATYPEFACTORY_PROPERTY - Static variable in class javax.xml.datatype.DatatypeFactory
-
Default property name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.
- dataVector - Variable in class javax.swing.table.DefaultTableModel
-
The
VectorofVectorsofObjectvalues. - date() - Element in annotation interface javax.annotation.processing.Generated
-
Date when the source was generated.
- date(int, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the proleptic-year, month-of-year and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in Hijrah calendar system from the proleptic-year, month-of-year and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the proleptic-year, month-of-year and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in Thai Buddhist calendar system from the proleptic-year, month-of-year and day-of-month fields.
- date(Era, int, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the era, year-of-era, month-of-year and day-of-month fields.
- date(Era, int, int, int) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in Hijrah calendar system from the era, year-of-era, month-of-year and day-of-month fields.
- date(Era, int, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the era, year-of-era, month-of-year and day-of-month fields.
- date(Era, int, int, int) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.
- date(Era, int, int, int) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in Minguo calendar system from the era, year-of-era, month-of-year and day-of-month fields.
- date(Era, int, int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in Thai Buddhist calendar system from the era, year-of-era, month-of-year and day-of-month fields.
- date(TemporalAccessor) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from another temporal object.
- date(TemporalAccessor) - Method in class java.time.chrono.HijrahChronology
- date(TemporalAccessor) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from another date-time object.
- date(TemporalAccessor) - Method in class java.time.chrono.JapaneseChronology
- date(TemporalAccessor) - Method in class java.time.chrono.MinguoChronology
- date(TemporalAccessor) - Method in class java.time.chrono.ThaiBuddhistChronology
- Date - Class in java.sql
-
A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL
DATEvalue. - Date - Class in java.util
-
The class
Daterepresents a specific instant in time, with millisecond precision. - Date() - Constructor for class java.util.Date
-
Allocates a
Dateobject and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond. - Date(int, int, int) - Constructor for class java.sql.Date
-
Deprecated.
- Date(int, int, int) - Constructor for class java.util.Date
-
Deprecated.As of JDK version 1.1, replaced by
Calendar.set(year + 1900, month, date)orGregorianCalendar(year + 1900, month, date). - Date(int, int, int, int, int) - Constructor for class java.util.Date
-
Deprecated.As of JDK version 1.1, replaced by
Calendar.set(year + 1900, month, date, hrs, min)orGregorianCalendar(year + 1900, month, date, hrs, min). - Date(int, int, int, int, int, int) - Constructor for class java.util.Date
-
Deprecated.As of JDK version 1.1, replaced by
Calendar.set(year + 1900, month, date, hrs, min, sec)orGregorianCalendar(year + 1900, month, date, hrs, min, sec). - Date(long) - Constructor for class java.sql.Date
-
Constructs a
Dateobject using the given milliseconds time value. - Date(long) - Constructor for class java.util.Date
-
Allocates a
Dateobject and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT. - Date(String) - Constructor for class java.util.Date
-
Deprecated.As of JDK version 1.1, replaced by
DateFormat.parse(String s). - DATE - Enum constant in enum class java.sql.JDBCType
-
Identifies the generic SQL type
DATE. - DATE - 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
DATE. - DATE - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the day of the month. - DATE - Static variable in class javax.management.openmbean.SimpleType
-
The
SimpleTypeinstance describing values whose Java class name isjava.util.Date. - DATE - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
date. - DATE_EDITOR - Static variable in class javax.accessibility.AccessibleRole
-
A
DATE_EDITORis a component that allows users to editjava.util.Dateandjava.util.Timeobjects. - DATE_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DATE field alignment.
- DateEditor(JSpinner) - Constructor for class javax.swing.JSpinner.DateEditor
-
Construct a
JSpinnereditor that supports displaying and editing the value of aSpinnerDateModelwith aJFormattedTextField. - DateEditor(JSpinner, String) - Constructor for class javax.swing.JSpinner.DateEditor
-
Construct a
JSpinnereditor that supports displaying and editing the value of aSpinnerDateModelwith aJFormattedTextField. - dateEpochDay(long) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in the Hijrah calendar system from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in the Japanese calendar system from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in the Minguo calendar system from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in the Thai Buddhist calendar system from the epoch-day.
- dateFilter(RowFilter.ComparisonType, Date, int...) - Static method in class javax.swing.RowFilter
-
Returns a
RowFilterthat includes entries that have at least oneDatevalue meeting the specified criteria. - DateFormat - Class in java.text
-
DateFormatis an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner. - DateFormat() - Constructor for class java.text.DateFormat
-
Create a new date format.
- DateFormat.Field - Class in java.text
-
Defines constants that are used as attribute keys in the
AttributedCharacterIteratorreturned fromDateFormat.formatToCharacterIteratorand as field identifiers inFieldPosition. - DateFormatProvider - Class in java.text.spi
-
An abstract class for service providers that provide concrete implementations of the
DateFormatclass. - DateFormatProvider() - Constructor for class java.text.spi.DateFormatProvider
-
Sole constructor.
- DateFormatSymbols - Class in java.text
-
DateFormatSymbolsis a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data. - DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
-
Construct a DateFormatSymbols object by loading format data from resources for the default
FORMATlocale. - DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
-
Construct a DateFormatSymbols object by loading format data from resources for the given locale.
- DateFormatSymbolsProvider - Class in java.text.spi
-
An abstract class for service providers that provide instances of the
DateFormatSymbolsclass. - DateFormatSymbolsProvider() - Constructor for class java.text.spi.DateFormatSymbolsProvider
-
Sole constructor.
- DateFormatter - Class in javax.swing.text
-
DateFormatter is an
InternationalFormatterthat does its formatting by way of an instance ofjava.text.DateFormat. - DateFormatter() - Constructor for class javax.swing.text.DateFormatter
-
This is shorthand for
new DateFormatter(DateFormat.getDateInstance()). - DateFormatter(DateFormat) - Constructor for class javax.swing.text.DateFormatter
-
Returns a DateFormatter configured with the specified
Formatinstance. - dateNow() - Method in interface java.time.chrono.Chronology
-
Obtains the current local date in this chronology from the system clock in the default time-zone.
- dateNow() - Method in class java.time.chrono.HijrahChronology
- dateNow() - Method in class java.time.chrono.IsoChronology
-
Obtains the current ISO local date from the system clock in the default time-zone.
- dateNow() - Method in class java.time.chrono.JapaneseChronology
- dateNow() - Method in class java.time.chrono.MinguoChronology
- dateNow() - Method in class java.time.chrono.ThaiBuddhistChronology
- dateNow(Clock) - Method in interface java.time.chrono.Chronology
-
Obtains the current local date in this chronology from the specified clock.
- dateNow(Clock) - Method in class java.time.chrono.HijrahChronology
- dateNow(Clock) - Method in class java.time.chrono.IsoChronology
-
Obtains the current ISO local date from the specified clock.
- dateNow(Clock) - Method in class java.time.chrono.JapaneseChronology
- dateNow(Clock) - Method in class java.time.chrono.MinguoChronology
- dateNow(Clock) - Method in class java.time.chrono.ThaiBuddhistChronology
- dateNow(ZoneId) - Method in interface java.time.chrono.Chronology
-
Obtains the current local date in this chronology from the system clock in the specified time-zone.
- dateNow(ZoneId) - Method in class java.time.chrono.HijrahChronology
- dateNow(ZoneId) - Method in class java.time.chrono.IsoChronology
-
Obtains the current ISO local date from the system clock in the specified time-zone.
- dateNow(ZoneId) - Method in class java.time.chrono.JapaneseChronology
- dateNow(ZoneId) - Method in class java.time.chrono.MinguoChronology
- dateNow(ZoneId) - Method in class java.time.chrono.ThaiBuddhistChronology
- datesUntil(LocalDate) - Method in class java.time.LocalDate
-
Returns a sequential ordered stream of dates.
- datesUntil(LocalDate, Period) - Method in class java.time.LocalDate
-
Returns a sequential ordered stream of dates by given incremental step.
- DATETIME - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
dateTime. - DateTimeAtCompleted - Class in javax.print.attribute.standard
-
Class
DateTimeAtCompletedis a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job completed (or was canceled or aborted). - DateTimeAtCompleted(Date) - Constructor for class javax.print.attribute.standard.DateTimeAtCompleted
-
Construct a new date-time at completed attribute with the given
Datevalue. - DateTimeAtCreation - Class in javax.print.attribute.standard
-
Class
DateTimeAtCreationis a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job was created. - DateTimeAtCreation(Date) - Constructor for class javax.print.attribute.standard.DateTimeAtCreation
-
Construct a new date-time at creation attribute with the given
Datevalue. - DateTimeAtProcessing - Class in javax.print.attribute.standard
-
Class
DateTimeAtProcessingis a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job first began processing. - DateTimeAtProcessing(Date) - Constructor for class javax.print.attribute.standard.DateTimeAtProcessing
-
Construct a new date-time at processing attribute with the given
Datevalue. - DateTimeException - Exception in java.time
-
Exception used to indicate a problem while calculating a date-time.
- DateTimeException(String) - Constructor for exception java.time.DateTimeException
-
Constructs a new date-time exception with the specified message.
- DateTimeException(String, Throwable) - Constructor for exception java.time.DateTimeException
-
Constructs a new date-time exception with the specified message and cause.
- DateTimeFormatter - Class in java.time.format
-
Formatter for printing and parsing date-time objects.
- DateTimeFormatterBuilder - Class in java.time.format
-
Builder to create date-time formatters.
- DateTimeFormatterBuilder() - Constructor for class java.time.format.DateTimeFormatterBuilder
-
Constructs a new instance of the builder.
- DateTimeParseException - Exception in java.time.format
-
An exception thrown when an error occurs during parsing.
- DateTimeParseException(String, CharSequence, int) - Constructor for exception java.time.format.DateTimeParseException
-
Constructs a new exception with the specified message.
- DateTimeParseException(String, CharSequence, int, Throwable) - Constructor for exception java.time.format.DateTimeParseException
-
Constructs a new exception with the specified message and cause.
- DateTimeSyntax - Class in javax.print.attribute
-
Class
DateTimeSyntaxis an abstract base class providing the common implementation of all attributes whose value is a date and time. - DateTimeSyntax(Date) - Constructor for class javax.print.attribute.DateTimeSyntax
-
Construct a new date-time attribute with the given
java.util.Datevalue. - dateYearDay(int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the proleptic-year and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in Hijrah calendar system from the proleptic-year and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the proleptic-year and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in Japanese calendar system from the proleptic-year and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in Minguo calendar system from the proleptic-year and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in Thai Buddhist calendar system from the proleptic-year and day-of-year fields.
- dateYearDay(Era, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the era, year-of-era and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in Hijrah calendar system from the era, year-of-era and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the era, year-of-era and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in Japanese calendar system from the era, year-of-era and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in Minguo calendar system from the era, year-of-era and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in Thai Buddhist calendar system from the era, year-of-era and day-of-year fields.
- DAY_OF_MONTH - Enum constant in enum class java.time.temporal.ChronoField
-
The day-of-month.
- DAY_OF_MONTH - Static variable in class java.text.DateFormat.Field
-
Constant identifying the day of month field.
- DAY_OF_MONTH - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the day of the month. - DAY_OF_QUARTER - Static variable in class java.time.temporal.IsoFields
-
The field that represents the day-of-quarter.
- DAY_OF_WEEK - Enum constant in enum class java.time.temporal.ChronoField
-
The day-of-week, such as Tuesday.
- DAY_OF_WEEK - Static variable in class java.text.DateFormat.Field
-
Constant identifying the day of week field.
- DAY_OF_WEEK - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the day of the week. - DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DAY_OF_WEEK field alignment.
- DAY_OF_WEEK_IN_MONTH - Static variable in class java.text.DateFormat.Field
-
Constant identifying the day of week field.
- DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the ordinal number of the day of the week within the current month. - DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
- DAY_OF_YEAR - Enum constant in enum class java.time.temporal.ChronoField
-
The day-of-year.
- DAY_OF_YEAR - Static variable in class java.text.DateFormat.Field
-
Constant identifying the day of year field.
- DAY_OF_YEAR - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the day number within the current year. - DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DAY_OF_YEAR field alignment.
- dayOfWeek() - Method in class java.time.temporal.WeekFields
-
Returns a field to access the day of week based on this
WeekFields. - DayOfWeek - Enum Class in java.time
-
A day-of-week, such as 'Tuesday'.
- dayOfWeekInMonth(int, DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the day-of-week in month adjuster, which returns a new date with the ordinal day-of-week based on the month.
- DAYS - Enum constant in enum class java.time.temporal.ChronoUnit
-
Unit that represents the concept of a day.
- DAYS - Enum constant in enum class java.util.concurrent.TimeUnit
-
Time unit representing twenty four hours.
- DAYS - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the days field.
- dbgTag - Variable in class javax.management.monitor.Monitor
-
Deprecated.No replacement.
- DD - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <dd>
- deactivate(boolean) - Method in interface java.awt.im.spi.InputMethod
-
Deactivates the input method.
- deactivateFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
- deactivateFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
-
Generally, indicate that this frame has lost focus.
- deactivateFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
This method is called when the frame is no longer selected.
- DEBUG - Enum constant in enum class java.lang.System.Logger.Level
-
DEBUGlevel: usually used to log debug information traces. - DebugGraphics - Class in javax.swing
-
Graphics subclass supporting graphics debugging.
- DebugGraphics() - Constructor for class javax.swing.DebugGraphics
-
Constructs a new debug graphics context that supports slowed down drawing.
- DebugGraphics(Graphics) - Constructor for class javax.swing.DebugGraphics
-
Constructs a debug graphics context from an existing graphics context that supports slowed down drawing.
- DebugGraphics(Graphics, JComponent) - Constructor for class javax.swing.DebugGraphics
-
Constructs a debug graphics context from an existing graphics context that slows down drawing for the specified component.
- DECADES - Enum constant in enum class java.time.temporal.ChronoUnit
-
Unit that represents the concept of a decade.
- decapitalize(String) - Static method in class java.beans.Introspector
-
Utility method to take a string and convert it to normal Java variable name capitalization.
- DECEMBER - Enum constant in enum class java.time.Month
-
The singleton instance for the month of December with 31 days.
- DECEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the twelfth month of the year in the Gregorian and Julian calendars. - DECEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for twelve month of year.
- DECIMAL - Enum constant in enum class java.sql.JDBCType
-
Identifies the generic SQL type
DECIMAL. - DECIMAL - 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
DECIMAL. - DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
-
General category "Nd" in the Unicode specification.
- DECIMAL_FLOAT - Enum constant in enum class java.util.Formatter.BigDecimalLayoutForm
-
Format the
BigDecimalas a decimal number. - DECIMAL_SEPARATOR - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the decimal separator field.
- DECIMAL128 - Static variable in class java.math.MathContext
-
A
MathContextobject with a precision setting matching the precision of the IEEE 754-2019 decimal128 format, 34 digits, and a rounding mode ofHALF_EVEN. - DECIMAL32 - Static variable in class java.math.MathContext
-
A
MathContextobject with a precision setting matching the precision of the IEEE 754-2019 decimal32 format, 7 digits, and a rounding mode ofHALF_EVEN. - DECIMAL64 - Static variable in class java.math.MathContext
-
A
MathContextobject with a precision setting matching the precision of the IEEE 754-2019 decimal64 format, 16 digits, and a rounding mode ofHALF_EVEN. - DecimalFormat - Class in java.text
-
DecimalFormatis a concrete subclass ofNumberFormatthat formats decimal numbers. - DecimalFormat() - Constructor for class java.text.DecimalFormat
-
Creates a DecimalFormat using the default pattern and symbols for the default
FORMATlocale. - DecimalFormat(String) - Constructor for class java.text.DecimalFormat
-
Creates a DecimalFormat using the given pattern and the symbols for the default
FORMATlocale. - DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
-
Creates a DecimalFormat using the given pattern and symbols.
- DecimalFormatSymbols - Class in java.text
-
This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by
DecimalFormatto format numbers. - DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
-
Create a DecimalFormatSymbols object for the default
FORMATlocale. - DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
-
Create a DecimalFormatSymbols object for the given locale.
- DecimalFormatSymbolsProvider - Class in java.text.spi
-
An abstract class for service providers that provide instances of the
DecimalFormatSymbolsclass. - DecimalFormatSymbolsProvider() - Constructor for class java.text.spi.DecimalFormatSymbolsProvider
-
Sole constructor.
- DecimalStyle - Class in java.time.format
-
Localized decimal style used in date and time formatting.
- declaration(String, String, String) - Method in interface org.xml.sax.ContentHandler
-
Receives notification of the XML declaration.
- DeclarationSnippet - Class in jdk.jshell
-
Grouping for all declaration Snippets: variable declarations (
VarSnippet), method declarations (MethodSnippet), and type declarations (TypeDeclSnippet). - DECLARE - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "declare"
- DECLARED - Enum constant in enum class javax.lang.model.type.TypeKind
-
A class or interface type.
- DECLARED - Static variable in interface java.lang.reflect.Member
-
Identifies the set of declared members of a class or interface.
- DeclaredType - Interface in javax.lang.model.type
-
Represents a declared type, either a class type or an interface type.
- declarePrefix(String, String) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Declare a Namespace prefix.
- declaringType() - Method in interface com.sun.jdi.Location
-
Gets the type to which this Location belongs.
- declaringType() - Method in interface com.sun.jdi.TypeComponent
-
Returns the type in which this component was declared.
- DeclHandler - Interface in org.xml.sax.ext
-
SAX2 extension handler for DTD declaration events.
- decode(byte[]) - Method in class java.util.Base64.Decoder
-
Decodes all bytes from the input byte array using the
Base64encoding scheme, writing the results into a newly-allocated output byte array. - decode(byte[], byte[]) - Method in class java.util.Base64.Decoder
-
Decodes all bytes from the input byte array using the
Base64encoding scheme, writing the results into the given output byte array, starting at offset 0. - decode(InputStream) - Method in interface java.security.Certificate
-
Deprecated.Decodes a certificate from an input stream.
- decode(String) - Static method in class java.awt.Color
-
Converts a
Stringto an integer and returns the specified opaqueColor. - decode(String) - Static method in class java.awt.Font
-
Returns the
Fontthat thestrargument describes. - decode(String) - Static method in class java.lang.Byte
-
Decodes a
Stringinto aByte. - decode(String) - Static method in class java.lang.Integer
-
Decodes a
Stringinto anInteger. - decode(String) - Static method in class java.lang.Long
-
Decodes a
Stringinto aLong. - decode(String) - Static method in class java.lang.Short
-
Decodes a
Stringinto aShort. - decode(String) - Static method in class java.net.URLDecoder
-
Deprecated.The resulting string may vary depending on the platform's default encoding. Instead, use the decode(String,String) method to specify the encoding.
- decode(String) - Method in class java.util.Base64.Decoder
-
Decodes a Base64 encoded String into a newly-allocated byte array using the
Base64encoding scheme. - decode(String, String) - Static method in class java.net.URLDecoder
-
Decodes an
application/x-www-form-urlencodedstring using a specific encoding scheme. - decode(String, Charset) - Static method in class java.net.URLDecoder
-
Decodes an
application/x-www-form-urlencodedstring using a specific Charset. - decode(ByteBuffer) - Method in class java.nio.charset.Charset
-
Convenience method that decodes by
Date(long date)