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

B
BALINESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Balinese" Unicode character block.
BALINESE - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Balinese".
BAMUM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bamum" Unicode character block.
BAMUM - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Bamum".
BAMUM_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bamum Supplement" Unicode character block.
Base64 - Class in java.util
This class consists exclusively of static methods for obtaining encoders and decoders for the Base64 encoding scheme.
Base64.Decoder - Class in java.util
This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
Base64.Encoder - Class in java.util
This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
BASELINE - Constant in enum javax.swing.GroupLayout.Alignment
Indicates the elements should be aligned along their baseline.
baseWireHandle - Static variable in interface java.io.ObjectStreamConstants
First wire handle to be assigned.
BASIC_LATIN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Basic Latin" Unicode character block.
BASSA_VAH - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bassa Vah" Unicode character block.
BASSA_VAH - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Bassa Vah".
BATAK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Batak" Unicode character block.
BATAK - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Batak".
BC - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the period before the common era (before Christ), also known as BCE.
before(Object) - Method in class java.util.Calendar
Returns whether this Calendar represents a time before the time represented by the specified Object.
before(Date) - Method in class java.util.Date
Tests if this date is before the specified date.
beforeExecute(Thread, Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
Method invoked prior to executing the given Runnable in the given thread.
beginUpdate() - Method in class javax.swing.undo.UndoableEditSupport
 
BENGALI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bengali" Unicode character block.
BENGALI - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Bengali".
BHAIKSUKI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bhaiksuki" Unicode character block.
BHAIKSUKI - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Bhaiksuki".
binarySearch(Object[], Object) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(Object[], int, int, Object) - Static method in class java.util.Arrays
Searches a range of the specified array for the specified object using the binary search algorithm.
binarySearch(T[], T, Comparator<? super T>) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(T[], int, int, T, Comparator<? super T>) - Static method in class java.util.Arrays
Searches a range of the specified array for the specified object using the binary search algorithm.
binarySearch(byte[], byte) - Static method in class java.util.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(byte[], int, int, byte) - Static method in class java.util.Arrays
Searches a range of the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class java.util.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(char[], int, int, char) - Static method in class java.util.Arrays
Searches a range of the specified array of chars for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class java.util.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(double[], int, int, double) - Static method in class java.util.Arrays
Searches a range of the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float) - Static method in class java.util.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(float[], int, int, float) - Static method in class java.util.Arrays
Searches a range of the specified array of floats for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class java.util.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(int[], int, int, int) - Static method in class java.util.Arrays
Searches a range of the specified array of ints for the specified value using the binary search algorithm.
binarySearch(long[], int, int, long) - Static method in class java.util.Arrays
Searches a range of the specified array of longs for the specified value using the binary search algorithm.
binarySearch(long[], long) - Static method in class java.util.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(short[], int, int, short) - Static method in class java.util.Arrays
Searches a range of the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(short[], short) - Static method in class java.util.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(List<? extends Comparable<? super T>>, T) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List<? extends T>, T, Comparator<? super T>) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
bitCount(int) - Static method in class java.lang.Integer
Returns the number of one-bits in the two's complement binary representation of the specified int value.
bitCount(long) - Static method in class java.lang.Long
Returns the number of one-bits in the two's complement binary representation of the specified long value.
BitSet - Class in java.util
This class implements a vector of bits that grows as needed.
BitSet() - Constructor for class java.util.BitSet
Creates a new bit set.
BitSet(int) - Constructor for class java.util.BitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
block() - Method in interface java.util.concurrent.ForkJoinPool.ManagedBlocker
Possibly blocks the current thread, for example waiting for a lock or condition.
BLOCK_ELEMENTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Block Elements" Unicode character block.
BlockAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction
Constructs a BlockAction.
blockClose(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Adds an instruction to the parse buffer to close out a block element of the given type.
BLOCKED - Constant in enum java.lang.Thread.State
Thread state for a thread blocked waiting for a monitor lock.
BlockElement(Element, AttributeSet) - Constructor for class javax.swing.text.html.HTMLDocument.BlockElement
Constructs a composite element that initially contains no children.
BlockingDeque<E> - Interface in java.util.concurrent
A Deque that additionally supports blocking operations that wait for the deque to become non-empty when retrieving an element, and wait for space to become available in the deque when storing an element.
BlockingQueue<E> - Interface in java.util.concurrent
A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.
blockOpen(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Adds an instruction to the parse buffer to create a block element with the given attributes.
Boolean - Class in java.lang
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(String) - Constructor for class java.lang.Boolean
Deprecated, for removal. It is rarely appropriate to use this constructor.
Boolean(boolean) - Constructor for class java.lang.Boolean
Deprecated, for removal. It is rarely appropriate to use this constructor.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
boot() - Static method in class java.lang.ModuleLayer
Returns the boot layer.
BootstrapMethodError - Error in java.lang
Thrown to indicate that an invokedynamic instruction or a dynamic constant failed to resolve its bootstrap method and arguments, or for invokedynamic instruction the bootstrap method has failed to provide a call site with a target of the correct method type, or for a dynamic constant the bootstrap method has failed to provide a constant value of the required type.
BootstrapMethodError() - Constructor for error java.lang.BootstrapMethodError
Constructs a BootstrapMethodError with no detail message.
BootstrapMethodError(String) - Constructor for error java.lang.BootstrapMethodError
Constructs a BootstrapMethodError with the specified detail message.
BootstrapMethodError(String, Throwable) - Constructor for error java.lang.BootstrapMethodError
Constructs a BootstrapMethodError with the specified detail message and cause.
BootstrapMethodError(Throwable) - Constructor for error java.lang.BootstrapMethodError
Constructs a BootstrapMethodError with the specified cause.
BOPOMOFO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bopomofo" Unicode character block.
BOPOMOFO - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Bopomofo".
BOPOMOFO_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bopomofo Extended" Unicode character block.
BOX_DRAWING - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Box Drawing" Unicode character block.
BRAHMI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Brahmi" Unicode character block.
BRAHMI - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Brahmi".
BRAILLE - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Braille".
BRAILLE_PATTERNS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Braille Patterns" Unicode character block.
BrokenBarrierException - Exception in java.util.concurrent
Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.
BrokenBarrierException() - Constructor for exception java.util.concurrent.BrokenBarrierException
Constructs a BrokenBarrierException with no specified detail message.
BrokenBarrierException(String) - Constructor for exception java.util.concurrent.BrokenBarrierException
Constructs a BrokenBarrierException with the specified detail message.
buf - Variable in class java.io.BufferedInputStream
The internal buffer array where the data is stored.
buf - Variable in class java.io.BufferedOutputStream
The internal buffer where data is stored.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class java.io.CharArrayReader
The character buffer.
buf - Variable in class java.io.CharArrayWriter
The buffer where data is stored.
buf - Variable in class java.io.PushbackInputStream
The pushback buffer.
buffer - Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
buffer - Variable in class java.io.StringBufferInputStream
The string from which bytes are read.
BufferedInputStream - Class in java.io
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
BufferedOutputStream - Class in java.io
The class implements a buffered output stream.
BufferedOutputStream(OutputStream) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream.
BufferedOutputStream(OutputStream, int) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
BufferedReader - Class in java.io
Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
BufferedReader(Reader) - Constructor for class java.io.BufferedReader
Creates a buffering character-input stream that uses a default-sized input buffer.
BufferedReader(Reader, int) - Constructor for class java.io.BufferedReader
Creates a buffering character-input stream that uses an input buffer of the specified size.
BufferedWriter - Class in java.io
Writes text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BufferedWriter(Writer) - Constructor for class java.io.BufferedWriter
Creates a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int) - Constructor for class java.io.BufferedWriter
Creates a new buffered character-output stream that uses an output buffer of the given size.
BUGINESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Buginese" Unicode character block.
BUGINESE - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Buginese".
BUHID - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Buhid" Unicode character block.
BUHID - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Buhid".
build() - Method in class java.lang.Runtime.Version
Returns the build number.
build() - Method in class java.util.Calendar.Builder
Returns a Calendar built from the parameters set by the setter methods.
build() - Method in class java.util.Locale.Builder
Returns an instance of Locale created from the fields set on this builder.
build() - Method in class javax.xml.catalog.CatalogFeatures.Builder
Returns a CatalogFeatures object built by this builder.
Builder() - Constructor for class java.util.Calendar.Builder
Constructs a Calendar.Builder.
Builder() - Constructor for class java.util.Locale.Builder
Constructs an empty Builder.
builder() - Static method in class javax.xml.catalog.CatalogFeatures
Returns an instance of the builder for creating the CatalogFeatures object.
bulkRegister(int) - Method in class java.util.concurrent.Phaser
Adds the given number of new unarrived parties to this phaser.
Byte - Class in java.lang
The Byte class wraps a value of primitive type byte in an object.
Byte(String) - Constructor for class java.lang.Byte
Deprecated, for removal. It is rarely appropriate to use this constructor.
Byte(byte) - Constructor for class java.lang.Byte
Deprecated, for removal. It is rarely appropriate to use this constructor.
ByteArrayInputStream - Class in java.io
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - Class in java.io
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream, with a buffer capacity of the specified size, in bytes.
BYTES - Static variable in class java.lang.Byte
The number of bytes used to represent a byte value in two's complement binary form.
BYTES - Static variable in class java.lang.Character
The number of bytes used to represent a char value in unsigned binary form.
BYTES - Static variable in class java.lang.Double
The number of bytes used to represent a double value.
BYTES - Static variable in class java.lang.Float
The number of bytes used to represent a float value.
BYTES - Static variable in class java.lang.Integer
The number of bytes used to represent an int value in two's complement binary form.
BYTES - Static variable in class java.lang.Long
The number of bytes used to represent a long value in two's complement binary form.
BYTES - Static variable in class java.lang.Short
The number of bytes used to represent a short value in two's complement binary form.
bytesTransferred - Variable in exception java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte after a narrowing primitive conversion.
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte after a narrowing primitive conversion.
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte after a narrowing primitive conversion.
byteValue() - Method in class java.lang.Long
Returns the value of this Long as a byte after a narrowing primitive conversion.
byteValue() - Method in class java.lang.Number
Returns the value of the specified number as a byte.
byteValue() - Method in class java.lang.Short
Returns the value of this Short as a byte after a narrowing primitive conversion.
BYZANTINE_MUSICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Byzantine Musical Symbols" Unicode character block.

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