Module 
Package 
Class 
Use 
 Index 
PREV LETTER   NEXT LETTER      All Classes   All Packages
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

A
AbortPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
Creates an AbortPolicy.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(double) - Static method in class java.lang.StrictMath
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.StrictMath
Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.StrictMath
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.StrictMath
Returns the absolute value of a long value.
absExact(int) - Static method in class java.lang.Math
Returns the mathematical absolute value of an int value if it is exactly representable as an int, throwing ArithmeticException if the result overflows the positive int range.
absExact(long) - Static method in class java.lang.Math
Returns the mathematical absolute value of an long value if it is exactly representable as an long, throwing ArithmeticException if the result overflows the positive long range.
absExact(int) - Static method in class java.lang.StrictMath
Returns the mathematical absolute value of an int value if it is exactly representable as an int, throwing ArithmeticException if the result overflows the positive int range.
absExact(long) - Static method in class java.lang.StrictMath
Returns the mathematical absolute value of an long value if it is exactly representable as an long, throwing ArithmeticException if the result overflows the positive long range.
AbstractCollection<E> - Class in java.util
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractDoubleSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractDoubleSpliterator
Creates a spliterator reporting the given estimated size and characteristics.
AbstractExecutorService - Class in java.util.concurrent
Provides default implementations of ExecutorService execution methods.
AbstractExecutorService() - Constructor for class java.util.concurrent.AbstractExecutorService
Constructor for subclasses to call.
AbstractIntSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractIntSpliterator
Creates a spliterator reporting the given estimated size and characteristics.
AbstractList<E> - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList() - Constructor for class java.util.AbstractList
Sole constructor.
AbstractLongSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractLongSpliterator
Creates a spliterator reporting the given estimated size and characteristics.
AbstractMap<K,V> - Class in java.util
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Sole constructor.
AbstractMap.SimpleEntry<K,V> - Class in java.util
An Entry maintaining a key and a value.
AbstractMap.SimpleImmutableEntry<K,V> - Class in java.util
An unmodifiable Entry maintaining a key and a value.
AbstractMethodError - Error in java.lang
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
AbstractQueue<E> - Class in java.util
This class provides skeletal implementations of some Queue operations.
AbstractQueue() - Constructor for class java.util.AbstractQueue
Constructor for use by subclasses.
AbstractSequentialList<E> - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
Sole constructor.
AbstractSet<E> - Class in java.util
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
AbstractSpliterator(long, int) - Constructor for class java.util.Spliterators.AbstractSpliterator
Creates a spliterator reporting the given estimated size and additionalCharacteristics.
AbstractUndoableEdit - Class in javax.swing.undo
An abstract implementation of UndoableEdit, implementing simple responses to all boolean methods in that interface.
AbstractUndoableEdit() - Constructor for class javax.swing.undo.AbstractUndoableEdit
Creates an AbstractUndoableEdit which defaults hasBeenDone and alive to true.
accept(File) - Method in interface java.io.FileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept(double) - Method in class java.util.DoubleSummaryStatistics
Records another value into the summary information.
accept(int) - Method in class java.util.IntSummaryStatistics
Records a new value into the summary information
accept(int) - Method in class java.util.LongSummaryStatistics
Records a new int value into the summary information.
accept(long) - Method in class java.util.LongSummaryStatistics
Records a new long value into the summary information.
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed with the corresponding result as argument to the supplied action.
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed with the corresponding result as argument to the supplied action.
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed using this stage's default asynchronous execution facility, with the corresponding result as argument to the supplied action.
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed using the supplied executor, with the corresponding result as argument to the supplied action.
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed using this stage's default asynchronous execution facility, with the corresponding result as argument to the supplied action.
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed using the supplied executor, with the corresponding result as argument to the supplied action.
AccessibleJOptionPane() - Constructor for class javax.swing.JOptionPane.AccessibleJOptionPane
Constructs an AccessibleJOptionPane.
AccessibleJTextComponent() - Constructor for class javax.swing.text.JTextComponent.AccessibleJTextComponent
Constructs an AccessibleJTextComponent.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
acos(double) - Static method in class java.lang.StrictMath
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
acquire() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
acquire(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted.
acquireUninterruptibly() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available.
acquireUninterruptibly(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available.
actionName - Variable in class javax.swing.text.JTextComponent.KeyBinding
The name of the action for the key.
activeCount() - Static method in class java.lang.Thread
Returns an estimate of the number of active threads in the current thread's thread group and its subgroups.
activeCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group and its subgroups.
activeGroupCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this thread group and its subgroups.
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the common era (Anno Domini), also known as CE.
adapt(Callable<? extends T>) - Static method in class java.util.concurrent.ForkJoinTask
Returns a new ForkJoinTask that performs the call method of the given Callable as its action, and returns its result upon ForkJoinTask.join(), translating any checked exceptions encountered into RuntimeException.
adapt(Runnable) - Static method in class java.util.concurrent.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns a null result upon ForkJoinTask.join().
adapt(Runnable, T) - Static method in class java.util.concurrent.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns the given result upon ForkJoinTask.join().
add(E) - Method in class java.util.AbstractCollection
Ensures that this collection contains the specified element (optional operation).
add(E) - Method in class java.util.AbstractList
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in class java.util.AbstractList
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in class java.util.AbstractQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(int, E) - Method in class java.util.AbstractSequentialList
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
add(E) - Method in class java.util.ArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this list.
add(int, int) - Method in class java.util.Calendar
Adds or subtracts the specified amount of time to the given calendar field, based on the calendar's rules.
add(E) - Method in interface java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(E) - Method in interface java.util.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(int, int) - Method in class java.util.GregorianCalendar
Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules.
add(E) - Method in class java.util.HashSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.LinkedList
Inserts the specified element at the specified position in this list.
add(E) - Method in interface java.util.List
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in interface java.util.List
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in interface java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(E) - Method in class java.util.PriorityQueue
Inserts the specified element into this priority queue.
add(E) - Method in interface java.util.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(E) - Method in interface java.util.Set
Adds the specified element to this set if it is not already present (optional operation).
add(CharSequence) - Method in class java.util.StringJoiner
Adds a copy of the given CharSequence value as the next element of the StringJoiner value.
add(E) - Method in class java.util.TreeSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(int, E) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(E) - Method in class java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and throwing an IllegalStateException if this queue is full.
add(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(E) - Method in interface java.util.concurrent.BlockingQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(K) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Adds the specified key to this set view by mapping the key to the default mapped value in the backing map, if defined.
add(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Inserts the specified element at the tail of this deque.
add(E) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
add(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in class java.util.concurrent.CopyOnWriteArraySet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
add(E) - Method in class java.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
add(E) - Method in class java.util.concurrent.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
add(E) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.AbstractQueue
Adds all of the elements in the specified collection to this queue.
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractSequentialList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.ArrayDeque
Adds all of the elements in the specified collection at the end of this deque, as if by calling ArrayDeque.addLast(E) on each one, in the order that they are returned by the collection's iterator.
addAll(Collection<? extends E>) - Method in class java.util.ArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in interface java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection<? super T>, T...) - Static method in class java.util.Collections
Adds all of the specified elements to the specified collection.
addAll(Collection<? extends E>) - Method in interface java.util.Deque
Adds all of the elements in the specified collection at the end of this deque, as if by calling Deque.addLast(E) on each one, in the order that they are returned by the collection's iterator.
addAll(Collection<? extends E>) - Method in class java.util.LinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.LinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in interface java.util.List
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection<? extends E>) - Method in interface java.util.List
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in interface java.util.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.TreeSet
Adds all of the elements in the specified collection to this set.
addAll(Collection<? extends E>) - Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.Vector
Inserts all of the elements in the specified Collection into this Vector at the specified position.
addAll(Collection<? extends K>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Adds all of the elements in the specified collection to this set, as if by calling ConcurrentHashMap.KeySetView.add(K) on each one.
addAll(Collection<? extends E>) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Appends all of the elements in the specified collection to the end of this queue, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(Collection<? extends E>) - Method in class java.util.concurrent.LinkedBlockingDeque
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
addAllAbsent(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends all of the elements in the specified collection that are not already contained in this list, to the end of this list, in the order that they are returned by the specified collection's iterator.
addCaretListener(CaretListener) - Method in class javax.swing.text.JTextComponent
Adds a caret listener for notification of any changes to the caret.
addComponent(Component) - Method in class javax.swing.GroupLayout.Group
Adds a Component to this Group.
addComponent(Component, int, int, int) - Method in class javax.swing.GroupLayout.Group
Adds a Component to this Group with the specified size.
addComponent(Component) - Method in class javax.swing.GroupLayout.ParallelGroup
Adds a Component to this Group.
addComponent(Component, GroupLayout.Alignment) - Method in class javax.swing.GroupLayout.ParallelGroup
Adds a Component to this ParallelGroup with the specified alignment.
addComponent(Component, GroupLayout.Alignment, int, int, int) - Method in class javax.swing.GroupLayout.ParallelGroup
Adds a Component to this ParallelGroup with the specified alignment and size.
addComponent(Component, int, int, int) - Method in class javax.swing.GroupLayout.ParallelGroup
Adds a Component to this Group with the specified size.
addComponent(Component) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds a Component to this Group.
addComponent(Component, int, int, int) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds a Component to this Group with the specified size.
addComponent(boolean, Component) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds a Component to this Group.
addComponent(boolean, Component, int, int, int) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds a Component to this Group with the specified size.
addContainerGap() - Method in class javax.swing.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between an edge the container and components that touch the border of the container.
addContainerGap(int, int) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between one edge of the container and the next or previous Component with the specified size.
addContent(char[], int, int) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Adds some text with the current character attributes.
addContent(char[], int, int, boolean) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Adds some text with the current character attributes.
addDocumentListener(DocumentListener) - Method in interface javax.swing.text.Document
Registers the given observer to begin receiving notifications when changes are made to the document.
addEdit(UndoableEdit) - Method in class javax.swing.undo.AbstractUndoableEdit
This default implementation returns false.
addEdit(UndoableEdit) - Method in class javax.swing.undo.CompoundEdit
If this edit is inProgress, accepts anEdit and returns true.
addEdit(UndoableEdit) - Method in class javax.swing.undo.UndoManager
Adds an UndoableEdit to this UndoManager, if it's possible.
addEdit(UndoableEdit) - Method in interface javax.swing.undo.UndoableEdit
Adds an UndoableEdit to this UndoableEdit.
addElement(E) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addExact(int, int) - Static method in class java.lang.Math
Returns the sum of its arguments, throwing an exception if the result overflows an int.
addExact(long, long) - Static method in class java.lang.Math
Returns the sum of its arguments, throwing an exception if the result overflows a long.
addExact(int, int) - Static method in class java.lang.StrictMath
Returns the sum of its arguments, throwing an exception if the result overflows an int.
addExact(long, long) - Static method in class java.lang.StrictMath
Returns the sum of its arguments, throwing an exception if the result overflows a long.
addExports(String, Module) - Method in class java.lang.Module
If the caller's module is this module then update this module to export the given package to the given module.
addExports(Module, String, Module) - Method in class java.lang.ModuleLayer.Controller
Updates module source in the layer to export a package to module target.
addFirst(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the front of this deque.
addFirst(E) - Method in interface java.util.Deque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addFirst(E) - Method in class java.util.LinkedList
Inserts the specified element at the beginning of this list.
addFirst(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addFirst(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Inserts the specified element at the front of this deque.
addFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addGap(int) - Method in class javax.swing.GroupLayout.Group
Adds a rigid gap to this Group.
addGap(int, int, int) - Method in class javax.swing.GroupLayout.Group
Adds a gap to this Group with the specified size.
addGap(int) - Method in class javax.swing.GroupLayout.ParallelGroup
Adds a rigid gap to this Group.
addGap(int, int, int) - Method in class javax.swing.GroupLayout.ParallelGroup
Adds a gap to this Group with the specified size.
addGap(int) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds a rigid gap to this Group.
addGap(int, int, int) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds a gap to this Group with the specified size.
addGroup(GroupLayout.Group) - Method in class javax.swing.GroupLayout.Group
Adds a Group to this Group.
addGroup(GroupLayout.Alignment, GroupLayout.Group) - Method in class javax.swing.GroupLayout.ParallelGroup
Adds a Group to this ParallelGroup with the specified alignment.
addGroup(GroupLayout.Group) - Method in class javax.swing.GroupLayout.ParallelGroup
Adds a Group to this Group.
addGroup(GroupLayout.Group) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds a Group to this Group.
addGroup(boolean, GroupLayout.Group) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds a Group to this Group.
addIfAbsent(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends the element, if not present.
addInputMethodListener(InputMethodListener) - Method in class javax.swing.text.JTextComponent
Adds the specified input method listener to receive input method events from this component.
AdditionalComments - Static variable in class javax.swing.text.html.HTMLDocument
Document property key value.
addKeymap(String, Keymap) - Static method in class javax.swing.text.JTextComponent
Adds a new keymap into the keymap hierarchy.
addLast(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
addLast(E) - Method in interface java.util.Deque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addLast(E) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
addLast(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addLast(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Inserts the specified element at the end of this deque.
addLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addLayoutComponent(Component, Object) - Method in class javax.swing.GroupLayout
Notification that a Component has been added to the parent container.
addLayoutComponent(String, Component) - Method in class javax.swing.GroupLayout
Notification that a Component has been added to the parent container.
addObserver(Observer) - Method in class java.util.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOpens(String, Module) - Method in class java.lang.Module
If this module has opened a package to at least the caller module then update this module to open the package to the given module.
addOpens(Module, String, Module) - Method in class java.lang.ModuleLayer.Controller
Updates module source in the layer to open a package to module target.
addPreferredGap(JComponent, JComponent, LayoutStyle.ComponentPlacement) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between two components.
addPreferredGap(JComponent, JComponent, LayoutStyle.ComponentPlacement, int, int) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between two components.
addPreferredGap(LayoutStyle.ComponentPlacement) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the nearest components.
addPreferredGap(LayoutStyle.ComponentPlacement, int, int) - Method in class javax.swing.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the nearest components.
addReads(Module) - Method in class java.lang.Module
If the caller's module is this module then update this module to read the given module.
addReads(Module, Module) - Method in class java.lang.ModuleLayer.Controller
Updates module source in the layer to read module target.
addShutdownHook(Thread) - Method in class java.lang.Runtime
Registers a new virtual-machine shutdown hook.
addSpecialElement(HTML.Tag, MutableAttributeSet) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Adds content that is basically specified entirely in the attribute set.
addSuppressed(Throwable) - Method in class java.lang.Throwable
Appends the specified exception to the exceptions that were suppressed in order to deliver this exception.
addToPendingCount(int) - Method in class java.util.concurrent.CountedCompleter
Adds (atomically) the given value to the pending count.
addUndoableEditListener(UndoableEditListener) - Method in interface javax.swing.text.Document
Registers the given observer to begin receiving notifications when undoable edits are made to the document.
addUndoableEditListener(UndoableEditListener) - Method in class javax.swing.undo.UndoableEditSupport
Registers an UndoableEditListener.
addUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
Adds a unicode locale attribute, if not already present, otherwise has no effect.
addUses(Class<?>) - Method in class java.lang.Module
If the caller's module is this module then update this module to add a service dependence on the given service type.
ADLAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Adlam" Unicode character block.
ADLAM - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Adlam".
AEGEAN_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Aegean Numbers" Unicode character block.
after(Object) - Method in class java.util.Calendar
Returns whether this Calendar represents a time after the time represented by the specified Object.
after(Date) - Method in class java.util.Date
Tests if this date is after the specified date.
afterExecute(Runnable, Throwable) - Method in class java.util.concurrent.ThreadPoolExecutor
Method invoked upon completion of execution of the given Runnable.
AHOM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ahom" Unicode character block.
AHOM - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Ahom".
ALCHEMICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Alchemical Symbols" Unicode character block.
ALL - Constant in enum java.lang.System.Logger.Level
A marker to indicate that all levels are enabled.
ALL - Constant in enum jdk.javadoc.doclet.DocletEnvironment.ModuleMode
Indicate Detailed documentation is required
ALL_STYLES - Static variable in class java.util.Calendar
A style specifier for getDisplayNames indicating names in all styles, such as "January" and "Jan".
allOf(Class<E>) - Static method in class java.util.EnumSet
Creates an enum set containing all of the elements in the specified element type.
allOf(CompletableFuture<?>...) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
allowCoreThreadTimeOut(boolean) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the policy governing whether core threads may time out and terminate if no tasks arrive within the keep-alive time, being replaced if needed when new tasks arrive.
ALLOWED - Constant in enum java.io.ObjectInputFilter.Status
The status is allowed.
allowFilter(Predicate<Class<?>>, ObjectInputFilter.Status) - Static method in interface java.io.ObjectInputFilter
Returns a filter that returns Status.ALLOWED if the predicate on the class is true.
allowsCoreThreadTimeOut() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns true if this pool allows core threads to time out and terminate if no tasks arrive within the keepAlive time, being replaced if needed when new tasks arrive.
allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
Deprecated, for removal. The definition of this call depends on ThreadGroup.suspend(), which is deprecated.
allProcesses() - Static method in interface java.lang.ProcessHandle
Returns a snapshot of all processes visible to the current process.
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Alphabetic Presentation Forms" Unicode character block.
ALTERNATE - Static variable in class java.util.FormattableFlags
Requires the output to use an alternate form.
AM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
ANATOLIAN_HIEROGLYPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Anatolian Hieroglyphs" Unicode character block.
ANATOLIAN_HIEROGLYPHS - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Anatolian Hieroglyphs".
ANCIENT_GREEK_MUSICAL_NOTATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ancient Greek Musical Notation" Unicode character block.
ANCIENT_GREEK_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ancient Greek Numbers" Unicode character block.
ANCIENT_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ancient Symbols" Unicode character block.
and(BitSet) - Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
andNot(BitSet) - Method in class java.util.BitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
annotateClass(Class<?>) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
annotateProxyClass(Class<?>) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to store custom data in the stream along with descriptors for dynamic proxy classes.
Annotation - Interface in java.lang.annotation
The common interface extended by all annotation interfaces.
ANNOTATION_TYPE - Constant in enum java.lang.annotation.ElementType
Annotation interface declaration (Formerly known as an annotation type.)
AnnotationFormatError - Error in java.lang.annotation
Thrown when the annotation parser attempts to read an annotation from a class file and determines that the annotation is malformed.
AnnotationFormatError(String) - Constructor for error java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError with the specified detail message.
AnnotationFormatError(String, Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError with the specified detail message and cause.
AnnotationFormatError(Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError with the specified cause and a detail message of (cause == null ? null : cause.toString()) (which typically contains the class and detail message of cause).
annotationType() - Method in interface java.lang.annotation.Annotation
Returns the annotation interface of this annotation.
annotationType() - Method in exception java.lang.annotation.IncompleteAnnotationException
Returns the Class object for the annotation interface with the missing element.
AnnotationTypeMismatchException - Exception in java.lang.annotation
Thrown to indicate that a program has attempted to access an element of an annotation whose type has changed after the annotation was compiled (or serialized).
AnnotationTypeMismatchException(Method, String) - Constructor for exception java.lang.annotation.AnnotationTypeMismatchException
Constructs an AnnotationTypeMismatchException for the specified annotation type element and found data type.
anyOf(CompletableFuture<?>...) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is completed when any of the given CompletableFutures complete, with the same result.
API - Constant in enum jdk.javadoc.doclet.DocletEnvironment.ModuleMode
Indicate API level documentation is required
append(CharSequence) - Method in class java.io.CharArrayWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.CharArrayWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.CharArrayWriter
Appends the specified character to this writer.
append(CharSequence) - Method in class java.io.OutputStreamWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.OutputStreamWriter
Appends a subsequence of the specified character sequence to this writer.
append(CharSequence) - Method in class java.io.PrintStream
Appends the specified character sequence to this output stream.
append(CharSequence, int, int) - Method in class java.io.PrintStream
Appends a subsequence of the specified character sequence to this output stream.
append(char) - Method in class java.io.PrintStream
Appends the specified character to this output stream.
append(CharSequence) - Method in class java.io.PrintWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.PrintWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.PrintWriter
Appends the specified character to this writer.
append(CharSequence) - Method in class java.io.StringWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.StringWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.StringWriter
Appends the specified character to this writer.
append(CharSequence) - Method in class java.io.Writer
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.Writer
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.Writer
Appends the specified character to this writer.
append(CharSequence) - Method in interface java.lang.Appendable
Appends the specified character sequence to this Appendable.
append(CharSequence, int, int) - Method in interface java.lang.Appendable
Appends a subsequence of the specified character sequence to this Appendable.
append(char) - Method in interface java.lang.Appendable
Appends the specified character to this Appendable.
APPEND - Constant in enum java.lang.ProcessBuilder.Redirect.Type
The type of redirects returned from Redirect.appendTo(File).
append(CharSequence) - Method in class java.lang.StringBuffer
Appends the specified CharSequence to this sequence.
append(CharSequence, int, int) - Method in class java.lang.StringBuffer
Appends a subsequence of the specified CharSequence to this sequence.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument.
append(String) - Method in class java.lang.StringBuffer
Appends the specified string to this character sequence.
append(StringBuffer) - Method in class java.lang.StringBuffer
Appends the specified StringBuffer to this sequence.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the sequence.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this sequence.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this sequence.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this sequence.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this sequence.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this sequence.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this sequence.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this sequence.
append(CharSequence) - Method in class java.lang.StringBuilder
Appends the specified character sequence to this Appendable.
append(CharSequence, int, int) - Method in class java.lang.StringBuilder
Appends a subsequence of the specified CharSequence to this sequence.
append(Object) - Method in class java.lang.StringBuilder
Appends the string representation of the Object argument.
append(String) - Method in class java.lang.StringBuilder
Appends the specified string to this character sequence.
append(StringBuffer) - Method in class java.lang.StringBuilder
Appends the specified StringBuffer to this sequence.
append(boolean) - Method in class java.lang.StringBuilder
Appends the string representation of the boolean argument to the sequence.
append(char) - Method in class java.lang.StringBuilder
Appends the string representation of the char argument to this sequence.
append(char[]) - Method in class java.lang.StringBuilder
Appends the string representation of the char array argument to this sequence.
append(char[], int, int) - Method in class java.lang.StringBuilder
Appends the string representation of a subarray of the char array argument to this sequence.
append(double) - Method in class java.lang.StringBuilder
Appends the string representation of the double argument to this sequence.
append(float) - Method in class java.lang.StringBuilder
Appends the string representation of the float argument to this sequence.
append(int) - Method in class java.lang.StringBuilder
Appends the string representation of the int argument to this sequence.
append(long) - Method in class java.lang.StringBuilder
Appends the string representation of the long argument to this sequence.
Appendable - Interface in java.lang
An object to which char sequences and values can be appended.
appendCodePoint(int) - Method in class java.lang.StringBuffer
Appends the string representation of the codePoint argument to this sequence.
appendCodePoint(int) - Method in class java.lang.StringBuilder
Appends the string representation of the codePoint argument to this sequence.
appendTo(File) - Static method in class java.lang.ProcessBuilder.Redirect
Returns a redirect to append to the specified file.
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed with the corresponding result as argument to the supplied function.
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed with the corresponding result as argument to the supplied function.
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed using this stage's default asynchronous execution facility, with the corresponding result as argument to the supplied function.
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed using the supplied executor, with the corresponding result as argument to the supplied function.
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed using this stage's default asynchronous execution facility, with the corresponding result as argument to the supplied function.
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, is executed using the supplied executor, with the corresponding result as argument to the supplied function.
APRIL - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fourth month of the year in the Gregorian and Julian calendars.
ARABIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic" Unicode character block.
ARABIC - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Arabic".
ARABIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Extended-A" Unicode character block.
ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Mathematical Alphabetic Symbols" Unicode character block.
ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Presentation Forms-A" Unicode character block.
ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Presentation Forms-B" Unicode character block.
ARABIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Supplement" Unicode character block.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
arguments() - Method in interface java.lang.ProcessHandle.Info
Returns an array of Strings of the arguments of the process.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Armenian" Unicode character block.
ARMENIAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Armenian".
ArrayBlockingQueue<E> - Class in java.util.concurrent
A bounded blocking queue backed by an array.
ArrayBlockingQueue(int) - Constructor for class java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity and default access policy.
ArrayBlockingQueue(int, boolean) - Constructor for class java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity and the specified access policy.
ArrayBlockingQueue(int, boolean, Collection<? extends E>) - Constructor for class java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity, the specified access policy and initially containing the elements of the given collection, added in traversal order of the collection's iterator.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayDeque<E> - Class in java.util
Resizable-array implementation of the Deque interface.
ArrayDeque() - Constructor for class java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold 16 elements.
ArrayDeque(Collection<? extends E>) - Constructor for class java.util.ArrayDeque
Constructs a deque containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayDeque(int) - Constructor for class java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold the specified number of elements.
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
arrayLength() - Method in interface java.io.ObjectInputFilter.FilterInfo
The number of array elements when deserializing an array of the class.
ArrayList<E> - Class in java.util
Resizable-array implementation of the List interface.
ArrayList() - Constructor for class java.util.ArrayList
Constructs an empty list with an initial capacity of ten.
ArrayList(Collection<? extends E>) - Constructor for class java.util.ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty list with the specified initial capacity.
Arrays - Class in java.util
This class contains various methods for manipulating arrays (such as sorting and searching).
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
arrayType() - Method in class java.lang.Class
Returns a Class for an array type whose component type is described by this Class.
arrive() - Method in class java.util.concurrent.Phaser
Arrives at this phaser, without waiting for others to arrive.
arriveAndAwaitAdvance() - Method in class java.util.concurrent.Phaser
Arrives at this phaser and awaits others.
arriveAndDeregister() - Method in class java.util.concurrent.Phaser
Arrives at this phaser and deregisters from it without waiting for others to arrive.
ARROWS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arrows" Unicode character block.
asin(double) - Static method in class java.lang.Math
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
asin(double) - Static method in class java.lang.StrictMath
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
asIterator() - Method in interface java.util.Enumeration
Returns an Iterator that traverses the remaining elements covered by this enumeration.
asLifoQueue(Deque<T>) - Static method in class java.util.Collections
Returns a view of a Deque as a Last-in-first-out (Lifo) Queue.
asList(T...) - Static method in class java.util.Arrays
Returns a fixed-size list backed by the specified array.
AssertionError - Error in java.lang
Thrown to indicate that an assertion has failed.
AssertionError() - Constructor for error java.lang.AssertionError
Constructs an AssertionError with no detail message.
AssertionError(Object) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in section {@jls 5.1.11} of The Java Language Specification.
AssertionError(String, Throwable) - Constructor for error java.lang.AssertionError
Constructs a new AssertionError with the specified detail message and cause.
AssertionError(boolean) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified boolean, which is converted to a string as defined in section {@jls 5.1.11} of The Java Language Specification.
AssertionError(char) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified char, which is converted to a string as defined in section {@jls 5.1.11} of The Java Language Specification.
AssertionError(double) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified double, which is converted to a string as defined in section {@jls 5.1.11} of The Java Language Specification.
AssertionError(float) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified float, which is converted to a string as defined in section {@jls 5.1.11} of The Java Language Specification.
AssertionError(int) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified int, which is converted to a string as defined in section {@jls 5.1.11} of The Java Language Specification.
AssertionError(long) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified long, which is converted to a string as defined in section {@jls 5.1.11} of The Java Language Specification.
asSubclass(Class<U>) - Method in class java.lang.Class
Casts this Class object to represent a subclass of the class represented by the specified class object.
atan(double) - Static method in class java.lang.Math
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan(double) - Static method in class java.lang.StrictMath
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan2(double, double) - Static method in class java.lang.Math
Returns the angle theta from the conversion of rectangular coordinates (xy) to polar coordinates (r, theta).
atan2(double, double) - Static method in class java.lang.StrictMath
Returns the angle theta from the conversion of rectangular coordinates (xy) to polar coordinates (r, theta).
AUGUST - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eighth month of the year in the Gregorian and Julian calendars.
AutoCloseable - Interface in java.lang
An object that may hold resources (such as file or socket handles) until it is closed.
AUTOSELECT_FILTERING - Constant in enum java.util.Locale.FilteringMode
Specifies automatic filtering mode based on the given Language Priority List consisting of language ranges.
available() - Method in class java.io.BufferedInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class java.io.FileInputStream
Returns an estimate of the number of remaining bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class java.io.FilterInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class java.io.InputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking, which may be 0, or 0 when end of stream is detected.
available() - Method in class java.io.LineNumberInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.PushbackInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class java.io.SequenceInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from the current underlying input stream without blocking by the next invocation of a method for the current underlying input stream.
available() - Method in class java.io.StringBufferInputStream
Returns the number of bytes that can be read from the input stream without blocking.
availablePermits() - Method in class java.util.concurrent.Semaphore
Returns the current number of permits available in this semaphore.
availableProcessors() - Method in class java.lang.Runtime
Returns the number of processors available to the Java virtual machine.
AVESTAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Avestan" Unicode character block.
AVESTAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Avestan".
await() - Method in class java.util.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted.
await(long, TimeUnit) - Method in class java.util.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted, or the specified waiting time elapses.
await() - Method in class java.util.concurrent.CyclicBarrier
Waits until all parties have invoked await on this barrier.
await(long, TimeUnit) - Method in class java.util.concurrent.CyclicBarrier
Waits until all parties have invoked await on this barrier, or the specified waiting time elapses.
awaitAdvance(int) - Method in class java.util.concurrent.Phaser
Awaits the phase of this phaser to advance from the given phase value, returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.
awaitAdvanceInterruptibly(int) - Method in class java.util.concurrent.Phaser
Awaits the phase of this phaser to advance from the given phase value, throwing InterruptedException if interrupted while waiting, or returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.
awaitAdvanceInterruptibly(int, long, TimeUnit) - Method in class java.util.concurrent.Phaser
Awaits the phase of this phaser to advance from the given phase value or the given timeout to elapse, throwing InterruptedException if interrupted while waiting, or returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.
awaitQuiescence(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinPool
If called by a ForkJoinTask operating in this pool, equivalent in effect to ForkJoinTask.helpQuiesce().
awaitTermination(long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
awaitTermination(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinPool
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
awaitTermination(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.

Module 
Package 
Class 
Use 
 Index 
PREV LETTER   NEXT LETTER      All Classes   All Packages
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