Module 
Package 
Class 
Use 
 Index 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
FlexDoc/Javadoc 2.0
Demo Java Doc

D
DASH_PUNCTUATION - Static variable in class java.lang.Character
General category "Pd" in the Unicode specification.
DataInput - Interface in java.io
The DataInput interface 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.
DataOutput - Interface in java.io
The DataOutput interface 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.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
Date(String) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
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) or GregorianCalendar(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) or GregorianCalendar(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) or GregorianCalendar(year + 1900, month, date, hrs, min, sec).
Date(long) - Constructor for class java.util.Date
Allocates a Date object 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.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DAYS - Constant in enum java.util.concurrent.TimeUnit
Time unit representing twenty four hours.
DEBUG - Constant in enum java.lang.System.Logger.Level
DEBUG level: usually used to log debug information traces.
DECEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the twelfth month of the year in the Gregorian and Julian calendars.
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
General category "Nd" in the Unicode specification.
DECIMAL_FLOAT - Constant in enum java.util.Formatter.BigDecimalLayoutForm
Format the BigDecimal as a decimal number.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(ByteBuffer) - Method in class java.util.Base64.Decoder
Decodes all bytes from the input byte buffer using the Base64 encoding scheme, writing the results into a newly-allocated ByteBuffer.
decode(String) - Method in class java.util.Base64.Decoder
Decodes a Base64 encoded String into a newly-allocated byte array using the Base64 encoding scheme.
decode(byte[]) - Method in class java.util.Base64.Decoder
Decodes all bytes from the input byte array using the Base64 encoding 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 Base64 encoding scheme, writing the results into the given output byte array, starting at offset 0.
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a callable.
decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a runnable.
decrementExact(int) - Static method in class java.lang.Math
Returns the argument decremented by one, throwing an exception if the result overflows an int.
decrementExact(long) - Static method in class java.lang.Math
Returns the argument decremented by one, throwing an exception if the result overflows a long.
decrementExact(int) - Static method in class java.lang.StrictMath
Returns the argument decremented by one, throwing an exception if the result overflows an int.
decrementExact(long) - Static method in class java.lang.StrictMath
Returns the argument decremented by one, throwing an exception if the result overflows a long.
decrementPendingCountUnlessZero() - Method in class java.util.concurrent.CountedCompleter
If the pending count is nonzero, (atomically) decrements it.
deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays are deeply equal to one another.
deepEquals(Object, Object) - Static method in class java.util.Objects
Returns true if the arguments are deeply equal to each other and false otherwise.
deepHashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the "deep contents" of the specified array.
deepToString(Object[]) - Static method in class java.util.Arrays
Returns a string representation of the "deep contents" of the specified array.
DEFAULT_KEYMAP - Static variable in class javax.swing.text.JTextComponent
The default keymap that will be shared by all JTextComponent instances unless they have had a different keymap set.
DEFAULT_OPTION - Static variable in class javax.swing.JOptionPane
Type meaning Look and Feel should not supply any options -- only use the options from the JOptionPane.
DEFAULT_SIZE - Static variable in class javax.swing.GroupLayout
Indicates the size from the component or gap should be used for a particular range value.
defaultBufferSize() - Static method in class java.util.concurrent.Flow
Returns a default value for Publisher or Subscriber buffering, that may be used in the absence of other constraints.
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
Return true if the named field is defaulted and has no value in this stream.
defaultExecutor() - Method in class java.util.concurrent.CompletableFuture
Returns the default Executor used for async methods that do not specify an Executor.
defaultForkJoinWorkerThreadFactory - Static variable in class java.util.concurrent.ForkJoinPool
Creates a new ForkJoinWorkerThread.
defaultReadObject() - Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaults - Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
defaults() - Static method in class javax.xml.catalog.CatalogFeatures
Returns a CatalogFeatures instance with default settings.
defaultThreadFactory() - Static method in class java.util.concurrent.Executors
Returns a default thread factory used to create new threads.
defaultValue() - Method in enum javax.xml.catalog.CatalogFeatures.Feature
Returns the default value of the property.
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
DEFER - Constant in enum javax.xml.catalog.CatalogFeatures.Feature
The javax.xml.catalog.defer property as described in item DEFER of the Catalog Features table.
defineClass(String, ByteBuffer, ProtectionDomain) - Method in class java.lang.ClassLoader
Converts a ByteBuffer into an instance of class Class, with the given ProtectionDomain.
defineClass(String, byte[], int, int) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
defineClass(String, byte[], int, int, ProtectionDomain) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class, with a given ProtectionDomain.
defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
Deprecated. Replaced by defineClass(String, byte[], int, int)
defineModules(Configuration, Function<String, ClassLoader>) - Method in class java.lang.ModuleLayer
Creates a new module layer, with this layer as its parent, by defining the modules in the given Configuration to the Java virtual machine.
defineModules(Configuration, List<ModuleLayer>, Function<String, ClassLoader>) - Static method in class java.lang.ModuleLayer
Creates a new module layer by defining the modules in the given Configuration to the Java virtual machine.
defineModulesWithManyLoaders(Configuration, ClassLoader) - Method in class java.lang.ModuleLayer
Creates a new module layer, with this layer as its parent, by defining the modules in the given Configuration to the Java virtual machine.
defineModulesWithManyLoaders(Configuration, List<ModuleLayer>, ClassLoader) - Static method in class java.lang.ModuleLayer
Creates a new module layer by defining the modules in the given Configuration to the Java virtual machine.
defineModulesWithOneLoader(Configuration, ClassLoader) - Method in class java.lang.ModuleLayer
Creates a new module layer, with this layer as its parent, by defining the modules in the given Configuration to the Java virtual machine.
defineModulesWithOneLoader(Configuration, List<ModuleLayer>, ClassLoader) - Static method in class java.lang.ModuleLayer
Creates a new module layer by defining the modules in the given Configuration to the Java virtual machine.
definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
Defines a package by name in this ClassLoader.
Delayed - Interface in java.util.concurrent
A mix-in style interface for marking objects that should be acted upon after a given delay.
delayedExecutor(long, TimeUnit) - Static method in class java.util.concurrent.CompletableFuture
Returns a new Executor that submits a task to the default executor after the given delay (or no delay if non-positive).
delayedExecutor(long, TimeUnit, Executor) - Static method in class java.util.concurrent.CompletableFuture
Returns a new Executor that submits a task to the given base executor after the given delay (or no delay if non-positive).
DelayQueue<E extends Delayed> - Class in java.util.concurrent
An unbounded blocking queue of Delayed elements, in which an element can only be taken when its delay has expired.
DelayQueue() - Constructor for class java.util.concurrent.DelayQueue
Creates a new DelayQueue that is initially empty.
DelayQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.DelayQueue
Creates a DelayQueue initially containing the elements of the given collection of Delayed instances.
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this sequence.
delete(int, int) - Method in class java.lang.StringBuilder
Removes the characters in a substring of this sequence.
delete(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Deletes the text between two indices
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the char at the specified position in this sequence.
deleteCharAt(int) - Method in class java.lang.StringBuilder
Removes the char at the specified position in this sequence.
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deleteOnExit() - Method in class java.io.File
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates.
delimiter() - Method in class java.util.HexFormat
Returns the delimiter between hexadecimal values in formatted hexadecimal strings.
delimiter() - Method in class java.util.Scanner
Returns the Pattern this Scanner is currently using to match delimiters.
Deprecated - Annotation Type in java.lang
A program element annotated @Deprecated is one that programmers are discouraged from using.
depth() - Method in interface java.io.ObjectInputFilter.FilterInfo
The current depth.
Deque<E> - Interface in java.util
A linear collection that supports element insertion and removal at both ends.
descendants() - Method in class java.lang.Process
Returns a snapshot of the descendants of the process.
descendants() - Method in interface java.lang.ProcessHandle
Returns a snapshot of the descendants of the process.
descendingIterator() - Method in class java.util.ArrayDeque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in interface java.util.Deque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class java.util.LinkedList
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in interface java.util.NavigableSet
Returns an iterator over the elements in this set, in descending order.
descendingIterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set in descending order.
descendingIterator() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in descending order.
descendingIterator() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingKeySet() - Method in interface java.util.NavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class java.util.TreeMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingMap() - Method in interface java.util.NavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class java.util.TreeMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a reverse order view of the mappings contained in this map.
descendingSet() - Method in interface java.util.NavigableSet
Returns a reverse order view of the elements contained in this set.
descendingSet() - Method in class java.util.TreeSet
Returns a reverse order view of the elements contained in this set.
descendingSet() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a reverse order view of the elements contained in this set.
describeConstable() - Method in class java.lang.Boolean
Returns an Optional containing the nominal descriptor for this instance.
describeConstable() - Method in class java.lang.Byte
Returns an Optional containing the nominal descriptor for this instance.
describeConstable() - Method in class java.lang.Character
Returns an Optional containing the nominal descriptor for this instance.
describeConstable() - Method in class java.lang.Class
Returns a nominal descriptor for this instance, if one can be constructed, or an empty Optional if one cannot be.
describeConstable() - Method in class java.lang.Double
Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
describeConstable() - Method in class java.lang.Enum
Returns an enum descriptor EnumDesc for this instance, if one can be constructed, or an empty Optional if one cannot be.
describeConstable() - Method in class java.lang.Float
Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
describeConstable() - Method in class java.lang.Integer
Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
describeConstable() - Method in class java.lang.Long
Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
describeConstable() - Method in class java.lang.Short
Returns an Optional containing the nominal descriptor for this instance.
describeConstable() - Method in class java.lang.String
Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
descriptorString() - Method in class java.lang.Class
Returns the descriptor string of the entity (class, interface, array class, primitive type, or void) represented by this Class object.
DESERET - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Deseret" Unicode character block.
DESERET - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Deseret".
desiredAssertionStatus() - Method in class java.lang.Class
Returns the assertion status that would be assigned to this class if it were to be initialized at the time this method is invoked.
destroy() - Method in class java.lang.Process
Kills the process.
destroy() - Method in interface java.lang.ProcessHandle
Requests the process to be killed.
destroy() - Method in class java.lang.ThreadGroup
Deprecated, for removal. The API and mechanism for destroying a ThreadGroup is inherently flawed.
destroyForcibly() - Method in class java.lang.Process
Kills the process forcibly.
destroyForcibly() - Method in interface java.lang.ProcessHandle
Requests the process to be killed forcibly.
detail - Variable in exception java.io.WriteAbortedException
Deprecated. This field predates the general-purpose exception chaining facility.
DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Devanagari" Unicode character block.
DEVANAGARI - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Devanagari".
DEVANAGARI_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Devanagari Extended" Unicode character block.
Dictionary<K,V> - Class in java.util
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
Sole constructor.
die() - Method in class javax.swing.undo.AbstractUndoableEdit
Sets alive to false.
die() - Method in class javax.swing.undo.CompoundEdit
Sends die to each subedit, in the reverse of the order that they were added.
die() - Method in interface javax.swing.undo.UndoableEdit
Informs the edit that it should no longer be used.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
digit(int, int) - Static method in class java.lang.Character
Returns the numeric value of the specified character (Unicode code point) in the specified radix.
DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Dingbats" Unicode character block.
DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "AN" in the Unicode specification.
DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character
Weak bidirectional character type "BN" in the Unicode specification.
DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "CS" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "EN" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ES" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ET" in the Unicode specification.
DIRECTIONALITY_FIRST_STRONG_ISOLATE - Static variable in class java.lang.Character
Weak bidirectional character type "FSI" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character
Strong bidirectional character type "L" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "LRE" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT_ISOLATE - Static variable in class java.lang.Character
Weak bidirectional character type "LRI" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "LRO" in the Unicode specification.
DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character
Weak bidirectional character type "NSM" in the Unicode specification.
DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character
Neutral bidirectional character type "ON" in the Unicode specification.
DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "B" in the Unicode specification.
DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character
Weak bidirectional character type "PDF" in the Unicode specification.
DIRECTIONALITY_POP_DIRECTIONAL_ISOLATE - Static variable in class java.lang.Character
Weak bidirectional character type "PDI" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character
Strong bidirectional character type "R" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character
Strong bidirectional character type "AL" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "RLE" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_ISOLATE - Static variable in class java.lang.Character
Weak bidirectional character type "RLI" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "RLO" in the Unicode specification.
DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "S" in the Unicode specification.
DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character
Undefined bidirectional character type.
DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character
Neutral bidirectional character type "WS" in the Unicode specification.
directory() - Method in class java.lang.ProcessBuilder
Returns this process builder's working directory.
directory(File) - Method in class java.lang.ProcessBuilder
Sets this process builder's working directory.
disable() - Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
DISCARD - Static variable in class java.lang.ProcessBuilder.Redirect
Indicates that subprocess output will be discarded.
discardAllEdits() - Method in class javax.swing.undo.UndoManager
Empties the undo manager sending each edit a die message in the process.
DiscardOldestPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
Creates a DiscardOldestPolicy for the given executor.
DiscardPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
Creates a DiscardPolicy.
disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
Returns true if the two specified collections have no elements in common.
DISPLAY - Constant in enum java.util.Locale.Category
Category used to represent the default locale for displaying user interfaces.
DISTINCT - Static variable in interface java.util.Spliterator
Characteristic value signifying that, for each pair of encountered elements x, y, !x.equals(y).
DIVES_AKURU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Dives Akuru" Unicode character block.
DIVES_AKURU - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Dives Akuru".
divideUnsigned(int, int) - Static method in class java.lang.Integer
Returns the unsigned quotient of dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
divideUnsigned(long, long) - Static method in class java.lang.Long
Returns the unsigned quotient of dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
doAccessibleAction(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Performs the specified Action on the object
Doclet - Interface in jdk.javadoc.doclet
The user doclet must implement this interface, as described in the package description.
Doclet.Option - Interface in jdk.javadoc.doclet
An encapsulation of option name, aliases, parameters and descriptions as used by the Doclet.
Doclet.Option.Kind - Enum in jdk.javadoc.doclet
The kind of an option.
DocletEnvironment - Interface in jdk.javadoc.doclet
Represents the operating environment of a single invocation of the doclet.
DocletEnvironment.ModuleMode - Enum in jdk.javadoc.doclet
The mode specifying the level of detail of module documentation.
Document - Interface in javax.swing.text
The Document is a container for text that serves as the model for swing text components.
Documented - Annotation Type in java.lang.annotation
If the annotation @Documented is present on the declaration of an annotation interface A, then any @A annotation on an element is considered part of the element's public contract.
DOGRA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Dogra" Unicode character block.
DOGRA - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Dogra".
DOMINO_TILES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Domino Tiles" Unicode character block.
done() - Method in class java.util.concurrent.FutureTask
Protected method invoked when this task transitions to state isDone (whether normally or via cancellation).
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(String) - Constructor for class java.lang.Double
Deprecated, for removal. It is rarely appropriate to use this constructor.
Double(double) - Constructor for class java.lang.Double
Deprecated, for removal. It is rarely appropriate to use this constructor.
doubles() - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom double values, each between zero (inclusive) and one (exclusive).
doubles(double, double) - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
doubles(long) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom double values, each between zero (inclusive) and one (exclusive).
doubles(long, double, double) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
doubles() - Method in class java.util.SplittableRandom
Returns an effectively unlimited stream of pseudorandom double values from this generator and/or one split from it; each value is between zero (inclusive) and one (exclusive).
doubles(double, double) - Method in class java.util.SplittableRandom
Returns an effectively unlimited stream of pseudorandom double values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
doubles(long) - Method in class java.util.SplittableRandom
Returns a stream producing the given streamSize number of pseudorandom double values from this generator and/or one split from it; each value is between zero (inclusive) and one (exclusive).
doubles(long, double, double) - Method in class java.util.SplittableRandom
Returns a stream producing the given streamSize number of pseudorandom double values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
doubles() - Method in class java.util.concurrent.ThreadLocalRandom
Returns an effectively unlimited stream of pseudorandom double values, each between zero (inclusive) and one (exclusive).
doubles(double, double) - Method in class java.util.concurrent.ThreadLocalRandom
Returns an effectively unlimited stream of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
doubles(long) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a stream producing the given streamSize number of pseudorandom double values, each between zero (inclusive) and one (exclusive).
doubles(long, double, double) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a stream producing the given streamSize number of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
DoubleSummaryStatistics - Class in java.util
A state object for collecting statistics such as count, min, max, sum, and average.
DoubleSummaryStatistics() - Constructor for class java.util.DoubleSummaryStatistics
Constructs an empty instance with zero count, zero sum, Double.POSITIVE_INFINITY min, Double.NEGATIVE_INFINITY max and zero average.
DoubleSummaryStatistics(long, double, double, double) - Constructor for class java.util.DoubleSummaryStatistics
Constructs a non-empty instance with the specified count, min, max, and sum.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleToRawLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout, preserving Not-a-Number (NaN) values.
doubleValue() - Method in class java.lang.Byte
Returns the value of this Byte as a double after a widening primitive conversion.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double object.
doubleValue() - Method in class java.lang.Float
Returns the value of this Float as a double after a widening primitive conversion.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double after a widening primitive conversion.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double after a widening primitive conversion.
doubleValue() - Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double after a widening primitive conversion.
drain() - Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
drainPermits() - Method in class java.util.concurrent.Semaphore
Acquires and returns all permits that are immediately available, or if negative permits are available, releases them.
drainTasksTo(Collection<? super ForkJoinTask<?>>) - Method in class java.util.concurrent.ForkJoinPool
Removes all available unexecuted submitted and forked tasks from scheduling queues and adds them to the given collection, without altering their execution status.
drainTo(Collection<? super E>) - Method in class java.util.concurrent.ArrayBlockingQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.ArrayBlockingQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>) - Method in interface java.util.concurrent.BlockingQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in interface java.util.concurrent.BlockingQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>) - Method in class java.util.concurrent.DelayQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.DelayQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedBlockingDeque
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedBlockingDeque
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedBlockingQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedBlockingQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedTransferQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedTransferQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>) - Method in class java.util.concurrent.PriorityBlockingQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.PriorityBlockingQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>) - Method in class java.util.concurrent.SynchronousQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.SynchronousQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight saving offset in milliseconds.
dumpStack() - Static method in class java.lang.Thread
Prints a stack trace of the current thread to the standard error stream.
DuplicateFormatFlagsException - Exception in java.util
Unchecked exception thrown when duplicate flags are provided in the format specifier.
DuplicateFormatFlagsException(String) - Constructor for exception java.util.DuplicateFormatFlagsException
Constructs an instance of this class with the specified flags.
DUPLOYAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Duployan" Unicode character block.
DUPLOYAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Duployan".

Module 
Package 
Class 
Use 
 Index 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz