Skip navigation links
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 

A

a - Variable in class java.awt.AWTEventMulticaster
 
A - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Engineering A, 8 1/2 x 11 in.
A0 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A0.
A1 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A1.
A10 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A10.
A2 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A2.
A3 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A3.
A4 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A4.
A5 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A5.
A6 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A6.
A7 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A7.
A8 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A8.
A9 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_A9.
ABORT - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that an image which was being tracked asynchronously was aborted before production was complete.
abort() - Method in class java.net.CacheRequest
Aborts the attempt to cache the response.
abort(Executor) - Method in interface java.sql.Connection
Terminates an open connection.
ABORTED - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was aborted.
abortGrabbing() - Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to abort the image fetch.
AbortPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
Creates an AbortPolicy.
ABOVE_BASELINE - Static variable in class java.awt.GridBagConstraints
Possible value for the anchor field.
ABOVE_BASELINE_LEADING - Static variable in class java.awt.GridBagConstraints
Possible value for the anchor field.
ABOVE_BASELINE_TRAILING - Static variable in class java.awt.GridBagConstraints
Possible value for the anchor field.
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(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double 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.
abs(float) - Static method in class java.lang.StrictMath
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.StrictMath
Returns the absolute value of a double value.
abs() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, and whose scale is this.scale().
abs(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, with rounding according to the context settings.
abs() - Method in class java.math.BigInteger
Returns a BigInteger whose value is the absolute value of this BigInteger.
abs() - Method in class java.time.Duration
Returns a copy of this duration with a positive length.
absolute(int) - Method in interface java.sql.ResultSet
Moves the cursor to the given row number in this ResultSet object.
absolutePath() - Method in class java.util.prefs.AbstractPreferences
Implements the absolutePath method as per the specification in Preferences.absolutePath().
absolutePath() - Method in class java.util.prefs.Preferences
Returns this preference node's absolute path name.
ABSTRACT - Static variable in class java.lang.reflect.Modifier
The int value representing the abstract modifier.
AbstractChronology - Class in java.time.chrono
An abstract implementation of a calendar system, used to organize and identify dates.
AbstractChronology() - Constructor for class java.time.chrono.AbstractChronology
Creates an instance.
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
 
AbstractInterruptibleChannel - Class in java.nio.channels.spi
Base implementation class for interruptible channels.
AbstractInterruptibleChannel() - Constructor for class java.nio.channels.spi.AbstractInterruptibleChannel
Initializes a new instance of this class.
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 Entry maintaining an immutable key and 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.
AbstractOwnableSynchronizer - Class in java.util.concurrent.locks
A synchronizer that may be exclusively owned by a thread.
AbstractOwnableSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractOwnableSynchronizer
Empty constructor for use by subclasses.
AbstractPreferences - Class in java.util.prefs
This class provides a skeletal implementation of the Preferences class, greatly easing the task of implementing it.
AbstractPreferences(AbstractPreferences, String) - Constructor for class java.util.prefs.AbstractPreferences
Creates a preference node with the specified parent and the specified name relative to its parent.
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.
AbstractQueuedLongSynchronizer - Class in java.util.concurrent.locks
A version of AbstractQueuedSynchronizer in which synchronization state is maintained as a long.
AbstractQueuedLongSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Creates a new AbstractQueuedLongSynchronizer instance with initial synchronization state of zero.
AbstractQueuedLongSynchronizer.ConditionObject - Class in java.util.concurrent.locks
Condition implementation for a AbstractQueuedLongSynchronizer serving as the basis of a Lock implementation.
AbstractQueuedSynchronizer - Class in java.util.concurrent.locks
Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues.
AbstractQueuedSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer
Creates a new AbstractQueuedSynchronizer instance with initial synchronization state of zero.
AbstractQueuedSynchronizer.ConditionObject - Class in java.util.concurrent.locks
Condition implementation for a AbstractQueuedSynchronizer serving as the basis of a Lock implementation.
AbstractSelectableChannel - Class in java.nio.channels.spi
Base implementation class for selectable channels.
AbstractSelectableChannel(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelectableChannel
Initializes a new instance of this class.
AbstractSelectionKey - Class in java.nio.channels.spi
Base implementation class for selection keys.
AbstractSelectionKey() - Constructor for class java.nio.channels.spi.AbstractSelectionKey
Initializes a new instance of this class.
AbstractSelector - Class in java.nio.channels.spi
Base implementation class for selectors.
AbstractSelector(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelector
Initializes a new instance of this class.
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.
accelerationPriority - Variable in class java.awt.Image
Priority for accelerating this image.
accept(Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
accept(Component) - Method in class java.awt.DefaultFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
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() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(SocketImpl) - Method in class java.net.SocketImpl
Accepts a connection.
accept(A, CompletionHandler<AsynchronousSocketChannel, ? super A>) - Method in class java.nio.channels.AsynchronousServerSocketChannel
Accepts a connection.
accept() - Method in class java.nio.channels.AsynchronousServerSocketChannel
Accepts a connection.
accept() - Method in class java.nio.channels.ServerSocketChannel
Accepts a connection made to this channel's socket.
accept(T) - Method in interface java.nio.file.DirectoryStream.Filter
Decides if the given directory entry should be accepted or filtered.
accept(double) - Method in class java.util.DoubleSummaryStatistics
Records another value into the summary information.
accept(T, U) - Method in interface java.util.function.BiConsumer
Performs this operation on the given arguments.
accept(T) - Method in interface java.util.function.Consumer
Performs this operation on the given argument.
accept(double) - Method in interface java.util.function.DoubleConsumer
Performs this operation on the given argument.
accept(int) - Method in interface java.util.function.IntConsumer
Performs this operation on the given argument.
accept(long) - Method in interface java.util.function.LongConsumer
Performs this operation on the given argument.
accept(T, double) - Method in interface java.util.function.ObjDoubleConsumer
Performs this operation on the given arguments.
accept(T, int) - Method in interface java.util.function.ObjIntConsumer
Performs this operation on the given arguments.
accept(T, long) - Method in interface java.util.function.ObjLongConsumer
Performs this operation on the given arguments.
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.
accept(double) - Method in interface java.util.stream.DoubleStream.Builder
Adds an element to the stream being built.
accept(int) - Method in interface java.util.stream.IntStream.Builder
Adds an element to the stream being built.
accept(long) - Method in interface java.util.stream.LongStream.Builder
Adds an element to the stream being built.
accept(T) - Method in interface java.util.stream.Stream.Builder
Adds an element to the stream being built.
ACCEPT_ALL - Static variable in interface java.net.CookiePolicy
One pre-defined policy which accepts all cookies.
ACCEPT_NONE - Static variable in interface java.net.CookiePolicy
One pre-defined policy which accepts no cookies.
ACCEPT_ORIGINAL_SERVER - Static variable in interface java.net.CookiePolicy
One pre-defined policy which only accepts cookies from original server.
acceptDrag(int) - Method in class java.awt.dnd.DropTargetContext
accept the Drag.
acceptDrag(int) - Method in class java.awt.dnd.DropTargetDragEvent
Accepts the drag.
acceptDrag(int) - Method in interface java.awt.dnd.peer.DropTargetContextPeer
accept the Drag
acceptDrop(int) - Method in class java.awt.dnd.DropTargetContext
called to signal that the drop is acceptable using the specified operation.
acceptDrop(int) - Method in class java.awt.dnd.DropTargetDropEvent
accept the drop, using the specified action.
acceptDrop(int) - Method in interface java.awt.dnd.peer.DropTargetContextPeer
accept the Drop
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
 
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
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class java.util.concurrent.CompletableFuture
 
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 function.
AcceptPendingException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed.
AcceptPendingException() - Constructor for exception java.nio.channels.AcceptPendingException
Constructs an instance of this class.
acceptsURL(String) - Method in interface java.sql.Driver
Retrieves whether the driver thinks that it can open a connection to the given URL.
AccessControlContext - Class in java.security
An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
AccessControlContext(ProtectionDomain[]) - Constructor for class java.security.AccessControlContext
Create an AccessControlContext with the given array of ProtectionDomains.
AccessControlContext(AccessControlContext, DomainCombiner) - Constructor for class java.security.AccessControlContext
Create a new AccessControlContext with the given AccessControlContext and DomainCombiner.
AccessControlException - Exception in java.security
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied.
AccessControlException(String) - Constructor for exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message.
AccessControlException(String, Permission) - Constructor for exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
AccessController - Class in java.security
The AccessController class is used for access control operations and decisions.
AccessDeniedException - Exception in java.nio.file
Checked exception thrown when a file system operation is denied, typically due to a file permission or other access check.
AccessDeniedException(String) - Constructor for exception java.nio.file.AccessDeniedException
Constructs an instance of this class.
AccessDeniedException(String, String, String) - Constructor for exception java.nio.file.AccessDeniedException
Constructs an instance of this class.
AccessException - Exception in java.rmi
An AccessException is thrown by certain methods of the java.rmi.Naming class (specifically bind, rebind, and unbind) and methods of the java.rmi.activation.ActivationSystem interface to indicate that the caller does not have permission to perform the action requested by the method call.
AccessException(String) - Constructor for exception java.rmi.AccessException
Constructs an AccessException with the specified detail message.
AccessException(String, Exception) - Constructor for exception java.rmi.AccessException
Constructs an AccessException with the specified detail message and nested exception.
AccessibleApplet() - Constructor for class java.applet.Applet.AccessibleApplet
 
AccessibleAWTButton() - Constructor for class java.awt.Button.AccessibleAWTButton
 
AccessibleAWTCanvas() - Constructor for class java.awt.Canvas.AccessibleAWTCanvas
 
AccessibleAWTCheckbox() - Constructor for class java.awt.Checkbox.AccessibleAWTCheckbox
 
AccessibleAWTCheckboxMenuItem() - Constructor for class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
 
AccessibleAWTChoice() - Constructor for class java.awt.Choice.AccessibleAWTChoice
 
AccessibleAWTComponent() - Constructor for class java.awt.Component.AccessibleAWTComponent
Though the class is abstract, this should be called by all sub-classes.
accessibleAWTComponentHandler - Variable in class java.awt.Component.AccessibleAWTComponent
 
AccessibleAWTComponentHandler() - Constructor for class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
 
AccessibleAWTContainer() - Constructor for class java.awt.Container.AccessibleAWTContainer
 
AccessibleAWTDialog() - Constructor for class java.awt.Dialog.AccessibleAWTDialog
 
accessibleAWTFocusHandler - Variable in class java.awt.Component.AccessibleAWTComponent
 
AccessibleAWTFocusHandler() - Constructor for class java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
 
AccessibleAWTFrame() - Constructor for class java.awt.Frame.AccessibleAWTFrame
 
AccessibleAWTLabel() - Constructor for class java.awt.Label.AccessibleAWTLabel
 
AccessibleAWTList() - Constructor for class java.awt.List.AccessibleAWTList
 
AccessibleAWTListChild(List, int) - Constructor for class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
 
AccessibleAWTMenu() - Constructor for class java.awt.Menu.AccessibleAWTMenu
 
AccessibleAWTMenuBar() - Constructor for class java.awt.MenuBar.AccessibleAWTMenuBar
 
AccessibleAWTMenuComponent() - Constructor for class java.awt.MenuComponent.AccessibleAWTMenuComponent
Although the class is abstract, this should be called by all sub-classes.
AccessibleAWTMenuItem() - Constructor for class java.awt.MenuItem.AccessibleAWTMenuItem
 
AccessibleAWTPanel() - Constructor for class java.awt.Panel.AccessibleAWTPanel
 
AccessibleAWTPopupMenu() - Constructor for class java.awt.PopupMenu.AccessibleAWTPopupMenu
 
AccessibleAWTScrollBar() - Constructor for class java.awt.Scrollbar.AccessibleAWTScrollBar
 
AccessibleAWTScrollPane() - Constructor for class java.awt.ScrollPane.AccessibleAWTScrollPane
 
AccessibleAWTTextArea() - Constructor for class java.awt.TextArea.AccessibleAWTTextArea
 
AccessibleAWTTextComponent() - Constructor for class java.awt.TextComponent.AccessibleAWTTextComponent
Constructs an AccessibleAWTTextComponent.
AccessibleAWTTextField() - Constructor for class java.awt.TextField.AccessibleAWTTextField
 
AccessibleAWTWindow() - Constructor for class java.awt.Window.AccessibleAWTWindow
 
accessibleContainerHandler - Variable in class java.awt.Container.AccessibleAWTContainer
 
AccessibleContainerHandler() - Constructor for class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
 
accessibleContext - Variable in class java.awt.Component
The AccessibleContext associated with this Component.
AccessibleObject - Class in java.lang.reflect
The AccessibleObject class is the base class for Field, Method and Constructor objects.
AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
Constructor: only used by the Java Virtual Machine.
AccessMode - Enum in java.nio.file
Defines access modes used to test the accessibility of a file.
accumulate(double) - Method in class java.util.concurrent.atomic.DoubleAccumulator
Updates with the given value.
accumulate(long) - Method in class java.util.concurrent.atomic.LongAccumulator
Updates with the given value.
accumulateAndGet(int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(T, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(T, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, E, BinaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(T, V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the updated value.
accumulator() - Method in interface java.util.stream.Collector
A function that folds a value into a mutable result container.
Acl - Interface in java.security.acl
Interface representing an Access Control List (ACL).
AclEntry - Class in java.nio.file.attribute
An entry in an access control list (ACL).
AclEntry - Interface in java.security.acl
This is the interface used for representing one entry in an Access Control List (ACL).
AclEntry.Builder - Class in java.nio.file.attribute
A builder of AclEntry objects.
AclEntryFlag - Enum in java.nio.file.attribute
Defines the flags for used by the flags component of an ACL entry.
AclEntryPermission - Enum in java.nio.file.attribute
Defines the permissions for use with the permissions component of an ACL entry.
AclEntryType - Enum in java.nio.file.attribute
A typesafe enumeration of the access control entry types.
AclFileAttributeView - Interface in java.nio.file.attribute
A file attribute view that supports reading or updating a file's Access Control Lists (ACL) or file owner attributes.
AclNotFoundException - Exception in java.security.acl
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
AclNotFoundException() - Constructor for exception java.security.acl.AclNotFoundException
Constructs an AclNotFoundException.
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(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in exclusive mode, ignoring interrupts.
acquire(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive mode, ignoring interrupts.
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.
acquiredBy() - Method in class java.nio.channels.FileLock
Returns the channel upon whose file this lock was acquired.
acquireInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in exclusive mode, aborting if interrupted.
acquireInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive mode, aborting if interrupted.
acquireShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in shared mode, ignoring interrupts.
acquireShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in shared mode, ignoring interrupts.
acquireSharedInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in shared mode, aborting if interrupted.
acquireSharedInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in shared mode, aborting if 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.
action(Event, Object) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
ACTION_COPY - Static variable in class java.awt.dnd.DnDConstants
An int representing a "copy" action.
ACTION_COPY_OR_MOVE - Static variable in class java.awt.dnd.DnDConstants
An int representing a "copy" or "move" action.
ACTION_EVENT - Static variable in class java.awt.Event
This event indicates that the user wants some action to occur.
ACTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting action events.
ACTION_FIRST - Static variable in class java.awt.event.ActionEvent
The first number in the range of ids used for action events.
ACTION_LAST - Static variable in class java.awt.event.ActionEvent
The last number in the range of ids used for action events.
ACTION_LINK - Static variable in class java.awt.dnd.DnDConstants
An int representing a "link" action.
ACTION_MOVE - Static variable in class java.awt.dnd.DnDConstants
An int representing a "move" action.
ACTION_NONE - Static variable in class java.awt.dnd.DnDConstants
An int representing no action.
ACTION_PERFORMED - Static variable in class java.awt.event.ActionEvent
This event id indicates that a meaningful action occurred.
ACTION_REFERENCE - Static variable in class java.awt.dnd.DnDConstants
An int representing a "reference" action (synonym for ACTION_LINK).
ActionEvent - Class in java.awt.event
A semantic event which indicates that a component-defined action occurred.
ActionEvent(Object, int, String) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object.
ActionEvent(Object, int, String, int) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with modifier keys.
ActionEvent(Object, int, String, long, int) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified modifier keys and timestamp.
ActionListener - Interface in java.awt.event
The listener interface for receiving action events.
actionPerformed(ActionEvent) - Method in class java.awt.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
actionPerformed(ActionEvent) - Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
cause autoscroll to occur
actionPerformed(ActionEvent) - Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class java.awt.List.AccessibleAWTList
 
Activatable - Class in java.rmi.activation
The Activatable class provides support for remote objects that require persistent access over time and that can be activated by the system.
Activatable(String, MarshalledObject<?>, boolean, int) - Constructor for class java.rmi.activation.Activatable
Constructs an activatable remote object by registering an activation descriptor (with the specified location, data, and restart mode) for this object, and exporting the object with the specified port.
Activatable(String, MarshalledObject<?>, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
Constructs an activatable remote object by registering an activation descriptor (with the specified location, data, and restart mode) for this object, and exporting the object with the specified port, and specified client and server socket factories.
Activatable(ActivationID, int) - Constructor for class java.rmi.activation.Activatable
Constructor used to activate/export the object on a specified port.
Activatable(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
Constructor used to activate/export the object on a specified port.
activate() - Method in interface java.awt.im.spi.InputMethod
Activates the input method for immediate input processing.
activate(Applet) - Method in interface java.beans.AppletInitializer
Activate, and/or mark Applet active.
activate(boolean) - Method in class java.rmi.activation.ActivationID
Activate the object for this id.
activate(ActivationID, boolean) - Method in interface java.rmi.activation.Activator
Activate the object associated with the activation identifier, id.
ActivateFailedException - Exception in java.rmi.activation
This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
ActivateFailedException(String) - Constructor for exception java.rmi.activation.ActivateFailedException
Constructs an ActivateFailedException with the specified detail message.
ActivateFailedException(String, Exception) - Constructor for exception java.rmi.activation.ActivateFailedException
Constructs an ActivateFailedException with the specified detail message and nested exception.
ActivationDesc - Class in java.rmi.activation
An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's fully-qualified class name, the object's code location (the location of the class), a codebase URL path, the object's restart "mode", and, a "marshalled" object that can contain object specific initialization data.
ActivationDesc(String, String, MarshalledObject<?>) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className, that can be loaded from the code location and whose initialization information is data.
ActivationDesc(String, String, MarshalledObject<?>, boolean) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className, that can be loaded from the code location and whose initialization information is data.
ActivationDesc(ActivationGroupID, String, String, MarshalledObject<?>) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data.
ActivationDesc(ActivationGroupID, String, String, MarshalledObject<?>, boolean) - Constructor for class java.rmi.activation.ActivationDesc
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data.
ActivationException - Exception in java.rmi.activation
General exception used by the activation interfaces.
ActivationException() - Constructor for exception java.rmi.activation.ActivationException
Constructs an ActivationException.
ActivationException(String) - Constructor for exception java.rmi.activation.ActivationException
Constructs an ActivationException with the specified detail message.
ActivationException(String, Throwable) - Constructor for exception java.rmi.activation.ActivationException
Constructs an ActivationException with the specified detail message and cause.
ActivationGroup - Class in java.rmi.activation
An ActivationGroup is responsible for creating new instances of "activatable" objects in its group, informing its ActivationMonitor when either: its object's become active or inactive, or the group as a whole becomes inactive.
ActivationGroup(ActivationGroupID) - Constructor for class java.rmi.activation.ActivationGroup
Constructs an activation group with the given activation group identifier.
ActivationGroupDesc - Class in java.rmi.activation
An activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects.
ActivationGroupDesc(Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
Constructs a group descriptor that uses the system defaults for group implementation and code location.
ActivationGroupDesc(String, String, MarshalledObject<?>, Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
Specifies an alternate group implementation and execution environment to be used for the group.
ActivationGroupDesc.CommandEnvironment - Class in java.rmi.activation
Startup options for ActivationGroup implementations.
ActivationGroupID - Class in java.rmi.activation
The identifier for a registered activation group serves several purposes: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary.
ActivationGroupID(ActivationSystem) - Constructor for class java.rmi.activation.ActivationGroupID
Constructs a unique group id.
ActivationID - Class in java.rmi.activation
Activation makes use of special identifiers to denote remote objects that can be activated over time.
ActivationID(Activator) - Constructor for class java.rmi.activation.ActivationID
The constructor for ActivationID takes a single argument, activator, that specifies a remote reference to the activator responsible for activating the object associated with this identifier.
ActivationInstantiator - Interface in java.rmi.activation
An ActivationInstantiator is responsible for creating instances of "activatable" objects.
ActivationMonitor - Interface in java.rmi.activation
An ActivationMonitor is specific to an ActivationGroup and is obtained when a group is reported active via a call to ActivationSystem.activeGroup (this is done internally).
ActivationSystem - Interface in java.rmi.activation
The ActivationSystem provides a means for registering groups and "activatable" objects to be activated within those groups.
Activator - Interface in java.rmi.activation
The Activator facilitates remote object activation.
ACTIVATOR_ID - Static variable in class java.rmi.server.ObjID
Object number for well-known ObjID of the activator.
ACTIVE_CAPTION - Static variable in class java.awt.SystemColor
The array index for the SystemColor.activeCaption system color.
ACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
The array index for the SystemColor.activeCaptionBorder system color.
ACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.activeCaptionText system color.
activeCaption - Static variable in class java.awt.SystemColor
The color rendered for the window-title background of the currently active window.
activeCaptionBorder - Static variable in class java.awt.SystemColor
The color rendered for the border around the currently active window.
activeCaptionText - Static variable in class java.awt.SystemColor
The color rendered for the window-title text of the currently active window.
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.
ActiveEvent - Interface in java.awt
An interface for events that know how to dispatch themselves.
activeGroup(ActivationGroupID, ActivationInstantiator, long) - Method in interface java.rmi.activation.ActivationSystem
Callback to inform activation system that group is now active.
activeGroupCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this thread group and its subgroups.
activeObject(ActivationID, Remote) - Method in class java.rmi.activation.ActivationGroup
The group's activeObject method is called when an object is exported (either by Activatable object construction or an explicit call to Activatable.exportObject.
activeObject(ActivationID, MarshalledObject<? extends Remote>) - Method in class java.rmi.activation.ActivationGroup
This protected method is necessary for subclasses to make the activeObject callback to the group's monitor.
activeObject(ActivationID, MarshalledObject<? extends Remote>) - Method in interface java.rmi.activation.ActivationMonitor
Informs that an object is now active.
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the common era (Anno Domini), also known as CE.
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().
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.
add(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
add(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener.
add(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
Adds key-listener-a with key-listener-b and returns the resulting multicast listener.
add(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
add(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
add(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
add(WindowStateListener, WindowStateListener) - Static method in class java.awt.AWTEventMulticaster
Adds window-state-listener-a with window-state-listener-b and returns the resulting multicast listener.
add(WindowFocusListener, WindowFocusListener) - Static method in class java.awt.AWTEventMulticaster
Adds window-focus-listener-a with window-focus-listener-b and returns the resulting multicast listener.
add(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
Adds action-listener-a with action-listener-b and returns the resulting multicast listener.
add(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
Adds item-listener-a with item-listener-b and returns the resulting multicast listener.
add(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
 
add(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
Adds input-method-listener-a with input-method-listener-b and returns the resulting multicast listener.
add(HierarchyListener, HierarchyListener) - Static method in class java.awt.AWTEventMulticaster
Adds hierarchy-listener-a with hierarchy-listener-b and returns the resulting multicast listener.
add(HierarchyBoundsListener, HierarchyBoundsListener) - Static method in class java.awt.AWTEventMulticaster
Adds hierarchy-bounds-listener-a with hierarchy-bounds-listener-b and returns the resulting multicast listener.
add(MouseWheelListener, MouseWheelListener) - Static method in class java.awt.AWTEventMulticaster
Adds mouse-wheel-listener-a with mouse-wheel-listener-b and returns the resulting multicast listener.
add(String) - Method in class java.awt.Choice
Adds an item to this Choice menu.
add(PopupMenu) - Method in class java.awt.Component
Adds the specified popup menu to the component.
add(Component) - Method in class java.awt.Container
Appends the specified component to the end of this container.
add(String, Component) - Method in class java.awt.Container
Adds the specified component to this container.
add(Component, int) - Method in class java.awt.Container
Adds the specified component to this container at the given position.
add(Component, Object) - Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component, Object, int) - Method in class java.awt.Container
Adds the specified component to this container with the specified constraints at the specified index.
add(Area) - Method in class java.awt.geom.Area
Adds the shape of the specified Area to the shape of this Area.
add(double, double) - Method in class java.awt.geom.Rectangle2D
Adds a point, specified by the double precision arguments newx and newy, to this Rectangle2D.
add(Point2D) - Method in class java.awt.geom.Rectangle2D
Adds the Point2D object pt to this Rectangle2D.
add(Rectangle2D) - Method in class java.awt.geom.Rectangle2D
Adds a Rectangle2D object to this Rectangle2D.
add(Object) - Method in class java.awt.image.renderable.ParameterBlock
Adds an object to the list of parameters.
add(byte) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Byte to the list of parameters.
add(char) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Character to the list of parameters.
add(short) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Short to the list of parameters.
add(int) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Integer to the list of parameters.
add(long) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Long to the list of parameters.
add(float) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Float to the list of parameters.
add(double) - Method in class java.awt.image.renderable.ParameterBlock
Adds a Double to the list of parameters.
add(String) - Method in class java.awt.List
Adds the specified item to the end of scrolling list.
add(String, int) - Method in class java.awt.List
Adds the specified item to the the scrolling list at the position indicated by the index.
add(MenuItem) - Method in class java.awt.Menu
Adds the specified menu item to this menu.
add(String) - Method in class java.awt.Menu
Adds an item with the specified label to this menu.
add(Menu) - Method in class java.awt.MenuBar
Adds the specified menu to the menu bar.
add(String, int) - Method in interface java.awt.peer.ChoicePeer
Adds an item with the string item to the combo box list at index index.
add(String, int) - Method in interface java.awt.peer.ListPeer
Adds an item to the list at the specified index.
add(int, int) - Method in class java.awt.Rectangle
Adds a point, specified by the integer arguments newx,newy to the bounds of this Rectangle.
add(Point) - Method in class java.awt.Rectangle
Adds the specified Point to the bounds of this Rectangle.
add(Rectangle) - Method in class java.awt.Rectangle
Adds a Rectangle to this Rectangle.
add(RenderingHints) - Method in class java.awt.RenderingHints
Adds all of the keys and corresponding values from the specified RenderingHints object to this RenderingHints object.
add(TrayIcon) - Method in class java.awt.SystemTray
Adds a TrayIcon to the SystemTray.
add(Object) - Method in class java.beans.beancontext.BeanContextSupport
Adds/nests a child within this BeanContext.
add(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this + augend), and whose scale is max(this.scale(), augend.scale()).
add(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this + augend), with rounding according to the context settings.
add(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this + val).
add(URI, HttpCookie) - Method in interface java.net.CookieStore
Adds one HTTP cookie to the store.
add(Permission) - Method in class java.security.PermissionCollection
Adds a permission object to the current collection of permission objects.
add(Permission) - Method in class java.security.Permissions
Adds a permission object to the PermissionCollection for the class the permission belongs to.
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 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(double) - Method in class java.util.concurrent.atomic.DoubleAdder
Adds the given value.
add(long) - Method in class java.util.concurrent.atomic.LongAdder
Adds the given value.
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.
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(double) - Method in interface java.util.stream.DoubleStream.Builder
Adds an element to the stream being built.
add(int) - Method in interface java.util.stream.IntStream.Builder
Adds an element to the stream being built.
add(long) - Method in interface java.util.stream.LongStream.Builder
Adds an element to the stream being built.
add(T) - Method in interface java.util.stream.Stream.Builder
Adds an element to the stream being built.
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_FILE - Static variable in enum java.nio.file.attribute.AclEntryPermission
Permission to add a new file to a directory (equal to AclEntryPermission.WRITE_DATA)
ADD_SUBDIRECTORY - Static variable in enum java.nio.file.attribute.AclEntryPermission
Permission to create a subdirectory to a directory (equal to AclEntryPermission.APPEND_DATA)
addAccessibleSelection(int) - Method in class java.awt.List.AccessibleAWTList
Adds the specified selected item in the object to the object's selection.
addAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Adds the specified Accessible child of the object to the object's selection.
addActionListener(ActionListener) - Method in class java.awt.Button
Adds the specified action listener to receive action events from this button.
addActionListener(ActionListener) - Method in class java.awt.List
Adds the specified action listener to receive action events from this list.
addActionListener(ActionListener) - Method in class java.awt.MenuItem
Adds the specified action listener to receive action events from this menu item.
addActionListener(ActionListener) - Method in class java.awt.TextField
Adds the specified action listener to receive action events from this text field.
addActionListener(ActionListener) - Method in class java.awt.TrayIcon
Adds the specified action listener to receive ActionEvents from this TrayIcon.
addAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
Adds a listener to receive adjustment events when the value of the adjustable object changes.
addAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar.
addAdjustmentListener(AdjustmentListener) - Method in class java.awt.ScrollPaneAdjustable
Adds the specified adjustment listener to receive adjustment events from this ScrollPaneAdjustable.
addAll(Collection) - Method in class java.beans.beancontext.BeanContextSupport
add Collection to set of Children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
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.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 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.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.
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.
addAndGet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
addAndGet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
addAndGet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
addAndGet(long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
addAndGet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
addAndGet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
addAttribute(AttributedCharacterIterator.Attribute, Object) - Method in class java.text.AttributedString
Adds an attribute to the entire string.
addAttribute(AttributedCharacterIterator.Attribute, Object, int, int) - Method in class java.text.AttributedString
Adds an attribute to a subrange of the string.
addAttributes(Map<? extends AttributedCharacterIterator.Attribute, ?>, int, int) - Method in class java.text.AttributedString
Adds a set of attributes to a subrange of the string.
addAWTEventListener(AWTEventListener, long) - Method in class java.awt.Toolkit
Adds an AWTEventListener to receive all AWTEvents dispatched system-wide that conform to the given eventMask.
addBatch() - Method in interface java.sql.PreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in interface java.sql.Statement
Adds the given SQL command to the current list of commands for this Statement object.
addBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface java.beans.beancontext.BeanContext
Adds the specified BeanContextMembershipListener to receive BeanContextMembershipEvents from this BeanContext whenever it adds or removes a child Component(s).
addBeanContextMembershipListener(BeanContextMembershipListener) - Method in class java.beans.beancontext.BeanContextSupport
Adds a BeanContextMembershipListener
addBeanContextServicesListener(BeanContextServicesListener) - Method in interface java.beans.beancontext.BeanContextServices
Adds a BeanContextServicesListener to this BeanContext
addBeanContextServicesListener(BeanContextServicesListener) - Method in class java.beans.beancontext.BeanContextServicesSupport
add a BeanContextServicesListener
addCertificate(Certificate) - Method in class java.security.Identity
Deprecated.
Adds a certificate for this identity.
addCertPathChecker(PKIXCertPathChecker) - Method in class java.security.cert.PKIXParameters
Adds a PKIXCertPathChecker to the list of certification path checkers.
addCertStore(CertStore) - Method in class java.security.cert.PKIXParameters
Adds a CertStore to the end of the list of CertStores used in finding certificates and CRLs.
addComponentListener(ComponentListener) - Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
addConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Adds the specified ImageConsumer to the list of consumers interested in data for the filtered image.
addConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Registers an ImageConsumer with the ImageProducer for access to the image data during a later reconstruction of the Image.
addConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image.
addConsumer(ImageConsumer) - Method in class java.awt.image.renderable.RenderableImageProducer
Adds an ImageConsumer to the list of consumers interested in data for this image.
addContainerListener(ContainerListener) - Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addDragGestureListener(DragGestureListener) - Method in class java.awt.dnd.DragGestureRecognizer
Register a new DragGestureListener.
addDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSource
Adds the specified DragSourceListener to this DragSource to receive drag source events during drag operations intiated with this DragSource.
addDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSourceContext
Add a DragSourceListener to this DragSourceContext if one has not already been added.
addDragSourceMotionListener(DragSourceMotionListener) - Method in class java.awt.dnd.DragSource
Adds the specified DragSourceMotionListener to this DragSource to receive drag motion events during drag operations intiated with this DragSource.
addDropTarget(DropTarget) - Method in interface java.awt.dnd.peer.DropTargetPeer
Add the DropTarget to the System
addDropTargetListener(DropTargetListener) - Method in class java.awt.dnd.DropTarget
Adds a new DropTargetListener (UNICAST SOURCE).
addElement(E) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
Adds an ACL entry to this ACL.
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.
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.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
 
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.
addFlavorForUnencodedNative(String, DataFlavor) - Method in class java.awt.datatransfer.SystemFlavorMap
Adds a mapping from a single String native to a single DataFlavor.
addFlavorListener(FlavorListener) - Method in class java.awt.datatransfer.Clipboard
Registers the specified FlavorListener to receive FlavorEvents from this clipboard.
addFocusListener(FocusListener) - Method in class java.awt.Component.AccessibleAWTComponent
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component when this component gains input focus.
addFocusListener(FocusListener) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Adds the specified focus listener to receive focus events from this component.
addFocusListener(FocusListener) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Adds the specified focus listener to receive focus events from this component.
addHandler(Handler) - Method in class java.util.logging.Logger
Add a log Handler to receive logging messages.
addHelpMenu(Menu) - Method in interface java.awt.peer.MenuBarPeer
Adds a help menu to the menu bar.
addHierarchyBoundsListener(HierarchyBoundsListener) - Method in class java.awt.Component
Adds the specified hierarchy bounds listener to receive hierarchy bounds events from this component when the hierarchy to which this container belongs changes.
addHierarchyListener(HierarchyListener) - Method in class java.awt.Component
Adds the specified hierarchy listener to receive hierarchy changed events from this component when the hierarchy to which this container belongs changes.
addIdentity(Identity) - Method in class java.security.IdentityScope
Deprecated.
Adds an identity to this identity scope.
addIfAbsent(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends the element, if not present.
addImage(Image, int) - Method in class java.awt.MediaTracker
Adds an image to the list of images being tracked by this media tracker.
addImage(Image, int, int, int) - Method in class java.awt.MediaTracker
Adds a scaled image to the list of images being tracked by this media tracker.
addImpl(Component, Object, int) - Method in class java.awt.Container
Adds the specified component to this container at the specified index.
addImpl(Component, Object, int) - Method in class java.awt.ScrollPane
Adds the specified component to this scroll pane container.
addInputMethodListener(InputMethodListener) - Method in class java.awt.Component
Adds the specified input method listener to receive input method events from this component.
addInternal(EventListener, EventListener) - Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addIssuer(X500Principal) - Method in class java.security.cert.X509CRLSelector
Adds a name to the issuerNames criterion.
addIssuerName(String) - Method in class java.security.cert.X509CRLSelector
addIssuerName(byte[]) - Method in class java.security.cert.X509CRLSelector
Adds a name to the issuerNames criterion.
addItem(String) - Method in class java.awt.Choice
Obsolete as of Java 2 platform v1.1.
addItem(String) - Method in class java.awt.List
Deprecated.
replaced by add(String).
addItem(String, int) - Method in class java.awt.List
Deprecated.
replaced by add(String, int).
addItem(MenuItem) - Method in interface java.awt.peer.MenuPeer
Adds the specified menu item to the menu.
addItemListener(ItemListener) - Method in class java.awt.Checkbox
Adds the specified item listener to receive item events from this check box.
addItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
Adds the specified item listener to receive item events from this check box menu item.
addItemListener(ItemListener) - Method in class java.awt.Choice
Adds the specified item listener to receive item events from this Choice menu.
addItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Adds a listener to receive item events when the state of an item is changed by the user.
addItemListener(ItemListener) - Method in class java.awt.List
Adds the specified item listener to receive item events from this list.
addKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
Adds a KeyEventDispatcher to this KeyboardFocusManager's dispatcher chain.
addKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
Adds a KeyEventPostProcessor to this KeyboardFocusManager's post- processor chain.
addKeyListener(KeyListener) - Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
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.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
 
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.
addLayoutComponent(Component, Object) - Method in class java.awt.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
Deprecated.
replaced by addLayoutComponent(Component, Object).
addLayoutComponent(Component, Object) - Method in class java.awt.CardLayout
Adds the specified component to this card layout's internal table of names.
addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
Deprecated.
replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component) - Method in class java.awt.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.GridBagLayout
Has no effect, since this layout manager does not use a per-component string.
addLayoutComponent(Component, Object) - Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraints object.
addLayoutComponent(String, Component) - Method in class java.awt.GridLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in interface java.awt.LayoutManager
If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name.
addLayoutComponent(Component, Object) - Method in interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addLogger(Logger) - Method in class java.util.logging.LogManager
Add a named logger.
addMember(Principal) - Method in interface java.security.acl.Group
Adds the specified member to the group.
addMenu(Menu) - Method in interface java.awt.peer.MenuBarPeer
Adds a menu to the menu bar.
addMouseListener(MouseListener) - Method in class java.awt.Component
Adds the specified mouse listener to receive mouse events from this component.
addMouseListener(MouseListener) - Method in class java.awt.TrayIcon
Adds the specified mouse listener to receive mouse events from this TrayIcon.
addMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Adds the specified mouse motion listener to receive mouse motion events from this component.
addMouseMotionListener(MouseMotionListener) - Method in class java.awt.TrayIcon
Adds the specified mouse listener to receive mouse-motion events from this TrayIcon.
addMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
Adds the specified mouse wheel listener to receive mouse wheel events from this component.
addNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.AbstractPreferences
 
addNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.Preferences
Registers the specified listener to receive node change events for this node.
addNotify() - Method in class java.awt.Button
Creates the peer of the button.
addNotify() - Method in class java.awt.Canvas
Creates the peer of the canvas.
addNotify() - Method in class java.awt.Checkbox
Creates the peer of the Checkbox.
addNotify() - Method in class java.awt.CheckboxMenuItem
Creates the peer of the checkbox item.
addNotify() - Method in class java.awt.Choice
Creates the Choice's peer.
addNotify() - Method in class java.awt.Component
Makes this Component displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.Container
Makes this Container displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.Dialog
Makes this Dialog displayable by connecting it to a native screen resource.
addNotify(ComponentPeer) - Method in class java.awt.dnd.DropTarget
Notify the DropTarget that it has been associated with a Component This method is usually called from java.awt.Component.addNotify() of the Component associated with this DropTarget to notify the DropTarget that a ComponentPeer has been associated with that Component.
addNotify(DropTargetContextPeer) - Method in class java.awt.dnd.DropTargetContext
Called when associated with the DropTargetContextPeer.
addNotify() - Method in class java.awt.FileDialog
Creates the file dialog's peer.
addNotify() - Method in class java.awt.Frame
Makes this Frame displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.Label
Creates the peer for this label.
addNotify() - Method in class java.awt.List
Creates the peer for the list.
addNotify() - Method in class java.awt.Menu
Creates the menu's peer.
addNotify() - Method in class java.awt.MenuBar
Creates the menu bar's peer.
addNotify() - Method in class java.awt.MenuItem
Creates the menu item's peer.
addNotify() - Method in class java.awt.Panel
Creates the Panel's peer.
addNotify() - Method in class java.awt.PopupMenu
Creates the popup menu's peer.
addNotify() - Method in class java.awt.Scrollbar
Creates the Scrollbar's peer.
addNotify() - Method in class java.awt.ScrollPane
Creates the scroll pane's peer.
addNotify() - Method in class java.awt.TextArea
Creates the TextArea's peer.
addNotify() - Method in class java.awt.TextComponent
Makes this Component displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.TextField
Creates the TextField's peer.
addNotify() - Method in class java.awt.Window
Makes this Window displayable by creating the connection to its native screen resource.
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.
addOwner(Principal, Principal) - Method in interface java.security.acl.Owner
Adds an owner.
addPathToName(int, String) - Method in class java.security.cert.X509CertSelector
Adds a name to the pathToNames criterion.
addPathToName(int, byte[]) - Method in class java.security.cert.X509CertSelector
Adds a name to the pathToNames criterion.
addPermission(Permission) - Method in interface java.security.acl.AclEntry
Adds the specified permission to this ACL entry.
addPoint(int, int) - Method in class java.awt.Polygon
Appends the specified coordinates to this Polygon.
addPreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.AbstractPreferences
 
addPreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.Preferences
Registers the specified listener to receive preference change events for this preference node.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component.AccessibleAWTComponent
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Component
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Container.AccessibleAWTContainer
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Container
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Container
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.SystemTray
Adds a PropertyChangeListener to the list of listeners for the specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Toolkit
Adds the specified property change listener for the named desktop property.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Window
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Window
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface java.beans.beancontext.BeanContextChild
Adds a PropertyChangeListener to this BeanContextChild in order to receive a PropertyChangeEvent whenever the specified property has changed.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.beancontext.BeanContextChildSupport
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.Customizer
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.PropertyEditor
Adds a listener for the value change.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyEditorSupport
Adds a listener for the value change.
addPropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Packer
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. Applications that need to monitor progress of the packer can poll the value of the PROGRESS property instead.
addPropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Unpacker
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. Applications that need to monitor progress of the unpacker can poll the value of the PROGRESS property instead.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. The global LogManager can detect changes to the logging configuration by overridding the readConfiguration method.
addProvider(Provider) - Static method in class java.security.Security
Adds a provider to the next position available.
addRenderingHints(Map<?, ?>) - Method in class java.awt.Graphics2D
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addRequestProperty(String, String) - Method in class java.net.URLConnection
Adds a general request property specified by a key-value pair.
address() - Method in class java.net.Proxy
Returns the socket address of the proxy, or null if its a direct connection.
address - Variable in class java.net.SocketImpl
The IP address of the remote end of this socket.
addSeparator() - Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addSeparator() - Method in interface java.awt.peer.MenuPeer
Adds a separator (e.g.
addService(Class, BeanContextServiceProvider) - Method in interface java.beans.beancontext.BeanContextServices
Adds a service to this BeanContext.
addService(Class, BeanContextServiceProvider) - Method in class java.beans.beancontext.BeanContextServicesSupport
add a service
addService(Class, BeanContextServiceProvider, boolean) - Method in class java.beans.beancontext.BeanContextServicesSupport
add a service
addShutdownHook(Thread) - Method in class java.lang.Runtime
Registers a new virtual-machine shutdown hook.
addSource(Object) - Method in class java.awt.image.renderable.ParameterBlock
Adds an image to end of the list of sources.
addSubjectAlternativeName(int, String) - Method in class java.security.cert.X509CertSelector
Adds a name to the subjectAlternativeNames criterion.
addSubjectAlternativeName(int, byte[]) - Method in class java.security.cert.X509CertSelector
Adds a name to the subjectAlternativeNames criterion.
addSuppressed(Throwable) - Method in class java.lang.Throwable
Appends the specified exception to the exceptions that were suppressed in order to deliver this exception.
addTextListener(TextListener) - Method in class java.awt.TextComponent
Adds the specified text event listener to receive text events from this text component.
addTileObserver(TileObserver) - Method in class java.awt.image.BufferedImage
Adds a tile observer.
addTileObserver(TileObserver) - Method in interface java.awt.image.WritableRenderedImage
Adds an observer.
addTo(Temporal) - Method in interface java.time.chrono.ChronoPeriod
Adds this period to the specified temporal object.
addTo(Temporal) - Method in class java.time.Duration
Adds this duration to the specified temporal object.
addTo(Temporal) - Method in class java.time.Period
Adds this period to the specified temporal object.
addTo(R, long) - Method in enum java.time.temporal.ChronoUnit
 
addTo(Temporal) - Method in interface java.time.temporal.TemporalAmount
Adds to the specified temporal object.
addTo(R, long) - Method in interface java.time.temporal.TemporalUnit
Returns a copy of the specified temporal object with the specified period added.
addToPendingCount(int) - Method in class java.util.concurrent.CountedCompleter
Adds (atomically) the given value to the pending count.
addTransformer(ClassFileTransformer, boolean) - Method in interface java.lang.instrument.Instrumentation
Registers the supplied transformer.
addTransformer(ClassFileTransformer) - Method in interface java.lang.instrument.Instrumentation
Registers the supplied transformer.
addUnencodedNativeForFlavor(DataFlavor, String) - Method in class java.awt.datatransfer.SystemFlavorMap
Adds a mapping from the specified DataFlavor (and all DataFlavors equal to the specified DataFlavor) to the specified String native.
addUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
Adds a unicode locale attribute, if not already present, otherwise has no effect.
addURL(URL) - Method in class java.net.URLClassLoader
Appends the specified URL to the list of URLs to search for classes and resources.
addVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Adds a VetoableChangeListener to the listener list for a specific property.
addVetoableChangeListener(String, VetoableChangeListener) - Method in interface java.beans.beancontext.BeanContextChild
Adds a VetoableChangeListener to this BeanContextChild to receive events whenever the specified property changes.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.beancontext.BeanContextChildSupport
Add a VetoableChangeListener for a specific property.
addVetoableChangeListener(VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Add a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Add a VetoableChangeListener for a specific property.
addWindowFocusListener(WindowFocusListener) - Method in class java.awt.Window
Adds the specified window focus listener to receive window events from this window.
addWindowListener(WindowListener) - Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
addWindowStateListener(WindowStateListener) - Method in class java.awt.Window
Adds the specified window state listener to receive window events from this window.
Adjustable - Interface in java.awt
The interface for objects which have an adjustable numeric value contained within a bounded range of values.
adjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
Adjusts the x, y, width, and height fields to the correct values depending on the constraint geometry and pads.
AdjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatibility only; new code should call adjustForGravity instead.
adjustInto(Temporal) - Method in interface java.time.chrono.ChronoLocalDate
Adjusts the specified temporal object to have the same date as this object.
adjustInto(Temporal) - Method in interface java.time.chrono.ChronoLocalDateTime
Adjusts the specified temporal object to have the same date and time as this object.
adjustInto(Temporal) - Method in interface java.time.chrono.Era
Adjusts the specified temporal object to have the same era as this object.
adjustInto(Temporal) - Method in enum java.time.DayOfWeek
Adjusts the specified temporal object to have this day-of-week.
adjustInto(Temporal) - Method in class java.time.Instant
Adjusts the specified temporal object to have this instant.
adjustInto(Temporal) - Method in class java.time.LocalDate
Adjusts the specified temporal object to have the same date as this object.
adjustInto(Temporal) - Method in class java.time.LocalDateTime
Adjusts the specified temporal object to have the same date and time as this object.
adjustInto(Temporal) - Method in class java.time.LocalTime
Adjusts the specified temporal object to have the same time as this object.
adjustInto(Temporal) - Method in enum java.time.Month
Adjusts the specified temporal object to have this month-of-year.
adjustInto(Temporal) - Method in class java.time.MonthDay
Adjusts the specified temporal object to have this month-day.
adjustInto(Temporal) - Method in class java.time.OffsetDateTime
Adjusts the specified temporal object to have the same offset, date and time as this object.
adjustInto(Temporal) - Method in class java.time.OffsetTime
Adjusts the specified temporal object to have the same offset and time as this object.
adjustInto(R, long) - Method in enum java.time.temporal.ChronoField
 
adjustInto(Temporal) - Method in interface java.time.temporal.TemporalAdjuster
Adjusts the specified temporal object.
adjustInto(R, long) - Method in interface java.time.temporal.TemporalField
Returns a copy of the specified temporal object with the value of this field set.
adjustInto(Temporal) - Method in class java.time.Year
Adjusts the specified temporal object to have this year.
adjustInto(Temporal) - Method in class java.time.YearMonth
Adjusts the specified temporal object to have this year-month.
adjustInto(Temporal) - Method in class java.time.ZoneOffset
Adjusts the specified temporal object to have the same offset as this object.
ADJUSTMENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting adjustment events.
ADJUSTMENT_FIRST - Static variable in class java.awt.event.AdjustmentEvent
Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST - Static variable in class java.awt.event.AdjustmentEvent
Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_VALUE_CHANGED - Static variable in class java.awt.event.AdjustmentEvent
The adjustment value changed event.
AdjustmentEvent - Class in java.awt.event
The adjustment event emitted by Adjustable objects like Scrollbar and ScrollPane.
AdjustmentEvent(Adjustable, int, int, int) - Constructor for class java.awt.event.AdjustmentEvent
Constructs an AdjustmentEvent object with the specified Adjustable source, event type, adjustment type, and value.
AdjustmentEvent(Adjustable, int, int, int, boolean) - Constructor for class java.awt.event.AdjustmentEvent
Constructs an AdjustmentEvent object with the specified Adjustable source, event type, adjustment type, and value.
AdjustmentListener - Interface in java.awt.event
The listener interface for receiving adjustment events.
adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
adjustmentValueChanged(AdjustmentEvent) - Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
Adler32 - Class in java.util.zip
A class that can be used to compute the Adler-32 checksum of a data stream.
Adler32() - Constructor for class java.util.zip.Adler32
Creates a new Adler32 object.
AEGEAN_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Aegean Numbers" Unicode character block.
AffineTransform - Class in java.awt.geom
The AffineTransform class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.
AffineTransform() - Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform representing the Identity transformation.
AffineTransform(AffineTransform) - Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform that is a copy of the specified AffineTransform object.
AffineTransform(float, float, float, float, float, float) - Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from 6 floating point values representing the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(float[]) - Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from an array of floating point values representing either the 4 non-translation entries or the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(double, double, double, double, double, double) - Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from 6 double precision values representing the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransform(double[]) - Constructor for class java.awt.geom.AffineTransform
Constructs a new AffineTransform from an array of double precision values representing either the 4 non-translation entries or the 6 specifiable entries of the 3x3 transformation matrix.
AffineTransformOp - Class in java.awt.image
This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster to 2D coordinates in the destination image or Raster.
AffineTransformOp(AffineTransform, RenderingHints) - Constructor for class java.awt.image.AffineTransformOp
Constructs an AffineTransformOp given an affine transform.
AffineTransformOp(AffineTransform, int) - Constructor for class java.awt.image.AffineTransformOp
Constructs an AffineTransformOp given an affine transform and the interpolation type.
after(Timestamp) - Method in class java.sql.Timestamp
Indicates whether this Timestamp object is later than the given Timestamp object.
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.
AFTER_LAST_LINE - Static variable in class java.awt.BorderLayout
Synonym for PAGE_END.
AFTER_LINE_ENDS - Static variable in class java.awt.BorderLayout
Synonym for LINE_END.
afterExecute(Runnable, Throwable) - Method in class java.util.concurrent.ThreadPoolExecutor
Method invoked upon completion of execution of the given Runnable.
afterLast() - Method in interface java.sql.ResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
afterOffset(int) - Static method in class java.awt.font.TextHitInfo
Creates a TextHitInfo at the specified offset, associated with the character after the offset.
ALCHEMICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Alchemical Symbols" Unicode character block.
AlgorithmConstraints - Interface in java.security
This interface specifies constraints for cryptographic algorithms, keys (key sizes), and other algorithm parameters.
AlgorithmParameterGenerator - Class in java.security
The AlgorithmParameterGenerator class is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String) - Constructor for class java.security.AlgorithmParameterGenerator
Creates an AlgorithmParameterGenerator object.
AlgorithmParameterGeneratorSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGeneratorSpi() - Constructor for class java.security.AlgorithmParameterGeneratorSpi
 
AlgorithmParameters - Class in java.security
This class is used as an opaque representation of cryptographic parameters.
AlgorithmParameters(AlgorithmParametersSpi, Provider, String) - Constructor for class java.security.AlgorithmParameters
Creates an AlgorithmParameters object.
AlgorithmParameterSpec - Interface in java.security.spec
A (transparent) specification of cryptographic parameters.
AlgorithmParametersSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the AlgorithmParameters class, which is used to manage algorithm parameters.
AlgorithmParametersSpi() - Constructor for class java.security.AlgorithmParametersSpi
 
aliases() - Method in class java.nio.charset.Charset
Returns a set containing this charset's aliases.
aliases() - Method in class java.security.KeyStore
Lists all the alias names of this keystore.
ALL - Static variable in class java.awt.JobAttributes.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that all pages of the job should be printed.
ALL - Static variable in class java.util.logging.Level
ALL indicates that all messages should be logged.
ALL_RANGES - Static variable in class java.awt.font.NumericShaper
Identifies all ranges, for full contextual shaping.
ALL_STYLES - Static variable in class java.util.Calendar
A style specifier for getDisplayNames indicating names in all styles, such as "January" and "Jan".
ALLBITS - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that a static image which was previously drawn is now complete and can be drawn again in its final form.
allHtmlFlavor - Static variable in class java.awt.datatransfer.DataFlavor
Represents a piece of an HTML markup.
allMatch(DoublePredicate) - Method in interface java.util.stream.DoubleStream
Returns whether all elements of this stream match the provided predicate.
allMatch(IntPredicate) - Method in interface java.util.stream.IntStream
Returns whether all elements of this stream match the provided predicate.
allMatch(LongPredicate) - Method in interface java.util.stream.LongStream
Returns whether all elements of this stream match the provided predicate.
allMatch(Predicate<? super T>) - Method in interface java.util.stream.Stream
Returns whether all elements of this stream match the provided predicate.
allocate(int) - Static method in class java.nio.ByteBuffer
Allocates a new byte buffer.
allocate(int) - Static method in class java.nio.CharBuffer
Allocates a new char buffer.
allocate(int) - Static method in class java.nio.DoubleBuffer
Allocates a new double buffer.
allocate(int) - Static method in class java.nio.FloatBuffer
Allocates a new float buffer.
allocate(int) - Static method in class java.nio.IntBuffer
Allocates a new int buffer.
allocate(int) - Static method in class java.nio.LongBuffer
Allocates a new long buffer.
allocate(int) - Static method in class java.nio.ShortBuffer
Allocates a new short buffer.
allocateDirect(int) - Static method in class java.nio.ByteBuffer
Allocates a new direct byte buffer.
allOf(CompletableFuture<?>...) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
allOf(Class<E>) - Static method in class java.util.EnumSet
Creates an enum set containing all of the elements in the specified element type.
ALLOW_UNASSIGNED - Static variable in class java.net.IDN
Flag to allow processing of unassigned code points
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.
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.
allowsMultipleSelections() - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, replaced by isMultipleMode().
allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
Deprecated.
The definition of this call depends on ThreadGroup.suspend(), which is deprecated. Further, the behavior of this call was never specified.
allowUserInteraction - Variable in class java.net.URLConnection
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
AllPermission - Class in java.security
The AllPermission is a permission that implies all other permissions.
AllPermission() - Constructor for class java.security.AllPermission
Creates a new AllPermission object.
AllPermission(String, String) - Constructor for class java.security.AllPermission
Creates a new AllPermission object.
allProceduresAreCallable() - Method in interface java.sql.DatabaseMetaData
Retrieves whether the current user can call all the procedures returned by the method getProcedures.
allTablesAreSelectable() - Method in interface java.sql.DatabaseMetaData
Retrieves whether the current user can use all the tables returned by the method getTables in a SELECT statement.
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Alphabetic Presentation Forms" Unicode character block.
AlphaComposite - Class in java.awt
The AlphaComposite class implements basic alpha compositing rules for combining source and destination colors to achieve blending and transparency effects with graphics and images.
AlreadyBoundException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound.
AlreadyBoundException() - Constructor for exception java.nio.channels.AlreadyBoundException
Constructs an instance of this class.
AlreadyBoundException - Exception in java.rmi
An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.
AlreadyBoundException() - Constructor for exception java.rmi.AlreadyBoundException
Constructs an AlreadyBoundException with no specified detail message.
AlreadyBoundException(String) - Constructor for exception java.rmi.AlreadyBoundException
Constructs an AlreadyBoundException with the specified detail message.
AlreadyConnectedException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected.
AlreadyConnectedException() - Constructor for exception java.nio.channels.AlreadyConnectedException
Constructs an instance of this class.
ALT_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Alt key extended modifier constant.
ALT_GRAPH_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The AltGraph key extended modifier constant.
ALT_GRAPH_MASK - Static variable in class java.awt.event.InputEvent
The AltGraph key modifier constant.
ALT_MASK - Static variable in class java.awt.event.ActionEvent
The alt modifier.
ALT_MASK - Static variable in class java.awt.Event
This flag indicates that the Alt key was down when the event occurred.
ALT_MASK - Static variable in class java.awt.event.InputEvent
The Alt key modifier constant.
ALTERNATE - Static variable in class java.util.FormattableFlags
Requires the output to use an alternate form.
altMetafactory(MethodHandles.Lookup, String, MethodType, Object...) - Static method in class java.lang.invoke.LambdaMetafactory
Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a provided MethodHandle, after appropriate type adaptation and partial evaluation of arguments.
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.text.DateFormat.Field
Constant identifying the time of day indicator (e.g.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
AM_PM_FIELD - Static variable in class java.text.DateFormat
Useful constant for AM_PM field alignment.
ANCESTOR_MOVED - Static variable in class java.awt.event.HierarchyEvent
The event id indicating an ancestor-Container was moved.
ANCESTOR_RESIZED - Static variable in class java.awt.event.HierarchyEvent
The event id indicating an ancestor-Container was resized.
ancestorMoved(HierarchyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the ancestorMoved event by invoking the ancestorMoved methods on listener-a and listener-b.
ancestorMoved(HierarchyEvent) - Method in class java.awt.event.HierarchyBoundsAdapter
Called when an ancestor of the source is moved.
ancestorMoved(HierarchyEvent) - Method in interface java.awt.event.HierarchyBoundsListener
Called when an ancestor of the source is moved.
ancestorResized(HierarchyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the ancestorResized event by invoking the ancestorResized methods on listener-a and listener-b.
ancestorResized(HierarchyEvent) - Method in class java.awt.event.HierarchyBoundsAdapter
Called when an ancestor of the source is resized.
ancestorResized(HierarchyEvent) - Method in interface java.awt.event.HierarchyBoundsListener
Called when an ancestor of the source is resized.
anchor - Variable in class java.awt.GridBagConstraints
This field is used when the component is smaller than its display area.
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(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & val).
and(BitSet) - Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
and(BiPredicate<? super T, ? super U>) - Method in interface java.util.function.BiPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(DoublePredicate) - Method in interface java.util.function.DoublePredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(IntPredicate) - Method in interface java.util.function.IntPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(LongPredicate) - Method in interface java.util.function.LongPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(Predicate<? super T>) - Method in interface java.util.function.Predicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
andNot(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & ~val).
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.
andThen(BiConsumer<? super T, ? super U>) - Method in interface java.util.function.BiConsumer
Returns a composed BiConsumer that performs, in sequence, this operation followed by the after operation.
andThen(Function<? super R, ? extends V>) - Method in interface java.util.function.BiFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(Consumer<? super T>) - Method in interface java.util.function.Consumer
Returns a composed Consumer that performs, in sequence, this operation followed by the after operation.
andThen(DoubleConsumer) - Method in interface java.util.function.DoubleConsumer
Returns a composed DoubleConsumer that performs, in sequence, this operation followed by the after operation.
andThen(DoubleUnaryOperator) - Method in interface java.util.function.DoubleUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(Function<? super R, ? extends V>) - Method in interface java.util.function.Function
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(IntConsumer) - Method in interface java.util.function.IntConsumer
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation.
andThen(IntUnaryOperator) - Method in interface java.util.function.IntUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(LongConsumer) - Method in interface java.util.function.LongConsumer
Returns a composed LongConsumer that performs, in sequence, this operation followed by the after operation.
andThen(LongUnaryOperator) - Method in interface java.util.function.LongUnaryOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
annotateClass(Class<?>) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
AnnotatedArrayType - Interface in java.lang.reflect
AnnotatedArrayType represents the potentially annotated use of an array type, whose component type may itself represent the annotated use of a type.
AnnotatedElement - Interface in java.lang.reflect
Represents an annotated element of the program currently running in this VM.
AnnotatedParameterizedType - Interface in java.lang.reflect
AnnotatedParameterizedType represents the potentially annotated use of a parameterized type, whose type arguments may themselves represent annotated uses of types.
AnnotatedType - Interface in java.lang.reflect
AnnotatedType represents the potentially annotated use of a type in the program currently running in this VM.
AnnotatedTypeVariable - Interface in java.lang.reflect
AnnotatedTypeVariable represents the potentially annotated use of a type variable, whose declaration may have bounds which themselves represent annotated uses of types.
AnnotatedWildcardType - Interface in java.lang.reflect
AnnotatedWildcardType represents the potentially annotated use of a wildcard type argument, whose upper or lower bounds may themselves represent annotated uses of types.
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 types.
Annotation - Class in java.text
An Annotation object is used as a wrapper for a text attribute value if the attribute has annotation characteristics.
Annotation(Object) - Constructor for class java.text.Annotation
Constructs an annotation record with the given value, which may be null.
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 type of this annotation.
annotationType() - Method in exception java.lang.annotation.IncompleteAnnotationException
Returns the Class object for the annotation type 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.
anyMatch(DoublePredicate) - Method in interface java.util.stream.DoubleStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(IntPredicate) - Method in interface java.util.stream.IntStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(LongPredicate) - Method in interface java.util.stream.LongStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(Predicate<? super T>) - Method in interface java.util.stream.Stream
Returns whether any elements of this stream match the provided predicate.
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.
append(Shape, boolean) - Method in class java.awt.geom.Path2D
Appends the geometry of the specified Shape object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
append(PathIterator, boolean) - Method in class java.awt.geom.Path2D
Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
append(PathIterator, boolean) - Method in class java.awt.geom.Path2D.Double
Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
append(PathIterator, boolean) - Method in class java.awt.geom.Path2D.Float
Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
append(Printable, PageFormat) - Method in class java.awt.print.Book
Appends a single page to the end of this Book.
append(Printable, PageFormat, int) - Method in class java.awt.print.Book
Appends numPages pages to the end of this Book.
append(String) - Method in class java.awt.TextArea
Appends the given text to the text area's current text.
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.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(Object) - Method in class java.lang.StringBuffer
 
append(String) - Method in class java.lang.StringBuffer
 
append(StringBuffer) - Method in class java.lang.StringBuffer
Appends the specified StringBuffer to this sequence.
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
 
append(char[]) - Method in class java.lang.StringBuffer
 
append(char[], int, int) - Method in class java.lang.StringBuffer
 
append(boolean) - Method in class java.lang.StringBuffer
 
append(char) - Method in class java.lang.StringBuffer
 
append(int) - Method in class java.lang.StringBuffer
 
append(long) - Method in class java.lang.StringBuffer
 
append(float) - Method in class java.lang.StringBuffer
 
append(double) - Method in class java.lang.StringBuffer
 
append(Object) - Method in class java.lang.StringBuilder
 
append(String) - Method in class java.lang.StringBuilder
 
append(StringBuffer) - Method in class java.lang.StringBuilder
Appends the specified StringBuffer to this sequence.
append(CharSequence) - Method in class java.lang.StringBuilder
 
append(CharSequence, int, int) - Method in class java.lang.StringBuilder
 
append(char[]) - Method in class java.lang.StringBuilder
 
append(char[], int, int) - Method in class java.lang.StringBuilder
 
append(boolean) - Method in class java.lang.StringBuilder
 
append(char) - Method in class java.lang.StringBuilder
 
append(int) - Method in class java.lang.StringBuilder
 
append(long) - Method in class java.lang.StringBuilder
 
append(float) - Method in class java.lang.StringBuilder
 
append(double) - Method in class java.lang.StringBuilder
 
append(CharSequence) - Method in class java.nio.CharBuffer
Appends the specified character sequence to this buffer  (optional operation).
append(CharSequence, int, int) - Method in class java.nio.CharBuffer
Appends a subsequence of the specified character sequence to this buffer  (optional operation).
append(char) - Method in class java.nio.CharBuffer
Appends the specified char to this buffer  (optional operation).
append(DateTimeFormatter) - Method in class java.time.format.DateTimeFormatterBuilder
Appends all the elements of a formatter to the builder.
Appendable - Interface in java.lang
An object to which char sequences and values can be appended.
appendChronologyId() - Method in class java.time.format.DateTimeFormatterBuilder
Appends the chronology ID, such as 'ISO' or 'ThaiBuddhist', to the formatter.
appendChronologyText(TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the chronology name to the formatter.
appendCodePoint(int) - Method in class java.lang.StringBuffer
 
appendCodePoint(int) - Method in class java.lang.StringBuilder
 
appendEvent(InputEvent) - Method in class java.awt.dnd.DragGestureRecognizer
Listeners registered on the Component by this Recognizer shall record all Events that are recognized as part of the series of Events that go to comprise a Drag and Drop initiating gesture via this API.
appendFraction(TemporalField, int, int, boolean) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the fractional value of a date-time field to the formatter.
appendInstant() - Method in class java.time.format.DateTimeFormatterBuilder
Appends an instant using ISO-8601 to the formatter, formatting fractional digits in groups of three.
appendInstant(int) - Method in class java.time.format.DateTimeFormatterBuilder
Appends an instant using ISO-8601 to the formatter with control over the number of fractional digits.
appendLiteral(char) - Method in class java.time.format.DateTimeFormatterBuilder
Appends a character literal to the formatter.
appendLiteral(String) - Method in class java.time.format.DateTimeFormatterBuilder
Appends a string literal to the formatter.
appendLocalized(FormatStyle, FormatStyle) - Method in class java.time.format.DateTimeFormatterBuilder
Appends a localized date-time pattern to the formatter.
appendLocalizedOffset(TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the localized zone offset, such as 'GMT+01:00', to the formatter.
appendOffset(String, String) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the zone offset, such as '+01:00', to the formatter.
appendOffsetId() - Method in class java.time.format.DateTimeFormatterBuilder
Appends the zone offset, such as '+01:00', to the formatter.
appendOptional(DateTimeFormatter) - Method in class java.time.format.DateTimeFormatterBuilder
Appends a formatter to the builder which will optionally format/parse.
appendParameterTypes(Class<?>...) - Method in class java.lang.invoke.MethodType
Finds or creates a method type with additional parameter types.
appendParameterTypes(List<Class<?>>) - Method in class java.lang.invoke.MethodType
Finds or creates a method type with additional parameter types.
appendPattern(String) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the elements defined by the specified pattern to the builder.
appendReplacement(StringBuffer, String) - Method in class java.util.regex.Matcher
Implements a non-terminal append-and-replace step.
appendTail(StringBuffer) - Method in class java.util.regex.Matcher
Implements a terminal append-and-replace step.
appendText(String) - Method in class java.awt.TextArea
Deprecated.
As of JDK version 1.1, replaced by append(String).
appendText(TemporalField) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the text of a date-time field to the formatter using the full text style.
appendText(TemporalField, TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the text of a date-time field to the formatter.
appendText(TemporalField, Map<Long, String>) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the text of a date-time field to the formatter using the specified map to supply the text.
appendTo(File) - Static method in class java.lang.ProcessBuilder.Redirect
Returns a redirect to append to the specified file.
appendToBootstrapClassLoaderSearch(JarFile) - Method in interface java.lang.instrument.Instrumentation
Specifies a JAR file with instrumentation classes to be defined by the bootstrap class loader.
appendToSystemClassLoaderSearch(JarFile) - Method in interface java.lang.instrument.Instrumentation
Specifies a JAR file with instrumentation classes to be defined by the system class loader.
appendValue(TemporalField) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the value of a date-time field to the formatter using a normal output style.
appendValue(TemporalField, int) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the value of a date-time field to the formatter using a fixed width, zero-padded approach.
appendValue(TemporalField, int, int, SignStyle) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the value of a date-time field to the formatter providing full control over formatting.
appendValueReduced(TemporalField, int, int, int) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the reduced value of a date-time field to the formatter.
appendValueReduced(TemporalField, int, int, ChronoLocalDate) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the reduced value of a date-time field to the formatter.
appendZoneId() - Method in class java.time.format.DateTimeFormatterBuilder
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to the formatter.
appendZoneOrOffsetId() - Method in class java.time.format.DateTimeFormatterBuilder
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to the formatter, using the best available zone ID.
appendZoneRegionId() - Method in class java.time.format.DateTimeFormatterBuilder
Appends the time-zone region ID, such as 'Europe/Paris', to the formatter, rejecting the zone ID if it is a ZoneOffset.
appendZoneText(TextStyle) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the time-zone name, such as 'British Summer Time', to the formatter.
appendZoneText(TextStyle, Set<ZoneId>) - Method in class java.time.format.DateTimeFormatterBuilder
Appends the time-zone name, such as 'British Summer Time', to the formatter.
Applet - Class in java.applet
An applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application.
Applet() - Constructor for class java.applet.Applet
Constructs a new Applet.
Applet.AccessibleApplet - Class in java.applet
This class implements accessibility support for the Applet class.
AppletContext - Interface in java.applet
This interface corresponds to an applet's environment: the document containing the applet and the other applets in the same document.
AppletInitializer - Interface in java.beans
This interface is designed to work in collusion with java.beans.Beans.instantiate.
appletResize(int, int) - Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
AppletStub - Interface in java.applet
When an applet is first created, an applet stub is attached to it using the applet's setStub method.
apply(T, U) - Method in interface java.util.function.BiFunction
Applies this function to the given arguments.
apply(double) - Method in interface java.util.function.DoubleFunction
Applies this function to the given argument.
apply(T) - Method in interface java.util.function.Function
Applies this function to the given argument.
apply(int) - Method in interface java.util.function.IntFunction
Applies this function to the given argument.
apply(long) - Method in interface java.util.function.LongFunction
Applies this function to the given argument.
applyAsDouble(double, double) - Method in interface java.util.function.DoubleBinaryOperator
Applies this operator to the given operands.
applyAsDouble(double) - Method in interface java.util.function.DoubleUnaryOperator
Applies this operator to the given operand.
applyAsDouble(int) - Method in interface java.util.function.IntToDoubleFunction
Applies this function to the given argument.
applyAsDouble(long) - Method in interface java.util.function.LongToDoubleFunction
Applies this function to the given argument.
applyAsDouble(T, U) - Method in interface java.util.function.ToDoubleBiFunction
Applies this function to the given arguments.
applyAsDouble(T) - Method in interface java.util.function.ToDoubleFunction
Applies this function to the given argument.
applyAsInt(double) - Method in interface java.util.function.DoubleToIntFunction
Applies this function to the given argument.
applyAsInt(int, int) - Method in interface java.util.function.IntBinaryOperator
Applies this operator to the given operands.
applyAsInt(int) - Method in interface java.util.function.IntUnaryOperator
Applies this operator to the given operand.
applyAsInt(long) - Method in interface java.util.function.LongToIntFunction
Applies this function to the given argument.
applyAsInt(T, U) - Method in interface java.util.function.ToIntBiFunction
Applies this function to the given arguments.
applyAsInt(T) - Method in interface java.util.function.ToIntFunction
Applies this function to the given argument.
applyAsLong(double) - Method in interface java.util.function.DoubleToLongFunction
Applies this function to the given argument.
applyAsLong(int) - Method in interface java.util.function.IntToLongFunction
Applies this function to the given argument.
applyAsLong(long, long) - Method in interface java.util.function.LongBinaryOperator
Applies this operator to the given operands.
applyAsLong(long) - Method in interface java.util.function.LongUnaryOperator
Applies this operator to the given operand.
applyAsLong(T, U) - Method in interface java.util.function.ToLongBiFunction
Applies this function to the given arguments.
applyAsLong(T) - Method in interface java.util.function.ToLongFunction
Applies this function to the given argument.
applyComponentOrientation(ComponentOrientation) - Method in class java.awt.Component
Sets the ComponentOrientation property of this component and all components contained within it.
applyComponentOrientation(ComponentOrientation) - Method in class java.awt.Container
Sets the ComponentOrientation property of this container and all components contained within it.
applyLocalizedPattern(String) - Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyLocalizedPattern(String) - Method in class java.text.SimpleDateFormat
Applies the given localized pattern string to this date format.
applyPattern(String) - Method in class java.text.ChoiceFormat
Sets the pattern.
applyPattern(String) - Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyPattern(String) - Method in class java.text.MessageFormat
Sets the pattern used by this message format.
applyPattern(String) - Method in class java.text.SimpleDateFormat
Applies the given pattern string to this date format.
applyResourceBundle(ResourceBundle) - Method in class java.awt.Window
Deprecated.
As of J2SE 1.4, replaced by Component.applyComponentOrientation.
applyResourceBundle(String) - Method in class java.awt.Window
Deprecated.
As of J2SE 1.4, replaced by Component.applyComponentOrientation.
applyShape(Region) - Method in interface java.awt.peer.ComponentPeer
Applies the shape to the native component window.
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class java.util.concurrent.CompletableFuture
 
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
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class java.util.concurrent.CompletableFuture
 
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.
appRandom - Variable in class java.security.SignatureSpi
Application-specified source of randomness.
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.awt.font.NumericShaper
Identifies the ARABIC range and decimal base.
ARABIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic" Unicode character block.
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.
Arc2D - Class in java.awt.geom
Arc2D is the abstract superclass for all objects that store a 2D arc defined by a framing rectangle, start angle, angular extent (length of the arc), and a closure type (OPEN, CHORD, or PIE).
Arc2D() - Constructor for class java.awt.geom.Arc2D
This is an abstract class that cannot be instantiated directly.
Arc2D(int) - Constructor for class java.awt.geom.Arc2D
This is an abstract class that cannot be instantiated directly.
Arc2D.Double - Class in java.awt.geom
This class defines an arc specified in double precision.
Arc2D.Float - Class in java.awt.geom
This class defines an arc specified in float precision.
archeight - Variable in class java.awt.geom.RoundRectangle2D.Double
The height of the arc that rounds off the corners.
archeight - Variable in class java.awt.geom.RoundRectangle2D.Float
The height of the arc that rounds off the corners.
arcwidth - Variable in class java.awt.geom.RoundRectangle2D.Double
The width of the arc that rounds off the corners.
arcwidth - Variable in class java.awt.geom.RoundRectangle2D.Float
The width of the arc that rounds off the corners.
Area - Class in java.awt.geom
An Area object stores and manipulates a resolution-independent description of an enclosed area of 2-dimensional space.
Area() - Constructor for class java.awt.geom.Area
Default constructor which creates an empty area.
Area(Shape) - Constructor for class java.awt.geom.Area
The Area class creates an area geometry from the specified Shape object.
AreaAveragingScaleFilter - Class in java.awt.image
An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
AreaAveragingScaleFilter(int, int) - Constructor for class java.awt.image.AreaAveragingScaleFilter
Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
areExtraMouseButtonsEnabled() - Method in class java.awt.Toolkit
Reports whether events from extra mouse buttons are allowed to be processed and posted into EventQueue.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
areFocusTraversalKeysSet(int) - Method in class java.awt.Component
Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Component.
areFocusTraversalKeysSet(int) - Method in class java.awt.Container
Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Container.
arg - Variable in class java.awt.Event
An arbitrary argument of the event.
ARGUMENT - Static variable in class java.text.MessageFormat.Field
Constant identifying a portion of a message that was generated from an argument passed into formatToCharacterIterator.
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.
arrangeGrid(Container) - Method in class java.awt.GridBagLayout
Lays out the grid.
ArrangeGrid(Container) - Method in class java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatibility only; new code should call arrangeGrid instead.
Array - Class in java.lang.reflect
The Array class provides static methods to dynamically create and access Java arrays.
array() - Method in class java.nio.Buffer
Returns the array that backs this buffer  (optional operation).
array() - Method in class java.nio.ByteBuffer
Returns the byte array that backs this buffer  (optional operation).
array() - Method in class java.nio.CharBuffer
Returns the char array that backs this buffer  (optional operation).
array() - Method in class java.nio.DoubleBuffer
Returns the double array that backs this buffer  (optional operation).
array() - Method in class java.nio.FloatBuffer
Returns the float array that backs this buffer  (optional operation).
array() - Method in class java.nio.IntBuffer
Returns the int array that backs this buffer  (optional operation).
array() - Method in class java.nio.LongBuffer
Returns the long array that backs this buffer  (optional operation).
array() - Method in class java.nio.ShortBuffer
Returns the short array that backs this buffer  (optional operation).
Array - Interface in java.sql
The mapping in the Java programming language for the SQL type ARRAY.
ARRAY - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
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(int) - Constructor for class java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold the specified number of 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.
arrayElementGetter(Class<?>) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle giving read access to elements of an array.
arrayElementSetter(Class<?>) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle giving write access to elements of an array.
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(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList<E> - Class in java.util
Resizable-array implementation of the List interface.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty list with the specified initial capacity.
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.
arrayOffset() - Method in class java.nio.Buffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.ByteBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.CharBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.DoubleBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.FloatBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.IntBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.LongBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.ShortBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
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.
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.
asCharBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a char buffer.
asCollector(Class<?>, int) - Method in class java.lang.invoke.MethodHandle
Makes an array-collecting method handle, which accepts a given number of trailing positional arguments and collects them into an array argument.
asDoubleBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a double buffer.
asDoubleStream() - Method in interface java.util.stream.IntStream
Returns a DoubleStream consisting of the elements of this stream, converted to double.
asDoubleStream() - Method in interface java.util.stream.LongStream
Returns a DoubleStream consisting of the elements of this stream, converted to double.
asFileAttribute(Set<PosixFilePermission>) - Static method in class java.nio.file.attribute.PosixFilePermissions
Creates a FileAttribute, encapsulating a copy of the given file permissions, suitable for passing to the createFile or createDirectory methods.
asFixedArity() - Method in class java.lang.invoke.MethodHandle
Makes a fixed arity method handle which is otherwise equivalent to the current method handle.
asFloatBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a float buffer.
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.
asIntBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as an int buffer.
asInterfaceInstance(Class<T>, MethodHandle) - Static method in class java.lang.invoke.MethodHandleProxies
Produces an instance of the given single-method interface which redirects its calls to the given method handle.
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.
asLongBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a long buffer.
asLongStream() - Method in interface java.util.stream.IntStream
Returns a LongStream consisting of the elements of this stream, converted to long.
asNormal() - Method in enum java.time.format.TextStyle
Returns the normal style with the same size.
asPredicate() - Method in class java.util.regex.Pattern
Creates a predicate which can be used to match a string.
asReadLock() - Method in class java.util.concurrent.locks.StampedLock
Returns a plain Lock view of this StampedLock in which the Lock.lock() method is mapped to StampedLock.readLock(), and similarly for other methods.
asReadOnlyBuffer() - Method in class java.nio.ByteBuffer
Creates a new, read-only byte buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.CharBuffer
Creates a new, read-only char buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.DoubleBuffer
Creates a new, read-only double buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.FloatBuffer
Creates a new, read-only float buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.IntBuffer
Creates a new, read-only int buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.LongBuffer
Creates a new, read-only long buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.ShortBuffer
Creates a new, read-only short buffer that shares this buffer's content.
asReadWriteLock() - Method in class java.util.concurrent.locks.StampedLock
Returns a ReadWriteLock view of this StampedLock in which the ReadWriteLock.readLock() method is mapped to StampedLock.asReadLock(), and ReadWriteLock.writeLock() to StampedLock.asWriteLock().
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 15.18.1.1 of The Java™ Language Specification.
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 15.18.1.1 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 15.18.1.1 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 15.18.1.1 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 15.18.1.1 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 15.18.1.1 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 15.18.1.1 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.
asShortBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a short buffer.
asSpreader(Class<?>, int) - Method in class java.lang.invoke.MethodHandle
Makes an array-spreading method handle, which accepts a trailing array argument and spreads its elements as positional arguments.
asStandalone() - Method in enum java.time.format.TextStyle
Returns the stand-alone style with the same size.
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.
asType(MethodType) - Method in class java.lang.invoke.MethodHandle
Produces an adapter method handle which adapts the type of the current method handle to a new type.
asVarargsCollector(Class<?>) - Method in class java.lang.invoke.MethodHandle
Makes a variable arity adapter which is able to accept any number of trailing positional arguments and collect them into an array argument.
asWriteLock() - Method in class java.util.concurrent.locks.StampedLock
Returns a plain Lock view of this StampedLock in which the Lock.lock() method is mapped to StampedLock.writeLock(), and similarly for other methods.
AsynchronousByteChannel - Interface in java.nio.channels
An asynchronous channel that can read and write bytes.
AsynchronousChannel - Interface in java.nio.channels
A channel that supports asynchronous I/O operations.
AsynchronousChannelGroup - Class in java.nio.channels
A grouping of asynchronous channels for the purpose of resource sharing.
AsynchronousChannelGroup(AsynchronousChannelProvider) - Constructor for class java.nio.channels.AsynchronousChannelGroup
Initialize a new instance of this class.
AsynchronousChannelProvider - Class in java.nio.channels.spi
Service-provider class for asynchronous channels.
AsynchronousChannelProvider() - Constructor for class java.nio.channels.spi.AsynchronousChannelProvider
Initializes a new instance of this class.
AsynchronousCloseException - Exception in java.nio.channels
Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation.
AsynchronousCloseException() - Constructor for exception java.nio.channels.AsynchronousCloseException
Constructs an instance of this class.
AsynchronousFileChannel - Class in java.nio.channels
An asynchronous channel for reading, writing, and manipulating a file.
AsynchronousFileChannel() - Constructor for class java.nio.channels.AsynchronousFileChannel
Initializes a new instance of this class.
AsynchronousServerSocketChannel - Class in java.nio.channels
An asynchronous channel for stream-oriented listening sockets.
AsynchronousServerSocketChannel(AsynchronousChannelProvider) - Constructor for class java.nio.channels.AsynchronousServerSocketChannel
Initializes a new instance of this class.
AsynchronousSocketChannel - Class in java.nio.channels
An asynchronous channel for stream-oriented connecting sockets.
AsynchronousSocketChannel(AsynchronousChannelProvider) - Constructor for class java.nio.channels.AsynchronousSocketChannel
Initializes a new instance of this class.
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).
atDate(LocalDate) - Method in class java.time.LocalTime
Combines this time with a date to create a LocalDateTime.
atDate(LocalDate) - Method in class java.time.OffsetTime
Combines this time with a date to create an OffsetDateTime.
atDay(int) - Method in class java.time.Year
Combines this year with a day-of-year to create a LocalDate.
atDay(int) - Method in class java.time.YearMonth
Combines this year-month with a day-of-month to create a LocalDate.
atEndOfMonth() - Method in class java.time.YearMonth
Returns a LocalDate at the end of the month.
atMonth(Month) - Method in class java.time.Year
Combines this year with a month to create a YearMonth.
atMonth(int) - Method in class java.time.Year
Combines this year with a month to create a YearMonth.
atMonthDay(MonthDay) - Method in class java.time.Year
Combines this year with a month-day to create a LocalDate.
atOffset(ZoneOffset) - Method in class java.time.Instant
Combines this instant with an offset to create an OffsetDateTime.
atOffset(ZoneOffset) - Method in class java.time.LocalDateTime
Combines this date-time with an offset to create an OffsetDateTime.
atOffset(ZoneOffset) - Method in class java.time.LocalTime
Combines this time with an offset to create an OffsetTime.
AtomicBoolean - Class in java.util.concurrent.atomic
A boolean value that may be updated atomically.
AtomicBoolean(boolean) - Constructor for class java.util.concurrent.atomic.AtomicBoolean
Creates a new AtomicBoolean with the given initial value.
AtomicBoolean() - Constructor for class java.util.concurrent.atomic.AtomicBoolean
Creates a new AtomicBoolean with initial value false.
AtomicInteger - Class in java.util.concurrent.atomic
An int value that may be updated atomically.
AtomicInteger(int) - Constructor for class java.util.concurrent.atomic.AtomicInteger
Creates a new AtomicInteger with the given initial value.
AtomicInteger() - Constructor for class java.util.concurrent.atomic.AtomicInteger
Creates a new AtomicInteger with initial value 0.
AtomicIntegerArray - Class in java.util.concurrent.atomic
An int array in which elements may be updated atomically.
AtomicIntegerArray(int) - Constructor for class java.util.concurrent.atomic.AtomicIntegerArray
Creates a new AtomicIntegerArray of the given length, with all elements initially zero.
AtomicIntegerArray(int[]) - Constructor for class java.util.concurrent.atomic.AtomicIntegerArray
Creates a new AtomicIntegerArray with the same length as, and all elements copied from, the given array.
AtomicIntegerFieldUpdater<T> - Class in java.util.concurrent.atomic
A reflection-based utility that enables atomic updates to designated volatile int fields of designated classes.
AtomicIntegerFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Protected do-nothing constructor for use by subclasses.
AtomicLong - Class in java.util.concurrent.atomic
A long value that may be updated atomically.
AtomicLong(long) - Constructor for class java.util.concurrent.atomic.AtomicLong
Creates a new AtomicLong with the given initial value.
AtomicLong() - Constructor for class java.util.concurrent.atomic.AtomicLong
Creates a new AtomicLong with initial value 0.
AtomicLongArray - Class in java.util.concurrent.atomic
A long array in which elements may be updated atomically.
AtomicLongArray(int) - Constructor for class java.util.concurrent.atomic.AtomicLongArray
Creates a new AtomicLongArray of the given length, with all elements initially zero.
AtomicLongArray(long[]) - Constructor for class java.util.concurrent.atomic.AtomicLongArray
Creates a new AtomicLongArray with the same length as, and all elements copied from, the given array.
AtomicLongFieldUpdater<T> - Class in java.util.concurrent.atomic
A reflection-based utility that enables atomic updates to designated volatile long fields of designated classes.
AtomicLongFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicLongFieldUpdater
Protected do-nothing constructor for use by subclasses.
AtomicMarkableReference<V> - Class in java.util.concurrent.atomic
An AtomicMarkableReference maintains an object reference along with a mark bit, that can be updated atomically.
AtomicMarkableReference(V, boolean) - Constructor for class java.util.concurrent.atomic.AtomicMarkableReference
Creates a new AtomicMarkableReference with the given initial values.
AtomicMoveNotSupportedException - Exception in java.nio.file
Checked exception thrown when a file cannot be moved as an atomic file system operation.
AtomicMoveNotSupportedException(String, String, String) - Constructor for exception java.nio.file.AtomicMoveNotSupportedException
Constructs an instance of this class.
AtomicReference<V> - Class in java.util.concurrent.atomic
An object reference that may be updated atomically.
AtomicReference(V) - Constructor for class java.util.concurrent.atomic.AtomicReference
Creates a new AtomicReference with the given initial value.
AtomicReference() - Constructor for class java.util.concurrent.atomic.AtomicReference
Creates a new AtomicReference with null initial value.
AtomicReferenceArray<E> - Class in java.util.concurrent.atomic
An array of object references in which elements may be updated atomically.
AtomicReferenceArray(int) - Constructor for class java.util.concurrent.atomic.AtomicReferenceArray
Creates a new AtomicReferenceArray of the given length, with all elements initially null.
AtomicReferenceArray(E[]) - Constructor for class java.util.concurrent.atomic.AtomicReferenceArray
Creates a new AtomicReferenceArray with the same length as, and all elements copied from, the given array.
AtomicReferenceFieldUpdater<T,V> - Class in java.util.concurrent.atomic
A reflection-based utility that enables atomic updates to designated volatile reference fields of designated classes.
AtomicReferenceFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Protected do-nothing constructor for use by subclasses.
AtomicStampedReference<V> - Class in java.util.concurrent.atomic
An AtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically.
AtomicStampedReference(V, int) - Constructor for class java.util.concurrent.atomic.AtomicStampedReference
Creates a new AtomicStampedReference with the given initial values.
atStartOfDay() - Method in class java.time.LocalDate
Combines this date with the time of midnight to create a LocalDateTime at the start of this date.
atStartOfDay(ZoneId) - Method in class java.time.LocalDate
Returns a zoned date-time from this date at the earliest valid time according to the rules in the time-zone.
attach(Object) - Method in class java.nio.channels.SelectionKey
Attaches the given object to this key.
attachment() - Method in class java.nio.channels.SelectionKey
Retrieves the current attachment.
attemptMark(V, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of the mark to the given update value if the current reference is == to the expected reference.
attemptStamp(V, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of the stamp to the given update value if the current reference is == to the expected reference.
atTime(LocalTime) - Method in interface java.time.chrono.ChronoLocalDate
Combines this date with a time to create a ChronoLocalDateTime.
atTime(LocalTime) - Method in class java.time.chrono.HijrahDate
 
atTime(LocalTime) - Method in class java.time.chrono.JapaneseDate
 
atTime(LocalTime) - Method in class java.time.chrono.MinguoDate
 
atTime(LocalTime) - Method in class java.time.chrono.ThaiBuddhistDate
 
atTime(LocalTime) - Method in class java.time.LocalDate
Combines this date with a time to create a LocalDateTime.
atTime(int, int) - Method in class java.time.LocalDate
Combines this date with a time to create a LocalDateTime.
atTime(int, int, int) - Method in class java.time.LocalDate
Combines this date with a time to create a LocalDateTime.
atTime(int, int, int, int) - Method in class java.time.LocalDate
Combines this date with a time to create a LocalDateTime.
atTime(OffsetTime) - Method in class java.time.LocalDate
Combines this date with an offset time to create an OffsetDateTime.
Attribute(String) - Constructor for class java.text.AttributedCharacterIterator.Attribute
Constructs an Attribute with the given name.
AttributedCharacterIterator - Interface in java.text
An AttributedCharacterIterator allows iteration through both text and related attribute information.
AttributedCharacterIterator.Attribute - Class in java.text
Defines attribute keys that are used to identify text attributes.
AttributedString - Class in java.text
An AttributedString holds text and related attribute information.
AttributedString(String) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given text.
AttributedString(String, Map<? extends AttributedCharacterIterator.Attribute, ?>) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given text and attributes.
AttributedString(AttributedCharacterIterator) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
attributeNames() - Method in class java.beans.FeatureDescriptor
Gets an enumeration of the locale-independent names of this feature.
attributeNoNulls - Static variable in interface java.sql.DatabaseMetaData
Indicates that NULL values might not be allowed.
attributeNullable - Static variable in interface java.sql.DatabaseMetaData
Indicates that NULL values are definitely allowed.
attributeNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that whether NULL values are allowed is not known.
Attributes - Class in java.util.jar
The Attributes class maps Manifest attribute names to associated string values.
Attributes() - Constructor for class java.util.jar.Attributes
Constructs a new, empty Attributes object with default size.
Attributes(int) - Constructor for class java.util.jar.Attributes
Constructs a new, empty Attributes object with the specified initial size.
Attributes(Attributes) - Constructor for class java.util.jar.Attributes
Constructs a new Attributes object with the same attribute name-value mappings as in the specified Attributes.
Attributes.Name - Class in java.util.jar
The Attributes.Name class represents an attribute name stored in this Map.
AttributeView - Interface in java.nio.file.attribute
An object that provides a read-only or updatable view of non-opaque values associated with an object in a filesystem.
atYear(int) - Method in class java.time.MonthDay
Combines this month-day with a year to create a LocalDate.
atZone(ZoneId) - Method in interface java.time.chrono.ChronoLocalDateTime
Combines this time with a time-zone to create a ChronoZonedDateTime.
atZone(ZoneId) - Method in class java.time.Instant
Combines this instant with a time-zone to create a ZonedDateTime.
atZone(ZoneId) - Method in class java.time.LocalDateTime
Combines this date-time with a time-zone to create a ZonedDateTime.
atZoneSameInstant(ZoneId) - Method in class java.time.OffsetDateTime
Combines this date-time with a time-zone to create a ZonedDateTime ensuring that the result has the same instant.
atZoneSimilarLocal(ZoneId) - Method in class java.time.OffsetDateTime
Combines this date-time with a time-zone to create a ZonedDateTime trying to keep the same local date and time.
AudioClip - Interface in java.applet
The AudioClip interface is a simple abstraction for playing a sound clip.
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.
Authenticator - Class in java.net
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator() - Constructor for class java.net.Authenticator
 
Authenticator.RequestorType - Enum in java.net
The type of the entity requesting authentication.
AuthProvider - Class in java.security
This class defines login and logout methods for a provider.
AuthProvider(String, double, String) - Constructor for class java.security.AuthProvider
Constructs a provider with the specified name, version number, and information.
AutoCloseable - Interface in java.lang
An object that may hold resources (such as file or socket handles) until it is closed.
autoCommitFailureClosesAllResultSets() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a SQLException while autoCommit is true indicates that all open ResultSets are closed, even ones that are holdable.
Autoscroll - Interface in java.awt.dnd
During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a scrollable GUI control that is not currently visible to the user.
autoscroll(Point) - Method in interface java.awt.dnd.Autoscroll
notify the Component to autoscroll
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 by the next invocation of a method for this input stream.
available() - Method in class java.io.LineNumberInputStream
Deprecated.
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
Deprecated.
Returns the number of bytes that can be read from the input stream without blocking.
available() - Method in class java.net.SocketImpl
Returns the number of bytes that can be read from this socket without blocking.
available() - Method in class java.util.zip.DeflaterInputStream
Returns 0 after EOF has been reached, otherwise always return 1.
available() - Method in class java.util.zip.InflaterInputStream
Returns 0 after EOF has been reached, otherwise always return 1.
available() - Method in class java.util.zip.ZipInputStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
availableCharsets() - Static method in class java.nio.charset.Charset
Constructs a sorted map from canonical charset names to charset objects.
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.
average() - Method in interface java.util.stream.DoubleStream
Returns an OptionalDouble describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
average() - Method in interface java.util.stream.IntStream
Returns an OptionalDouble describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
average() - Method in interface java.util.stream.LongStream
Returns an OptionalDouble describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
averageBytesPerChar() - Method in class java.nio.charset.CharsetEncoder
Returns the average number of bytes that will be produced for each character of input.
averageCharsPerByte() - Method in class java.nio.charset.CharsetDecoder
Returns the average number of characters that will be produced for each byte of input.
averagingDouble(ToDoubleFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the arithmetic mean of a double-valued function applied to the input elements.
averagingInt(ToIntFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the arithmetic mean of an integer-valued function applied to the input elements.
averagingLong(ToLongFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the arithmetic mean of a long-valued function applied to the input elements.
AVESTAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Avestan" Unicode character block.
avoidingGui() - Method in class java.beans.beancontext.BeanContextSupport
Used to determine if the BeanContext child is avoiding using its GUI.
avoidingGui() - Method in interface java.beans.Visibility
Determines whether this bean is avoiding using a GUI.
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.
await() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements interruptible condition wait.
await(long, TimeUnit) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements timed condition wait.
await() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements interruptible condition wait.
await(long, TimeUnit) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements timed condition wait.
await() - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted.
await(long, TimeUnit) - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, 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.
awaitNanos(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements timed condition wait.
awaitNanos(long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements timed condition wait.
awaitNanos(long) - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
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 class java.nio.channels.AsynchronousChannelGroup
Awaits termination of the group.
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
 
awaitUninterruptibly() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements uninterruptible condition wait.
awaitUninterruptibly() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements uninterruptible condition wait.
awaitUninterruptibly() - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled.
awaitUntil(Date) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements absolute timed condition wait.
awaitUntil(Date) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements absolute timed condition wait.
awaitUntil(Date) - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified deadline elapses.
AWTError - Error in java.awt
Thrown when a serious Abstract Window Toolkit error has occurred.
AWTError(String) - Constructor for error java.awt.AWTError
Constructs an instance of AWTError with the specified detail message.
AWTEvent - Class in java.awt
The root event class for all AWT events.
AWTEvent(Event) - Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object from the parameters of a 1.0-style event.
AWTEvent(Object, int) - Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object with the specified source object and type.
AWTEventListener - Interface in java.awt.event
The listener interface for receiving notification of events dispatched to objects that are instances of Component or MenuComponent or their subclasses.
AWTEventListenerProxy - Class in java.awt.event
A class which extends the EventListenerProxy specifically for adding an AWTEventListener for a specific event mask.
AWTEventListenerProxy(long, AWTEventListener) - Constructor for class java.awt.event.AWTEventListenerProxy
Constructor which binds the AWTEventListener to a specific event mask.
AWTEventMulticaster - Class in java.awt
AWTEventMulticaster implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
AWTEventMulticaster(EventListener, EventListener) - Constructor for class java.awt.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.
AWTException - Exception in java.awt
Signals that an Abstract Window Toolkit exception has occurred.
AWTException(String) - Constructor for exception java.awt.AWTException
Constructs an instance of AWTException with the specified detail message.
AWTKeyStroke - Class in java.awt
An AWTKeyStroke represents a key action on the keyboard, or equivalent input device.
AWTKeyStroke() - Constructor for class java.awt.AWTKeyStroke
Constructs an AWTKeyStroke with default values.
AWTKeyStroke(char, int, int, boolean) - Constructor for class java.awt.AWTKeyStroke
Constructs an AWTKeyStroke with the specified values.
AWTPermission - Class in java.awt
This class is for AWT permissions.
AWTPermission(String) - Constructor for class java.awt.AWTPermission
Creates a new AWTPermission with the specified name.
AWTPermission(String, String) - Constructor for class java.awt.AWTPermission
Creates a new AWTPermission object with the specified name.

B

b - Variable in class java.awt.AWTEventMulticaster
 
B - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Engineering B, 11 x 17 in.
B0 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B0.
B1 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B1.
B10 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B10.
B2 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B2.
B3 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B3.
B4 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B4.
B5 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B5.
B6 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B6.
B7 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B7.
B8 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B8.
B9 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B9.
BACK_SPACE - Static variable in class java.awt.Event
The BackSpace key.
backBuffers - Variable in class java.awt.Component.BltBufferStrategy
The back buffers
BACKGROUND - Static variable in class java.awt.BufferCapabilities.FlipContents
When flip contents are BACKGROUND, the contents of the back buffer are cleared with the background color after flipping.
BACKGROUND - Static variable in class java.awt.font.TextAttribute
Attribute key for the paint used to render the background of the text.
BackingStoreException - Exception in java.util.prefs
Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
BackingStoreException(String) - Constructor for exception java.util.prefs.BackingStoreException
Constructs a BackingStoreException with the specified detail message.
BackingStoreException(Throwable) - Constructor for exception java.util.prefs.BackingStoreException
Constructs a BackingStoreException with the specified cause.
BACKWARD_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
The identifier for the Backward focus traversal keys.
BALINESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Balinese" Unicode character block.
BAMUM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bamum" Unicode character block.
BAMUM_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bamum Supplement" Unicode character block.
BandCombineOp - Class in java.awt.image
This class performs an arbitrary linear combination of the bands in a Raster, using a specified matrix.
BandCombineOp(float[][], RenderingHints) - Constructor for class java.awt.image.BandCombineOp
Constructs a BandCombineOp with the specified matrix.
BandedSampleModel - Class in java.awt.image
This class represents image data which is stored in a band interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
BandedSampleModel(int, int, int, int) - Constructor for class java.awt.image.BandedSampleModel
Constructs a BandedSampleModel with the specified parameters.
BandedSampleModel(int, int, int, int, int[], int[]) - Constructor for class java.awt.image.BandedSampleModel
Constructs a BandedSampleModel with the specified parameters.
bandOffsets - Variable in class java.awt.image.ComponentSampleModel
Offsets for all bands in data array elements.
bankIndices - Variable in class java.awt.image.ComponentSampleModel
Index for each bank storing a band of image data.
banks - Variable in class java.awt.image.DataBuffer
The number of banks in this DataBuffer.
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.
baseIsLeftToRight() - Method in class java.text.Bidi
Return true if the base direction is left-to-right.
BASELINE - Static variable in class java.awt.GridBagConstraints
Possible value for the anchor field.
BASELINE_LEADING - Static variable in class java.awt.GridBagConstraints
Possible value for the anchor field.
BASELINE_TRAILING - Static variable in class java.awt.GridBagConstraints
Possible value for the anchor field.
BaseStream<T,S extends BaseStream<T,S>> - Interface in java.util.stream
Base interface for streams, which are sequences of elements supporting sequential and parallel aggregate operations.
baseWireHandle - Static variable in interface java.io.ObjectStreamConstants
First wire handle to be assigned.
BASIC_ISO_DATE - Static variable in class java.time.format.DateTimeFormatter
The ISO date formatter that formats or parses a date without an offset, such as '20111203'.
BASIC_LATIN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Basic Latin" Unicode character block.
BasicFileAttributes - Interface in java.nio.file.attribute
Basic attributes associated with a file in a file system.
BasicFileAttributeView - Interface in java.nio.file.attribute
A file attribute view that provides a view of a basic set of file attributes common to many file systems.
BasicPermission - Class in java.security
The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.
BasicPermission(String) - Constructor for class java.security.BasicPermission
Creates a new BasicPermission with the specified name.
BasicPermission(String, String) - Constructor for class java.security.BasicPermission
Creates a new BasicPermission object with the specified name.
BasicStroke - Class in java.awt
The BasicStroke class defines a basic set of rendering attributes for the outlines of graphics primitives, which are rendered with a Graphics2D object that has its Stroke attribute set to this BasicStroke.
BasicStroke(float, int, int, float, float[], float) - Constructor for class java.awt.BasicStroke
Constructs a new BasicStroke with the specified attributes.
BasicStroke(float, int, int, float) - Constructor for class java.awt.BasicStroke
Constructs a solid BasicStroke with the specified attributes.
BasicStroke(float, int, int) - Constructor for class java.awt.BasicStroke
Constructs a solid BasicStroke with the specified attributes.
BasicStroke(float) - Constructor for class java.awt.BasicStroke
Constructs a solid BasicStroke with the specified line width and with default values for the cap and join styles.
BasicStroke() - Constructor for class java.awt.BasicStroke
Constructs a new BasicStroke with defaults for all attributes.
BATAK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Batak" Unicode character block.
BatchUpdateException - Exception in java.sql
The subclass of SQLException thrown when an error occurs during a batch update operation.
BatchUpdateException(String, String, int, int[]) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given reason, SQLState, vendorCode and updateCounts.
BatchUpdateException(String, String, int[]) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given reason, SQLState and updateCounts.
BatchUpdateException(String, int[]) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given reason and updateCounts.
BatchUpdateException(int[]) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given updateCounts.
BatchUpdateException() - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object.
BatchUpdateException(Throwable) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given cause.
BatchUpdateException(int[], Throwable) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given cause and updateCounts.
BatchUpdateException(String, int[], Throwable) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given reason, cause and updateCounts.
BatchUpdateException(String, String, int[], Throwable) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given reason, SQLState,cause, and updateCounts.
BatchUpdateException(String, String, int, int[], Throwable) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given reason, SQLState, vendorCode cause and updateCounts.
BatchUpdateException(String, String, int, long[], Throwable) - Constructor for exception java.sql.BatchUpdateException
Constructs a BatchUpdateException object initialized with a given reason, SQLState, vendorCode cause and updateCounts.
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.
bcmListeners - Variable in class java.beans.beancontext.BeanContextSupport
all accesses to the protected ArrayList bcmListeners field shall be synchronized on that object.
bcsChildren() - Method in class java.beans.beancontext.BeanContextSupport
Returns an iterator of all children of this BeanContext.
bcsListeners - Variable in class java.beans.beancontext.BeanContextServicesSupport
List of BeanContextServicesListener objects.
bcsPreDeserializationHook(ObjectInputStream) - Method in class java.beans.beancontext.BeanContextServicesSupport
called from BeanContextSupport readObject before it deserializes the children ...
bcsPreDeserializationHook(ObjectInputStream) - Method in class java.beans.beancontext.BeanContextSupport
called by readObject after defaultReadObject() but prior to deserialization of any children.
bcsPreSerializationHook(ObjectOutputStream) - Method in class java.beans.beancontext.BeanContextServicesSupport
called from BeanContextSupport writeObject before it serializes the children ...
bcsPreSerializationHook(ObjectOutputStream) - Method in class java.beans.beancontext.BeanContextSupport
called by writeObject after defaultWriteObject() but prior to serialization of currently serializable children.
BeanContext - Interface in java.beans.beancontext
The BeanContext acts a logical hierarchical container for JavaBeans.
beanContext - Variable in class java.beans.beancontext.BeanContextChildSupport
The bean context.
BeanContextChild - Interface in java.beans.beancontext
JavaBeans wishing to be nested within, and obtain a reference to their execution environment, or context, as defined by the BeanContext sub-interface shall implement this interface.
BeanContextChildComponentProxy - Interface in java.beans.beancontext
This interface is implemented by BeanContextChildren that have an AWT Component associated with them.
beanContextChildPeer - Variable in class java.beans.beancontext.BeanContextChildSupport
The BeanContext in which this BeanContextChild is nested.
BeanContextChildSupport - Class in java.beans.beancontext
This is a general support class to provide support for implementing the BeanContextChild protocol.
BeanContextChildSupport() - Constructor for class java.beans.beancontext.BeanContextChildSupport
construct a BeanContextChildSupport where this class has been subclassed in order to implement the JavaBean component itself.
BeanContextChildSupport(BeanContextChild) - Constructor for class java.beans.beancontext.BeanContextChildSupport
construct a BeanContextChildSupport where the JavaBean component itself implements BeanContextChild, and encapsulates this, delegating that interface to this implementation
BeanContextContainerProxy - Interface in java.beans.beancontext
This interface is implemented by BeanContexts' that have an AWT Container associated with them.
BeanContextEvent - Class in java.beans.beancontext
BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the semantics of, a BeanContext.
BeanContextEvent(BeanContext) - Constructor for class java.beans.beancontext.BeanContextEvent
Contruct a BeanContextEvent
BeanContextMembershipEvent - Class in java.beans.beancontext
A BeanContextMembershipEvent encapsulates the list of children added to, or removed from, the membership of a particular BeanContext.
BeanContextMembershipEvent(BeanContext, Collection) - Constructor for class java.beans.beancontext.BeanContextMembershipEvent
Contruct a BeanContextMembershipEvent
BeanContextMembershipEvent(BeanContext, Object[]) - Constructor for class java.beans.beancontext.BeanContextMembershipEvent
Contruct a BeanContextMembershipEvent
BeanContextMembershipListener - Interface in java.beans.beancontext
Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.
BeanContextProxy - Interface in java.beans.beancontext
This interface is implemented by a JavaBean that does not directly have a BeanContext(Child) associated with it (via implementing that interface or a subinterface thereof), but has a public BeanContext(Child) delegated from it.
BeanContextServiceAvailableEvent - Class in java.beans.beancontext
This event type is used by the BeanContextServicesListener in order to identify the service being registered.
BeanContextServiceAvailableEvent(BeanContextServices, Class) - Constructor for class java.beans.beancontext.BeanContextServiceAvailableEvent
Construct a BeanContextAvailableServiceEvent.
BeanContextServiceProvider - Interface in java.beans.beancontext
One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders.
BeanContextServiceProviderBeanInfo - Interface in java.beans.beancontext
A BeanContextServiceProvider implementor who wishes to provide explicit information about the services their bean may provide shall implement a BeanInfo class that implements this BeanInfo subinterface and provides explicit information about the methods, properties, events, etc, of their services.
BeanContextServiceRevokedEvent - Class in java.beans.beancontext
This event type is used by the BeanContextServiceRevokedListener in order to identify the service being revoked.
BeanContextServiceRevokedEvent(BeanContextServices, Class, boolean) - Constructor for class java.beans.beancontext.BeanContextServiceRevokedEvent
Construct a BeanContextServiceEvent.
BeanContextServiceRevokedListener - Interface in java.beans.beancontext
The listener interface for receiving BeanContextServiceRevokedEvent objects.
BeanContextServices - Interface in java.beans.beancontext
The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.
BeanContextServicesListener - Interface in java.beans.beancontext
The listener interface for receiving BeanContextServiceAvailableEvent objects.
BeanContextServicesSupport - Class in java.beans.beancontext
This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.
BeanContextServicesSupport(BeanContextServices, Locale, boolean, boolean) - Constructor for class java.beans.beancontext.BeanContextServicesSupport
Construct a BeanContextServicesSupport instance
BeanContextServicesSupport(BeanContextServices, Locale, boolean) - Constructor for class java.beans.beancontext.BeanContextServicesSupport
Create an instance using the specified Locale and design mode.
BeanContextServicesSupport(BeanContextServices, Locale) - Constructor for class java.beans.beancontext.BeanContextServicesSupport
Create an instance using the specified locale
BeanContextServicesSupport(BeanContextServices) - Constructor for class java.beans.beancontext.BeanContextServicesSupport
Create an instance with a peer
BeanContextServicesSupport() - Constructor for class java.beans.beancontext.BeanContextServicesSupport
Create an instance that is not a delegate of another object
BeanContextServicesSupport.BCSSChild - Class in java.beans.beancontext
 
BeanContextServicesSupport.BCSSProxyServiceProvider - Class in java.beans.beancontext
 
BeanContextServicesSupport.BCSSServiceProvider - Class in java.beans.beancontext
subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider.
BeanContextSupport - Class in java.beans.beancontext
This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.
BeanContextSupport(BeanContext, Locale, boolean, boolean) - Constructor for class java.beans.beancontext.BeanContextSupport
Construct a BeanContextSupport instance
BeanContextSupport(BeanContext, Locale, boolean) - Constructor for class java.beans.beancontext.BeanContextSupport
Create an instance using the specified Locale and design mode.
BeanContextSupport(BeanContext, Locale) - Constructor for class java.beans.beancontext.BeanContextSupport
Create an instance using the specified locale
BeanContextSupport(BeanContext) - Constructor for class java.beans.beancontext.BeanContextSupport
Create an instance using with a default locale
BeanContextSupport() - Constructor for class java.beans.beancontext.BeanContextSupport
Create an instance that is not a delegate of another object
BeanContextSupport.BCSChild - Class in java.beans.beancontext
 
BeanContextSupport.BCSIterator - Class in java.beans.beancontext
protected final subclass that encapsulates an iterator but implements a noop remove() method.
BeanDescriptor - Class in java.beans
A BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc.
BeanDescriptor(Class<?>) - Constructor for class java.beans.BeanDescriptor
Create a BeanDescriptor for a bean that doesn't have a customizer.
BeanDescriptor(Class<?>, Class<?>) - Constructor for class java.beans.BeanDescriptor
Create a BeanDescriptor for a bean that has a customizer.
BeanInfo - Interface in java.beans
Use the BeanInfo interface to create a BeanInfo class and provide explicit information about the methods, properties, events, and other features of your beans.
Beans - Class in java.beans
This class provides some general purpose beans control methods.
Beans() - Constructor for class java.beans.Beans
 
beep() - Method in class java.awt.Toolkit
Emits an audio beep depending on native system settings and hardware capabilities.
before(Timestamp) - Method in class java.sql.Timestamp
Indicates whether this Timestamp object is earlier than the given Timestamp object.
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.
BEFORE_FIRST_LINE - Static variable in class java.awt.BorderLayout
Synonym for PAGE_START.
BEFORE_LINE_BEGINS - Static variable in class java.awt.BorderLayout
Synonym for LINE_START.
beforeExecute(Thread, Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
Method invoked prior to executing the given Runnable in the given thread.
beforeFirst() - Method in interface java.sql.ResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
beforeOffset(int) - Static method in class java.awt.font.TextHitInfo
Creates a TextHitInfo at the specified offset, associated with the character before the offset.
begin() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
Marks the beginning of an I/O operation that might block indefinitely.
begin() - Method in class java.nio.channels.spi.AbstractSelector
Marks the beginning of an I/O operation that might block indefinitely.
beginLayout() - Method in interface java.awt.peer.ContainerPeer
Notifies the peer that layout is about to begin.
beginValidate() - Method in interface java.awt.peer.ContainerPeer
Notifies the peer that validation of the component tree is about to begin.
BELOW_BASELINE - Static variable in class java.awt.GridBagConstraints
Possible value for the anchor field.
BELOW_BASELINE_LEADING - Static variable in class java.awt.GridBagConstraints
Possible value for the anchor field.
BELOW_BASELINE_TRAILING - Static variable in class java.awt.GridBagConstraints
Possible value for the anchor field.
BENGALI - Static variable in class java.awt.font.NumericShaper
Identifies the BENGALI range and decimal base.
BENGALI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bengali" Unicode character block.
BEST_COMPRESSION - Static variable in class java.util.zip.Deflater
Compression level for best compression.
BEST_SPEED - Static variable in class java.util.zip.Deflater
Compression level for fastest compression.
bestRowNotPseudo - Static variable in interface java.sql.DatabaseMetaData
Indicates that the best row identifier is NOT a pseudo column.
bestRowPseudo - Static variable in interface java.sql.DatabaseMetaData
Indicates that the best row identifier is a pseudo column.
bestRowSession - Static variable in interface java.sql.DatabaseMetaData
Indicates that the scope of the best row identifier is the remainder of the current session.
bestRowTemporary - Static variable in interface java.sql.DatabaseMetaData
Indicates that the scope of the best row identifier is very temporary, lasting only while the row is being used.
bestRowTransaction - Static variable in interface java.sql.DatabaseMetaData
Indicates that the scope of the best row identifier is the remainder of the current transaction.
bestRowUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that the best row identifier may or may not be a pseudo column.
between(ChronoLocalDate, ChronoLocalDate) - Static method in interface java.time.chrono.ChronoPeriod
Obtains a ChronoPeriod consisting of amount of time between two dates.
between(Temporal, Temporal) - Static method in class java.time.Duration
Obtains a Duration representing the duration between two temporal objects.
between(LocalDate, LocalDate) - Static method in class java.time.Period
Obtains a Period consisting of the number of years, months, and days between two dates.
between(Temporal, Temporal) - Method in enum java.time.temporal.ChronoUnit
 
between(Temporal, Temporal) - Method in interface java.time.temporal.TemporalUnit
Calculates the amount of time between two temporal objects.
BiConsumer<T,U> - Interface in java.util.function
Represents an operation that accepts two input arguments and returns no result.
Bidi - Class in java.text
This class implements the Unicode Bidirectional Algorithm.
Bidi(String, int) - Constructor for class java.text.Bidi
Create Bidi from the given paragraph of text and base direction.
Bidi(AttributedCharacterIterator) - Constructor for class java.text.Bidi
Create Bidi from the given paragraph of text.
Bidi(char[], int, byte[], int, int, int) - Constructor for class java.text.Bidi
Create Bidi from the given text, embedding, and direction information.
BIDI_EMBEDDING - Static variable in class java.awt.font.TextAttribute
Attribute key for the embedding level of the text.
BiFunction<T,U,R> - Interface in java.util.function
Represents a function that accepts two arguments and produces a result.
BIG_ENDIAN - Static variable in class java.nio.ByteOrder
Constant denoting big-endian byte order.
BigDecimal - Class in java.math
Immutable, arbitrary-precision signed decimal numbers.
BigDecimal(char[], int, int) - Constructor for class java.math.BigDecimal
Translates a character array representation of a BigDecimal into a BigDecimal, accepting the same sequence of characters as the BigDecimal.BigDecimal(String) constructor, while allowing a sub-array to be specified.
BigDecimal(char[], int, int, MathContext) - Constructor for class java.math.BigDecimal
Translates a character array representation of a BigDecimal into a BigDecimal, accepting the same sequence of characters as the BigDecimal.BigDecimal(String) constructor, while allowing a sub-array to be specified and with rounding according to the context settings.
BigDecimal(char[]) - Constructor for class java.math.BigDecimal
Translates a character array representation of a BigDecimal into a BigDecimal, accepting the same sequence of characters as the BigDecimal.BigDecimal(String) constructor.
BigDecimal(char[], MathContext) - Constructor for class java.math.BigDecimal
Translates a character array representation of a BigDecimal into a BigDecimal, accepting the same sequence of characters as the BigDecimal.BigDecimal(String) constructor and with rounding according to the context settings.
BigDecimal(String) - Constructor for class java.math.BigDecimal
Translates the string representation of a BigDecimal into a BigDecimal.
BigDecimal(String, MathContext) - Constructor for class java.math.BigDecimal
Translates the string representation of a BigDecimal into a BigDecimal, accepting the same strings as the BigDecimal.BigDecimal(String) constructor, with rounding according to the context settings.
BigDecimal(double) - Constructor for class java.math.BigDecimal
Translates a double into a BigDecimal which is the exact decimal representation of the double's binary floating-point value.
BigDecimal(double, MathContext) - Constructor for class java.math.BigDecimal
Translates a double into a BigDecimal, with rounding according to the context settings.
BigDecimal(BigInteger) - Constructor for class java.math.BigDecimal
Translates a BigInteger into a BigDecimal.
BigDecimal(BigInteger, MathContext) - Constructor for class java.math.BigDecimal
Translates a BigInteger into a BigDecimal rounding according to the context settings.
BigDecimal(BigInteger, int) - Constructor for class java.math.BigDecimal
Translates a BigInteger unscaled value and an int scale into a BigDecimal.
BigDecimal(BigInteger, int, MathContext) - Constructor for class java.math.BigDecimal
Translates a BigInteger unscaled value and an int scale into a BigDecimal, with rounding according to the context settings.
BigDecimal(int) - Constructor for class java.math.BigDecimal
Translates an int into a BigDecimal.
BigDecimal(int, MathContext) - Constructor for class java.math.BigDecimal
Translates an int into a BigDecimal, with rounding according to the context settings.
BigDecimal(long) - Constructor for class java.math.BigDecimal
Translates a long into a BigDecimal.
BigDecimal(long, MathContext) - Constructor for class java.math.BigDecimal
Translates a long into a BigDecimal, with rounding according to the context settings.
BIGINT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIGINT.
BigInteger - Class in java.math
Immutable arbitrary-precision integers.
BigInteger(byte[]) - Constructor for class java.math.BigInteger
Translates a byte array containing the two's-complement binary representation of a BigInteger into a BigInteger.
BigInteger(int, byte[]) - Constructor for class java.math.BigInteger
Translates the sign-magnitude representation of a BigInteger into a BigInteger.
BigInteger(String, int) - Constructor for class java.math.BigInteger
Translates the String representation of a BigInteger in the specified radix into a BigInteger.
BigInteger(String) - Constructor for class java.math.BigInteger
Translates the decimal String representation of a BigInteger into a BigInteger.
BigInteger(int, Random) - Constructor for class java.math.BigInteger
Constructs a randomly generated BigInteger, uniformly distributed over the range 0 to (2numBits - 1), inclusive.
BigInteger(int, int, Random) - Constructor for class java.math.BigInteger
Constructs a randomly generated positive BigInteger that is probably prime, with the specified bitLength.
BINARY - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BINARY.
BinaryOperator<T> - Interface in java.util.function
Represents an operation upon two operands of the same type, producing a result of the same type as the operands.
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(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(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(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(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(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(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(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(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(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.
bind(Object, String, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces an early-bound method handle for a non-static method.
bind(SocketAddress) - Method in class java.net.DatagramSocket
Binds this DatagramSocket to a specific address and port.
bind(int, InetAddress) - Method in class java.net.DatagramSocketImpl
Binds a datagram socket to a local port and address.
bind(SocketAddress) - Method in class java.net.ServerSocket
Binds the ServerSocket to a specific address (IP address and port number).
bind(SocketAddress, int) - Method in class java.net.ServerSocket
Binds the ServerSocket to a specific address (IP address and port number).
bind(SocketAddress) - Method in class java.net.Socket
Binds the socket to a local address.
bind(InetAddress, int) - Method in class java.net.SocketImpl
Binds this socket to the specified local IP address and port number.
bind(SocketAddress) - Method in class java.nio.channels.AsynchronousServerSocketChannel
Binds the channel's socket to a local address and configures the socket to listen for connections.
bind(SocketAddress, int) - Method in class java.nio.channels.AsynchronousServerSocketChannel
Binds the channel's socket to a local address and configures the socket to listen for connections.
bind(SocketAddress) - Method in class java.nio.channels.AsynchronousSocketChannel
 
bind(SocketAddress) - Method in class java.nio.channels.DatagramChannel
 
bind(SocketAddress) - Method in interface java.nio.channels.NetworkChannel
Binds the channel's socket to a local address.
bind(SocketAddress) - Method in class java.nio.channels.ServerSocketChannel
Binds the channel's socket to a local address and configures the socket to listen for connections.
bind(SocketAddress, int) - Method in class java.nio.channels.ServerSocketChannel
Binds the channel's socket to a local address and configures the socket to listen for connections.
bind(SocketAddress) - Method in class java.nio.channels.SocketChannel
 
bind(String, Remote) - Static method in class java.rmi.Naming
Binds the specified name to a remote object.
bind(String, Remote) - Method in interface java.rmi.registry.Registry
Binds a remote reference to the specified name in this registry.
BindException - Exception in java.net
Signals that an error occurred while attempting to bind a socket to a local address and port.
BindException(String) - Constructor for exception java.net.BindException
Constructs a new BindException with the specified detail message as to why the bind error occurred.
BindException() - Constructor for exception java.net.BindException
Construct a new BindException with no detailed message.
bindTo(Object) - Method in class java.lang.invoke.MethodHandle
Binds a value x to the first argument of a method handle, without invoking it.
BiPredicate<T,U> - Interface in java.util.function
Represents a predicate (boolean-valued function) of two arguments.
BIT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIT.
BIT_DEPTH_MULTI - Static variable in class java.awt.DisplayMode
Value of the bit depth if multiple bit depths are supported in this display mode.
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.
bitCount() - Method in class java.math.BigInteger
Returns the number of bits in the two's complement representation of this BigInteger that differ from its sign bit.
bitLength() - Method in class java.math.BigInteger
Returns the number of bits in the minimal two's-complement representation of this BigInteger, excluding a sign bit.
BITMASK - Static variable in interface java.awt.Transparency
Represents image data that is guaranteed to be either completely opaque, with an alpha value of 1.0, or completely transparent, with an alpha value of 0.0.
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.
black - Static variable in class java.awt.Color
The color black.
BLACK - Static variable in class java.awt.Color
The color black.
Blob - Interface in java.sql
The representation (mapping) in the Java™ programming language of an SQL BLOB value.
BLOB - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
block(InetAddress) - Method in class java.nio.channels.MembershipKey
Block multicast datagrams from the given source address.
block() - Method in interface java.util.concurrent.ForkJoinPool.ManagedBlocker
Possibly blocks the current thread, for example waiting for a lock or condition.
BLOCK_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
The block decrement adjustment type.
BLOCK_ELEMENTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Block Elements" Unicode character block.
BLOCK_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
The block increment adjustment type.
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.
blockingLock() - Method in class java.nio.channels.SelectableChannel
Retrieves the object upon which the configureBlocking and register methods synchronize.
blockingLock() - Method in class java.nio.channels.spi.AbstractSelectableChannel
 
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.
blockWindows(List<Window>) - Method in interface java.awt.peer.DialogPeer
Block the specified windows.
BltBufferStrategy(int, BufferCapabilities) - Constructor for class java.awt.Component.BltBufferStrategy
Creates a new blt buffer strategy around a component
blue - Static variable in class java.awt.Color
The color blue.
BLUE - Static variable in class java.awt.Color
The color blue.
BLUECOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
Used to get a gamma value or TRC for the blue component.
BOLD - Static variable in class java.awt.Font
The bold style constant.
Book - Class in java.awt.print
The Book class provides a representation of a document in which pages may have different page formats and page painters.
Book() - Constructor for class java.awt.print.Book
Creates a new, empty Book.
Boolean - Class in java.lang
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
Boolean(String) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
BOOLEAN - Static variable in class java.sql.Types
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
BooleanSupplier - Interface in java.util.function
Represents a supplier of boolean-valued results.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
BootstrapMethodError - Error in java.lang
Thrown to indicate that an invokedynamic instruction has failed to find its bootstrap method, or the bootstrap method has failed to provide a call site with a target of the correct method 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_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bopomofo Extended" Unicode character block.
BorderLayout - Class in java.awt
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
BorderLayout() - Constructor for class java.awt.BorderLayout
Constructs a new border layout with no gaps between components.
BorderLayout(int, int) - Constructor for class java.awt.BorderLayout
Constructs a border layout with the specified gaps between components.
BOTH - Static variable in class java.awt.GridBagConstraints
Resize the component both horizontally and vertically.
bottom - Variable in class java.awt.Insets
The inset from the bottom.
BOTTOM_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY.
BOTTOM_ALIGNMENT - Static variable in class java.awt.font.GraphicAttribute
Aligns bottom of graphic to bottom of line.
bounds() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by getBounds().
bounds - Variable in class java.awt.Polygon
The bounds of this Polygon.
BOX_DRAWING - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Box Drawing" Unicode character block.
boxed() - Method in interface java.util.stream.DoubleStream
Returns a Stream consisting of the elements of this stream, boxed to Double.
boxed() - Method in interface java.util.stream.IntStream
Returns a Stream consisting of the elements of this stream, each boxed to an Integer.
boxed() - Method in interface java.util.stream.LongStream
Returns a Stream consisting of the elements of this stream, each boxed to a Long.
BRAHMI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Brahmi" Unicode character block.
BRAILLE_PATTERNS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Braille Patterns" Unicode character block.
BreakIterator - Class in java.text
The BreakIterator class implements methods for finding the location of boundaries in text.
BreakIterator() - Constructor for class java.text.BreakIterator
Constructor.
BreakIteratorProvider - Class in java.text.spi
An abstract class for service providers that provide concrete implementations of the BreakIterator class.
BreakIteratorProvider() - Constructor for class java.text.spi.BreakIteratorProvider
Sole constructor.
BRIEF - Static variable in class java.rmi.server.LogStream
Deprecated.
log level constant (brief logging).
brighter() - Method in class java.awt.Color
Creates a new Color that is a brighter version of this Color.
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.
browse(URI) - Method in class java.awt.Desktop
Launches the default browser to display a URI.
browse(URI) - Method in interface java.awt.peer.DesktopPeer
Launches the user default browser to display the given URI.
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.
buf - Variable in class java.util.zip.DeflaterInputStream
Input buffer for reading compressed data.
buf - Variable in class java.util.zip.DeflaterOutputStream
Output buffer for writing compressed data.
buf - Variable in class java.util.zip.InflaterInputStream
Input buffer for decompression.
buf - Variable in class java.util.zip.InflaterOutputStream
Output buffer for writing uncompressed data.
buffer - Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
buffer - Variable in class java.io.StringBufferInputStream
Deprecated.
The string from which bytes are read.
Buffer - Class in java.nio
A container for data of a specific primitive type.
BufferCapabilities - Class in java.awt
Capabilities and properties of buffers.
BufferCapabilities(ImageCapabilities, ImageCapabilities, BufferCapabilities.FlipContents) - Constructor for class java.awt.BufferCapabilities
Creates a new object for specifying buffering capabilities
BufferCapabilities.FlipContents - Class in java.awt
A type-safe enumeration of the possible back buffer contents after page-flipping
BufferedImage - Class in java.awt.image
The BufferedImage subclass describes an Image with an accessible buffer of image data.
BufferedImage(int, int, int) - Constructor for class java.awt.image.BufferedImage
Constructs a BufferedImage of one of the predefined image types.
BufferedImage(int, int, int, IndexColorModel) - Constructor for class java.awt.image.BufferedImage
Constructs a BufferedImage of one of the predefined image types: TYPE_BYTE_BINARY or TYPE_BYTE_INDEXED.
BufferedImage(ColorModel, WritableRaster, boolean, Hashtable<?, ?>) - Constructor for class java.awt.image.BufferedImage
Constructs a new BufferedImage with a specified ColorModel and Raster.
BufferedImageFilter - Class in java.awt.image
The BufferedImageFilter class subclasses an ImageFilter to provide a simple means of using a single-source/single-destination image operator (BufferedImageOp) to filter a BufferedImage in the Image Producer/Consumer/Observer paradigm.
BufferedImageFilter(BufferedImageOp) - Constructor for class java.awt.image.BufferedImageFilter
Constructs a BufferedImageFilter with the specified single-source/single-destination operator.
BufferedImageOp - Interface in java.awt.image
This interface describes single-input/single-output operations performed on BufferedImage objects.
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, int) - Constructor for class java.io.BufferedReader
Creates a buffering character-input stream that uses an input buffer of the specified size.
BufferedReader(Reader) - Constructor for class java.io.BufferedReader
Creates a buffering character-input stream that uses a default-sized input buffer.
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.
BufferOverflowException - Exception in java.nio
Unchecked exception thrown when a relative put operation reaches the target buffer's limit.
BufferOverflowException() - Constructor for exception java.nio.BufferOverflowException
Constructs an instance of this class.
BufferPoolMXBean - Interface in java.lang.management
The management interface for a buffer pool, for example a pool of direct or mapped buffers.
BufferStrategy - Class in java.awt.image
The BufferStrategy class represents the mechanism with which to organize complex memory on a particular Canvas or Window.
BufferStrategy() - Constructor for class java.awt.image.BufferStrategy
 
BufferUnderflowException - Exception in java.nio
Unchecked exception thrown when a relative get operation reaches the source buffer's limit.
BufferUnderflowException() - Constructor for exception java.nio.BufferUnderflowException
Constructs an instance of this class.
BUGINESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Buginese" Unicode character block.
BUHID - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Buhid" Unicode character block.
build() - Method in class java.nio.file.attribute.AclEntry.Builder
Constructs an AclEntry from the components of this builder.
build(CertPathParameters) - Method in class java.security.cert.CertPathBuilder
Attempts to build a certification path using the specified algorithm parameter set.
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 interface java.util.stream.DoubleStream.Builder
Builds the stream, transitioning this builder to the built state.
build() - Method in interface java.util.stream.IntStream.Builder
Builds the stream, transitioning this builder to the built state.
build() - Method in interface java.util.stream.LongStream.Builder
Builds the stream, transitioning this builder to the built state.
build() - Method in interface java.util.stream.Stream.Builder
Builds the stream, transitioning this builder to the built state.
Builder() - Constructor for class java.security.KeyStore.Builder
Construct a new 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 interface java.util.stream.DoubleStream
Returns a builder for a DoubleStream.
builder() - Static method in interface java.util.stream.IntStream
Returns a builder for an IntStream.
builder() - Static method in interface java.util.stream.LongStream
Returns a builder for a LongStream.
builder() - Static method in interface java.util.stream.Stream
Returns a builder for a Stream.
bulkRegister(int) - Method in class java.util.concurrent.Phaser
Adds the given number of new unarrived parties to this phaser.
Button - Class in java.awt
This class creates a labeled button.
Button() - Constructor for class java.awt.Button
Constructs a button with an empty string for its label.
Button(String) - Constructor for class java.awt.Button
Constructs a button with the specified label.
Button.AccessibleAWTButton - Class in java.awt
This class implements accessibility support for the Button class.
BUTTON1 - Static variable in class java.awt.event.MouseEvent
Indicates mouse button #1; used by MouseEvent.getButton().
BUTTON1_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Mouse Button1 extended modifier constant.
BUTTON1_MASK - Static variable in class java.awt.event.InputEvent
The Mouse Button1 modifier constant.
BUTTON2 - Static variable in class java.awt.event.MouseEvent
Indicates mouse button #2; used by MouseEvent.getButton().
BUTTON2_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Mouse Button2 extended modifier constant.
BUTTON2_MASK - Static variable in class java.awt.event.InputEvent
The Mouse Button2 modifier constant.
BUTTON3 - Static variable in class java.awt.event.MouseEvent
Indicates mouse button #3; used by MouseEvent.getButton().
BUTTON3_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Mouse Button3 extended modifier constant.
BUTTON3_MASK - Static variable in class java.awt.event.InputEvent
The Mouse Button3 modifier constant.
ButtonPeer - Interface in java.awt.peer
The peer interface for Button.
Byte - Class in java.lang
The Byte class wraps a value of primitive type byte in an object.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a newly allocated Byte object that represents the specified byte value.
Byte(String) - Constructor for class java.lang.Byte
Constructs a newly allocated Byte object that represents the byte value indicated by the String parameter.
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 byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ByteBuffer - Class in java.nio
A byte buffer.
ByteChannel - Interface in java.nio.channels
A channel that can read and write bytes.
ByteLookupTable - Class in java.awt.image
This class defines a lookup table object.
ByteLookupTable(int, byte[][]) - Constructor for class java.awt.image.ByteLookupTable
Constructs a ByteLookupTable object from an array of byte arrays representing a lookup table for each band.
ByteLookupTable(int, byte[]) - Constructor for class java.awt.image.ByteLookupTable
Constructs a ByteLookupTable object from an array of bytes representing a lookup table to be applied to all bands.
ByteOrder - Class in java.nio
A typesafe enumeration for byte orders.
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 a 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.
bytesWidth(byte[], int, int) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of bytes in this Font.
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, which may involve rounding or truncation.
byteValue() - Method in class java.lang.Short
Returns the value of this Short as a byte after a narrowing primitive conversion.
byteValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a byte, checking for lost information.
byteValueExact() - Method in class java.math.BigInteger
Converts this BigInteger to a byte, checking for lost information.
BYZANTINE_MUSICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Byzantine Musical Symbols" Unicode character block.

C

C - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Engineering C, 17 x 22 in.
C0 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C0.
C1 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C1.
C10 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C10.
C2 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C2.
C3 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C3.
C4 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C4.
C5 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C5.
C6 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C6.
C7 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C7.
C8 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C8.
C9 - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C9.
cachedChildren() - Method in class java.util.prefs.AbstractPreferences
Returns all known unremoved children of this node.
CacheRequest - Class in java.net
Represents channels for storing resources in the ResponseCache.
CacheRequest() - Constructor for class java.net.CacheRequest
 
CacheResponse - Class in java.net
Represent channels for retrieving resources from the ResponseCache.
CacheResponse() - Constructor for class java.net.CacheResponse
 
calendar - Variable in class java.text.DateFormat
The Calendar instance used for calculating the date-time fields and the instant of time.
Calendar - Class in java.util
The Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH, DAY_OF_MONTH, HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and the default FORMAT locale.
Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
Constructs a calendar with the specified time zone and locale.
Calendar.Builder - Class in java.util
Calendar.Builder is used for creating a Calendar from various date-time parameters.
CalendarDataProvider - Class in java.util.spi
An abstract class for service providers that provide locale-dependent Calendar parameters.
CalendarDataProvider() - Constructor for class java.util.spi.CalendarDataProvider
Sole constructor.
CalendarNameProvider - Class in java.util.spi
An abstract class for service providers that provide localized string representations (display names) of Calendar field values.
CalendarNameProvider() - Constructor for class java.util.spi.CalendarNameProvider
Sole constructor.
call() - Method in interface java.util.concurrent.Callable
Computes a result, or throws an exception if unable to do so.
Callable<V> - Interface in java.util.concurrent
A task that returns a result and may throw an exception.
callable(Runnable, T) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns the given result.
callable(Runnable) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns null.
callable(PrivilegedAction<?>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged action and returns its result.
callable(PrivilegedExceptionAction<?>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged exception action and returns its result.
CallableStatement - Interface in java.sql
The interface used to execute SQL stored procedures.
CallbackHandlerProtection(CallbackHandler) - Constructor for class java.security.KeyStore.CallbackHandlerProtection
Constructs a new CallbackHandlerProtection from a CallbackHandler.
CallerRunsPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
Creates a CallerRunsPolicy.
CallSite - Class in java.lang.invoke
A CallSite is a holder for a variable MethodHandle, which is called its target.
CANADA - Static variable in class java.util.Locale
Useful constant for country.
CANADA_FRENCH - Static variable in class java.util.Locale
Useful constant for country.
cancel() - Method in class java.awt.print.PrinterJob
Cancels a print job that is in progress.
cancel() - Method in class java.nio.channels.SelectionKey
Requests that the registration of this key's channel with its selector be cancelled.
cancel() - Method in class java.nio.channels.spi.AbstractSelectionKey
Cancels this key.
cancel() - Method in interface java.nio.file.WatchKey
Cancels the registration with the watch service.
cancel() - Method in interface java.sql.Statement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancel(boolean) - Method in class java.util.concurrent.CompletableFuture
If not already completed, completes this CompletableFuture with a CancellationException.
cancel(boolean) - Method in class java.util.concurrent.ForkJoinTask
Attempts to cancel execution of this task.
cancel(boolean) - Method in interface java.util.concurrent.Future
Attempts to cancel execution of this task.
cancel(boolean) - Method in class java.util.concurrent.FutureTask
 
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancelLatestCommittedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets the latest committed text from the text editing component and removes it from the component's text body.
CancellationException - Exception in java.util.concurrent
Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.
CancellationException() - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with no detail message.
CancellationException(String) - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with the specified detail message.
CancelledKeyException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid.
CancelledKeyException() - Constructor for exception java.nio.channels.CancelledKeyException
Constructs an instance of this class.
cancelledKeys() - Method in class java.nio.channels.spi.AbstractSelector
Retrieves this selector's cancelled-key set.
cancelRowUpdates() - Method in interface java.sql.ResultSet
Cancels the updates made to the current row in this ResultSet object.
canDetermineObscurity() - Method in interface java.awt.peer.ComponentPeer
Returns true when the peer can determine if a component has been obscured, false false otherwise.
canDisplay(char) - Method in class java.awt.Font
Checks if this Font has a glyph for the specified character.
canDisplay(int) - Method in class java.awt.Font
Checks if this Font has a glyph for the specified character.
canDisplayUpTo(String) - Method in class java.awt.Font
Indicates whether or not this Font can display a specified String.
canDisplayUpTo(char[], int, int) - Method in class java.awt.Font
Indicates whether or not this Font can display the characters in the specified text starting at start and ending at limit.
canDisplayUpTo(CharacterIterator, int, int) - Method in class java.awt.Font
Indicates whether or not this Font can display the text specified by the iter starting at start and ending at limit.
canEncode() - Method in class java.nio.charset.Charset
Tells whether or not this charset supports encoding.
canEncode(char) - Method in class java.nio.charset.CharsetEncoder
Tells whether or not this encoder can encode the given character.
canEncode(CharSequence) - Method in class java.nio.charset.CharsetEncoder
Tells whether or not this encoder can encode the given character sequence.
canExecute() - Method in class java.io.File
Tests whether the application can execute the file denoted by this abstract pathname.
canFilterIndexColorModel - Variable in class java.awt.image.RGBImageFilter
This boolean indicates whether or not it is acceptable to apply the color filtering of the filterRGB method to the color table entries of an IndexColorModel object in lieu of pixel by pixel filtering.
CANON_EQ - Static variable in class java.util.regex.Pattern
Enables canonical equivalence.
CANONICAL_DECOMPOSITION - Static variable in class java.text.Collator
Decomposition mode value.
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
Canvas - Class in java.awt
A Canvas component represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user.
Canvas() - Constructor for class java.awt.Canvas
Constructs a new Canvas.
Canvas(GraphicsConfiguration) - Constructor for class java.awt.Canvas
Constructs a new Canvas given a GraphicsConfiguration object.
Canvas.AccessibleAWTCanvas - Class in java.awt
This class implements accessibility support for the Canvas class.
CanvasPeer - Interface in java.awt.peer
The peer interface for Canvas.
canWrite() - Method in class java.io.File
Tests whether the application can modify the file denoted by this abstract pathname.
CAP_BUTT - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths and dash segments with no added decoration.
CAP_ROUND - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen.
CAP_SQUARE - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.
capacity() - Method in class java.lang.StringBuffer
 
capacity() - Method in class java.nio.Buffer
Returns this buffer's capacity.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
caps - Variable in class java.awt.Component.BltBufferStrategy
The buffering capabilities
caps - Variable in class java.awt.Component.FlipBufferStrategy
The buffering capabilities
CAPS_LOCK - Static variable in class java.awt.Event
The Caps Lock key, a non-ASCII action key.
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true in this BitSet.
CardLayout - Class in java.awt
A CardLayout object is a layout manager for a container.
CardLayout() - Constructor for class java.awt.CardLayout
Creates a new card layout with gaps of size zero.
CardLayout(int, int) - Constructor for class java.awt.CardLayout
Creates a new card layout with the specified horizontal and vertical gaps.
CARET_POSITION_CHANGED - Static variable in class java.awt.event.InputMethodEvent
The event type indicating a changed insertion point in input method text.
CaretPolicy() - Constructor for class java.awt.font.TextLayout.CaretPolicy
Constructs a CaretPolicy.
caretPositionChanged(InputMethodEvent) - Method in class java.awt.AWTEventMulticaster
Handles the caretPositionChanged event by invoking the caretPositionChanged methods on listener-a and listener-b.
caretPositionChanged(InputMethodEvent) - Method in interface java.awt.event.InputMethodListener
Invoked when the caret within composed text has changed.
CARIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Carian" Unicode character block.
CASE_INSENSITIVE - Static variable in class java.util.regex.Pattern
Enables case-insensitive matching.
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
A Comparator that orders String objects as by compareToIgnoreCase.
cast(Object) - Method in class java.lang.Class
Casts an object to the class or interface represented by this Class object.
catchException(MethodHandle, Class<? extends Throwable>, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Makes a method handle which adapts a target method handle, by running it inside an exception handler.
catchExceptions - Variable in class java.awt.event.InvocationEvent
Set to true if dispatch() catches Throwable and stores it in the exception instance variable.
cbrt(double) - Static method in class java.lang.Math
Returns the cube root of a double value.
cbrt(double) - Static method in class java.lang.StrictMath
Returns the cube root of a double value.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
ceil(double) - Static method in class java.lang.StrictMath
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
ceiling(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
ceiling(E) - Method in interface java.util.NavigableSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceiling(E) - Method in class java.util.TreeSet
 
ceilingEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.
ceilingEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingEntry(K) - Method in class java.util.TreeMap
 
ceilingKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
ceilingKey(K) - Method in interface java.util.NavigableMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class java.util.TreeMap
 
CENTER - Static variable in class java.awt.BorderLayout
The center layout constraint (middle of container).
CENTER - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be centered.
CENTER - Static variable in class java.awt.GridBagConstraints
Put the component in the center of its display area.
CENTER - Static variable in class java.awt.Label
Indicates that the label should be centered.
CENTER_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY and getAlignmentX.
CENTER_BASELINE - Static variable in class java.awt.Font
The baseline used in ideographic scripts like Chinese, Japanese, and Korean when laying out text.
CENTER_BASELINE - Static variable in class java.awt.font.GraphicAttribute
Aligns origin of graphic to center baseline of line.
Certificate - Class in java.security.cert
Abstract class for managing a variety of identity certificates.
Certificate(String) - Constructor for class java.security.cert.Certificate
Creates a certificate of the specified type.
Certificate - Interface in java.security
Deprecated.
A new certificate handling package is created in the Java platform. This Certificate interface is entirely deprecated and is here to allow for a smooth transition to the new package.
Certificate.CertificateRep - Class in java.security.cert
Alternate Certificate class for serialization.
CertificateEncodingException - Exception in java.security.cert
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateEncodingException(String, Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified detail message and cause.
CertificateEncodingException(Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateException - Exception in java.security.cert
This exception indicates one of a variety of certificate problems.
CertificateException() - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with no detail message.
CertificateException(String) - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with the given detail message.
CertificateException(String, Throwable) - Constructor for exception java.security.cert.CertificateException
Creates a CertificateException with the specified detail message and cause.
CertificateException(Throwable) - Constructor for exception java.security.cert.CertificateException
Creates a CertificateException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateExpiredException - Exception in java.security.cert
Certificate Expired Exception.
CertificateExpiredException() - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with no detail message.
CertificateExpiredException(String) - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with the specified detail message.
CertificateFactory - Class in java.security.cert
This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (CertPath) and certificate revocation list (CRL) objects from their encodings.
CertificateFactory(CertificateFactorySpi, Provider, String) - Constructor for class java.security.cert.CertificateFactory
Creates a CertificateFactory object of the given type, and encapsulates the given provider implementation (SPI object) in it.
CertificateFactorySpi - Class in java.security.cert
This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
 
CertificateNotYetValidException - Exception in java.security.cert
Certificate is not yet valid exception.
CertificateNotYetValidException() - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with no detail message.
CertificateNotYetValidException(String) - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with the specified detail message.
CertificateParsingException - Exception in java.security.cert
Certificate Parsing Exception.
CertificateParsingException() - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with no detail message.
CertificateParsingException(String) - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with the specified detail message.
CertificateParsingException(String, Throwable) - Constructor for exception java.security.cert.CertificateParsingException
Creates a CertificateParsingException with the specified detail message and cause.
CertificateParsingException(Throwable) - Constructor for exception java.security.cert.CertificateParsingException
Creates a CertificateParsingException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateRep(String, byte[]) - Constructor for class java.security.cert.Certificate.CertificateRep
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
CertificateRevokedException - Exception in java.security.cert
An exception that indicates an X.509 certificate is revoked.
CertificateRevokedException(Date, CRLReason, X500Principal, Map<String, Extension>) - Constructor for exception java.security.cert.CertificateRevokedException
Constructs a CertificateRevokedException with the specified revocation date, reason code, authority name, and map of extensions.
certificates() - Method in class java.security.Identity
Deprecated.
Returns a copy of all the certificates for this identity.
CertPath - Class in java.security.cert
An immutable sequence of certificates (a certification path).
CertPath(String) - Constructor for class java.security.cert.CertPath
Creates a CertPath of the specified type.
CertPath.CertPathRep - Class in java.security.cert
Alternate CertPath class for serialization.
CertPathBuilder - Class in java.security.cert
A class for building certification paths (also known as certificate chains).
CertPathBuilder(CertPathBuilderSpi, Provider, String) - Constructor for class java.security.cert.CertPathBuilder
Creates a CertPathBuilder object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.
CertPathBuilderException - Exception in java.security.cert
An exception indicating one of a variety of problems encountered when building a certification path with a CertPathBuilder.
CertPathBuilderException() - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException with null as its detail message.
CertPathBuilderException(String) - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException with the given detail message.
CertPathBuilderException(Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException that wraps the specified throwable.
CertPathBuilderException(String, Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException with the specified detail message and cause.
CertPathBuilderResult - Interface in java.security.cert
A specification of the result of a certification path builder algorithm.
CertPathBuilderSpi - Class in java.security.cert
The Service Provider Interface (SPI) for the CertPathBuilder class.
CertPathBuilderSpi() - Constructor for class java.security.cert.CertPathBuilderSpi
The default constructor.
CertPathChecker - Interface in java.security.cert
Performs one or more checks on each Certificate of a CertPath.
CertPathParameters - Interface in java.security.cert
A specification of certification path algorithm parameters.
CertPathRep(String, byte[]) - Constructor for class java.security.cert.CertPath.CertPathRep
Creates a CertPathRep with the specified type and encoded form of a certification path.
CertPathValidator - Class in java.security.cert
A class for validating certification paths (also known as certificate chains).
CertPathValidator(CertPathValidatorSpi, Provider, String) - Constructor for class java.security.cert.CertPathValidator
Creates a CertPathValidator object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.
CertPathValidatorException - Exception in java.security.cert
An exception indicating one of a variety of problems encountered when validating a certification path.
CertPathValidatorException() - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with no detail message.
CertPathValidatorException(String) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the given detail message.
CertPathValidatorException(Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException that wraps the specified throwable.
CertPathValidatorException(String, Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the specified detail message and cause.
CertPathValidatorException(String, Throwable, CertPath, int) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the specified detail message, cause, certification path, and index.
CertPathValidatorException(String, Throwable, CertPath, int, CertPathValidatorException.Reason) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the specified detail message, cause, certification path, index, and reason.
CertPathValidatorException.BasicReason - Enum in java.security.cert
The BasicReason enumerates the potential reasons that a certification path of any type may be invalid.
CertPathValidatorException.Reason - Interface in java.security.cert
The reason the validation algorithm failed.
CertPathValidatorResult - Interface in java.security.cert
A specification of the result of a certification path validator algorithm.
CertPathValidatorSpi - Class in java.security.cert
The Service Provider Interface (SPI) for the CertPathValidator class.
CertPathValidatorSpi() - Constructor for class java.security.cert.CertPathValidatorSpi
The default constructor.
CertSelector - Interface in java.security.cert
A selector that defines a set of criteria for selecting Certificates.
CertStore - Class in java.security.cert
A class for retrieving Certificates and CRLs from a repository.
CertStore(CertStoreSpi, Provider, String, CertStoreParameters) - Constructor for class java.security.cert.CertStore
Creates a CertStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.
CertStoreException - Exception in java.security.cert
An exception indicating one of a variety of problems retrieving certificates and CRLs from a CertStore.
CertStoreException() - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException with null as its detail message.
CertStoreException(String) - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException with the given detail message.
CertStoreException(Throwable) - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException that wraps the specified throwable.
CertStoreException(String, Throwable) - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException with the specified detail message and cause.
CertStoreParameters - Interface in java.security.cert
A specification of CertStore parameters.
CertStoreSpi - Class in java.security.cert
The Service Provider Interface (SPI) for the CertStore class.
CertStoreSpi(CertStoreParameters) - Constructor for class java.security.cert.CertStoreSpi
The sole constructor.
CHAKMA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Chakma" Unicode character block.
CHAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cham" Unicode character block.
CHANGED - Static variable in class java.awt.dnd.DragSourceContext
An int used by updateCurrentCursor() indicating that the user operation has changed.
changeParameterType(int, Class<?>) - Method in class java.lang.invoke.MethodType
Finds or creates a method type with a single different parameter type.
changeReturnType(Class<?>) - Method in class java.lang.invoke.MethodType
Finds or creates a method type with a different return type.
Channel - Interface in java.nio.channels
A nexus for I/O operations.
channel() - Method in class java.nio.channels.FileLock
Returns the file channel upon whose file this lock was acquired.
channel() - Method in class java.nio.channels.MembershipKey
Returns the channel for which this membership key was created.
channel() - Method in class java.nio.channels.SelectionKey
Returns the channel for which this key was created.
Channels - Class in java.nio.channels
Utility methods for channels and streams.
CHAR - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CHAR.
CHAR_REPLACEMENT - Static variable in class java.awt.font.TextAttribute
Attribute key for a user-defined glyph to display in lieu of the font's standard glyph for a character.
CHAR_UNDEFINED - Static variable in class java.awt.event.KeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a newly allocated Character object that represents the specified char value.
Character.Subset - Class in java.lang
Instances of this class represent particular subsets of the Unicode character set.
Character.UnicodeBlock - Class in java.lang
A family of character subsets representing the character blocks in the Unicode specification.
Character.UnicodeScript - Enum in java.lang
A family of character subsets representing the character scripts defined in the Unicode Standard Annex #24: Script Names.
CharacterCodingException - Exception in java.nio.charset
Checked exception thrown when a character encoding or decoding error occurs.
CharacterCodingException() - Constructor for exception java.nio.charset.CharacterCodingException
Constructs an instance of this class.
characteristics() - Method in interface java.util.Spliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractDoubleSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractIntSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractLongSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in interface java.util.stream.Collector
Returns a Set of Collector.Characteristics indicating the characteristics of this Collector.
CharacterIterator - Interface in java.text
This interface defines a protocol for bidirectional iteration over text.
CharArrayReader - Class in java.io
This class implements a character buffer that can be used as a character-input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
CharArrayWriter - Class in java.io
This class implements a character buffer that can be used as an Writer.
CharArrayWriter() - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
charAt(int) - Method in interface java.lang.CharSequence
Returns the char value at the specified index.
charAt(int) - Method in class java.lang.String
Returns the char value at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
 
charAt(int) - Method in class java.nio.CharBuffer
Reads the character at the given index relative to the current position.
CharBuffer - Class in java.nio
A char buffer.
CharConversionException - Exception in java.io
Base class for character conversion exceptions.
CharConversionException() - Constructor for exception java.io.CharConversionException
This provides no detailed message.
CharConversionException(String) - Constructor for exception java.io.CharConversionException
This provides a detailed message.
charCount(int) - Static method in class java.lang.Character
Determines the number of char values needed to represent the specified character (Unicode code point).
chars() - Method in interface java.lang.CharSequence
Returns a stream of int zero-extending the char values from this sequence.
chars() - Method in class java.nio.CharBuffer
 
CharSequence - Interface in java.lang
A CharSequence is a readable sequence of char values.
Charset - Class in java.nio.charset
A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
Charset(String, String[]) - Constructor for class java.nio.charset.Charset
Initializes a new charset with the given canonical name and alias set.
charset() - Method in class java.nio.charset.CharsetDecoder
Returns the charset that created this decoder.
charset() - Method in class java.nio.charset.CharsetEncoder
Returns the charset that created this encoder.
CharsetDecoder - Class in java.nio.charset
An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters.
CharsetDecoder(Charset, float, float) - Constructor for class java.nio.charset.CharsetDecoder
Initializes a new decoder.
CharsetEncoder - Class in java.nio.charset
An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset.
CharsetEncoder(Charset, float, float, byte[]) - Constructor for class java.nio.charset.CharsetEncoder
Initializes a new encoder.
CharsetEncoder(Charset, float, float) - Constructor for class java.nio.charset.CharsetEncoder
Initializes a new encoder.
charsetForName(String) - Method in class java.nio.charset.spi.CharsetProvider
Retrieves a charset for the given charset name.
CharsetProvider - Class in java.nio.charset.spi
Charset service-provider class.
CharsetProvider() - Constructor for class java.nio.charset.spi.CharsetProvider
Initializes a new charset provider.
charsets() - Method in class java.nio.charset.spi.CharsetProvider
Creates an iterator that iterates over the charsets supported by this provider.
charsWidth(char[], int, int) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of characters in this Font.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(int) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
charWidth(char) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
check(Certificate) - Method in interface java.security.cert.CertPathChecker
Performs the check(s) on the specified certificate using its internal state.
check(Certificate, Collection<String>) - Method in class java.security.cert.PKIXCertPathChecker
Performs the check(s) on the specified certificate using its internal state and removes any critical extensions that it processes from the specified collection of OID strings that represent the unresolved critical extensions.
check(Certificate) - Method in class java.security.cert.PKIXCertPathChecker
Performs the check(s) on the specified certificate using its internal state.
checkAccept(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(Thread) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAccess() - Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkAccess() - Method in class java.lang.ThreadGroup
Determines if the currently running thread has permission to modify this thread group.
checkAccess(Path, AccessMode...) - Method in class java.nio.file.spi.FileSystemProvider
Checks the existence, and optionally the accessibility, of a file.
checkAccess() - Method in class java.util.logging.LogManager
Check that the current context is trusted to modify the logging configuration.
checkAll() - Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
checkAll(boolean) - Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
Deprecated.
The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
Checkbox - Class in java.awt
A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
Checkbox() - Constructor for class java.awt.Checkbox
Creates a check box with an empty string for its label.
Checkbox(String) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label.
Checkbox(String, boolean) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label and sets the specified state.
Checkbox(String, boolean, CheckboxGroup) - Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
Checkbox(String, CheckboxGroup, boolean) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label, in the specified check box group, and set to the specified state.
Checkbox.AccessibleAWTCheckbox - Class in java.awt
This class implements accessibility support for the Checkbox class.
CheckboxGroup - Class in java.awt
The CheckboxGroup class is used to group together a set of Checkbox buttons.
CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
Creates a new instance of CheckboxGroup.
CheckboxMenuItem - Class in java.awt
This class represents a check box that can be included in a menu.
CheckboxMenuItem() - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with an empty label.
CheckboxMenuItem(String) - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label.
CheckboxMenuItem(String, boolean) - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label and state.
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem - Class in java.awt
Inner class of CheckboxMenuItem used to provide default support for accessibility.
CheckboxMenuItemPeer - Interface in java.awt.peer
The peer interface for CheckboxMenuItem.
CheckboxPeer - Interface in java.awt.peer
The peer interface for Checkbox.
checkConnect(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
checkedCollection(Collection<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified collection.
CheckedInputStream - Class in java.util.zip
An input stream that also maintains a checksum of the data being read.
CheckedInputStream(InputStream, Checksum) - Constructor for class java.util.zip.CheckedInputStream
Creates an input stream using the specified Checksum.
checkedList(List<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified list.
checkedMap(Map<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified map.
checkedNavigableMap(NavigableMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified navigable map.
checkedNavigableSet(NavigableSet<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified navigable set.
CheckedOutputStream - Class in java.util.zip
An output stream that also maintains a checksum of the data being written.
CheckedOutputStream(OutputStream, Checksum) - Constructor for class java.util.zip.CheckedOutputStream
Creates an output stream with the specified Checksum.
checkedQueue(Queue<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified queue.
checkedSet(Set<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified set.
checkedSortedMap(SortedMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified sorted map.
checkedSortedSet(SortedSet<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified sorted set.
checkError() - Method in class java.io.PrintStream
Flushes the stream and checks its error state.
checkError() - Method in class java.io.PrintWriter
Flushes the stream if it's not closed and checks its error state.
checkExec(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkGuard(Object) - Method in interface java.security.Guard
Determines whether or not to allow access to the guarded object object.
checkGuard(Object) - Method in class java.security.Permission
Implements the guard interface for a permission.
checkID(int) - Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkID(int, boolean) - Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkImage(Image, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in interface java.awt.peer.ComponentPeer
Determines the status of the construction of the screen representaion of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Indicates the construction status of a specified image that is being prepared for display.
checkLink(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class<?>, int) - Method in class java.lang.SecurityManager
Deprecated.
This method relies on the caller being at a stack depth of 4 which is error-prone and cannot be enforced by the runtime. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
Deprecated.
Use #checkPermission(java.security.Permission) instead
checkPackageAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPermission(Permission) - Method in class java.lang.SecurityManager
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPermission(Permission) - Method in class java.security.AccessControlContext
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect, and the context in this object.
checkPermission(Permission) - Static method in class java.security.AccessController
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the current AccessControlContext and security policy.
checkPermission(Principal, Permission) - Method in interface java.security.acl.Acl
Checks whether or not the specified principal has the specified permission.
checkPermission(Permission) - Method in interface java.security.acl.AclEntry
Checks if the specified permission is part of the permission set in this entry.
checkPrintJobAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to initiate a print job request.
checkPropertiesAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String) - Method in class java.lang.SecurityManager
Determines whether the permission with the specified permission target name should be granted or denied.
checkSetFactory() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
Checksum - Interface in java.util.zip
An interface representing a data checksum.
checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
Deprecated.
The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
Deprecated.
The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkValidIntValue(long) - Method in enum java.time.temporal.ChronoField
Checks that the specified value is valid and fits in an int.
checkValidIntValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
Checks that the specified value is valid and fits in an int.
checkValidity() - Method in class java.security.cert.X509Certificate
Checks that the certificate is currently valid.
checkValidity(Date) - Method in class java.security.cert.X509Certificate
Checks that the given date is within the certificate's validity period.
checkValidValue(long) - Method in enum java.time.temporal.ChronoField
Checks that the specified value is valid for this field.
checkValidValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
Checks that the specified value is valid.
checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cherokee" Unicode character block.
childAdded(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
This method gets called when a child node is added.
childDeserializedHook(Object, BeanContextSupport.BCSChild) - Method in class java.beans.beancontext.BeanContextSupport
Called by readObject with the newly deserialized child and BCSChild.
childJustAddedHook(Object, BeanContextSupport.BCSChild) - Method in class java.beans.beancontext.BeanContextSupport
subclasses may override this method to simply extend add() semantics after the child has been added and before the event notification has occurred.
childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class java.beans.beancontext.BeanContextServicesSupport
called from superclass child removal operations after a child has been successfully removed.
childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class java.beans.beancontext.BeanContextSupport
subclasses may override this method to simply extend remove() semantics after the child has been removed and before the event notification has occurred.
childRemoved(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
This method gets called when a child node is removed.
children - Variable in class java.beans.beancontext.BeanContextMembershipEvent
The list of children affected by this event notification.
children - Variable in class java.beans.beancontext.BeanContextSupport
all accesses to the protected HashMap children field shall be synchronized on that object.
childrenAdded(BeanContextMembershipEvent) - Method in interface java.beans.beancontext.BeanContextMembershipListener
Called when a child or list of children is added to a BeanContext that this listener is registered with.
childrenNames() - Method in class java.util.prefs.AbstractPreferences
Implements the children method as per the specification in Preferences.childrenNames().
childrenNames() - Method in class java.util.prefs.Preferences
Returns the names of the children of this preference node, relative to this node.
childrenNamesSpi() - Method in class java.util.prefs.AbstractPreferences
Returns the names of the children of this preference node.
childrenRemoved(BeanContextMembershipEvent) - Method in interface java.beans.beancontext.BeanContextMembershipListener
Called when a child or list of children is removed from a BeanContext that this listener is registered with.
childResized(int, int) - Method in interface java.awt.peer.ScrollPanePeer
Called when the child component changes its size.
childSpi(String) - Method in class java.util.prefs.AbstractPreferences
Returns the named child of this preference node, creating it if it does not already exist.
childValue(T) - Method in class java.lang.InheritableThreadLocal
Computes the child's initial value for this inheritable thread-local variable as a function of the parent's value at the time the child thread is created.
CHINA - Static variable in class java.util.Locale
Useful constant for country.
CHINESE - Static variable in class java.util.Locale
Useful constant for language.
Choice - Class in java.awt
The Choice class presents a pop-up menu of choices.
Choice() - Constructor for class java.awt.Choice
Creates a new choice menu.
Choice.AccessibleAWTChoice - Class in java.awt
This class implements accessibility support for the Choice class.
ChoiceFormat - Class in java.text
A ChoiceFormat allows you to attach a format to a range of numbers.
ChoiceFormat(String) - Constructor for class java.text.ChoiceFormat
Constructs with limits and corresponding formats based on the pattern.
ChoiceFormat(double[], String[]) - Constructor for class java.text.ChoiceFormat
Constructs with the limits and the corresponding formats.
ChoicePeer - Interface in java.awt.peer
The peer interface for Choice.
choices - Variable in class java.sql.DriverPropertyInfo
An array of possible values if the value for the field DriverPropertyInfo.value may be selected from a particular set of values; otherwise null.
CHORD - Static variable in class java.awt.geom.Arc2D
The closure type for an arc closed by drawing a straight line segment from the start of the arc segment to the end of the arc segment.
ChronoField - Enum in java.time.temporal
A standard set of fields.
ChronoLocalDate - Interface in java.time.chrono
A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases.
ChronoLocalDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases.
Chronology - Interface in java.time.chrono
A calendar system, used to organize and identify dates.
chronology() - Static method in class java.time.temporal.TemporalQueries
A query for the Chronology.
ChronoPeriod - Interface in java.time.chrono
A date-based amount of time, such as '3 years, 4 months and 5 days' in an arbitrary chronology, intended for advanced globalization use cases.
ChronoUnit - Enum in java.time.temporal
A standard set of date periods units.
ChronoZonedDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
A date-time with a time-zone in an arbitrary chronology, intended for advanced globalization use cases.
chunkLength - Variable in class java.net.HttpURLConnection
The chunk-length when using chunked encoding streaming mode for output.
CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility" Unicode character block.
CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Forms" Unicode character block.
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Ideographs" Unicode character block.
CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Ideographs Supplement" Unicode character block.
CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Radicals Supplement" Unicode character block.
CJK_STROKES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Strokes" Unicode character block.
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Symbols and Punctuation" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension A" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension B" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension C" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension D" Unicode character block.
Class<T> - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
CLASS_ABSTRACT - Static variable in class java.awt.color.ICC_Profile
Profile class is abstract.
CLASS_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
When concatenated with a class attribute name, indicates the format of that attribute, using the layout language specified in the JSR 200 specification.
CLASS_COLORSPACECONVERSION - Static variable in class java.awt.color.ICC_Profile
Profile class is color space conversion.
CLASS_DEVICELINK - Static variable in class java.awt.color.ICC_Profile
Profile class is device link.
CLASS_DISPLAY - Static variable in class java.awt.color.ICC_Profile
Profile class is display.
CLASS_INPUT - Static variable in class java.awt.color.ICC_Profile
Profile class is input.
CLASS_LOADING_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the ClassLoadingMXBean.
CLASS_NAMEDCOLOR - Static variable in class java.awt.color.ICC_Profile
Profile class is named color.
CLASS_OUTPUT - Static variable in class java.awt.color.ICC_Profile
Profile class is output.
CLASS_PATH - Static variable in class java.util.jar.Attributes.Name
Name object for Class-Path manifest attribute.
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError - Error in java.lang
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded.
ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
ClassDefinition - Class in java.lang.instrument
This class serves as a parameter block to the Instrumentation.redefineClasses method.
ClassDefinition(Class<?>, byte[]) - Constructor for class java.lang.instrument.ClassDefinition
Creates a new ClassDefinition binding using the supplied class and class file bytes.
classDepth(String) - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
classEquals(Class, Class) - Static method in class java.beans.beancontext.BeanContextSupport
Tests to see if two class objects, or their names are equal.
ClassFileTransformer - Interface in java.lang.instrument
An agent provides an implementation of this interface in order to transform class files.
ClassFormatError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatError() - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader - Class in java.lang
A class loader is an object that is responsible for loading classes.
ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
Creates a new class loader using the specified parent class loader for delegation.
ClassLoader() - Constructor for class java.lang.ClassLoader
Creates a new class loader using the ClassLoader returned by the method getSystemClassLoader() as the parent class loader.
classLoaderDepth() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
ClassLoadingMXBean - Interface in java.lang.management
The management interface for the class loading system of the Java virtual machine.
classModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a class.
classname - Variable in exception java.io.InvalidClassException
Name of the invalid class.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
ClassValue<T> - Class in java.lang
Lazily associate a computed value with (potentially) every type.
ClassValue() - Constructor for class java.lang.ClassValue
Sole constructor.
clean(ObjID[], long, VMID, boolean) - Method in interface java.rmi.dgc.DGC
The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.
CLEAR - Static variable in class java.awt.AlphaComposite
Both the color and the alpha of the destination are cleared (Porter-Duff Clear rule).
Clear - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque CLEAR rule with an alpha of 1.0f.
clear() - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, replaced by removeAll().
clear() - Method in class java.awt.RenderingHints
Clears this RenderingHints object of all key/value pairs.
clear() - Method in class java.beans.beancontext.BeanContextSupport
clear the children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.nio.Buffer
Clears this buffer.
clear() - Method in class java.security.Provider
Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.
clear() - Method in class java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractList
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.AbstractMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class java.util.AbstractQueue
Removes all of the elements from this queue.
clear() - Method in class java.util.ArrayDeque
Removes all of the elements from this deque.
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear(int) - Method in class java.util.BitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class java.util.BitSet
Sets all of the bits in this BitSet to false.
clear() - Method in class java.util.Calendar
Sets all the calendar field values and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear(int) - Method in class java.util.Calendar
Sets the given calendar field value and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear() - Method in interface java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.concurrent.ArrayBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.ConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes all of the elements from this deque.
clear() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes all of the mappings from this map.
clear() - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes all of the elements from this set.
clear() - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes all of the elements from this list.
clear() - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes all of the elements from this set.
clear() - Method in class java.util.concurrent.DelayQueue
Atomically removes all of the elements from this delay queue.
clear() - Method in class java.util.concurrent.LinkedBlockingDeque
Atomically removes all of the elements from this deque.
clear() - Method in class java.util.concurrent.LinkedBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.PriorityBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.SynchronousQueue
Does nothing.
clear() - Method in class java.util.EnumMap
Removes all mappings from this map.
clear() - Method in class java.util.HashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.HashSet
Removes all of the elements from this set.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.IdentityHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.jar.Attributes
Removes all attributes from this Map.
clear() - Method in class java.util.jar.Manifest
Clears the main Attributes as well as the entries in this Manifest.
clear() - Method in class java.util.LinkedHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
clear() - Method in interface java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.Locale.Builder
Resets the builder to its initial, empty state.
clear() - Method in interface java.util.Map
Removes all of the mappings from this map (optional operation).
clear() - Method in class java.util.prefs.AbstractPreferences
Implements the clear method as per the specification in Preferences.clear().
clear() - Method in class java.util.prefs.Preferences
Removes all of the preferences (key-value associations) in this preference node.
clear() - Method in class java.util.PriorityQueue
Removes all of the elements from this priority queue.
clear() - Method in interface java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class java.util.TreeMap
Removes all of the mappings from this map.
clear() - Method in class java.util.TreeSet
Removes all of the elements from this set.
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in class java.util.WeakHashMap
Removes all of the mappings from this map.
clearAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
Clears the selection in the object, so that nothing in the object is selected.
clearAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Clears the selection in the object, so that no children in the object are selected.
clearAssertionStatus() - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader to false and discards any package defaults or class assertion status settings associated with the class loader.
clearAutoscroll() - Method in class java.awt.dnd.DropTarget
clear autoscrolling
clearBatch() - Method in interface java.sql.Statement
Empties this Statement object's current list of SQL commands.
clearBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit cleared.
clearCache() - Static method in class java.util.ResourceBundle
Removes all resource bundles from the cache that have been loaded using the caller's class loader.
clearCache(ClassLoader) - Static method in class java.util.ResourceBundle
Removes all resource bundles from the cache that have been loaded using the given class loader.
clearChanged() - Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearError() - Method in class java.io.PrintStream
Clears the internal error state of this stream.
clearError() - Method in class java.io.PrintWriter
Clears the error state of this stream.
clearExtensions() - Method in class java.util.Locale.Builder
Resets the extensions to their initial, empty state.
clearFocusOwner() - Method in class java.awt.KeyboardFocusManager
Clears the focus owner at both the Java and native levels if the focus owner exists and resides in the same context as the calling thread, otherwise the method returns silently.
clearGlobalFocusOwner() - Method in class java.awt.KeyboardFocusManager
Clears the global focus owner at both the Java and native levels.
clearGlobalFocusOwner(Window) - Method in interface java.awt.peer.KeyboardFocusManagerPeer
Clears the current global focus owner.
clearParameters() - Method in interface java.sql.PreparedStatement
Clears the current parameter values immediately.
clearProperty(String) - Static method in class java.lang.System
Removes the system property indicated by the specified key.
clearRect(int, int, int, int) - Method in class java.awt.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearWarnings() - Method in interface java.sql.Connection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in interface java.sql.ResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in interface java.sql.Statement
Clears all the warnings reported on this Statement object.
clickCount - Variable in class java.awt.Event
For MOUSE_DOWN events, this field indicates the number of consecutive clicks.
ClientInfoStatus - Enum in java.sql
Enumeration for status of the reason that a property could not be set via a call to Connection.setClientInfo
clip(Shape) - Method in class java.awt.Graphics2D
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
Clipboard - Class in java.awt.datatransfer
A class that implements a mechanism to transfer data using cut/copy/paste operations.
Clipboard(String) - Constructor for class java.awt.datatransfer.Clipboard
Creates a clipboard object.
ClipboardOwner - Interface in java.awt.datatransfer
Defines the interface for classes that will provide data to a clipboard.
clipRect(int, int, int, int) - Method in class java.awt.Graphics
Intersects the current clip with the specified rectangle.
Clob - Interface in java.sql
The mapping in the Java™ programming language for the SQL CLOB type.
CLOB - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB.
Clock - Class in java.time
A clock providing access to the current instant, date and time using a time-zone.
Clock() - Constructor for class java.time.Clock
Constructor accessible by subclasses.
clockSequence() - Method in class java.util.UUID
The clock sequence value associated with this UUID.
clone() - Method in class java.awt.BufferCapabilities
 
clone() - Method in class java.awt.datatransfer.DataFlavor
Returns a clone of this DataFlavor.
clone() - Method in class java.awt.font.TextLayout
Creates a copy of this TextLayout.
clone() - Method in class java.awt.font.TextMeasurer
 
clone() - Method in class java.awt.geom.AffineTransform
Returns a copy of this AffineTransform object.
clone() - Method in class java.awt.geom.Area
Returns an exact copy of this Area object.
clone() - Method in class java.awt.geom.CubicCurve2D
Creates a new object of the same class as this object.
clone() - Method in class java.awt.geom.Dimension2D
Creates a new object of the same class as this object.
clone() - Method in class java.awt.geom.Line2D
Creates a new object of the same class as this object.
clone() - Method in class java.awt.geom.Path2D
Creates a new object of the same class as this object.
clone() - Method in class java.awt.geom.Path2D.Double
Creates a new object of the same class as this object.
clone() - Method in class java.awt.geom.Path2D.Float
Creates a new object of the same class as this object.
clone() - Method in class java.awt.geom.Point2D
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class java.awt.geom.QuadCurve2D
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class java.awt.geom.RectangularShape
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class java.awt.GridBagConstraints
Creates a copy of this grid bag constraint.
clone() - Method in class java.awt.image.ImageFilter
Clones this object.
clone() - Method in class java.awt.image.Kernel
Clones this object.
clone() - Method in class java.awt.image.renderable.ParameterBlock
Creates a copy of a ParameterBlock.
clone() - Method in class java.awt.image.renderable.RenderContext
Makes a copy of a RenderContext.
clone() - Method in class java.awt.ImageCapabilities
 
clone() - Method in class java.awt.Insets
Create a copy of this object.
clone() - Method in class java.awt.JobAttributes
Creates and returns a copy of this JobAttributes.
clone() - Method in class java.awt.PageAttributes
Creates and returns a copy of this PageAttributes.
clone() - Method in class java.awt.print.PageFormat
Makes a copy of this PageFormat with the same contents as this PageFormat.
clone() - Method in class java.awt.print.Paper
Creates a copy of this Paper with the same contents as this Paper.
clone() - Method in class java.awt.RenderingHints
Creates a clone of this RenderingHints object that has the same contents as this RenderingHints object.
clone() - Method in class java.lang.Enum
Throws CloneNotSupportedException.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
clone() - Method in class java.lang.Thread
Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.
clone() - Method in class java.net.HttpCookie
Create and return a copy of this object.
clone() - Method in class java.rmi.server.UnicastRemoteObject
Returns a clone of the remote object that is distinct from the original.
clone() - Method in interface java.security.acl.AclEntry
Clones this ACL entry.
clone() - Method in interface java.security.cert.CertPathBuilderResult
Makes a copy of this CertPathBuilderResult.
clone() - Method in interface java.security.cert.CertPathParameters
Makes a copy of this CertPathParameters.
clone() - Method in interface java.security.cert.CertPathValidatorResult
Makes a copy of this CertPathValidatorResult.
clone() - Method in interface java.security.cert.CertSelector
Makes a copy of this CertSelector.
clone() - Method in interface java.security.cert.CertStoreParameters
Makes a copy of this CertStoreParameters.
clone() - Method in class java.security.cert.CollectionCertStoreParameters
Returns a copy of this object.
clone() - Method in interface java.security.cert.CRLSelector
Makes a copy of this CRLSelector.
clone() - Method in class java.security.cert.LDAPCertStoreParameters
Returns a copy of this object.
clone() - Method in class java.security.cert.PKIXCertPathChecker
Returns a clone of this object.
clone() - Method in class java.security.cert.PKIXCertPathValidatorResult
Returns a copy of this object.
clone() - Method in class java.security.cert.PKIXParameters
Makes a copy of this PKIXParameters object.
clone() - Method in class java.security.cert.PKIXRevocationChecker
 
clone() - Method in class java.security.cert.X509CertSelector
Returns a copy of this object.
clone() - Method in class java.security.cert.X509CRLSelector
Returns a copy of this object.
clone() - Method in class java.security.MessageDigest
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.MessageDigestSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.Signature
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.SignatureSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.text.BreakIterator
Create a copy of this iterator
clone() - Method in interface java.text.CharacterIterator
Create a copy of this iterator
clone() - Method in class java.text.ChoiceFormat
Overrides Cloneable
clone() - Method in class java.text.Collator
Overrides Cloneable
clone() - Method in class java.text.DateFormat
Overrides Cloneable
clone() - Method in class java.text.DateFormatSymbols
Overrides Cloneable
clone() - Method in class java.text.DecimalFormat
Standard override; no change in semantics.
clone() - Method in class java.text.DecimalFormatSymbols
Standard override.
clone() - Method in class java.text.Format
Creates and returns a copy of this object.
clone() - Method in class java.text.MessageFormat
Creates and returns a copy of this object.
clone() - Method in class java.text.NumberFormat
Overrides Cloneable.
clone() - Method in class java.text.RuleBasedCollator
Standard override; no change in semantics.
clone() - Method in class java.text.SimpleDateFormat
Creates a copy of this SimpleDateFormat.
clone() - Method in class java.text.StringCharacterIterator
Creates a copy of this iterator.
clone() - Method in class java.util.AbstractMap
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.ArrayDeque
Returns a copy of this deque.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.util.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone() - Method in class java.util.Calendar
Creates and returns a copy of this object.
clone() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a shallow copy of this ConcurrentSkipListMap instance.
clone() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a shallow copy of this ConcurrentSkipListSet instance.
clone() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a shallow copy of this list.
clone() - Method in class java.util.Date
Return a copy of this object.
clone() - Method in class java.util.EnumMap
Returns a shallow copy of this enum map.
clone() - Method in class java.util.EnumSet
Returns a copy of this set.
clone() - Method in class java.util.GregorianCalendar
 
clone() - Method in class java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.IdentityHashMap
Returns a shallow copy of this identity hash map: the keys and values themselves are not cloned.
clone() - Method in class java.util.jar.Attributes
Returns a copy of the Attributes, implemented as follows:
clone() - Method in class java.util.jar.Manifest
Returns a shallow copy of this Manifest.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.util.Locale
Overrides Cloneable.
clone() - Method in class java.util.SimpleTimeZone
Returns a clone of this SimpleTimeZone instance.
clone() - Method in class java.util.TimeZone
Creates a copy of this TimeZone.
clone() - Method in class java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class java.util.zip.ZipEntry
Returns a copy of this entry.
Cloneable - Interface in java.lang
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
CloneNotSupportedException - Exception in java.lang
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close() - Method in class java.awt.SplashScreen
Hides the splash screen, closes the window, and releases all associated resources.
close() - Method in class java.beans.XMLDecoder
This method closes the input stream associated with this stream.
close() - Method in class java.beans.XMLEncoder
This method calls flush, writes the closing postamble and then closes the output stream associated with this stream.
close() - Method in class java.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.BufferedReader
 
close() - Method in class java.io.BufferedWriter
 
close() - Method in class java.io.ByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class java.io.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class java.io.CharArrayReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.CharArrayWriter
Close the stream.
close() - Method in interface java.io.Closeable
Closes this stream and releases any system resources associated with it.
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterReader
 
close() - Method in class java.io.FilterWriter
 
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
 
close() - Method in interface java.io.ObjectInput
Closes the input stream.
close() - Method in class java.io.ObjectInputStream
Closes the input stream.
close() - Method in interface java.io.ObjectOutput
Closes the stream.
close() - Method in class java.io.ObjectOutputStream
Closes the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
 
close() - Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PipedReader
Closes this piped stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedWriter
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PrintStream
Closes the stream.
close() - Method in class java.io.PrintWriter
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.PushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PushbackReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class java.io.Reader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.StringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.StringWriter
Closing a StringWriter has no effect.
close() - Method in class java.io.Writer
Closes the stream, flushing it first.
close() - Method in interface java.lang.AutoCloseable
Closes this resource, relinquishing any underlying resources.
close() - Method in class java.net.DatagramSocket
Closes this datagram socket.
close() - Method in class java.net.DatagramSocketImpl
Close the socket.
close() - Method in class java.net.ServerSocket
Closes this socket.
close() - Method in class java.net.Socket
Closes this socket.
close() - Method in class java.net.SocketImpl
Closes this socket.
close() - Method in class java.net.URLClassLoader
Closes this URLClassLoader, so that it can no longer be used to load new classes or resources that are defined by this loader.
close() - Method in interface java.nio.channels.AsynchronousChannel
Closes this channel.
close() - Method in interface java.nio.channels.Channel
Closes this channel.
close() - Method in class java.nio.channels.FileLock
This method invokes the FileLock.release() method.
close() - Method in interface java.nio.channels.InterruptibleChannel
Closes this channel.
close() - Method in interface java.nio.channels.MulticastChannel
Closes this channel.
close() - Method in class java.nio.channels.Selector
Closes this selector.
close() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
Closes this channel.
close() - Method in class java.nio.channels.spi.AbstractSelector
Closes this selector.
close() - Method in class java.nio.file.FileSystem
Closes this file system.
close() - Method in interface java.nio.file.WatchService
Closes this watch service.
close() - Method in interface java.sql.Connection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in interface java.sql.ResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in interface java.sql.Statement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class java.util.Formatter
Closes this formatter.
close() - Method in class java.util.logging.ConsoleHandler
Override StreamHandler.close to do a flush but not to close the output stream.
close() - Method in class java.util.logging.FileHandler
Close all the files.
close() - Method in class java.util.logging.Handler
Close the Handler and free all associated resources.
close() - Method in class java.util.logging.MemoryHandler
Close the Handler and free all associated resources.
close() - Method in class java.util.logging.SocketHandler
Close this output stream.
close() - Method in class java.util.logging.StreamHandler
Close the current output stream.
close() - Method in class java.util.Scanner
Closes this scanner.
close() - Method in interface java.util.stream.BaseStream
Closes this stream, causing all close handlers for this stream pipeline to be called.
close() - Method in class java.util.zip.DeflaterInputStream
Closes this input stream and its underlying input stream, discarding any pending uncompressed data.
close() - Method in class java.util.zip.DeflaterOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close() - Method in class java.util.zip.GZIPInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.util.zip.InflaterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.util.zip.InflaterOutputStream
Writes any remaining uncompressed data to the output stream and closes the underlying output stream.
close() - Method in class java.util.zip.ZipFile
Closes the ZIP file.
close() - Method in class java.util.zip.ZipInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.util.zip.ZipOutputStream
Closes the ZIP output stream as well as the stream being filtered.
CLOSE_ALL_RESULTS - Static variable in interface java.sql.Statement
The constant indicating that all ResultSet objects that have previously been kept open should be closed when calling getMoreResults.
CLOSE_CURRENT_RESULT - Static variable in interface java.sql.Statement
The constant indicating that the current ResultSet object should be closed when calling getMoreResults.
CLOSE_CURSORS_AT_COMMIT - Static variable in interface java.sql.ResultSet
The constant indicating that open ResultSet objects with this holdability will be closed when the current transaction is committed.
CLOSE_FAILURE - Static variable in class java.util.logging.ErrorManager
CLOSE_FAILURE is used when a close of an output stream fails.
Closeable - Interface in java.io
A Closeable is a source or destination of data that can be closed.
ClosedByInterruptException - Exception in java.nio.channels
Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel.
ClosedByInterruptException() - Constructor for exception java.nio.channels.ClosedByInterruptException
Constructs an instance of this class.
ClosedChannelException - Exception in java.nio.channels
Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation.
ClosedChannelException() - Constructor for exception java.nio.channels.ClosedChannelException
Constructs an instance of this class.
ClosedDirectoryStreamException - Exception in java.nio.file
Unchecked exception thrown when an attempt is made to invoke an operation on a directory stream that is closed.
ClosedDirectoryStreamException() - Constructor for exception java.nio.file.ClosedDirectoryStreamException
Constructs an instance of this class.
ClosedFileSystemException - Exception in java.nio.file
Unchecked exception thrown when an attempt is made to invoke an operation on a file and the file system is closed.
ClosedFileSystemException() - Constructor for exception java.nio.file.ClosedFileSystemException
Constructs an instance of this class.
ClosedSelectorException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector.
ClosedSelectorException() - Constructor for exception java.nio.channels.ClosedSelectorException
Constructs an instance of this class.
ClosedWatchServiceException - Exception in java.nio.file
Unchecked exception thrown when an attempt is made to invoke an operation on a watch service that is closed.
ClosedWatchServiceException() - Constructor for exception java.nio.file.ClosedWatchServiceException
Constructs an instance of this class.
closeEntry() - Method in class java.util.zip.ZipInputStream
Closes the current ZIP entry and positions the stream for reading the next entry.
closeEntry() - Method in class java.util.zip.ZipOutputStream
Closes the current ZIP entry and positions the stream for writing the next entry.
closeOnCompletion() - Method in interface java.sql.Statement
Specifies that this Statement will be closed when all its dependent result sets are closed.
closePath() - Method in class java.awt.geom.Path2D
Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo.
CMMException - Exception in java.awt.color
This exception is thrown if the native CMM returns an error.
CMMException(String) - Constructor for exception java.awt.color.CMMException
Constructs a CMMException with the specified detail message.
coalesceEvents(AWTEvent, AWTEvent) - Method in class java.awt.Component
Potentially coalesce an event being posted with an existing event.
coalescePaintEvent(PaintEvent) - Method in interface java.awt.peer.ComponentPeer
Called to coalesce paint events.
CODE_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
When concatenated with a code attribute name, indicates the format of that attribute.
codePointAt(CharSequence, int) - Static method in class java.lang.Character
Returns the code point at the given index of the CharSequence.
codePointAt(char[], int) - Static method in class java.lang.Character
Returns the code point at the given index of the char array.
codePointAt(char[], int, int) - Static method in class java.lang.Character
Returns the code point at the given index of the char array, where only array elements with index less than limit can be used.
codePointAt(int) - Method in class java.lang.String
Returns the character (Unicode code point) at the specified index.
codePointAt(int) - Method in class java.lang.StringBuffer
 
codePointBefore(CharSequence, int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the CharSequence.
codePointBefore(char[], int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the char array.
codePointBefore(char[], int, int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the char array, where only array elements with index greater than or equal to start can be used.
codePointBefore(int) - Method in class java.lang.String
Returns the character (Unicode code point) before the specified index.
codePointBefore(int) - Method in class java.lang.StringBuffer
 
codePointCount(CharSequence, int, int) - Static method in class java.lang.Character
Returns the number of Unicode code points in the text range of the specified char sequence.
codePointCount(char[], int, int) - Static method in class java.lang.Character
Returns the number of Unicode code points in a subarray of the char array argument.
codePointCount(int, int) - Method in class java.lang.String
Returns the number of Unicode code points in the specified text range of this String.
codePointCount(int, int) - Method in class java.lang.StringBuffer
 
codePoints() - Method in interface java.lang.CharSequence
Returns a stream of code point values from this sequence.
CoderMalfunctionError - Error in java.nio.charset
Error thrown when the decodeLoop method of a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected exception.
CoderMalfunctionError(Exception) - Constructor for error java.nio.charset.CoderMalfunctionError
Initializes an instance of this class.
CoderResult - Class in java.nio.charset
A description of the result state of a coder.
CodeSigner - Class in java.security
This class encapsulates information about a code signer.
CodeSigner(CertPath, Timestamp) - Constructor for class java.security.CodeSigner
Constructs a CodeSigner object.
CodeSource - Class in java.security
This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate chains that were used to verify signed code originating from that location.
CodeSource(URL, Certificate[]) - Constructor for class java.security.CodeSource
Constructs a CodeSource and associates it with the specified location and set of certificates.
CodeSource(URL, CodeSigner[]) - Constructor for class java.security.CodeSource
Constructs a CodeSource and associates it with the specified location and set of code signers.
CodingErrorAction - Class in java.nio.charset
A typesafe enumeration for coding-error actions.
coerceData(boolean) - Method in class java.awt.image.BufferedImage
Forces the data to match the state specified in the isAlphaPremultiplied variable.
coerceData(WritableRaster, boolean) - Method in class java.awt.image.ColorModel
Forces the raster data to match the state specified in the isAlphaPremultiplied variable, assuming the data is currently correctly described by this ColorModel.
coerceData(WritableRaster, boolean) - Method in class java.awt.image.ComponentColorModel
Forces the raster data to match the state specified in the isAlphaPremultiplied variable, assuming the data is currently correctly described by this ColorModel.
coerceData(WritableRaster, boolean) - Method in class java.awt.image.DirectColorModel
Forces the raster data to match the state specified in the isAlphaPremultiplied variable, assuming the data is currently correctly described by this ColorModel.
CollationElementIterator - Class in java.text
The CollationElementIterator class is used as an iterator to walk through each character of an international string.
CollationKey - Class in java.text
A CollationKey represents a String under the rules of a specific Collator object.
CollationKey(String) - Constructor for class java.text.CollationKey
CollationKey constructor.
Collator - Class in java.text
The Collator class performs locale-sensitive String comparison.
Collator() - Constructor for class java.text.Collator
Default constructor.
CollatorProvider - Class in java.text.spi
An abstract class for service providers that provide concrete implementations of the Collator class.
CollatorProvider() - Constructor for class java.text.spi.CollatorProvider
Sole constructor.
collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.DoubleStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.IntStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in interface java.util.stream.LongStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface java.util.stream.Stream
Performs a mutable reduction operation on the elements of this stream.
collect(Collector<? super T, A, R>) - Method in interface java.util.stream.Stream
Performs a mutable reduction operation on the elements of this stream using a Collector.
collectArguments(MethodHandle, int, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Adapts a target method handle by pre-processing a sub-sequence of its arguments with a filter (another method handle).
collectingAndThen(Collector<T, A, R>, Function<R, RR>) - Static method in class java.util.stream.Collectors
Adapts a Collector to perform an additional finishing transformation.
Collection<E> - Interface in java.util
The root interface in the collection hierarchy.
CollectionCertStoreParameters - Class in java.security.cert
Parameters used as input for the Collection CertStore algorithm.
CollectionCertStoreParameters(Collection<?>) - Constructor for class java.security.cert.CollectionCertStoreParameters
Creates an instance of CollectionCertStoreParameters which will allow certificates and CRLs to be retrieved from the specified Collection.
CollectionCertStoreParameters() - Constructor for class java.security.cert.CollectionCertStoreParameters
Creates an instance of CollectionCertStoreParameters with the default parameter values (an empty and immutable Collection).
Collections - Class in java.util
This class consists exclusively of static methods that operate on or return collections.
Collector<T,A,R> - Interface in java.util.stream
A mutable reduction operation that accumulates input elements into a mutable result container, optionally transforming the accumulated result into a final representation after all input elements have been processed.
Collector.Characteristics - Enum in java.util.stream
Characteristics indicating properties of a Collector, which can be used to optimize reduction implementations.
Collectors - Class in java.util.stream
Implementations of Collector that implement various useful reduction operations, such as accumulating elements into collections, summarizing elements according to various criteria, etc.
Color - Class in java.awt
The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
Color(int, int, int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
Color(int, int, int, int) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
Color(int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, boolean) - Constructor for class java.awt.Color
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(float, float, float) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0.0 - 1.0).
Color(float, float, float, float) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
Color(ColorSpace, float[], float) - Constructor for class java.awt.Color
Creates a color in the specified ColorSpace with the color components specified in the float array and the specified alpha.
COLOR - Static variable in class java.awt.PageAttributes.ColorType
The ColorType instance to use for specifying color printing.
ColorConvertOp - Class in java.awt.image
This class performs a pixel-by-pixel color conversion of the data in the source image.
ColorConvertOp(RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
Constructs a new ColorConvertOp which will convert from a source color space to a destination color space.
ColorConvertOp(ColorSpace, RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
Constructs a new ColorConvertOp from a ColorSpace object.
ColorConvertOp(ColorSpace, ColorSpace, RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
Constructs a new ColorConvertOp from two ColorSpace objects.
ColorConvertOp(ICC_Profile[], RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
Constructs a new ColorConvertOp from an array of ICC_Profiles.
ColorModel - Class in java.awt.image
The ColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.
ColorModel(int) - Constructor for class java.awt.image.ColorModel
Constructs a ColorModel that translates pixels of the specified number of bits to color/alpha components.
ColorModel(int, int[], ColorSpace, boolean, boolean, int, int) - Constructor for class java.awt.image.ColorModel
Constructs a ColorModel that translates pixel values to color/alpha components.
ColorSpace - Class in java.awt.color
This abstract class is used to serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice.
ColorSpace(int, int) - Constructor for class java.awt.color.ColorSpace
Constructs a ColorSpace object given a color space type and the number of components.
columnNoNulls - Static variable in interface java.sql.DatabaseMetaData
Indicates that the column might not allow NULL values.
columnNoNulls - Static variable in interface java.sql.ResultSetMetaData
The constant indicating that a column does not allow NULL values.
columnNullable - Static variable in interface java.sql.DatabaseMetaData
Indicates that the column definitely allows NULL values.
columnNullable - Static variable in interface java.sql.ResultSetMetaData
The constant indicating that a column allows NULL values.
columnNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that the nullability of columns is unknown.
columnNullableUnknown - Static variable in interface java.sql.ResultSetMetaData
The constant indicating that the nullability of a column's values is unknown.
columnWeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column weights.
columnWidths - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column minimum width.
combine(ProtectionDomain[], ProtectionDomain[]) - Method in interface java.security.DomainCombiner
Modify or update the provided ProtectionDomains.
combine(DoubleSummaryStatistics) - Method in class java.util.DoubleSummaryStatistics
Combines the state of another DoubleSummaryStatistics into this one.
combine(IntSummaryStatistics) - Method in class java.util.IntSummaryStatistics
Combines the state of another IntSummaryStatistics into this one.
combine(LongSummaryStatistics) - Method in class java.util.LongSummaryStatistics
Combines the state of another LongSummaryStatistics into this one.
combiner() - Method in interface java.util.stream.Collector
A function that accepts two partial results and merges them.
COMBINING - Static variable in class java.awt.font.GlyphMetrics
Indicates a glyph that represents a combining character, such as an umlaut.
COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks" Unicode character block.
COMBINING_DIACRITICAL_MARKS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks Supplement" Unicode character block.
COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Half Marks" Unicode character block.
COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks for Symbols" Unicode character block.
COMBINING_SPACING_MARK - Static variable in class java.lang.Character
General category "Mc" in the Unicode specification.
command(Object) - Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
command(List<String>) - Method in class java.lang.ProcessBuilder
Sets this process builder's operating system program and arguments.
command(String...) - Method in class java.lang.ProcessBuilder
Sets this process builder's operating system program and arguments.
command() - Method in class java.lang.ProcessBuilder
Returns this process builder's operating system program and arguments.
CommandEnvironment(String, String[]) - Constructor for class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Create a CommandEnvironment with all the necessary information.
commentChar(int) - Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
COMMENTS - Static variable in class java.util.regex.Pattern
Permits whitespace and comments in pattern.
commit() - Method in interface java.sql.Connection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
COMMON - Static variable in class java.awt.JobAttributes.DialogType
The DialogType instance to use for specifying the cross-platform, pure Java print dialog.
COMMON_INDIC_NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Common Indic Number Forms" Unicode character block.
commonPool() - Static method in class java.util.concurrent.ForkJoinPool
Returns the common pool instance.
compact() - Method in class java.nio.ByteBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.CharBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.DoubleBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.FloatBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.IntBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.LongBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.ShortBuffer
Compacts this buffer  (optional operation).
Comparable<T> - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
Comparator<T> - Interface in java.util
A comparison function, which imposes a total ordering on some collection of objects.
comparator() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
comparator() - Method in class java.util.concurrent.ConcurrentSkipListSet
 
comparator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns the comparator used to order the elements in this queue, or null if this queue uses the natural ordering of its elements.
comparator() - Method in class java.util.PriorityQueue
Returns the comparator used to order the elements in this queue, or null if this queue is sorted according to the natural ordering of its elements.
comparator() - Method in interface java.util.SortedMap
Returns the comparator used to order the keys in this map, or null if this map uses the natural ordering of its keys.
comparator() - Method in interface java.util.SortedSet
Returns the comparator used to order the elements in this set, or null if this set uses the natural ordering of its elements.
comparator() - Method in class java.util.TreeMap
 
comparator() - Method in class java.util.TreeSet
 
compare(boolean, boolean) - Static method in class java.lang.Boolean
Compares two boolean values.
compare(byte, byte) - Static method in class java.lang.Byte
Compares two byte values numerically.
compare(char, char) - Static method in class java.lang.Character
Compares two char values numerically.
compare(double, double) - Static method in class java.lang.Double
Compares the two specified double values.
compare(float, float) - Static method in class java.lang.Float
Compares the two specified float values.
compare(int, int) - Static method in class java.lang.Integer
Compares two int values numerically.
compare(long, long) - Static method in class java.lang.Long
Compares two long values numerically.
compare(short, short) - Static method in class java.lang.Short
Compares two short values numerically.
compare(String, String) - Method in class java.text.Collator
Compares the source string to the target string according to the collation rules for this Collator.
compare(Object, Object) - Method in class java.text.Collator
Compares its two arguments for order.
compare(String, String) - Method in class java.text.RuleBasedCollator
Compares the character data stored in two different strings based on the collation rules.
compare(T, T) - Method in interface java.util.Comparator
Compares its two arguments for order.
compare(T, T, Comparator<? super T>) - Static method in class java.util.Objects
Returns 0 if the arguments are identical and c.compare(a, b) otherwise.
compareAndSet(boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(T, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, long, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(T, long, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
compareAndSet(V, V, boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is == to the expected reference and the current mark is equal to the expected mark.
compareAndSet(V, V) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, E, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(T, V, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
compareAndSet(V, V, int, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is == to the expected reference and the current stamp is equal to the expected stamp.
compareAndSetForkJoinTaskTag(short, short) - Method in class java.util.concurrent.ForkJoinTask
Atomically conditionally sets the tag value for this task.
compareAndSetPendingCount(int, int) - Method in class java.util.concurrent.CountedCompleter
Sets (atomically) the pending count to the given count only if it currently holds the given expected value.
compareAndSetState(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Atomically sets synchronization state to the given updated value if the current state value equals the expected value.
compareAndSetState(int, int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Atomically sets synchronization state to the given updated value if the current state value equals the expected value.
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
compareTo(Object) - Method in class java.io.ObjectStreamField
Compare this field with another ObjectStreamField.
compareTo(Boolean) - Method in class java.lang.Boolean
Compares this Boolean instance with another.
compareTo(Byte) - Method in class java.lang.Byte
Compares two Byte objects numerically.
compareTo(Character) - Method in class java.lang.Character
Compares two Character objects numerically.
compareTo(T) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Double) - Method in class java.lang.Double
Compares two Double objects numerically.
compareTo(E) - Method in class java.lang.Enum
Compares this enum with the specified object for order.
compareTo(Float) - Method in class java.lang.Float
Compares two Float objects numerically.
compareTo(Integer) - Method in class java.lang.Integer
Compares two Integer objects numerically.
compareTo(Long) - Method in class java.lang.Long
Compares two Long objects numerically.
compareTo(Short) - Method in class java.lang.Short
Compares two Short objects numerically.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareTo(BigDecimal) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified BigDecimal.
compareTo(BigInteger) - Method in class java.math.BigInteger
Compares this BigInteger with the specified BigInteger.
compareTo(URI) - Method in class java.net.URI
Compares this URI to another object, which must be a URI.
compareTo(ByteBuffer) - Method in class java.nio.ByteBuffer
Compares this buffer to another.
compareTo(CharBuffer) - Method in class java.nio.CharBuffer
Compares this buffer to another.
compareTo(Charset) - Method in class java.nio.charset.Charset
Compares this charset to another.
compareTo(DoubleBuffer) - Method in class java.nio.DoubleBuffer
Compares this buffer to another.
compareTo(FileTime) - Method in class java.nio.file.attribute.FileTime
Compares the value of two FileTime objects for order.
compareTo(Path) - Method in interface java.nio.file.Path
Compares two abstract paths lexicographically.
compareTo(FloatBuffer) - Method in class java.nio.FloatBuffer
Compares this buffer to another.
compareTo(IntBuffer) - Method in class java.nio.IntBuffer
Compares this buffer to another.
compareTo(LongBuffer) - Method in class java.nio.LongBuffer
Compares this buffer to another.
compareTo(ShortBuffer) - Method in class java.nio.ShortBuffer
Compares this buffer to another.
compareTo(Timestamp) - Method in class java.sql.Timestamp
Compares this Timestamp object to the given Timestamp object.
compareTo(Date) - Method in class java.sql.Timestamp
Compares this Timestamp object to the given Date object.
compareTo(CollationKey) - Method in class java.text.CollationKey
Compare this CollationKey to the target CollationKey.
compareTo(Chronology) - Method in class java.time.chrono.AbstractChronology
Compares this chronology to another chronology.
compareTo(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
Compares this date to another date, including the chronology.
compareTo(ChronoLocalDateTime<?>) - Method in interface java.time.chrono.ChronoLocalDateTime
Compares this date-time to another date-time, including the chronology.
compareTo(Chronology) - Method in interface java.time.chrono.Chronology
Compares this chronology to another chronology.
compareTo(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
Compares this date-time to another date-time, including the chronology.
compareTo(Duration) - Method in class java.time.Duration
Compares this duration to the specified Duration.
compareTo(Instant) - Method in class java.time.Instant
Compares this instant to the specified instant.
compareTo(ChronoLocalDate) - Method in class java.time.LocalDate
Compares this date to another date.
compareTo(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
Compares this date-time to another date-time.
compareTo(LocalTime) - Method in class java.time.LocalTime
Compares this time to another time.
compareTo(MonthDay) - Method in class java.time.MonthDay
Compares this month-day to another month-day.
compareTo(OffsetDateTime) - Method in class java.time.OffsetDateTime
Compares this date-time to another date-time.
compareTo(OffsetTime) - Method in class java.time.OffsetTime
Compares this OffsetTime to another time.
compareTo(Year) - Method in class java.time.Year
Compares this year to another year.
compareTo(YearMonth) - Method in class java.time.YearMonth
Compares this year-month to another year-month.
compareTo(ZoneOffsetTransition) - Method in class java.time.zone.ZoneOffsetTransition
Compares this transition to another based on the transition instant.
compareTo(ZoneOffset) - Method in class java.time.ZoneOffset
Compares this offset to another offset in descending order.
compareTo(Calendar) - Method in class java.util.Calendar
Compares the time values (millisecond offsets from the Epoch) represented by two Calendar objects.
compareTo(Date) - Method in class java.util.Date
Compares two Dates for ordering.
compareTo(UUID) - Method in class java.util.UUID
Compares this UUID with the specified UUID.
compareToIgnoreCase(String) - Method in class java.lang.String
Compares two strings lexicographically, ignoring case differences.
compareUnsigned(int, int) - Static method in class java.lang.Integer
Compares two int values numerically treating the values as unsigned.
compareUnsigned(long, long) - Static method in class java.lang.Long
Compares two long values numerically treating the values as unsigned.
comparing(Function<? super T, ? extends U>, Comparator<? super U>) - Static method in interface java.util.Comparator
Accepts a function that extracts a sort key from a type T, and returns a Comparator<T> that compares by that sort key using the specified Comparator.
comparing(Function<? super T, ? extends U>) - Static method in interface java.util.Comparator
Accepts a function that extracts a Comparable sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingByKey() - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry in natural order on key.
comparingByKey(Comparator<? super K>) - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry by key using the given Comparator.
comparingByValue() - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry in natural order on value.
comparingByValue(Comparator<? super V>) - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry by value using the given Comparator.
comparingDouble(ToDoubleFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts a double sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingInt(ToIntFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts an int sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingLong(ToLongFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts a long sort key from a type T, and returns a Comparator<T> that compares by that sort key.
COMPILATION_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the CompilationMXBean.
CompilationMXBean - Interface in java.lang.management
The management interface for the compilation system of the Java virtual machine.
compile(String) - Static method in class java.util.regex.Pattern
Compiles the given regular expression into a pattern.
compile(String, int) - Static method in class java.util.regex.Pattern
Compiles the given regular expression into a pattern with the given flags.
compileClass(Class<?>) - Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String) - Static method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
Compiler - Class in java.lang
The Compiler class is provided to support Java-to-native-code compilers and related services.
complementOf(EnumSet<E>) - Static method in class java.util.EnumSet
Creates an enum set with the same element type as the specified enum set, initially containing all the elements of this type that are not contained in the specified set.
CompletableFuture<T> - Class in java.util.concurrent
A Future that may be explicitly completed (setting its value and status), and may be used as a CompletionStage, supporting dependent functions and actions that trigger upon its completion.
CompletableFuture() - Constructor for class java.util.concurrent.CompletableFuture
Creates a new incomplete CompletableFuture.
CompletableFuture.AsynchronousCompletionTask - Interface in java.util.concurrent
A marker interface identifying asynchronous tasks produced by async methods.
COMPLETE - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was completed successfully.
complete() - Method in class java.util.Calendar
Fills in any unset fields in the calendar fields.
complete(T) - Method in class java.util.concurrent.CompletableFuture
If not already completed, sets the value returned by CompletableFuture.get() and related methods to the given value.
complete(T) - Method in class java.util.concurrent.CountedCompleter
Regardless of pending count, invokes CountedCompleter.onCompletion(CountedCompleter), marks this task as complete and further triggers CountedCompleter.tryComplete() on this task's completer, if one exists.
complete(V) - Method in class java.util.concurrent.ForkJoinTask
Completes this task, and if not already aborted or cancelled, returning the given value as the result of subsequent invocations of join and related operations.
completed(V, A) - Method in interface java.nio.channels.CompletionHandler
Invoked when an operation has completed.
completedFuture(U) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is already completed with the given value.
completeExceptionally(Throwable) - Method in class java.util.concurrent.CompletableFuture
If not already completed, causes invocations of CompletableFuture.get() and related methods to throw the given exception.
completeExceptionally(Throwable) - Method in class java.util.concurrent.ForkJoinTask
Completes this task abnormally, and if not already aborted or cancelled, causes it to throw the given exception upon join and related operations.
COMPLETESCANLINES - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in (multiples of) complete scanlines at a time.
CompletionException - Exception in java.util.concurrent
Exception thrown when an error or other exception is encountered in the course of completing a result or task.
CompletionException() - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with no detail message.
CompletionException(String) - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with the specified detail message.
CompletionException(String, Throwable) - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with the specified detail message and cause.
CompletionException(Throwable) - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with the specified cause.
CompletionHandler<V,A> - Interface in java.nio.channels
A handler for consuming the result of an asynchronous I/O operation.
CompletionService<V> - Interface in java.util.concurrent
A service that decouples the production of new asynchronous tasks from the consumption of the results of completed tasks.
CompletionStage<T> - Interface in java.util.concurrent
A stage of a possibly asynchronous computation, that performs an action or computes a value when another CompletionStage completes.
Component - Class in java.awt
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
Component() - Constructor for class java.awt.Component
Constructs a new component.
component - Variable in class java.awt.dnd.DragGestureRecognizer
The Component associated with this DragGestureRecognizer.
COMPONENT - Static variable in class java.awt.font.GlyphMetrics
Indicates a glyph with no corresponding character in the backing store.
Component.AccessibleAWTComponent - Class in java.awt
Inner class of Component used to provide default support for accessibility.
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler - Class in java.awt
Fire PropertyChange listener, if one is registered, when shown/hidden..
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler - Class in java.awt
Fire PropertyChange listener, if one is registered, when focus events happen
Component.BaselineResizeBehavior - Enum in java.awt
Enumeration of the common ways the baseline of a component can change as the size changes.
Component.BltBufferStrategy - Class in java.awt
Inner class for blitting offscreen surfaces to a component.
Component.FlipBufferStrategy - Class in java.awt
Inner class for flipping buffers on a component.
COMPONENT_ADDED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was added to the container.
COMPONENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting component events.
COMPONENT_FIRST - Static variable in class java.awt.event.ComponentEvent
The first number in the range of ids used for component events.
COMPONENT_HIDDEN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was rendered invisible.
COMPONENT_LAST - Static variable in class java.awt.event.ComponentEvent
The last number in the range of ids used for component events.
COMPONENT_MOVED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's position changed.
COMPONENT_REMOVED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was removed from the container.
COMPONENT_RESIZED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's size changed.
COMPONENT_SHOWN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was made visible.
ComponentAdapter - Class in java.awt.event
An abstract adapter class for receiving component events.
ComponentAdapter() - Constructor for class java.awt.event.ComponentAdapter
 
componentAdded(ContainerEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b.
componentAdded(ContainerEvent) - Method in class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
 
componentAdded(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been added to the container.
componentAdded(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
ComponentColorModel - Class in java.awt.image
A ColorModel class that works with pixel values that represent color and alpha information as separate samples and that store each sample in a separate data element.
ComponentColorModel(ColorSpace, int[], boolean, boolean, int, int) - Constructor for class java.awt.image.ComponentColorModel
Constructs a ComponentColorModel from the specified parameters.
ComponentColorModel(ColorSpace, boolean, boolean, int, int) - Constructor for class java.awt.image.ComponentColorModel
Constructs a ComponentColorModel from the specified parameters.
ComponentEvent - Class in java.awt.event
A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
ComponentEvent(Component, int) - Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object.
componentHidden(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.
componentHidden(ComponentEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
 
componentHidden(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made invisible.
componentHidden(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made invisible.
ComponentListener - Interface in java.awt.event
The listener interface for receiving component events.
componentMoved(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.
componentMoved(ComponentEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
 
componentMoved(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's position changes.
componentMoved(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's position changes.
ComponentOrientation - Class in java.awt
The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text.
ComponentPeer - Interface in java.awt.peer
The peer interface for Component.
componentRemoved(ContainerEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b.
componentRemoved(ContainerEvent) - Method in class java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler
 
componentRemoved(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been removed from the container.
componentRemoved(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been removed from the container.
componentResized(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.
componentResized(ComponentEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
 
componentResized(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's size changes.
componentResized(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's size changes.
ComponentSampleModel - Class in java.awt.image
This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.
ComponentSampleModel(int, int, int, int, int, int[]) - Constructor for class java.awt.image.ComponentSampleModel
Constructs a ComponentSampleModel with the specified parameters.
ComponentSampleModel(int, int, int, int, int, int[], int[]) - Constructor for class java.awt.image.ComponentSampleModel
Constructs a ComponentSampleModel with the specified parameters.
componentShown(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.
componentShown(ComponentEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
 
componentShown(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made visible.
componentShown(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made visible.
compose(Raster, Raster, WritableRaster) - Method in interface java.awt.CompositeContext
Composes the two source Raster objects and places the result in the destination WritableRaster.
compose(DoubleUnaryOperator) - Method in interface java.util.function.DoubleUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(Function<? super V, ? extends T>) - Method in interface java.util.function.Function
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
compose(IntUnaryOperator) - Method in interface java.util.function.IntUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(LongUnaryOperator) - Method in interface java.util.function.LongUnaryOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
Composite - Interface in java.awt
The Composite interface, along with CompositeContext, defines the methods to compose a draw primitive with the underlying graphics area.
CompositeContext - Interface in java.awt
The CompositeContext interface defines the encapsulated and optimized environment for a compositing operation.
comptable - Variable in class java.awt.GridBagLayout
This hashtable maintains the association between a component and its gridbag constraints.
compute(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class java.security.Provider
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute() - Method in class java.util.concurrent.CountedCompleter
The main computation performed by this task.
compute() - Method in class java.util.concurrent.RecursiveAction
The main computation performed by this task.
compute() - Method in class java.util.concurrent.RecursiveTask
The main computation performed by this task.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value Calendar.time to calendar field values in fields[].
computeFields() - Method in class java.util.GregorianCalendar
Converts the time value (millisecond offset from the Epoch) to calendar field values.
computeIfAbsent(Object, Function<? super Object, ? extends Object>) - Method in class java.security.Provider
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.HashMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.Hashtable
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.Map
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfPresent(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class java.security.Provider
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeTime() - Method in class java.util.Calendar
Converts the current calendar field values in fields[] to the millisecond time value Calendar.time.
computeTime() - Method in class java.util.GregorianCalendar
Converts calendar field values to the time value (millisecond offset from the Epoch).
computeValue(Class<?>) - Method in class java.lang.ClassValue
Computes the given class's derived value for this ClassValue.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
concat(DoubleStream, DoubleStream) - Static method in interface java.util.stream.DoubleStream
Creates a lazily concatenated stream whose elements are all the elements of the first stream followed by all the elements of the second stream.
concat(IntStream, IntStream) - Static method in interface java.util.stream.IntStream
Creates a lazily concatenated stream whose elements are all the elements of the first stream followed by all the elements of the second stream.
concat(LongStream, LongStream) - Static method in interface java.util.stream.LongStream
Creates a lazily concatenated stream whose elements are all the elements of the first stream followed by all the elements of the second stream.
concat(Stream<? extends T>, Stream<? extends T>) - Static method in interface java.util.stream.Stream
Creates a lazily concatenated stream whose elements are all the elements of the first stream followed by all the elements of the second stream.
concatenate(AffineTransform) - Method in class java.awt.geom.AffineTransform
Concatenates an AffineTransform Tx to this AffineTransform Cx in the most commonly useful way to provide a new user space that is mapped to the former user space by Tx.
concatenateTransform(AffineTransform) - Method in class java.awt.image.renderable.RenderContext
Modifies the current user-to-device transform by appending another transform.
concetenateTransform(AffineTransform) - Method in class java.awt.image.renderable.RenderContext
Deprecated.
replaced by concatenateTransform(AffineTransform).
CONCUR_READ_ONLY - Static variable in interface java.sql.ResultSet
The constant indicating the concurrency mode for a ResultSet object that may NOT be updated.
CONCUR_UPDATABLE - Static variable in interface java.sql.ResultSet
The constant indicating the concurrency mode for a ResultSet object that may be updated.
CONCURRENT - Static variable in interface java.util.Spliterator
Characteristic value signifying that the element source may be safely concurrently modified (allowing additions, replacements, and/or removals) by multiple threads without external synchronization.
ConcurrentHashMap<K,V> - Class in java.util.concurrent
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
ConcurrentHashMap() - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the default initial table size (16).
ConcurrentHashMap(int) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
ConcurrentHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new map with the same mappings as the given map.
ConcurrentHashMap(int, float) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
ConcurrentHashMap(int, float, int) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
ConcurrentHashMap.KeySetView<K,V> - Class in java.util.concurrent
A view of a ConcurrentHashMap as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
ConcurrentLinkedDeque<E> - Class in java.util.concurrent
An unbounded concurrent deque based on linked nodes.
ConcurrentLinkedDeque() - Constructor for class java.util.concurrent.ConcurrentLinkedDeque
Constructs an empty deque.
ConcurrentLinkedDeque(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentLinkedDeque
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentLinkedQueue<E> - Class in java.util.concurrent
An unbounded thread-safe queue based on linked nodes.
ConcurrentLinkedQueue() - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue that is initially empty.
ConcurrentLinkedQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentMap<K,V> - Interface in java.util.concurrent
A Map providing thread safety and atomicity guarantees.
ConcurrentModificationException - Exception in java.util
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
ConcurrentModificationException(Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause.
ConcurrentModificationException(String, Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified detail message and cause.
ConcurrentNavigableMap<K,V> - Interface in java.util.concurrent
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
ConcurrentSkipListMap<K,V> - Class in java.util.concurrent
A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentSkipListMap() - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(Comparator<? super K>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the specified comparator.
ConcurrentSkipListMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings as the given map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(SortedMap<K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings and using the same ordering as the specified sorted map.
ConcurrentSkipListSet<E> - Class in java.util.concurrent
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
ConcurrentSkipListSet() - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to their natural ordering.
ConcurrentSkipListSet(Comparator<? super E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to the specified comparator.
ConcurrentSkipListSet(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the elements in the specified collection, that orders its elements according to their natural ordering.
ConcurrentSkipListSet(SortedSet<E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.
Condition - Interface in java.util.concurrent.locks
Condition factors out the Object monitor methods (wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations.
ConditionObject() - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Creates a new ConditionObject instance.
ConditionObject() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Creates a new ConditionObject instance.
CONFIG - Static variable in class java.util.logging.Level
CONFIG is a message level for static configuration messages.
config(String) - Method in class java.util.logging.Logger
Log a CONFIG message.
config(Supplier<String>) - Method in class java.util.logging.Logger
Log a CONFIG message, which is only to be constructed if the logging level is such that the message will actually be logged.
configureBlocking(boolean) - Method in class java.nio.channels.SelectableChannel
Adjusts this channel's blocking mode.
configureBlocking(boolean) - Method in class java.nio.channels.spi.AbstractSelectableChannel
Adjusts this channel's blocking mode.
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
Causes this piped input stream to be connected to the piped output stream src.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedWriter) - Method in class java.io.PipedReader
Causes this piped reader to be connected to the piped writer src.
connect(PipedReader) - Method in class java.io.PipedWriter
Connects this piped writer to a receiver.
connect(InetAddress, int) - Method in class java.net.DatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - Method in class java.net.DatagramSocket
Connects this socket to a remote socket address (IP address + port number).
connect(InetAddress, int) - Method in class java.net.DatagramSocketImpl
Connects a datagram socket to a remote destination.
connect(SocketAddress) - Method in class java.net.Socket
Connects this socket to the server.
connect(SocketAddress, int) - Method in class java.net.Socket
Connects this socket to the server with a specified timeout value.
connect(String, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port on the named host.
connect(InetAddress, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect(SocketAddress, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect() - Method in class java.net.URLConnection
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
connect(SocketAddress, A, CompletionHandler<Void, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
Connects this channel.
connect(SocketAddress) - Method in class java.nio.channels.AsynchronousSocketChannel
Connects this channel.
connect(SocketAddress) - Method in class java.nio.channels.DatagramChannel
Connects this channel's socket.
connect(SocketAddress) - Method in class java.nio.channels.SocketChannel
Connects this channel's socket.
connect(String, Properties) - Method in interface java.sql.Driver
Attempts to make a database connection to the given URL.
connected - Variable in class java.net.URLConnection
If false, this connection object has not created a communications link to the specified URL.
ConnectException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
ConnectException(String) - Constructor for exception java.net.ConnectException
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
ConnectException() - Constructor for exception java.net.ConnectException
Construct a new ConnectException with no detailed message.
ConnectException - Exception in java.rmi
A ConnectException is thrown if a connection is refused to the remote host for a remote method call.
ConnectException(String) - Constructor for exception java.rmi.ConnectException
Constructs a ConnectException with the specified detail message.
ConnectException(String, Exception) - Constructor for exception java.rmi.ConnectException
Constructs a ConnectException with the specified detail message and nested exception.
connectFailed(URI, SocketAddress, IOException) - Method in class java.net.ProxySelector
Called to indicate that a connection could not be established to a proxy/socks server.
ConnectIOException - Exception in java.rmi
A ConnectIOException is thrown if an IOException occurs while making a connection to the remote host for a remote method call.
ConnectIOException(String) - Constructor for exception java.rmi.ConnectIOException
Constructs a ConnectIOException with the specified detail message.
ConnectIOException(String, Exception) - Constructor for exception java.rmi.ConnectIOException
Constructs a ConnectIOException with the specified detail message and nested exception.
Connection - Interface in java.sql
A connection (session) with a specific database.
ConnectionPendingException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already in progress.
ConnectionPendingException() - Constructor for exception java.nio.channels.ConnectionPendingException
Constructs an instance of this class.
CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
General category "Pc" in the Unicode specification.
Console - Class in java.io
Methods to access the character-based console device, if any, associated with the current Java virtual machine.
console() - Static method in class java.lang.System
Returns the unique Console object associated with the current Java virtual machine, if any.
ConsoleHandler - Class in java.util.logging
This Handler publishes log records to System.err.
ConsoleHandler() - Constructor for class java.util.logging.ConsoleHandler
Create a ConsoleHandler for System.err.
constant(Class<?>, Object) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle of the requested return type which returns the given constant value every time it is invoked.
ConstantCallSite - Class in java.lang.invoke
A ConstantCallSite is a CallSite whose target is permanent, and can never be changed.
ConstantCallSite(MethodHandle) - Constructor for class java.lang.invoke.ConstantCallSite
Creates a call site with a permanent target.
ConstantCallSite(MethodType, MethodHandle) - Constructor for class java.lang.invoke.ConstantCallSite
Creates a call site with a permanent target, possibly bound to the call site itself.
constantName() - Method in exception java.lang.EnumConstantNotPresentException
Returns the name of the missing enum constant.
Constructor<T> - Class in java.lang.reflect
Constructor provides information about, and access to, a single constructor for a class.
constructorModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a constructor.
ConstructorProperties - Annotation Type in java.beans
An annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getter methods.
consume() - Method in class java.awt.AWTEvent
Consumes this event, if this event can be consumed.
consume() - Method in class java.awt.event.InputEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consume() - Method in class java.awt.event.InputMethodEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consumed - Variable in class java.awt.AWTEvent
Controls whether or not the event is sent back down to the peer once the source has processed it - false means it's sent to the peer; true means it's not.
consumer - Variable in class java.awt.image.ImageFilter
The consumer of the particular image data stream for which this instance of the ImageFilter is filtering data.
Consumer<T> - Interface in java.util.function
Represents an operation that accepts a single input argument and returns no result.
Container - Class in java.awt
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
Container() - Constructor for class java.awt.Container
Constructs a new Container.
Container.AccessibleAWTContainer - Class in java.awt
Inner class of Container used to provide default support for accessibility.
Container.AccessibleAWTContainer.AccessibleContainerHandler - Class in java.awt
Fire PropertyChange listener, if one is registered, when children are added or removed.
CONTAINER_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting container events.
CONTAINER_FIRST - Static variable in class java.awt.event.ContainerEvent
The first number in the range of ids used for container events.
CONTAINER_LAST - Static variable in class java.awt.event.ContainerEvent
The last number in the range of ids used for container events.
ContainerAdapter - Class in java.awt.event
An abstract adapter class for receiving container events.
ContainerAdapter() - Constructor for class java.awt.event.ContainerAdapter
 
ContainerEvent - Class in java.awt.event
A low-level event which indicates that a container's contents changed because a component was added or removed.
ContainerEvent(Component, int, Component) - Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object.
ContainerListener - Interface in java.awt.event
The listener interface for receiving container events.
ContainerOrderFocusTraversalPolicy - Class in java.awt
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
ContainerOrderFocusTraversalPolicy() - Constructor for class java.awt.ContainerOrderFocusTraversalPolicy
 
ContainerPeer - Interface in java.awt.peer
The peer interface for Container.
contains(Point) - Method in class java.awt.Component.AccessibleAWTComponent
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(int, int) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where x and y are defined to be relative to the coordinate system of this component.
contains(Point) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where the point's x and y coordinates are defined to be relative to the coordinate system of this component.
contains(double, double) - Method in class java.awt.geom.Arc2D
Determines whether or not the specified point is inside the boundary of the arc.
contains(double, double, double, double) - Method in class java.awt.geom.Arc2D
Determines whether or not the interior of the arc entirely contains the specified rectangle.
contains(Rectangle2D) - Method in class java.awt.geom.Arc2D
Determines whether or not the interior of the arc entirely contains the specified rectangle.
contains(double, double) - Method in class java.awt.geom.Area
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(Point2D) - Method in class java.awt.geom.Area
Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in class java.awt.geom.Area
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class java.awt.geom.Area
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class java.awt.geom.CubicCurve2D
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(Point2D) - Method in class java.awt.geom.CubicCurve2D
Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in class java.awt.geom.CubicCurve2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class java.awt.geom.CubicCurve2D
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class java.awt.geom.Ellipse2D
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in class java.awt.geom.Ellipse2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(double, double) - Method in class java.awt.geom.Line2D
Tests if a specified coordinate is inside the boundary of this Line2D.
contains(Point2D) - Method in class java.awt.geom.Line2D
Tests if a given Point2D is inside the boundary of this Line2D.
contains(double, double, double, double) - Method in class java.awt.geom.Line2D
Tests if the interior of this Line2D entirely contains the specified set of rectangular coordinates.
contains(Rectangle2D) - Method in class java.awt.geom.Line2D
Tests if the interior of this Line2D entirely contains the specified Rectangle2D.
contains(PathIterator, double, double) - Static method in class java.awt.geom.Path2D
Tests if the specified coordinates are inside the closed boundary of the specified PathIterator.
contains(PathIterator, Point2D) - Static method in class java.awt.geom.Path2D
Tests if the specified Point2D is inside the closed boundary of the specified PathIterator.
contains(double, double) - Method in class java.awt.geom.Path2D
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(Point2D) - Method in class java.awt.geom.Path2D
Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.
contains(PathIterator, double, double, double, double) - Static method in class java.awt.geom.Path2D
Tests if the specified rectangular area is entirely inside the closed boundary of the specified PathIterator.
contains(PathIterator, Rectangle2D) - Static method in class java.awt.geom.Path2D
Tests if the specified Rectangle2D is entirely inside the closed boundary of the specified PathIterator.
contains(double, double, double, double) - Method in class java.awt.geom.Path2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class java.awt.geom.Path2D
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class java.awt.geom.QuadCurve2D
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(Point2D) - Method in class java.awt.geom.QuadCurve2D
Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in class java.awt.geom.QuadCurve2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class java.awt.geom.QuadCurve2D
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class java.awt.geom.Rectangle2D
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in class java.awt.geom.Rectangle2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Point2D) - Method in class java.awt.geom.RectangularShape
Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.
contains(Rectangle2D) - Method in class java.awt.geom.RectangularShape
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(double, double) - Method in class java.awt.geom.RoundRectangle2D
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in class java.awt.geom.RoundRectangle2D
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Point) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class java.awt.Polygon
Determines whether the specified Point is inside this Polygon.
contains(int, int) - Method in class java.awt.Polygon
Determines whether the specified coordinates are inside this Polygon.
contains(double, double) - Method in class java.awt.Polygon
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(Point2D) - Method in class java.awt.Polygon
Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in class java.awt.Polygon
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class java.awt.Polygon
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(Point) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the specified Point.
contains(int, int) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (x,y).
contains(Rectangle) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class java.awt.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (X,Y) with the specified dimensions (W,H).
contains(double, double) - Method in interface java.awt.Shape
Tests if the specified coordinates are inside the boundary of the Shape, as described by the definition of insideness.
contains(Point2D) - Method in interface java.awt.Shape
Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.
contains(double, double, double, double) - Method in interface java.awt.Shape
Tests if the interior of the Shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in interface java.awt.Shape
Tests if the interior of the Shape entirely contains the specified Rectangle2D.
contains(Object) - Method in class java.beans.beancontext.BeanContextMembershipEvent
Is the child specified affected by the event?
contains(Object) - Method in class java.beans.beancontext.BeanContextSupport
Determines whether or not the specified object is currently a child of this BeanContext.
contains(CharSequence) - Method in class java.lang.String
Returns true if and only if this string contains the specified sequence of char values.
contains(Charset) - Method in class java.nio.charset.Charset
Tells whether or not this charset contains the given charset.
contains(Object) - Method in class java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.ArrayDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.ArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in interface java.util.concurrent.BlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in interface java.util.concurrent.BlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns true if this deque contains at least one element e such that o.equals(e).
contains(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedTransferQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
contains(Object) - Method in interface java.util.Deque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.HashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.LinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.PriorityQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in interface java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.TreeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Vector
Returns true if this vector contains the specified element.
containsAlias(String) - Method in class java.security.KeyStore
Checks if the given alias exists in this keystore.
containsAll(Collection) - Method in class java.beans.beancontext.BeanContextSupport
Tests to see if all objects in the specified Collection are children of this BeanContext.
containsAll(Collection<?>) - Method in class java.util.AbstractCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Returns false unless the given collection is empty.
containsAll(Collection<?>) - Method in interface java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsAngle(double) - Method in class java.awt.geom.Arc2D
Determines whether or not the specified angle is within the angular extents of the arc.
containsKey(Object) - Method in class java.awt.RenderingHints
Returns true if this RenderingHints contains a mapping for the specified key.
containsKey(Object) - Method in class java.beans.beancontext.BeanContextSupport
Determines whether or not the specified object is currently a child of this BeanContext.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.EnumMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a key in this identity hash map.
containsKey(Object) - Method in class java.util.jar.Attributes
Returns true if this Map contains the specified attribute name (key).
containsKey(Object) - Method in interface java.util.Map
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in class java.util.ResourceBundle
Determines whether the given key is contained in this ResourceBundle or its parent bundles.
containsKey(Object) - Method in class java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.WeakHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class java.awt.RenderingHints
Returns true if this RenderingHints maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.EnumMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this hashtable maps one or more keys to this value.
containsValue(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a value in this identity hash map.
containsValue(Object) - Method in class java.util.jar.Attributes
Returns true if this Map maps one or more attribute names (keys) to the specified value.
containsValue(Object) - Method in class java.util.LinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.WeakHashMap
Returns true if this map maps one or more keys to the specified value.
CONTENT_TYPE - Static variable in class java.util.jar.Attributes.Name
Name object for Content-Type manifest attribute.
contentEquals(StringBuffer) - Method in class java.lang.String
Compares this string to the specified StringBuffer.
contentEquals(CharSequence) - Method in class java.lang.String
Compares this string to the specified CharSequence.
ContentHandler - Class in java.net
The abstract class ContentHandler is the superclass of all classes that read an Object from a URLConnection.
ContentHandler() - Constructor for class java.net.ContentHandler
 
ContentHandlerFactory - Interface in java.net
This interface defines a factory for content handlers.
contents - Variable in class java.awt.datatransfer.Clipboard
 
contentsLost() - Method in class java.awt.Component.BltBufferStrategy
 
contentsLost() - Method in class java.awt.Component.FlipBufferStrategy
 
contentsLost() - Method in class java.awt.image.BufferStrategy
Returns whether the drawing buffer was lost since the last call to getDrawGraphics.
contentsLost() - Method in class java.awt.image.VolatileImage
Returns true if rendering data was lost since last validate call.
contentsRestored() - Method in class java.awt.Component.BltBufferStrategy
 
contentsRestored() - Method in class java.awt.Component.FlipBufferStrategy
 
contentsRestored() - Method in class java.awt.image.BufferStrategy
Returns whether the drawing buffer was recently restored from a lost state and reinitialized to the default background color (white).
context - Variable in class java.awt.dnd.DropTargetEvent
The DropTargetContext associated with this DropTargetEvent.
context() - Method in interface java.nio.file.WatchEvent
Returns the context for the event.
ContextualRenderedImageFactory - Interface in java.awt.image.renderable
ContextualRenderedImageFactory provides an interface for the functionality that may differ between instances of RenderableImageOp.
CONTROL - Static variable in class java.awt.SystemColor
The array index for the SystemColor.control system color.
control - Static variable in class java.awt.SystemColor
The color rendered for the background of control panels and control objects, such as pushbuttons.
CONTROL - Static variable in class java.lang.Character
General category "Cc" in the Unicode specification.
Control() - Constructor for class java.util.ResourceBundle.Control
Sole constructor.
CONTROL_DK_SHADOW - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlDkShadow system color.
CONTROL_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlHighlight system color.
CONTROL_LT_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlLtHighlight system color.
CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Control Pictures" Unicode character block.
CONTROL_SHADOW - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlShadow system color.
CONTROL_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.controlText system color.
controlDkShadow - Static variable in class java.awt.SystemColor
The color rendered for dark shadow areas on 3D control objects, such as pushbuttons.
controlDown() - Method in class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatibility.
controlHighlight - Static variable in class java.awt.SystemColor
The color rendered for light areas of 3D control objects, such as pushbuttons.
controlLtHighlight - Static variable in class java.awt.SystemColor
The color rendered for highlight areas of 3D control objects, such as pushbuttons.
controlShadow - Static variable in class java.awt.SystemColor
The color rendered for shadow areas of 3D control objects, such as pushbuttons.
controlText - Static variable in class java.awt.SystemColor
The color rendered for the text of control panels and control objects, such as pushbuttons.
convert(long, TimeUnit) - Method in enum java.util.concurrent.TimeUnit
Converts the given time duration in the given unit to this unit.
CONVERTED_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the converted text state.
convertToIntDiscrete(Raster, boolean) - Method in class java.awt.image.IndexColorModel
Returns a new BufferedImage of TYPE_INT_ARGB or TYPE_INT_RGB that has a Raster with pixel data computed by expanding the indices in the source Raster using the color/alpha component arrays of this ColorModel.
ConvolveOp - Class in java.awt.image
This class implements a convolution from the source to the destination.
ConvolveOp(Kernel, int, RenderingHints) - Constructor for class java.awt.image.ConvolveOp
Constructs a ConvolveOp given a Kernel, an edge condition, and a RenderingHints object (which may be null).
ConvolveOp(Kernel) - Constructor for class java.awt.image.ConvolveOp
Constructs a ConvolveOp given a Kernel.
CookieHandler - Class in java.net
A CookieHandler object provides a callback mechanism to hook up a HTTP state management policy implementation into the HTTP protocol handler.
CookieHandler() - Constructor for class java.net.CookieHandler
 
CookieManager - Class in java.net
CookieManager provides a concrete implementation of CookieHandler, which separates the storage of cookies from the policy surrounding accepting and rejecting cookies.
CookieManager() - Constructor for class java.net.CookieManager
Create a new cookie manager.
CookieManager(CookieStore, CookiePolicy) - Constructor for class java.net.CookieManager
Create a new cookie manager with specified cookie store and cookie policy.
CookiePolicy - Interface in java.net
CookiePolicy implementations decide which cookies should be accepted and which should be rejected.
CookieStore - Interface in java.net
A CookieStore object represents a storage for cookie.
COPIED - Static variable in class java.awt.BufferCapabilities.FlipContents
When flip contents are COPIED, the contents of the back buffer are copied to the front buffer when flipping.
COPTIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Coptic" Unicode character block.
copy(Path, Path, CopyOption...) - Static method in class java.nio.file.Files
Copy a file to a target file.
copy(InputStream, Path, CopyOption...) - Static method in class java.nio.file.Files
Copies all bytes from an input stream to a file.
copy(Path, OutputStream) - Static method in class java.nio.file.Files
Copies all bytes from a file to an output stream.
copy(Path, Path, CopyOption...) - Method in class java.nio.file.spi.FileSystemProvider
Copy a file to a target file.
copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
copyArea(int, int, int, int, int, int) - Method in class java.awt.Graphics
Copies an area of the component by a distance specified by dx and dy.
copyChildren() - Method in class java.beans.beancontext.BeanContextSupport
Gets a copy of the this BeanContext's children.
copyData(WritableRaster) - Method in class java.awt.image.BufferedImage
Computes an arbitrary rectangular region of the BufferedImage and copies it into a specified WritableRaster.
copyData(WritableRaster) - Method in interface java.awt.image.RenderedImage
Computes an arbitrary rectangular region of the RenderedImage and copies it into a caller-supplied WritableRaster.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyOf(T[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
copyOf(U[], int, Class<? extends T[]>) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
copyOf(byte[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(short[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(int[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(long[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(char[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the specified length.
copyOf(float[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(double[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(boolean[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with false (if necessary) so the copy has the specified length.
copyOf(EnumSet<E>) - Static method in class java.util.EnumSet
Creates an enum set with the same element type as the specified enum set, initially containing the same elements (if any).
copyOf(Collection<E>) - Static method in class java.util.EnumSet
Creates an enum set initialized from the specified collection.
copyOfRange(T[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(U[], int, int, Class<? extends T[]>) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(byte[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(short[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(int[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(long[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(char[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(float[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(double[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(boolean[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
CopyOnWriteArrayList<E> - Class in java.util.concurrent
A thread-safe variant of ArrayList in which all mutative operations (add, set, and so on) are implemented by making a fresh copy of the underlying array.
CopyOnWriteArrayList() - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates an empty list.
CopyOnWriteArrayList(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
CopyOnWriteArrayList(E[]) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates a list holding a copy of the given array.
CopyOnWriteArraySet<E> - Class in java.util.concurrent
A Set that uses an internal CopyOnWriteArrayList for all of its operations.
CopyOnWriteArraySet() - Constructor for class java.util.concurrent.CopyOnWriteArraySet
Creates an empty set.
CopyOnWriteArraySet(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArraySet
Creates a set containing all of the elements of the specified collection.
CopyOption - Interface in java.nio.file
An object that configures how to copy or move a file.
copySign(double, double) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(float, float) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(double, double) - Static method in class java.lang.StrictMath
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(float, float) - Static method in class java.lang.StrictMath
Returns the first floating-point argument with the sign of the second floating-point argument.
copyValueOf(char[], int, int) - Static method in class java.lang.String
copyValueOf(char[]) - Static method in class java.lang.String
Equivalent to String.valueOf(char[]).
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
cos(double) - Static method in class java.lang.StrictMath
Returns the trigonometric cosine of an angle.
cosh(double) - Static method in class java.lang.Math
Returns the hyperbolic cosine of a double value.
cosh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic cosine of a double value.
count - Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count - Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.CharArrayReader
The index of the end of this buffer.
count - Variable in class java.io.CharArrayWriter
The number of chars in the buffer.
count - Variable in class java.io.StringBufferInputStream
Deprecated.
The number of valid characters in the input stream buffer.
count() - Method in interface java.nio.file.WatchEvent
Returns the event count.
count() - Method in interface java.util.stream.DoubleStream
Returns the count of elements in this stream.
count() - Method in interface java.util.stream.IntStream
Returns the count of elements in this stream.
count() - Method in interface java.util.stream.LongStream
Returns the count of elements in this stream.
count() - Method in interface java.util.stream.Stream
Returns the count of elements in this stream.
countComponents() - Method in class java.awt.Container
Deprecated.
As of JDK version 1.1, replaced by getComponentCount().
countDown() - Method in class java.util.concurrent.CountDownLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
CountDownLatch - Class in java.util.concurrent
A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
CountDownLatch(int) - Constructor for class java.util.concurrent.CountDownLatch
Constructs a CountDownLatch initialized with the given count.
CountedCompleter<T> - Class in java.util.concurrent
A ForkJoinTask with a completion action performed when triggered and there are no remaining pending actions.
CountedCompleter(CountedCompleter<?>, int) - Constructor for class java.util.concurrent.CountedCompleter
Creates a new CountedCompleter with the given completer and initial pending count.
CountedCompleter(CountedCompleter<?>) - Constructor for class java.util.concurrent.CountedCompleter
Creates a new CountedCompleter with the given completer and an initial pending count of zero.
CountedCompleter() - Constructor for class java.util.concurrent.CountedCompleter
Creates a new CountedCompleter with no completer and an initial pending count of zero.
counting() - Static method in class java.util.stream.Collectors
Returns a Collector accepting elements of type T that counts the number of input elements.
COUNTING_ROD_NUMERALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Counting Rod Numerals" Unicode character block.
countItems() - Method in class java.awt.Choice
Deprecated.
As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.Menu
Deprecated.
As of JDK version 1.1, replaced by getItemCount().
countMenus() - Method in class java.awt.MenuBar
Deprecated.
As of JDK version 1.1, replaced by getMenuCount().
countObservers() - Method in class java.util.Observable
Returns the number of observers of this Observable object.
countStackFrames() - Method in class java.lang.Thread
Deprecated.
The definition of this call depends on Thread.suspend(), which is deprecated. Further, the results of this call were never well-defined.
countTokens() - Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
crc - Variable in class java.util.zip.GZIPInputStream
CRC-32 for uncompressed data.
crc - Variable in class java.util.zip.GZIPOutputStream
CRC-32 of uncompressed data.
CRC32 - Class in java.util.zip
A class that can be used to compute the CRC-32 of a data stream.
CRC32() - Constructor for class java.util.zip.CRC32
Creates a new CRC32 object.
create() - Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
create(int, int, int, int) - Method in class java.awt.Graphics
Creates a new Graphics object based on this Graphics object, but with a new translation and clip area.
create(RenderContext, ParameterBlock) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Creates a rendering, given a RenderContext and a ParameterBlock containing the operation's sources and parameters.
create(ParameterBlock, RenderingHints) - Method in interface java.awt.image.renderable.RenderedImageFactory
Creates a RenderedImage representing the results of an imaging operation (or chain of operations) for a given ParameterBlock and RenderingHints.
create(Class<T>, Object, String) - Static method in class java.beans.EventHandler
Creates an implementation of listenerInterface in which all of the methods in the listener interface apply the handler's action to the target.
create(Class<T>, Object, String, String) - Static method in class java.beans.EventHandler
/** Creates an implementation of listenerInterface in which all of the methods pass the value of the event expression, eventPropertyName, to the final method in the statement, action, which is applied to the target.
create(Class<T>, Object, String, String, String) - Static method in class java.beans.EventHandler
Creates an implementation of listenerInterface in which the method named listenerMethodName passes the value of the event expression, eventPropertyName, to the final method in the statement, action, which is applied to the target.
create() - Method in class java.net.DatagramSocketImpl
Creates a datagram socket.
create(boolean) - Method in class java.net.SocketImpl
Creates either a stream or a datagram socket.
create(String) - Static method in class java.net.URI
Creates a URI by parsing the given string.
createArrayOf(String, Object[]) - Method in interface java.sql.Connection
Factory method for creating Array objects.
createBackBuffers(int) - Method in class java.awt.Component.BltBufferStrategy
Creates the back buffers
createBandedRaster(int, int, int, int, Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a BandedSampleModel with the specified data type, width, height, and number of bands.
createBandedRaster(int, int, int, int, int[], int[], Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a BandedSampleModel with the specified data type, width, height, scanline stride, bank indices and band offsets.
createBandedRaster(DataBuffer, int, int, int, int[], int[], Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a BandedSampleModel with the specified DataBuffer, width, height, scanline stride, bank indices, and band offsets.
createBCSChild(Object, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport
Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
createBCSChild(Object, Object) - Method in class java.beans.beancontext.BeanContextSupport
Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
createBCSSServiceProvider(Class, BeanContextServiceProvider) - Method in class java.beans.beancontext.BeanContextServicesSupport
subclasses can override this method to create new subclasses of BCSSServiceProvider without having to override addService() in order to instantiate.
createBlob() - Method in interface java.sql.Connection
Constructs an object that implements the Blob interface.
createBuffers(int, BufferCapabilities) - Method in class java.awt.Component.FlipBufferStrategy
Creates one or more complex, flipping buffers with the given capabilities.
createBuffers(int, BufferCapabilities) - Method in interface java.awt.peer.ComponentPeer
Create numBuffers flipping buffers with the specified buffer capabilities.
createBufferStrategy(int) - Method in class java.awt.Canvas
Creates a new strategy for multi-buffering on this component.
createBufferStrategy(int, BufferCapabilities) - Method in class java.awt.Canvas
Creates a new strategy for multi-buffering on this component with the required buffer capabilities.
createBufferStrategy(int) - Method in class java.awt.Window
Creates a new strategy for multi-buffering on this component.
createBufferStrategy(int, BufferCapabilities) - Method in class java.awt.Window
Creates a new strategy for multi-buffering on this component with the required buffer capabilities.
createButton(Button) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Button using the specified peer interface.
createCanvas(Canvas) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Canvas using the specified peer interface.
createCheckbox(Checkbox) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Checkbox using the specified peer interface.
createCheckboxMenuItem(CheckboxMenuItem) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
createChild(int, int, int, int, int, int, int[]) - Method in class java.awt.image.Raster
Returns a new Raster which shares all or part of this Raster's DataBuffer.
createChoice(Choice) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Choice using the specified peer interface.
createClob() - Method in interface java.sql.Connection
Constructs an object that implements the Clob interface.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.AffineTransformOp
Creates a zeroed destination image with the correct size and number of bands.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in interface java.awt.image.BufferedImageOp
Creates a zeroed destination image with the correct size and number of bands.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.ColorConvertOp
Creates a zeroed destination image with the correct size and number of bands, given this source.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.ConvolveOp
Creates a zeroed destination image with the correct size and number of bands.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.LookupOp
Creates a zeroed destination image with the correct size and number of bands.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.RescaleOp
Creates a zeroed destination image with the correct size and number of bands.
createCompatibleDestRaster(Raster) - Method in class java.awt.image.AffineTransformOp
Creates a zeroed destination Raster with the correct size and number of bands.
createCompatibleDestRaster(Raster) - Method in class java.awt.image.BandCombineOp
Creates a zeroed destination Raster with the correct size and number of bands.
createCompatibleDestRaster(Raster) - Method in class java.awt.image.ColorConvertOp
Creates a zeroed destination Raster with the correct size and number of bands, given this source.
createCompatibleDestRaster(Raster) - Method in class java.awt.image.ConvolveOp
Creates a zeroed destination Raster with the correct size and number of bands, given this source.
createCompatibleDestRaster(Raster) - Method in class java.awt.image.LookupOp
Creates a zeroed-destination Raster with the correct size and number of bands, given this source.
createCompatibleDestRaster(Raster) - Method in interface java.awt.image.RasterOp
Creates a zeroed destination Raster with the correct size and number of bands.
createCompatibleDestRaster(Raster) - Method in class java.awt.image.RescaleOp
Creates a zeroed-destination Raster with the correct size and number of bands, given this source.
createCompatibleImage(int, int) - Method in class java.awt.GraphicsConfiguration
Returns a BufferedImage with a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleImage(int, int, int) - Method in class java.awt.GraphicsConfiguration
Returns a BufferedImage that supports the specified transparency and has a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.BandedSampleModel
Creates a new BandedSampleModel with the specified width and height.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.ColorModel
Creates a SampleModel with the specified width and height that has a data layout compatible with this ColorModel.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.ComponentColorModel
Creates a SampleModel with the specified width and height, that has a data layout compatible with this ColorModel.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.ComponentSampleModel
Creates a new ComponentSampleModel with the specified width and height.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.IndexColorModel
Creates a SampleModel with the specified width and height that has a data layout compatible with this ColorModel.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.MultiPixelPackedSampleModel
Creates a new MultiPixelPackedSampleModel with the specified width and height.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.PackedColorModel
Creates a SampleModel with the specified width and height that has a data layout compatible with this ColorModel.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.PixelInterleavedSampleModel
Creates a new PixelInterleavedSampleModel with the specified width and height.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.SampleModel
Creates a SampleModel which describes data in this SampleModel's format, but with a different width and height.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.SinglePixelPackedSampleModel
Creates a new SinglePixelPackedSampleModel with the specified width and height.
createCompatibleVolatileImage(int, int) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleVolatileImage(int, int, int) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleVolatileImage(int, int, ImageCapabilities) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration, using the specified image capabilities.
createCompatibleVolatileImage(int, int, ImageCapabilities, int) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration, using the specified image capabilities and transparency value.
createCompatibleWritableRaster(int, int) - Method in class java.awt.image.ColorModel
Creates a WritableRaster with the specified width and height that has a data layout (SampleModel) compatible with this ColorModel.
createCompatibleWritableRaster(int, int) - Method in class java.awt.image.ComponentColorModel
Creates a WritableRaster with the specified width and height, that has a data layout (SampleModel) compatible with this ColorModel.
createCompatibleWritableRaster(int, int) - Method in class java.awt.image.DirectColorModel
Creates a WritableRaster with the specified width and height that has a data layout (SampleModel) compatible with this ColorModel.
createCompatibleWritableRaster(int, int) - Method in class java.awt.image.IndexColorModel
Creates a WritableRaster with the specified width and height that has a data layout (SampleModel) compatible with this ColorModel.
createCompatibleWritableRaster() - Method in class java.awt.image.Raster
Create a compatible WritableRaster the same size as this Raster with the same SampleModel and a new initialized DataBuffer.
createCompatibleWritableRaster(int, int) - Method in class java.awt.image.Raster
Create a compatible WritableRaster with the specified size, a new SampleModel, and a new initialized DataBuffer.
createCompatibleWritableRaster(Rectangle) - Method in class java.awt.image.Raster
Create a compatible WritableRaster with location (minX, minY) and size (width, height) specified by rect, a new SampleModel, and a new initialized DataBuffer.
createCompatibleWritableRaster(int, int, int, int) - Method in class java.awt.image.Raster
Create a compatible WritableRaster with the specified location (minX, minY) and size (width, height), a new SampleModel, and a new initialized DataBuffer.
createComponent(Component) - Method in class java.awt.Toolkit
Creates a peer for a component or container.
createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
Creates a new ContentHandler to read an object from a URLStreamHandler.
createContext(ColorModel, ColorModel, RenderingHints) - Method in class java.awt.AlphaComposite
Creates a context for the compositing operation.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.Color
Creates and returns a PaintContext used to generate a solid color field pattern.
createContext(ColorModel, ColorModel, RenderingHints) - Method in interface java.awt.Composite
Creates a context containing state that is used to perform the compositing operation.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.GradientPaint
Creates and returns a PaintContext used to generate a linear color gradient pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.LinearGradientPaint
Creates and returns a PaintContext used to generate a linear color gradient pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in interface java.awt.Paint
Creates and returns a PaintContext used to generate the color pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.RadialGradientPaint
Creates and returns a PaintContext used to generate a circular radial color gradient pattern.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class java.awt.TexturePaint
Creates and returns a PaintContext used to generate a tiled image pattern.
createCustomCursor(Image, Point, String) - Method in class java.awt.Toolkit
Creates a new custom cursor object.
createDataBuffer() - Method in class java.awt.image.BandedSampleModel
Creates a DataBuffer that corresponds to this BandedSampleModel, The DataBuffer's data type, number of banks, and size will be consistent with this BandedSampleModel.
createDataBuffer() - Method in class java.awt.image.ComponentSampleModel
Creates a DataBuffer that corresponds to this ComponentSampleModel.
createDataBuffer() - Method in class java.awt.image.MultiPixelPackedSampleModel
Creates a DataBuffer that corresponds to this MultiPixelPackedSampleModel.
createDataBuffer() - Method in class java.awt.image.SampleModel
Creates a DataBuffer that corresponds to this SampleModel.
createDataBuffer() - Method in class java.awt.image.SinglePixelPackedSampleModel
Creates a DataBuffer that corresponds to this SinglePixelPackedSampleModel.
createDatagramSocketImpl() - Method in interface java.net.DatagramSocketImplFactory
Creates a new DatagramSocketImpl instance.
createDateTime(LocalDateTime, ZoneOffset, ZoneOffset) - Method in enum java.time.zone.ZoneOffsetTransitionRule.TimeDefinition
Converts the specified local date-time to the local date-time actually seen on a wall clock.
createDefaultDragGestureRecognizer(Component, int, DragGestureListener) - Method in class java.awt.dnd.DragSource
Creates a new DragGestureRecognizer that implements the default abstract subclass of DragGestureRecognizer for this DragSource, and sets the specified Component and DragGestureListener on the newly created object.
createDefaultRendering() - Method in interface java.awt.image.renderable.RenderableImage
Returnd a RenderedImage instance of this image with a default width and height in pixels.
createDefaultRendering() - Method in class java.awt.image.renderable.RenderableImageOp
Gets a RenderedImage instance of this image with a default width and height in pixels.
createDesktopPeer(Desktop) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of the Desktop using the specified peer interface.
createDialog(Dialog) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Dialog using the specified peer interface.
createDirectories(Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a directory by creating all nonexistent parent directories first.
createDirectory(Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new directory.
createDirectory(Path, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
Creates a new directory.
createDragGestureRecognizer(Class<T>, Component, int, DragGestureListener) - Method in class java.awt.dnd.DragSource
Creates a new DragGestureRecognizer that implements the specified abstract subclass of DragGestureRecognizer, and sets the specified Component and DragGestureListener on the newly created object.
createDragGestureRecognizer(Class<T>, DragSource, Component, int, DragGestureListener) - Method in class java.awt.Toolkit
Creates a concrete, platform dependent, subclass of the abstract DragGestureRecognizer class requested, and associates it with the DragSource, Component and DragGestureListener specified.
createDragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragSource
Creates the DragSourceContext to handle the current drag operation.
createDragSourceContextPeer(DragGestureEvent) - Method in class java.awt.Toolkit
Creates the peer for a DragSourceContext.
createDropTargetAutoScroller(Component, Point) - Method in class java.awt.dnd.DropTarget
create an embedded autoscroller
createDropTargetContext() - Method in class java.awt.dnd.DropTarget
Creates the DropTargetContext associated with this DropTarget.
createFile(Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new and empty file, failing if the file already exists.
createFileDialog(FileDialog) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of FileDialog using the specified peer interface.
createFont(int, InputStream) - Static method in class java.awt.Font
Returns a new Font using the specified font type and input data.
createFont(int, File) - Static method in class java.awt.Font
Returns a new Font using the specified font type and the specified font file.
createFrame(Frame) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Frame using the specified peer interface.
createGlyphVector(FontRenderContext, String) - Method in class java.awt.Font
Creates a GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this Font.
createGlyphVector(FontRenderContext, char[]) - Method in class java.awt.Font
Creates a GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this Font.
createGlyphVector(FontRenderContext, CharacterIterator) - Method in class java.awt.Font
Creates a GlyphVector by mapping the specified characters to glyphs one-to-one based on the Unicode cmap in this Font.
createGlyphVector(FontRenderContext, int[]) - Method in class java.awt.Font
Creates a GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this Font.
createGraphics(BufferedImage) - Method in class java.awt.GraphicsEnvironment
Returns a Graphics2D object for rendering into the specified BufferedImage.
createGraphics() - Method in class java.awt.image.BufferedImage
Creates a Graphics2D, which can be used to draw into this BufferedImage.
createGraphics() - Method in class java.awt.image.VolatileImage
Creates a Graphics2D, which can be used to draw into this VolatileImage.
createGraphics() - Method in class java.awt.SplashScreen
Creates a graphics context (as a Graphics2D object) for the splash screen overlay image, which allows you to draw over the splash screen.
createGroup(ActivationGroupID, ActivationGroupDesc, long) - Static method in class java.rmi.activation.ActivationGroup
Create and set the activation group for the current VM.
createHandler(Object, ExceptionListener, ClassLoader) - Static method in class java.beans.XMLDecoder
Creates a new handler for SAX parser that can be used to parse embedded XML archives created by the XMLEncoder class.
createImage(ImageProducer) - Method in class java.awt.Component
Creates an image from the specified image producer.
createImage(int, int) - Method in class java.awt.Component
Creates an off-screen drawable image to be used for double buffering.
createImage(ImageProducer) - Method in interface java.awt.peer.ComponentPeer
Creates an image using the specified image producer.
createImage(int, int) - Method in interface java.awt.peer.ComponentPeer
Creates an empty image with the specified width and height.
createImage(String) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
createImage(URL) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
createImage(ImageProducer) - Method in class java.awt.Toolkit
Creates an image with the specified image producer.
createImage(byte[]) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array.
createImage(byte[], int, int) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array, and at the specified offset and length.
createInputMethod() - Method in interface java.awt.im.spi.InputMethodDescriptor
Creates a new instance of the corresponding input method.
createInputMethodJFrame(String, boolean) - Method in interface java.awt.im.spi.InputMethodContext
Creates a top-level Swing JFrame for use by the input method.
createInputMethodWindow(String, boolean) - Method in interface java.awt.im.spi.InputMethodContext
Creates a top-level window for use by the input method.
createInterleavedRaster(int, int, int, int, Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a PixelInterleavedSampleModel with the specified data type, width, height, and number of bands.
createInterleavedRaster(int, int, int, int, int, int[], Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a PixelInterleavedSampleModel with the specified data type, width, height, scanline stride, pixel stride, and band offsets.
createInterleavedRaster(DataBuffer, int, int, int, int, int[], Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a PixelInterleavedSampleModel with the specified DataBuffer, width, height, scanline stride, pixel stride, and band offsets.
createIntersection(Rectangle2D) - Method in class java.awt.geom.Rectangle2D
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
createIntersection(Rectangle2D) - Method in class java.awt.geom.Rectangle2D.Double
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
createIntersection(Rectangle2D) - Method in class java.awt.geom.Rectangle2D.Float
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
createIntersection(Rectangle2D) - Method in class java.awt.Rectangle
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
createInverse() - Method in class java.awt.geom.AffineTransform
Returns an AffineTransform object representing the inverse transformation.
createLabel(Label) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Label using the specified peer interface.
createLineBidi(int, int) - Method in class java.text.Bidi
Create a Bidi object representing the bidi information on a line of text within the paragraph represented by the current Bidi.
createLink(Path, Path) - Static method in class java.nio.file.Files
Creates a new link (directory entry) for an existing file (optional operation).
createLink(Path, Path) - Method in class java.nio.file.spi.FileSystemProvider
Creates a new link (directory entry) for an existing file.
createList(List) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of List using the specified peer interface.
createMenu(Menu) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Menu using the specified peer interface.
createMenuBar(MenuBar) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuBar using the specified peer interface.
createMenuItem(MenuItem) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuItem using the specified peer interface.
createNClob() - Method in interface java.sql.Connection
Constructs an object that implements the NClob interface.
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createPackedRaster(int, int, int, int[], Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a SinglePixelPackedSampleModel with the specified data type, width, height, and band masks.
createPackedRaster(int, int, int, int, int, Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a packed SampleModel with the specified data type, width, height, number of bands, and bits per band.
createPackedRaster(DataBuffer, int, int, int, int[], Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a SinglePixelPackedSampleModel with the specified DataBuffer, width, height, scanline stride, and band masks.
createPackedRaster(DataBuffer, int, int, int, Point) - Static method in class java.awt.image.Raster
Creates a Raster based on a MultiPixelPackedSampleModel with the specified DataBuffer, width, height, and bits per pixel.
createPanel(Panel) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Panel using the specified peer interface.
createPopupMenu(PopupMenu) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of PopupMenu using the specified peer interface.
createPropertyEditor(Object) - Method in class java.beans.PropertyDescriptor
Constructs an instance of a property editor using the current property editor class.
createRaster(SampleModel, DataBuffer, Point) - Static method in class java.awt.image.Raster
Creates a Raster with the specified SampleModel and DataBuffer.
createRegistry(int) - Static method in class java.rmi.registry.LocateRegistry
Creates and exports a Registry instance on the local host that accepts requests on the specified port.
createRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class java.rmi.registry.LocateRegistry
Creates and exports a Registry instance on the local host that uses custom socket factories for communication with that instance.
createRendering(RenderContext) - Method in interface java.awt.image.renderable.RenderableImage
Creates a RenderedImage that represented a rendering of this image using a given RenderContext.
createRendering(RenderContext) - Method in class java.awt.image.renderable.RenderableImageOp
Creates a RenderedImage which represents this RenderableImageOp (including its Renderable sources) rendered according to the given RenderContext.
createScaledRendering(int, int, RenderingHints) - Method in interface java.awt.image.renderable.RenderableImage
Creates a RenderedImage instance of this image with width w, and height h in pixels.
createScaledRendering(int, int, RenderingHints) - Method in class java.awt.image.renderable.RenderableImageOp
Creates a RenderedImage instance of this image with width w, and height h in pixels.
createScreenCapture(Rectangle) - Method in class java.awt.Robot
Creates an image containing pixels read from the screen.
createScrollbar(Scrollbar) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Scrollbar using the specified peer interface.
createScrollPane(ScrollPane) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of ScrollPane using the specified peer interface.
createSecondaryLoop() - Method in class java.awt.EventQueue
Creates a new secondary loop associated with this event queue.
createServerSocket(int) - Method in interface java.rmi.server.RMIServerSocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createServerSocket(int) - Method in class java.rmi.server.RMISocketFactory
Create a server socket on the specified port (port 0 indicates an anonymous port).
createSocket(String, int) - Method in interface java.rmi.server.RMIClientSocketFactory
Create a client socket connected to the specified host and port.
createSocket(String, int) - Method in class java.rmi.server.RMISocketFactory
Creates a client socket connected to the specified host and port.
createSocketImpl() - Method in interface java.net.SocketImplFactory
Creates a new SocketImpl instance.
createSQLXML() - Method in interface java.sql.Connection
Constructs an object that implements the SQLXML interface.
createStatement() - Method in interface java.sql.Connection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in interface java.sql.Connection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in interface java.sql.Connection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStrokedShape(Shape) - Method in class java.awt.BasicStroke
Returns a Shape whose interior defines the stroked outline of a specified Shape.
createStrokedShape(Shape) - Method in interface java.awt.Stroke
Returns an outline Shape which encloses the area that should be painted when the Shape is stroked according to the rules defined by the object implementing the Stroke interface.
createStruct(String, Object[]) - Method in interface java.sql.Connection
Factory method for creating Struct objects.
createSubsetSampleModel(int[]) - Method in class java.awt.image.BandedSampleModel
Creates a new BandedSampleModel with a subset of the bands of this BandedSampleModel.
createSubsetSampleModel(int[]) - Method in class java.awt.image.ComponentSampleModel
Creates a new ComponentSampleModel with a subset of the bands of this ComponentSampleModel.
createSubsetSampleModel(int[]) - Method in class java.awt.image.MultiPixelPackedSampleModel
Creates a new MultiPixelPackedSampleModel with a subset of the bands of this MultiPixelPackedSampleModel.
createSubsetSampleModel(int[]) - Method in class java.awt.image.PixelInterleavedSampleModel
Creates a new PixelInterleavedSampleModel with a subset of the bands of this PixelInterleavedSampleModel.
createSubsetSampleModel(int[]) - Method in class java.awt.image.SampleModel
Creates a new SampleModel with a subset of the bands of this SampleModel.
createSubsetSampleModel(int[]) - Method in class java.awt.image.SinglePixelPackedSampleModel
This creates a new SinglePixelPackedSampleModel with a subset of the bands of this SinglePixelPackedSampleModel.
createSymbolicLink(Path, Path, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a symbolic link to a target (optional operation).
createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
Creates a symbolic link to a target.
createTempDirectory(Path, String, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new directory in the specified directory, using the given prefix to generate its name.
createTempDirectory(String, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name.
createTempFile(String, String, File) - Static method in class java.io.File
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
createTempFile(String, String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTempFile(Path, String, String, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
createTempFile(String, String, FileAttribute<?>...) - Static method in class java.nio.file.Files
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTextArea(TextArea) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextArea using the specified peer interface.
createTextField(TextField) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextField using the specified peer interface.
createTransferableProxy(Transferable, boolean) - Method in class java.awt.dnd.DropTargetContext
Creates a TransferableProxy to proxy for the specified Transferable.
createTransformedArea(AffineTransform) - Method in class java.awt.geom.Area
Creates a new Area object that contains the same geometry as this Area transformed by the specified AffineTransform.
createTransformedShape(Shape) - Method in class java.awt.geom.AffineTransform
Returns a new Shape object defined by the geometry of the specified Shape after it has been transformed by this transform.
createTransformedShape(AffineTransform) - Method in class java.awt.geom.Path2D
Returns a new Shape representing a transformed version of this Path2D.
createTransition(int) - Method in class java.time.zone.ZoneOffsetTransitionRule
Creates a transition instance for the specified year.
createTranslatedChild(int, int) - Method in class java.awt.image.Raster
Create a Raster with the same size, SampleModel and DataBuffer as this one, but with a different location.
createUnion(Rectangle2D) - Method in class java.awt.geom.Rectangle2D
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
createUnion(Rectangle2D) - Method in class java.awt.geom.Rectangle2D.Double
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
createUnion(Rectangle2D) - Method in class java.awt.geom.Rectangle2D.Float
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
createUnion(Rectangle2D) - Method in class java.awt.Rectangle
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
createUnresolved(String, int) - Static method in class java.net.InetSocketAddress
Creates an unresolved socket address from a hostname and a port number.
createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createVolatileImage(int, int) - Method in class java.awt.Component
Creates a volatile off-screen drawable image to be used for double buffering.
createVolatileImage(int, int, ImageCapabilities) - Method in class java.awt.Component
Creates a volatile off-screen drawable image, with the given capabilities.
createVolatileImage(int, int) - Method in interface java.awt.peer.ComponentPeer
Creates an empty volatile image with the specified width and height.
createWindow(Window) - Method in class java.awt.Toolkit
Creates this toolkit's implementation of Window using the specified peer interface.
createWritableChild(int, int, int, int, int, int, int[]) - Method in class java.awt.image.WritableRaster
Returns a new WritableRaster which shares all or part of this WritableRaster's DataBuffer.
createWritableRaster(SampleModel, Point) - Static method in class java.awt.image.Raster
Creates a WritableRaster with the specified SampleModel.
createWritableRaster(SampleModel, DataBuffer, Point) - Static method in class java.awt.image.Raster
Creates a WritableRaster with the specified SampleModel and DataBuffer.
createWritableTranslatedChild(int, int) - Method in class java.awt.image.WritableRaster
Create a WritableRaster with the same size, SampleModel and DataBuffer as this one, but with a different location.
createZipEntry(String) - Method in class java.util.jar.JarInputStream
Creates a new JarEntry (ZipEntry) for the specified JAR file entry name.
createZipEntry(String) - Method in class java.util.zip.ZipInputStream
Creates a new ZipEntry object for the specified entry name.
creationTime() - Method in interface java.nio.file.attribute.BasicFileAttributes
Returns the creation time.
CRL - Class in java.security.cert
This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
CRL(String) - Constructor for class java.security.cert.CRL
Creates a CRL of the specified type.
CRLException - Exception in java.security.cert
CRL (Certificate Revocation List) Exception.
CRLException() - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with no detail message.
CRLException(String) - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with the specified detail message.
CRLException(String, Throwable) - Constructor for exception java.security.cert.CRLException
Creates a CRLException with the specified detail message and cause.
CRLException(Throwable) - Constructor for exception java.security.cert.CRLException
Creates a CRLException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CRLReason - Enum in java.security.cert
The CRLReason enumeration specifies the reason that a certificate is revoked, as defined in RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile.
CRLSelector - Interface in java.security.cert
A selector that defines a set of criteria for selecting CRLs.
CropImageFilter - Class in java.awt.image
An ImageFilter class for cropping images.
CropImageFilter(int, int, int, int) - Constructor for class java.awt.image.CropImageFilter
Constructs a CropImageFilter that extracts the absolute rectangular region of pixels from its source Image as specified by the x, y, w, and h parameters.
CROSSHAIR_CURSOR - Static variable in class java.awt.Cursor
The crosshair cursor type.
CROSSHAIR_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.CROSSHAIR_CURSOR.
CryptoPrimitive - Enum in java.security
An enumeration of cryptographic primitives.
CS_CIEXYZ - Static variable in class java.awt.color.ColorSpace
The CIEXYZ conversion color space defined above.
CS_GRAY - Static variable in class java.awt.color.ColorSpace
The built-in linear gray scale color space.
CS_LINEAR_RGB - Static variable in class java.awt.color.ColorSpace
A built-in linear RGB color space.
CS_PYCC - Static variable in class java.awt.color.ColorSpace
The Photo YCC conversion color space.
CS_sRGB - Static variable in class java.awt.color.ColorSpace
CTRL_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Control key extended modifier constant.
CTRL_MASK - Static variable in class java.awt.event.ActionEvent
The control modifier.
CTRL_MASK - Static variable in class java.awt.Event
This flag indicates that the Control key was down when the event occurred.
CTRL_MASK - Static variable in class java.awt.event.InputEvent
The Control key modifier constant.
ctrlx - Variable in class java.awt.geom.QuadCurve2D.Double
The X coordinate of the control point of the quadratic curve segment.
ctrlx - Variable in class java.awt.geom.QuadCurve2D.Float
The X coordinate of the control point of the quadratic curve segment.
ctrlx1 - Variable in class java.awt.geom.CubicCurve2D.Double
The X coordinate of the first control point of the cubic curve segment.
ctrlx1 - Variable in class java.awt.geom.CubicCurve2D.Float
The X coordinate of the first control point of the cubic curve segment.
ctrlx2 - Variable in class java.awt.geom.CubicCurve2D.Double
The X coordinate of the second control point of the cubic curve segment.
ctrlx2 - Variable in class java.awt.geom.CubicCurve2D.Float
The X coordinate of the second control point of the cubic curve segment.
ctrly - Variable in class java.awt.geom.QuadCurve2D.Double
The Y coordinate of the control point of the quadratic curve segment.
ctrly - Variable in class java.awt.geom.QuadCurve2D.Float
The Y coordinate of the control point of the quadratic curve segment.
ctrly1 - Variable in class java.awt.geom.CubicCurve2D.Double
The Y coordinate of the first control point of the cubic curve segment.
ctrly1 - Variable in class java.awt.geom.CubicCurve2D.Float
The Y coordinate of the first control point of the cubic curve segment.
ctrly2 - Variable in class java.awt.geom.CubicCurve2D.Double
The Y coordinate of the second control point of the cubic curve segment.
ctrly2 - Variable in class java.awt.geom.CubicCurve2D.Float
The Y coordinate of the second control point of the cubic curve segment.
CubicCurve2D - Class in java.awt.geom
The CubicCurve2D class defines a cubic parametric curve segment in (x,y) coordinate space.
CubicCurve2D() - Constructor for class java.awt.geom.CubicCurve2D
This is an abstract class that cannot be instantiated directly.
CubicCurve2D.Double - Class in java.awt.geom
A cubic parametric curve segment specified with double coordinates.
CubicCurve2D.Float - Class in java.awt.geom
A cubic parametric curve segment specified with float coordinates.
CUNEIFORM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cuneiform" Unicode character block.
CUNEIFORM_NUMBERS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cuneiform Numbers and Punctuation" Unicode character block.
CURRENCY - Static variable in class java.text.NumberFormat.Field
Constant identifying the currency field.
Currency - Class in java.util
Represents a currency.
CURRENCY_SYMBOL - Static variable in class java.lang.Character
General category "Sc" in the Unicode specification.
CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Currency Symbols" Unicode character block.
CurrencyNameProvider - Class in java.util.spi
An abstract class for service providers that provide localized currency symbols and display names for the Currency class.
CurrencyNameProvider() - Constructor for class java.util.spi.CurrencyNameProvider
Sole constructor.
current() - Method in class java.text.BreakIterator
Returns character index of the text boundary that was most recently returned by next(), next(int), previous(), first(), last(), following(int) or preceding(int).
current() - Method in interface java.text.CharacterIterator
Gets the character at the current position (as returned by getIndex()).
current() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.current() for String.
current() - Static method in class java.util.concurrent.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom.
currentClassLoader() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
currentGroupID() - Static method in class java.rmi.activation.ActivationGroup
Returns the current activation group's identifier.
currentLoadedClass() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
currentSegment(float[]) - Method in class java.awt.geom.FlatteningPathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSegment(double[]) - Method in class java.awt.geom.FlatteningPathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSegment(float[]) - Method in interface java.awt.geom.PathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSegment(double[]) - Method in interface java.awt.geom.PathIterator
Returns the coordinates and type of the current path segment in the iteration.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
Cursor - Class in java.awt
A class to encapsulate the bitmap representation of the mouse cursor.
Cursor(int) - Constructor for class java.awt.Cursor
Creates a new cursor object with the specified type.
Cursor(String) - Constructor for class java.awt.Cursor
Creates a new custom cursor object with the specified name.
curveTo(double, double, double, double, double, double) - Method in class java.awt.geom.Path2D
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
curveTo(double, double, double, double, double, double) - Method in class java.awt.geom.Path2D.Double
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
curveTo(double, double, double, double, double, double) - Method in class java.awt.geom.Path2D.Float
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
curveTo(float, float, float, float, float, float) - Method in class java.awt.geom.Path2D.Float
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
CUSTOM_CURSOR - Static variable in class java.awt.Cursor
The type associated with all custom cursors.
Customizer - Interface in java.beans
A customizer class provides a complete custom GUI for customizing a target Java Bean.
cyan - Static variable in class java.awt.Color
The color cyan.
CYAN - Static variable in class java.awt.Color
The color cyan.
CyclicBarrier - Class in java.util.concurrent
A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
CyclicBarrier(int, Runnable) - Constructor for class java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and which will execute the given barrier action when the barrier is tripped, performed by the last thread entering the barrier.
CyclicBarrier(int) - Constructor for class java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and does not perform a predefined action when the barrier is tripped.
CYPRIOT_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cypriot Syllabary" Unicode character block.
CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic" Unicode character block.
CYRILLIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Extended-A" Unicode character block.
CYRILLIC_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Extended-B" Unicode character block.
CYRILLIC_SUPPLEMENTARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Supplementary" Unicode character block.

D

D - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Engineering D, 22 x 34 in.
DARK_GRAY - Static variable in class java.awt.Color
The color dark gray.
darker() - Method in class java.awt.Color
Creates a new Color that is a darker version of this Color.
darkGray - Static variable in class java.awt.Color
The color dark gray.
DASH_PUNCTUATION - Static variable in class java.lang.Character
General category "Pd" in the Unicode specification.
DatabaseMetaData - Interface in java.sql
Comprehensive information about the database as a whole.
DataBuffer - Class in java.awt.image
This class exists to wrap one or more data arrays.
DataBuffer(int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer containing one bank of the specified data type and size.
DataBuffer(int, int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer containing the specified number of banks.
DataBuffer(int, int, int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer that contains the specified number of banks.
DataBuffer(int, int, int, int[]) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer which contains the specified number of banks.
dataBuffer - Variable in class java.awt.image.Raster
The DataBuffer that stores the image data.
DataBufferByte - Class in java.awt.image
This class extends DataBuffer and stores data internally as bytes.
DataBufferByte(int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with a single bank and the specified size.
DataBufferByte(int, int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte based DataBuffer with the specified number of banks all of which are the specified size.
DataBufferByte(byte[], int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with a single bank using the specified array.
DataBufferByte(byte[], int, int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with a single bank using the specified array, size, and offset.
DataBufferByte(byte[][], int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with the specified arrays.
DataBufferByte(byte[][], int, int[]) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with the specified arrays, size, and offsets.
DataBufferDouble - Class in java.awt.image
This class extends DataBuffer and stores data internally in double form.
DataBufferDouble(int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with a specified size.
DataBufferDouble(int, int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with a specified number of banks, all of which are of a specified size.
DataBufferDouble(double[], int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with the specified data array.
DataBufferDouble(double[], int, int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with the specified data array.
DataBufferDouble(double[][], int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with the specified data arrays.
DataBufferDouble(double[][], int, int[]) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with the specified data arrays, size, and per-bank offsets.
DataBufferFloat - Class in java.awt.image
This class extends DataBuffer and stores data internally in float form.
DataBufferFloat(int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with a specified size.
DataBufferFloat(int, int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with a specified number of banks, all of which are of a specified size.
DataBufferFloat(float[], int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with the specified data array.
DataBufferFloat(float[], int, int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with the specified data array.
DataBufferFloat(float[][], int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with the specified data arrays.
DataBufferFloat(float[][], int, int[]) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with the specified data arrays, size, and per-bank offsets.
DataBufferInt - Class in java.awt.image
This class extends DataBuffer and stores data internally as integers.
DataBufferInt(int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with a single bank and the specified size.
DataBufferInt(int, int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with the specified number of banks, all of which are the specified size.
DataBufferInt(int[], int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with a single bank using the specified array.
DataBufferInt(int[], int, int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with a single bank using the specified array, size, and offset.
DataBufferInt(int[][], int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with the specified arrays.
DataBufferInt(int[][], int, int[]) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with the specified arrays, size, and offsets.
DataBufferShort - Class in java.awt.image
This class extends DataBuffer and stores data internally as shorts.
DataBufferShort(int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with a single bank and the specified size.
DataBufferShort(int, int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with the specified number of banks all of which are the specified size.
DataBufferShort(short[], int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with a single bank using the specified array.
DataBufferShort(short[], int, int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with a single bank using the specified array, size, and offset.
DataBufferShort(short[][], int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with the specified arrays.
DataBufferShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with the specified arrays, size, and offsets.
DataBufferUShort - Class in java.awt.image
This class extends DataBuffer and stores data internally as shorts.
DataBufferUShort(int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with a single bank and the specified size.
DataBufferUShort(int, int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with the specified number of banks, all of which are the specified size.
DataBufferUShort(short[], int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with a single bank using the specified array.
DataBufferUShort(short[], int, int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with a single bank using the specified array, size, and offset.
DataBufferUShort(short[][], int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with the specified arrays.
DataBufferUShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with specified arrays, size, and offsets.
dataDefinitionCausesTransactionCommit() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a data definition statement within a transaction forces the transaction to commit.
dataDefinitionIgnoredInTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database ignores a data definition statement within a transaction.
DataFlavor - Class in java.awt.datatransfer
A DataFlavor provides meta information about data.
DataFlavor() - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a new DataFlavor.
DataFlavor(Class<?>, String) - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a DataFlavor that represents a Java class.
DataFlavor(String, String) - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a DataFlavor that represents a MimeType.
DataFlavor(String, String, ClassLoader) - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a DataFlavor that represents a MimeType.
DataFlavor(String) - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a DataFlavor from a mimeType string.
DataFormatException - Exception in java.util.zip
Signals that a data format error has occurred.
DataFormatException() - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String) - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
DatagramChannel - Class in java.nio.channels
A selectable channel for datagram-oriented sockets.
DatagramChannel(SelectorProvider) - Constructor for class java.nio.channels.DatagramChannel
Initializes a new instance of this class.
DatagramPacket - Class in java.net
This class represents a datagram packet.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramSocket - Class in java.net
This class represents a socket for sending and receiving datagram packets.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(DatagramSocketImpl) - Constructor for class java.net.DatagramSocket
Creates an unbound datagram socket with the specified DatagramSocketImpl.
DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local socket address.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DatagramSocketImpl - Class in java.net
Abstract datagram and multicast socket implementation base class.
DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
 
DatagramSocketImplFactory - Interface in java.net
This interface defines a factory for datagram socket implementations.
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.
DATALINK - Static variable in class java.sql.Types
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.
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.
DataTruncation - Exception in java.sql
An exception thrown as a DataTruncation exception (on writes) or reported as a DataTruncation warning (on reads) when a data values is unexpectedly truncated for reasons other than its having exceeded MaxFieldSize.
DataTruncation(int, boolean, boolean, int, int) - Constructor for exception java.sql.DataTruncation
Creates a DataTruncation object with the SQLState initialized to 01004 when read is set to true and 22001 when read is set to false, the reason set to "Data truncation", the vendor code set to 0, and the other fields set to the given values.
DataTruncation(int, boolean, boolean, int, int, Throwable) - Constructor for exception java.sql.DataTruncation
Creates a DataTruncation object with the SQLState initialized to 01004 when read is set to true and 22001 when read is set to false, the reason set to "Data truncation", the vendor code set to 0, and the other fields set to the given values.
dataType - Variable in class java.awt.image.DataBuffer
The data type of this DataBuffer.
dataType - Variable in class java.awt.image.SampleModel
Data type of the DataBuffer storing the pixel data.
Date - Class in java.sql
A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value.
Date(int, int, int) - Constructor for class java.sql.Date
Deprecated.
instead use the constructor Date(long date)
Date(long) - Constructor for class java.sql.Date
Constructs a Date object using the given milliseconds time value.
DATE - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATE.
date(Era, int, int, int) - Method in interface java.time.chrono.Chronology
Obtains a local date in this chronology from the era, year-of-era, month-of-year and day-of-month fields.
date(int, int, int) - Method in interface java.time.chrono.Chronology
Obtains a local date in this chronology from the proleptic-year, month-of-year and day-of-month fields.
date(TemporalAccessor) - Method in interface java.time.chrono.Chronology
Obtains a local date in this chronology from another temporal object.
date(Era, int, int, int) - Method in class java.time.chrono.HijrahChronology
Obtains a local date in Hijrah calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(int, int, int) - Method in class java.time.chrono.HijrahChronology
Obtains a local date in Hijrah calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(TemporalAccessor) - Method in class java.time.chrono.HijrahChronology
 
date(Era, int, int, int) - Method in class java.time.chrono.IsoChronology
Obtains an ISO local date from the era, year-of-era, month-of-year and day-of-month fields.
date(int, int, int) - Method in class java.time.chrono.IsoChronology
Obtains an ISO local date from the proleptic-year, month-of-year and day-of-month fields.
date(TemporalAccessor) - Method in class java.time.chrono.IsoChronology
Obtains an ISO local date from another date-time object.
date(Era, int, int, int) - Method in class java.time.chrono.JapaneseChronology
Obtains a local date in Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(int, int, int) - Method in class java.time.chrono.JapaneseChronology
Obtains a local date in Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(TemporalAccessor) - Method in class java.time.chrono.JapaneseChronology
 
date(Era, int, int, int) - Method in class java.time.chrono.MinguoChronology
Obtains a local date in Minguo calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(int, int, int) - Method in class java.time.chrono.MinguoChronology
Obtains a local date in Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(TemporalAccessor) - Method in class java.time.chrono.MinguoChronology
 
date(Era, int, int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
Obtains a local date in Thai Buddhist calendar system from the era, year-of-era, month-of-year and day-of-month fields.
date(int, int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
Obtains a local date in Thai Buddhist calendar system from the proleptic-year, month-of-year and day-of-month fields.
date(TemporalAccessor) - Method in class java.time.chrono.ThaiBuddhistChronology
 
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(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.
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(String) - Constructor for class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by DateFormat.parse(String s).
DATE_FIELD - Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
dateEpochDay(long) - Method in interface java.time.chrono.Chronology
Obtains a local date in this chronology from the epoch-day.
dateEpochDay(long) - Method in class java.time.chrono.HijrahChronology
Obtains a local date in the Hijrah calendar system from the epoch-day.
dateEpochDay(long) - Method in class java.time.chrono.IsoChronology
Obtains an ISO local date from the epoch-day.
dateEpochDay(long) - Method in class java.time.chrono.JapaneseChronology
Obtains a local date in the Japanese calendar system from the epoch-day.
dateEpochDay(long) - Method in class java.time.chrono.MinguoChronology
Obtains a local date in the Minguo calendar system from the epoch-day.
dateEpochDay(long) - Method in class java.time.chrono.ThaiBuddhistChronology
Obtains a local date in the Thai Buddhist calendar system from the epoch-day.
DateFormat - Class in java.text
DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
DateFormat() - Constructor for class java.text.DateFormat
Create a new date format.
DateFormat.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from DateFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
DateFormatProvider - Class in java.text.spi
An abstract class for service providers that provide concrete implementations of the DateFormat class.
DateFormatProvider() - Constructor for class java.text.spi.DateFormatProvider
Sole constructor.
DateFormatSymbols - Class in java.text
DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the default FORMAT locale.
DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the given locale.
DateFormatSymbolsProvider - Class in java.text.spi
An abstract class for service providers that provide instances of the DateFormatSymbols class.
DateFormatSymbolsProvider() - Constructor for class java.text.spi.DateFormatSymbolsProvider
Sole constructor.
dateNow() - Method in interface java.time.chrono.Chronology
Obtains the current local date in this chronology from the system clock in the default time-zone.
dateNow(ZoneId) - Method in interface java.time.chrono.Chronology
Obtains the current local date in this chronology from the system clock in the specified time-zone.
dateNow(Clock) - Method in interface java.time.chrono.Chronology
Obtains the current local date in this chronology from the specified clock.
dateNow() - Method in class java.time.chrono.HijrahChronology
 
dateNow(ZoneId) - Method in class java.time.chrono.HijrahChronology
 
dateNow(Clock) - Method in class java.time.chrono.HijrahChronology
 
dateNow() - Method in class java.time.chrono.IsoChronology
Obtains the current ISO local date from the system clock in the default time-zone.
dateNow(ZoneId) - Method in class java.time.chrono.IsoChronology
Obtains the current ISO local date from the system clock in the specified time-zone.
dateNow(Clock) - Method in class java.time.chrono.IsoChronology
Obtains the current ISO local date from the specified clock.
dateNow() - Method in class java.time.chrono.JapaneseChronology
 
dateNow(ZoneId) - Method in class java.time.chrono.JapaneseChronology
 
dateNow(Clock) - Method in class java.time.chrono.JapaneseChronology
 
dateNow() - Method in class java.time.chrono.MinguoChronology
 
dateNow(ZoneId) - Method in class java.time.chrono.MinguoChronology
 
dateNow(Clock) - Method in class java.time.chrono.MinguoChronology
 
dateNow() - Method in class java.time.chrono.ThaiBuddhistChronology
 
dateNow(ZoneId) - Method in class java.time.chrono.ThaiBuddhistChronology
 
dateNow(Clock) - Method in class java.time.chrono.ThaiBuddhistChronology
 
DateTimeException - Exception in java.time
Exception used to indicate a problem while calculating a date-time.
DateTimeException(String) - Constructor for exception java.time.DateTimeException
Constructs a new date-time exception with the specified message.
DateTimeException(String, Throwable) - Constructor for exception java.time.DateTimeException
Constructs a new date-time exception with the specified message and cause.
DateTimeFormatter - Class in java.time.format
Formatter for printing and parsing date-time objects.
DateTimeFormatterBuilder - Class in java.time.format
Builder to create date-time formatters.
DateTimeFormatterBuilder() - Constructor for class java.time.format.DateTimeFormatterBuilder
Constructs a new instance of the builder.
DateTimeParseException - Exception in java.time.format
An exception thrown when an error occurs during parsing.
DateTimeParseException(String, CharSequence, int) - Constructor for exception java.time.format.DateTimeParseException
Constructs a new exception with the specified message.
DateTimeParseException(String, CharSequence, int, Throwable) - Constructor for exception java.time.format.DateTimeParseException
Constructs a new exception with the specified message and cause.
dateYearDay(Era, int, int) - Method in interface java.time.chrono.Chronology
Obtains a local date in this chronology from the era, year-of-era and day-of-year fields.
dateYearDay(int, int) - Method in interface java.time.chrono.Chronology
Obtains a local date in this chronology from the proleptic-year and day-of-year fields.
dateYearDay(Era, int, int) - Method in class java.time.chrono.HijrahChronology
Obtains a local date in Hijrah calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(int, int) - Method in class java.time.chrono.HijrahChronology
Obtains a local date in Hijrah calendar system from the proleptic-year and day-of-year fields.
dateYearDay(Era, int, int) - Method in class java.time.chrono.IsoChronology
Obtains an ISO local date from the era, year-of-era and day-of-year fields.
dateYearDay(int, int) - Method in class java.time.chrono.IsoChronology
Obtains an ISO local date from the proleptic-year and day-of-year fields.
dateYearDay(Era, int, int) - Method in class java.time.chrono.JapaneseChronology
Obtains a local date in Japanese calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(int, int) - Method in class java.time.chrono.JapaneseChronology
Obtains a local date in Japanese calendar system from the proleptic-year and day-of-year fields.
dateYearDay(Era, int, int) - Method in class java.time.chrono.MinguoChronology
Obtains a local date in Minguo calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(int, int) - Method in class java.time.chrono.MinguoChronology
Obtains a local date in Minguo calendar system from the proleptic-year and day-of-year fields.
dateYearDay(Era, int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
Obtains a local date in Thai Buddhist calendar system from the era, year-of-era and day-of-year fields.
dateYearDay(int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
Obtains a local date in Thai Buddhist calendar system from the proleptic-year and day-of-year fields.
DAY_OF_MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the day of month field.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_QUARTER - Static variable in class java.time.temporal.IsoFields
The field that represents the day-of-quarter.
DAY_OF_WEEK - Static variable in class java.text.DateFormat.Field
Constant identifying the day of week field.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the day of week field.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
DAY_OF_YEAR - Static variable in class java.text.DateFormat.Field
Constant identifying the day of year field.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_YEAR field alignment.
DayOfWeek - Enum in java.time
A day-of-week, such as 'Tuesday'.
dayOfWeek() - Method in class java.time.temporal.WeekFields
Returns a field to access the day of week based on this WeekFields.
dayOfWeekInMonth(int, DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
Returns the day-of-week in month adjuster, which returns a new date in the same month with the ordinal day-of-week.
deactivate(boolean) - Method in interface java.awt.im.spi.InputMethod
Deactivates the input method.
decapitalize(String) - Static method in class java.beans.Introspector
Utility method to take a string and convert it to normal Java variable name capitalization.
DECEMBER - 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 - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DECIMAL.
DECIMAL128 - Static variable in class java.math.MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal128 format, 34 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL32 - Static variable in class java.math.MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal32 format, 7 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL64 - Static variable in class java.math.MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal64 format, 16 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
General category "Nd" in the Unicode specification.
DECIMAL_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Constant identifying the decimal separator field.
DecimalFormat - Class in java.text
DecimalFormat is a concrete subclass of NumberFormat that formats decimal numbers.
DecimalFormat() - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the default pattern and symbols for the default FORMAT locale.
DecimalFormat(String) - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the given pattern and the symbols for the default FORMAT locale.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the given pattern and symbols.
DecimalFormatSymbols - Class in java.text
This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers.
DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the default FORMAT locale.
DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the given locale.
DecimalFormatSymbolsProvider - Class in java.text.spi
An abstract class for service providers that provide instances of the DecimalFormatSymbols class.
DecimalFormatSymbolsProvider() - Constructor for class java.text.spi.DecimalFormatSymbolsProvider
Sole constructor.
DecimalStyle - Class in java.time.format
Localized decimal style used in date and time formatting.
DECLARED - Static variable in interface java.lang.reflect.Member
Identifies the set of declared members of a class or interface.
decode(String) - Static method in class java.awt.Color
Converts a String to an integer and returns the specified opaque Color.
decode(String) - Static method in class java.awt.Font
Returns the Font that the str argument describes.
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(String) - Static method in class java.net.URLDecoder
Deprecated.
The resulting string may vary depending on the platform's default encoding. Instead, use the decode(String,String) method to specify the encoding.
decode(String, String) - Static method in class java.net.URLDecoder
Decodes a application/x-www-form-urlencoded string using a specific encoding scheme.
decode(ByteBuffer) - Method in class java.nio.charset.Charset
Convenience method that decodes bytes in this charset into Unicode characters.
decode(ByteBuffer, CharBuffer, boolean) - Method in class java.nio.charset.CharsetDecoder
Decodes as many bytes as possible from the given input buffer, writing the results to the given output buffer.
decode(ByteBuffer) - Method in class java.nio.charset.CharsetDecoder
Convenience method that decodes the remaining content of a single input byte buffer into a newly-allocated character buffer.
decode(InputStream) - Method in interface java.security.Certificate
Deprecated.
Decodes a certificate from an input stream.
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(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[], 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.
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.
decodeDataFlavor(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
Decodes a String native for use as a DataFlavor.
decodeJavaMIMEType(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
Decodes a String native for use as a Java MIME type.
decodeLoop(ByteBuffer, CharBuffer) - Method in class java.nio.charset.CharsetDecoder
Decodes one or more bytes into one or more characters.
decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a runnable.
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a callable.
decrement() - Method in class java.util.concurrent.atomic.LongAdder
Equivalent to add(-1).
decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically decrements by one the current value.
decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrements by one the element at index i.
decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically decrements by one the current value.
decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically decrements by one the element at index i.
decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
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.
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.
def - Variable in class java.util.zip.DeflaterInputStream
Compressor for this stream.
def - Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
DEFAULT - Static variable in class java.awt.dnd.DragSourceContext
An int used by updateCurrentCursor() indicating that the Cursor should change to the default (no drop) Cursor.
DEFAULT - Static variable in class java.security.spec.PSSParameterSpec
The PSS parameter set with all default values.
DEFAULT - Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT_CARET_POLICY - Static variable in class java.awt.font.TextLayout
This CaretPolicy is used when a policy is not specified by the client.
DEFAULT_COMPRESSION - Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_CURSOR - Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.DEFAULT_CURSOR.
DEFAULT_MODALITY_TYPE - Static variable in class java.awt.Dialog
Default modality type for modal dialogs.
DEFAULT_OPERATION - Static variable in interface java.awt.peer.ComponentPeer
The default operation, which is to set size and location.
DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
Default compression strategy.
defaultCharset() - Static method in class java.nio.charset.Charset
Returns the default charset of this Java virtual machine.
defaultConstraints - Variable in class java.awt.GridBagLayout
This field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of the defaultConstraints.
DefaultCopyDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a copy operation indicating that a drop is currently allowed.
DefaultCopyNoDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a copy operation indicating that a drop is currently not allowed.
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
Return true if the named field is defaulted and has no value in this stream.
DefaultFocusTraversalPolicy - Class in java.awt
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
DefaultFocusTraversalPolicy() - Constructor for class java.awt.DefaultFocusTraversalPolicy
 
defaultForkJoinWorkerThreadFactory - Static variable in class java.util.concurrent.ForkJoinPool
Creates a new ForkJoinWorkerThread.
DefaultKeyboardFocusManager - Class in java.awt
The default KeyboardFocusManager for AWT applications.
DefaultKeyboardFocusManager() - Constructor for class java.awt.DefaultKeyboardFocusManager
 
DefaultLinkDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a link operation indicating that a drop is currently allowed.
DefaultLinkNoDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a link operation indicating that a drop is currently not allowed.
DefaultMoveDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a move operation indicating that a drop is currently allowed.
DefaultMoveNoDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a move operation indicating that a drop is currently not allowed.
defaultPage(PageFormat) - Method in class java.awt.print.PrinterJob
Clones the PageFormat argument and alters the clone to describe a default page size and orientation.
defaultPage() - Method in class java.awt.print.PrinterJob
Creates a new PageFormat instance and sets it to a default size and orientation.
DefaultPersistenceDelegate - Class in java.beans
The DefaultPersistenceDelegate is a concrete implementation of the abstract PersistenceDelegate class and is the delegate used by default for classes about which no information is available.
DefaultPersistenceDelegate() - Constructor for class java.beans.DefaultPersistenceDelegate
Creates a persistence delegate for a class with a nullary constructor.
DefaultPersistenceDelegate(String[]) - Constructor for class java.beans.DefaultPersistenceDelegate
Creates a default persistence delegate for a class with a constructor whose arguments are the values of the property names as specified by constructorPropertyNames.
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.
defaultThreadFactory() - Static method in class java.util.concurrent.Executors
Returns a default thread factory used to create new threads.
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
Deprecated.
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 an optional ProtectionDomain.
defineClass(String, ByteBuffer, ProtectionDomain) - Method in class java.lang.ClassLoader
Converts a ByteBuffer into an instance of class Class, with an optional ProtectionDomain.
defineClass(String, byte[], int, int, CodeSource) - Method in class java.security.SecureClassLoader
Converts an array of bytes into an instance of class Class, with an optional CodeSource.
defineClass(String, ByteBuffer, CodeSource) - Method in class java.security.SecureClassLoader
Converts a ByteBuffer into an instance of class Class, with an optional CodeSource.
definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
Defines a package by name in this ClassLoader.
definePackage(String, Manifest, URL) - Method in class java.net.URLClassLoader
Defines a new package by name in this ClassLoader.
deflate(byte[], int, int) - Method in class java.util.zip.Deflater
Compresses the input data and fills specified buffer with compressed data.
deflate(byte[]) - Method in class java.util.zip.Deflater
Compresses the input data and fills specified buffer with compressed data.
deflate(byte[], int, int, int) - Method in class java.util.zip.Deflater
Compresses the input data and fills the specified buffer with compressed data.
deflate() - Method in class java.util.zip.DeflaterOutputStream
Writes next block of compressed data to the output stream.
DEFLATE_HINT - Static variable in interface java.util.jar.Pack200.Packer
If this property is set to Pack200.Packer.TRUE or Pack200.Packer.FALSE, the packer will set the deflation hint accordingly in the output archive, and will not transmit the individual deflation hints of archive elements.
DEFLATE_HINT - Static variable in interface java.util.jar.Pack200.Unpacker
Property indicating that the unpacker should ignore all transmitted values for DEFLATE_HINT, replacing them by the given value, Pack200.Unpacker.TRUE or Pack200.Unpacker.FALSE.
DEFLATED - Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently supported).
DEFLATED - Static variable in class java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED - Static variable in class java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
Deflater - Class in java.util.zip
This class provides support for general purpose compression using the popular ZLIB compression library.
Deflater(int, boolean) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater() - Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
DeflaterInputStream - Class in java.util.zip
Implements an input stream filter for compressing data in the "deflate" compression format.
DeflaterInputStream(InputStream) - Constructor for class java.util.zip.DeflaterInputStream
Creates a new input stream with a default compressor and buffer size.
DeflaterInputStream(InputStream, Deflater) - Constructor for class java.util.zip.DeflaterInputStream
Creates a new input stream with the specified compressor and a default buffer size.
DeflaterInputStream(InputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterInputStream
Creates a new input stream with the specified compressor and buffer size.
DeflaterOutputStream - Class in java.util.zip
This class implements an output stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream(OutputStream, Deflater, int, boolean) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor, buffer size and flush mode.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater, boolean) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor, flush mode and a default buffer size.
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream, boolean) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a default compressor, a default buffer size and the specified flush mode.
DeflaterOutputStream(OutputStream) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a default compressor and buffer size.
delay(int) - Method in class java.awt.Robot
Sleeps for the specified time.
Delayed - Interface in java.util.concurrent
A mix-in style interface for marking objects that should be acted upon after a given delay.
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 - Static variable in class java.awt.Event
The Delete key.
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
 
delete(int, int) - Method in class java.lang.StringBuilder
 
delete(String) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
Deletes a user-defined attribute.
delete(Path) - Static method in class java.nio.file.Files
Deletes a file.
delete(Path) - Method in class java.nio.file.spi.FileSystemProvider
Deletes a file.
deleteChar(AttributedCharacterIterator, int) - Method in class java.awt.font.LineBreakMeasurer
Updates this LineBreakMeasurer after a single character is deleted from the text, and sets the current position to the beginning of the paragraph.
deleteChar(AttributedCharacterIterator, int) - Method in class java.awt.font.TextMeasurer
Updates the TextMeasurer after a single character has been deleted from the paragraph currently represented by this TextMeasurer.
deleteCharAt(int) - Method in class java.lang.StringBuffer
 
deleteCharAt(int) - Method in class java.lang.StringBuilder
 
deleteDirectory(T) - Method in interface java.nio.file.SecureDirectoryStream
Deletes a directory.
deleteEntry(String) - Method in class java.security.KeyStore
Deletes the entry identified by the given alias from this keystore.
deleteFile(T) - Method in interface java.nio.file.SecureDirectoryStream
Deletes a file.
deleteIfExists(Path) - Static method in class java.nio.file.Files
Deletes a file if it exists.
deleteIfExists(Path) - Method in class java.nio.file.spi.FileSystemProvider
Deletes a file if it exists.
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.
deleteOwner(Principal, Principal) - Method in interface java.security.acl.Owner
Deletes an owner.
deleteRow() - Method in interface java.sql.ResultSet
Deletes the current row from this ResultSet object and from the underlying database.
deletesAreDetected(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
deleteShortcut(MenuShortcut) - Method in class java.awt.MenuBar
Deletes the specified menu shortcut.
deleteShortcut() - Method in class java.awt.MenuItem
Delete any MenuShortcut object associated with this menu item.
delimiter() - Method in class java.util.Scanner
Returns the Pattern this Scanner is currently using to match delimiters.
delItem(int) - Method in class java.awt.List
Deprecated.
replaced by remove(String) and remove(int).
delItem(int) - Method in interface java.awt.peer.MenuPeer
Removes the menu item at the specified index.
delItems(int, int) - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, Not for public use in the future. This method is expected to be retained only as a package private method.
delItems(int, int) - Method in interface java.awt.peer.ListPeer
Deletes items from the list.
deliverEvent(Event) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e).
deliverEvent(Event) - Method in class java.awt.Container
Deprecated.
As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e)
delMenu(int) - Method in interface java.awt.peer.MenuBarPeer
Deletes a menu from the menu bar.
deltaTransform(Point2D, Point2D) - Method in class java.awt.geom.AffineTransform
Transforms the relative distance vector specified by ptSrc and stores the result in ptDst.
deltaTransform(double[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
Transforms an array of relative distance vectors by this transform.
Deprecated - Annotation Type in java.lang
A program element annotated @Deprecated is one that programmers are discouraged from using, typically because it is dangerous, or because a better alternative exists.
Deque<E> - Interface in java.util
A linear collection that supports element insertion and removal at both ends.
dequeueKeyEvents(long, Component) - Method in class java.awt.DefaultKeyboardFocusManager
Releases for normal dispatching to the current focus owner all KeyEvents which were enqueued because of a call to enqueueKeyEvents with the same timestamp and Component.
dequeueKeyEvents(long, Component) - Method in class java.awt.KeyboardFocusManager
Called by the AWT to notify the KeyboardFocusManager that it should cancel delayed dispatching of KeyEvents.
deregister(AbstractSelectionKey) - Method in class java.nio.channels.spi.AbstractSelector
Removes the given key from its channel's key set.
deregister() - Method in interface java.sql.DriverAction
Method called by DriverManager.deregisterDriver(Driver) to notify the JDBC driver that it was de-registered.
deregisterDriver(Driver) - Static method in class java.sql.DriverManager
Removes the specified driver from the DriverManager's list of registered drivers.
derive(int) - Method in class java.awt.AlphaComposite
Returns a similar AlphaComposite object that uses the specified compositing rule.
derive(float) - Method in class java.awt.AlphaComposite
Returns a similar AlphaComposite object that uses the specified alpha value.
deriveFont(int, float) - Method in class java.awt.Font
Creates a new Font object by replicating this Font object and applying a new style and size.
deriveFont(int, AffineTransform) - Method in class java.awt.Font
Creates a new Font object by replicating this Font object and applying a new style and transform.
deriveFont(float) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new size to it.
deriveFont(AffineTransform) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new transform to it.
deriveFont(int) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new style to it.
deriveFont(Map<? extends AttributedCharacterIterator.Attribute, ?>) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new set of font attributes to it.
deriveMMFont(float[]) - Method in interface java.awt.font.MultipleMaster
Creates a new instance of a multiple master font based on the design axis values contained in the specified array.
deriveMMFont(float[], float, float, float, float) - Method in interface java.awt.font.MultipleMaster
Creates a new instance of a multiple master font based on detailed metric information.
descendingIterator() - Method in class java.util.ArrayDeque
 
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.
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
 
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.
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
 
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
 
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
 
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
 
descendingSet() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a reverse order view of the elements contained in this set.
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
 
description - Variable in class java.sql.DriverPropertyInfo
A brief description of the property, which may be null.
deselect(int) - Method in class java.awt.List
Deselects the item at the specified index.
deselect(int) - Method in interface java.awt.peer.ListPeer
De-selects the item at the specified index.
DESELECTED - Static variable in class java.awt.event.ItemEvent
This state-change-value indicates that a selected item was deselected.
DESERET - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Deseret" Unicode character block.
deserialize(ObjectInputStream, Collection) - Method in class java.beans.beancontext.BeanContextSupport
used by readObject to deserialize a collection.
DesignMode - Interface in java.beans
This interface is intended to be implemented by, or delegated from, instances of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
designTime - Variable in class java.beans.beancontext.BeanContextSupport
A boolean indicating whether or not this object is currently in design time mode.
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.
Desktop - Class in java.awt
The Desktop class allows a Java application to launch associated applications registered on the native desktop to handle a URI or a file.
DESKTOP - Static variable in class java.awt.SystemColor
The array index for the SystemColor.desktop system color.
desktop - Static variable in class java.awt.SystemColor
The color rendered for the background of the desktop.
Desktop.Action - Enum in java.awt
Represents an action type.
DesktopPeer - Interface in java.awt.peer
The DesktopPeer interface provides methods for the operation of open, edit, print, browse and mail with the given URL or file, by launching the associated application.
desktopProperties - Variable in class java.awt.Toolkit
 
desktopPropsSupport - Variable in class java.awt.Toolkit
 
destHeight - Variable in class java.awt.image.ReplicateScaleFilter
The target height to scale the image.
destroy() - Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy() - Method in class java.lang.Process
Kills the subprocess.
destroy() - Method in class java.lang.Thread
Deprecated.
This method was originally designed to destroy this thread without any cleanup. Any monitors it held would have remained locked. However, the method was never implemented. If if were to be implemented, it would be deadlock-prone in much the manner of Thread.suspend(). If the target thread held a lock protecting a critical system resource when it was destroyed, no thread could ever access this resource again. If another thread ever attempted to lock this resource, deadlock would result. Such deadlocks typically manifest themselves as "frozen" processes. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
destroy() - Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destroy() - Method in class java.security.KeyStore.PasswordProtection
Clears the password.
destroyBuffers() - Method in class java.awt.Component.FlipBufferStrategy
Destroys the buffers created through this object
destroyBuffers() - Method in interface java.awt.peer.ComponentPeer
Destroys all created buffers.
destroyForcibly() - Method in class java.lang.Process
Kills the subprocess.
destWidth - Variable in class java.awt.image.ReplicateScaleFilter
The target width to scale the image.
detail - Variable in exception java.io.WriteAbortedException
Exception that was caught while writing the ObjectStream.
detail - Variable in exception java.rmi.activation.ActivationException
The cause of the activation exception.
detail - Variable in exception java.rmi.RemoteException
The cause of the remote exception.
detail - Variable in exception java.rmi.server.ServerCloneException
The cause of the exception.
detectedCharset() - Method in class java.nio.charset.CharsetDecoder
Retrieves the charset that was detected by this decoder  (optional operation).
DEVANAGARI - Static variable in class java.awt.font.NumericShaper
Identifies the DEVANAGARI range and decimal base.
DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Devanagari" Unicode character block.
DEVANAGARI_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Devanagari Extended" Unicode character block.
DGC - Interface in java.rmi.dgc
The DGC abstraction is used for the server side of the distributed garbage collection algorithm.
DGC_ID - Static variable in class java.rmi.server.ObjID
Object number for well-known ObjID of the distributed garbage collector.
Dialog - Class in java.awt
A Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user.
Dialog(Frame) - Constructor for class java.awt.Dialog
Constructs an initially invisible, modeless Dialog with the specified owner Frame and an empty title.
Dialog(Frame, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner Frame and modality and an empty title.
Dialog(Frame, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible, modeless Dialog with the specified owner Frame and title.
Dialog(Frame, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner Frame, title and modality.
Dialog(Frame, String, boolean, GraphicsConfiguration) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner Frame, title, modality, and GraphicsConfiguration.
Dialog(Dialog) - Constructor for class java.awt.Dialog
Constructs an initially invisible, modeless Dialog with the specified owner Dialog and an empty title.
Dialog(Dialog, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible, modeless Dialog with the specified owner Dialog and title.
Dialog(Dialog, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner Dialog, title, and modality.
Dialog(Dialog, String, boolean, GraphicsConfiguration) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner Dialog, title, modality and GraphicsConfiguration.
Dialog(Window) - Constructor for class java.awt.Dialog
Constructs an initially invisible, modeless Dialog with the specified owner Window and an empty title.
Dialog(Window, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible, modeless Dialog with the specified owner Window and title.
Dialog(Window, Dialog.ModalityType) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner Window and modality and an empty title.
Dialog(Window, String, Dialog.ModalityType) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner Window, title and modality.
Dialog(Window, String, Dialog.ModalityType, GraphicsConfiguration) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner Window, title, modality and GraphicsConfiguration.
DIALOG - Static variable in class java.awt.Font
A String constant for the canonical family name of the logical font "Dialog".
Dialog.AccessibleAWTDialog - Class in java.awt
This class implements accessibility support for the Dialog class.
Dialog.ModalExclusionType - Enum in java.awt
Any top-level window can be marked not to be blocked by modal dialogs.
Dialog.ModalityType - Enum in java.awt
Modal dialogs block all input to some top-level windows.
DIALOG_INPUT - Static variable in class java.awt.Font
A String constant for the canonical family name of the logical font "DialogInput".
DialogPeer - Interface in java.awt.peer
The peer interface for Dialog.
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.
digest - Variable in class java.security.DigestInputStream
The message digest associated with this stream.
digest - Variable in class java.security.DigestOutputStream
The message digest associated with this stream.
digest() - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[], int, int) - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[]) - Method in class java.security.MessageDigest
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
DigestException - Exception in java.security
This is the generic Message Digest exception.
DigestException() - Constructor for exception java.security.DigestException
Constructs a DigestException with no detail message.
DigestException(String) - Constructor for exception java.security.DigestException
Constructs a DigestException with the specified detail message.
DigestException(String, Throwable) - Constructor for exception java.security.DigestException
Creates a DigestException with the specified detail message and cause.
DigestException(Throwable) - Constructor for exception java.security.DigestException
Creates a DigestException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
DigestInputStream - Class in java.security
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestInputStream(InputStream, MessageDigest) - Constructor for class java.security.DigestInputStream
Creates a digest input stream, using the specified input stream and message digest.
DigestOutputStream - Class in java.security
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestOutputStream(OutputStream, MessageDigest) - Constructor for class java.security.DigestOutputStream
Creates a digest output stream, using the specified output stream and message digest.
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.
Dimension - Class in java.awt
The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Dimension() - Constructor for class java.awt.Dimension
Creates an instance of Dimension with a width of zero and a height of zero.
Dimension(Dimension) - Constructor for class java.awt.Dimension
Creates an instance of Dimension whose width and height are the same as for the specified dimension.
Dimension(int, int) - Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
Dimension2D - Class in java.awt.geom
The Dimension2D class is to encapsulate a width and a height dimension.
Dimension2D() - Constructor for class java.awt.geom.Dimension2D
This is an abstract class that cannot be instantiated directly.
DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Dingbats" Unicode character block.
DirectColorModel - Class in java.awt.image
The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity.
DirectColorModel(int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the specified masks that indicate which bits in an int pixel representation contain the red, green and blue color samples.
DirectColorModel(int, int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the specified masks that indicate which bits in an int pixel representation contain the red, green and blue color samples and the alpha sample, if present.
DirectColorModel(ColorSpace, int, int, int, int, int, boolean, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the specified parameters.
DIRECTION_DEFAULT_LEFT_TO_RIGHT - Static variable in class java.text.Bidi
Constant indicating that the base direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm.
DIRECTION_DEFAULT_RIGHT_TO_LEFT - Static variable in class java.text.Bidi
Constant indicating that the base direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm.
DIRECTION_LEFT_TO_RIGHT - Static variable in class java.text.Bidi
Constant indicating base direction is left-to-right.
DIRECTION_RIGHT_TO_LEFT - Static variable in class java.text.Bidi
Constant indicating base direction is right-to-left.
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_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_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_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_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.
DirectoryIteratorException - Exception in java.nio.file
Runtime exception thrown if an I/O error is encountered when iterating over the entries in a directory.
DirectoryIteratorException(IOException) - Constructor for exception java.nio.file.DirectoryIteratorException
Constructs an instance of this class.
DirectoryNotEmptyException - Exception in java.nio.file
Checked exception thrown when a file system operation fails because a directory is not empty.
DirectoryNotEmptyException(String) - Constructor for exception java.nio.file.DirectoryNotEmptyException
Constructs an instance of this class.
DirectoryStream<T> - Interface in java.nio.file
An object to iterate over the entries in a directory.
DirectoryStream.Filter<T> - Interface in java.nio.file
An interface that is implemented by objects that decide if a directory entry should be accepted or filtered.
dirty(ObjID[], long, Lease) - Method in interface java.rmi.dgc.DGC
The dirty call requests leases for the remote object references associated with the object identifiers contained in the array 'ids'.
disable() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setEnabled(boolean).
disable() - Method in class java.awt.MenuItem
Deprecated.
As of JDK version 1.1, replaced by setEnabled(boolean).
disable() - Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
disableEvents(long) - Method in class java.awt.Component
Disables the events defined by the specified event mask parameter from being delivered to this component.
disableEvents(long) - Method in class java.awt.MenuItem
Disables event delivery to this menu item for events defined by the specified event mask parameter.
discardKeyEvents(Component) - Method in class java.awt.DefaultKeyboardFocusManager
Discards all KeyEvents which were enqueued because of one or more calls to enqueueKeyEvents with the specified Component, or one of its descendants.
discardKeyEvents(Component) - Method in class java.awt.KeyboardFocusManager
Called by the AWT to notify the KeyboardFocusManager that it should cancel delayed dispatching of KeyEvents.
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.
disconnect() - Method in class java.net.DatagramSocket
Disconnects the socket.
disconnect() - Method in class java.net.DatagramSocketImpl
Disconnects a datagram socket from its remote destination.
disconnect() - Method in class java.net.HttpURLConnection
Indicates that other requests to the server are unlikely in the near future.
disconnect() - Method in class java.nio.channels.DatagramChannel
Disconnects this channel's socket.
disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
Returns true if the two specified collections have no elements in common.
dispatch() - Method in interface java.awt.ActiveEvent
Dispatch the event to its target, listeners of the events source, or do whatever it is this event is supposed to do.
dispatch() - Method in class java.awt.event.InvocationEvent
Executes the Runnable's run() method and notifies the notifier (if any) when run() has returned or thrown an exception.
dispatch(Remote, RemoteCall, int, long) - Method in interface java.rmi.server.Skeleton
Deprecated.
no replacement
dispatchEvent(AWTEvent) - Method in class java.awt.Component
Dispatches an event to this component or one of its sub components.
dispatchEvent(AWTEvent) - Method in class java.awt.DefaultKeyboardFocusManager
This method is called by the AWT event dispatcher requesting that the current KeyboardFocusManager dispatch the specified event on its behalf.
dispatchEvent(AWTEvent) - Method in class java.awt.EventQueue
Dispatches an event.
dispatchEvent(AWTEvent) - Method in class java.awt.im.InputContext
Dispatches an event to the active input method.
dispatchEvent(AWTEvent) - Method in interface java.awt.im.spi.InputMethod
Dispatches the event to the input method.
dispatchEvent(AWTEvent) - Method in class java.awt.KeyboardFocusManager
This method is called by the AWT event dispatcher requesting that the current KeyboardFocusManager dispatch the specified event on its behalf.
dispatchEvent(AWTEvent) - Method in class java.awt.MenuComponent
Delivers an event to this component or one of its sub components.
dispatchInputMethodEvent(int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) - Method in interface java.awt.im.spi.InputMethodContext
Creates an input method event from the arguments given and dispatches it to the client component.
dispatchKeyEvent(KeyEvent) - Method in class java.awt.DefaultKeyboardFocusManager
Called by dispatchEvent if no other KeyEventDispatcher in the dispatcher chain dispatched the KeyEvent, or if no other KeyEventDispatchers are registered.
dispatchKeyEvent(KeyEvent) - Method in class java.awt.KeyboardFocusManager
Typically this method will be called by dispatchEvent if no other KeyEventDispatcher in the dispatcher chain dispatched the KeyEvent, or if no other KeyEventDispatchers are registered.
dispatchKeyEvent(KeyEvent) - Method in interface java.awt.KeyEventDispatcher
This method is called by the current KeyboardFocusManager requesting that this KeyEventDispatcher dispatch the specified event on its behalf.
DISPLAYABILITY_CHANGED - Static variable in class java.awt.event.HierarchyEvent
A change flag indicates that the HIERARCHY_CHANGED event was generated due to the changing of the hierarchy displayability.
displayMessage(String, String, String) - Method in interface java.awt.peer.TrayIconPeer
Displays a message at the tray icon.
displayMessage(String, String, TrayIcon.MessageType) - Method in class java.awt.TrayIcon
Displays a popup message near the tray icon.
DisplayMode - Class in java.awt
The DisplayMode class encapsulates the bit depth, height, width, and refresh rate of a GraphicsDevice.
DisplayMode(int, int, int, int) - Constructor for class java.awt.DisplayMode
Create a new display mode object with the supplied parameters.
displayName() - Method in class java.nio.charset.Charset
Returns this charset's human-readable name for the default locale.
displayName(Locale) - Method in class java.nio.charset.Charset
Returns this charset's human-readable name for the given locale.
dispose() - Method in class java.awt.Component.BltBufferStrategy
Releases system resources currently consumed by this BufferStrategy and removes it from the associated Component.
dispose() - Method in class java.awt.Component.FlipBufferStrategy
Releases system resources currently consumed by this BufferStrategy and removes it from the associated Component.
dispose() - Method in interface java.awt.CompositeContext
Releases resources allocated for a context.
dispose() - Method in class java.awt.Graphics
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class java.awt.im.InputContext
Releases the resources used by this input context.
dispose() - Method in interface java.awt.im.spi.InputMethod
Releases the resources used by this input method.
dispose() - Method in class java.awt.image.BufferStrategy
Releases system resources currently consumed by this BufferStrategy and removes it from the associated Component.
dispose() - Method in interface java.awt.PaintContext
Releases the resources allocated for the operation.
dispose() - Method in interface java.awt.peer.ComponentPeer
Disposes all resources held by the component peer.
dispose() - Method in interface java.awt.peer.MenuComponentPeer
Disposes the menu component.
dispose() - Method in interface java.awt.peer.RobotPeer
Disposes the robot peer when it is not needed anymore.
dispose() - Method in interface java.awt.peer.TrayIconPeer
Disposes the tray icon and releases and resources held by it.
dispose() - Method in class java.awt.Window
Releases all of the native screen resources used by this Window, its subcomponents, and all of its owned children.
distance(double, double, double, double) - Static method in class java.awt.geom.Point2D
Returns the distance between two points.
distance(double, double) - Method in class java.awt.geom.Point2D
Returns the distance from this Point2D to a specified point.
distance(Point2D) - Method in class java.awt.geom.Point2D
Returns the distance from this Point2D to a specified Point2D.
distanceSq(double, double, double, double) - Static method in class java.awt.geom.Point2D
Returns the square of the distance between two points.
distanceSq(double, double) - Method in class java.awt.geom.Point2D
Returns the square of the distance from this Point2D to a specified point.
distanceSq(Point2D) - Method in class java.awt.geom.Point2D
Returns the square of the distance from this Point2D to a specified Point2D.
DISTINCT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT.
DISTINCT - Static variable in interface java.util.Spliterator
Characteristic value signifying that, for each pair of encountered elements x, y, !x.equals(y).
distinct() - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the distinct elements of this stream.
distinct() - Method in interface java.util.stream.IntStream
Returns a stream consisting of the distinct elements of this stream.
distinct() - Method in interface java.util.stream.LongStream
Returns a stream consisting of the distinct elements of this stream.
distinct() - Method in interface java.util.stream.Stream
Returns a stream consisting of the distinct elements (according to Object.equals(Object)) of this stream.
divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose scale is as specified.
divide(BigDecimal, int, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose scale is as specified.
divide(BigDecimal, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose scale is this.scale().
divide(BigDecimal, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose scale is this.scale().
divide(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose preferred scale is (this.scale() - divisor.scale()); if the exact quotient cannot be represented (because it has a non-terminating decimal expansion) an ArithmeticException is thrown.
divide(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), with rounding according to the context settings.
divide(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this / val).
divideAndRemainder(BigDecimal) - Method in class java.math.BigDecimal
Returns a two-element BigDecimal array containing the result of divideToIntegralValue followed by the result of remainder on the two operands.
divideAndRemainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a two-element BigDecimal array containing the result of divideToIntegralValue followed by the result of remainder on the two operands calculated with rounding according to the context settings.
divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
Returns an array of two BigIntegers containing (this / val) followed by (this % val).
dividedBy(long) - Method in class java.time.Duration
Returns a copy of this duration divided by the specified value.
divideToIntegralValue(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the integer part of the quotient (this / divisor) rounded down.
divideToIntegralValue(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the integer part of (this / divisor).
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.
DnDConstants - Class in java.awt.dnd
This class contains constant values representing the type of action(s) to be performed by a Drag and Drop operation.
doAccessibleAction(int) - Method in class java.awt.Button.AccessibleAWTButton
Perform the specified Action on the object
doAccessibleAction(int) - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Perform the specified Action on the object
doAccessibleAction(int) - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Perform the specified Action on the object
doAccessibleAction(int) - Method in class java.awt.Choice.AccessibleAWTChoice
Perform the specified Action on the object
doAccessibleAction(int) - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Perform the specified Action on the object
Documented - Annotation Type in java.lang.annotation
Indicates that annotations with a type are to be documented by javadoc and similar tools by default.
doesMaxRowSizeIncludeBlobs() - Method in interface java.sql.DatabaseMetaData
Retrieves whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY.
doInput - Variable in class java.net.URLConnection
This variable is set by the setDoInput method.
doLayout() - Method in class java.awt.Component
Prompts the layout manager to lay out this component.
doLayout() - Method in class java.awt.Container
Causes this container to lay out its components.
doLayout() - Method in class java.awt.ScrollPane
Lays out this container by resizing its child to its preferred size.
DomainCombiner - Interface in java.security
A DomainCombiner provides a means to dynamically update the ProtectionDomains associated with the current AccessControlContext.
DomainLoadStoreParameter - Class in java.security
Configuration data that specifies the keystores in a keystore domain.
DomainLoadStoreParameter(URI, Map<String, KeyStore.ProtectionParameter>) - Constructor for class java.security.DomainLoadStoreParameter
Constructs a DomainLoadStoreParameter for a keystore domain with the parameters used to protect keystore data.
domainMatches(String, String) - Static method in class java.net.HttpCookie
The utility method to check whether a host name is in a domain or not.
DOMINO_TILES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Domino Tiles" Unicode character block.
done() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
done(RemoteCall) - Method in interface java.rmi.server.RemoteRef
Deprecated.
1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (newCall, invoke, and done), a stub uses a single method, invoke(Remote, Method, Object[], int), on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.
DONE - Static variable in class java.text.BreakIterator
DONE is returned by previous(), next(), next(int), preceding(int) and following(int) when either the first or last text boundary has been reached.
DONE - Static variable in interface java.text.CharacterIterator
Constant that is returned when the iterator has reached either the end or the beginning of the text.
done() - Method in class java.util.concurrent.FutureTask
Protected method invoked when this task transitions to state isDone (whether normally or via cancellation).
dontUseGui() - Method in class java.beans.beancontext.BeanContextSupport
notify this instance that it may no longer render a GUI.
dontUseGui() - Method in interface java.beans.Visibility
This method instructs the bean that it should not use the Gui.
doOutput - Variable in class java.net.URLConnection
This variable is set by the setDoOutput method.
doPrivileged(PrivilegedAction<T>) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled.
doPrivileged(PrivilegedAction<T>, AccessControlContext) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled and restricted by the specified AccessControlContext.
doPrivileged(PrivilegedAction<T>, AccessControlContext, Permission...) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled and restricted by the specified AccessControlContext and with a privilege scope limited by specified Permission arguments.
doPrivileged(PrivilegedExceptionAction<T>) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled.
doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled and restricted by the specified AccessControlContext.
doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext, Permission...) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled and restricted by the specified AccessControlContext and with a privilege scope limited by specified Permission arguments.
doPrivilegedWithCombiner(PrivilegedAction<T>) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled.
doPrivilegedWithCombiner(PrivilegedAction<T>, AccessControlContext, Permission...) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled and restricted by the specified AccessControlContext and with a privilege scope limited by specified Permission arguments.
doPrivilegedWithCombiner(PrivilegedExceptionAction<T>) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled.
doPrivilegedWithCombiner(PrivilegedExceptionAction<T>, AccessControlContext, Permission...) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled and restricted by the specified AccessControlContext and with a privilege scope limited by specified Permission arguments.
DosFileAttributes - Interface in java.nio.file.attribute
File attributes associated with a file in a file system that supports legacy "DOS" attributes.
DosFileAttributeView - Interface in java.nio.file.attribute
A file attribute view that provides a view of the legacy "DOS" file attributes.
DOTALL - Static variable in class java.util.regex.Pattern
Enables dotall mode.
Double() - Constructor for class java.awt.geom.Arc2D.Double
Constructs a new OPEN arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0).
Double(int) - Constructor for class java.awt.geom.Arc2D.Double
Constructs a new arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0), and the specified closure type.
Double(double, double, double, double, double, double, int) - Constructor for class java.awt.geom.Arc2D.Double
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Double(Rectangle2D, double, double, int) - Constructor for class java.awt.geom.Arc2D.Double
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Double() - Constructor for class java.awt.geom.CubicCurve2D.Double
Constructs and initializes a CubicCurve with coordinates (0, 0, 0, 0, 0, 0, 0, 0).
Double(double, double, double, double, double, double, double, double) - Constructor for class java.awt.geom.CubicCurve2D.Double
Constructs and initializes a CubicCurve2D from the specified double coordinates.
Double() - Constructor for class java.awt.geom.Ellipse2D.Double
Constructs a new Ellipse2D, initialized to location (0, 0) and size (0, 0).
Double(double, double, double, double) - Constructor for class java.awt.geom.Ellipse2D.Double
Constructs and initializes an Ellipse2D from the specified coordinates.
Double() - Constructor for class java.awt.geom.Line2D.Double
Constructs and initializes a Line with coordinates (0, 0) → (0, 0).
Double(double, double, double, double) - Constructor for class java.awt.geom.Line2D.Double
Constructs and initializes a Line2D from the specified coordinates.
Double(Point2D, Point2D) - Constructor for class java.awt.geom.Line2D.Double
Constructs and initializes a Line2D from the specified Point2D objects.
Double() - Constructor for class java.awt.geom.Path2D.Double
Constructs a new empty double precision Path2D object with a default winding rule of Path2D.WIND_NON_ZERO.
Double(int) - Constructor for class java.awt.geom.Path2D.Double
Constructs a new empty double precision Path2D object with the specified winding rule to control operations that require the interior of the path to be defined.
Double(int, int) - Constructor for class java.awt.geom.Path2D.Double
Constructs a new empty double precision Path2D object with the specified winding rule and the specified initial capacity to store path segments.
Double(Shape) - Constructor for class java.awt.geom.Path2D.Double
Constructs a new double precision Path2D object from an arbitrary Shape object.
Double(Shape, AffineTransform) - Constructor for class java.awt.geom.Path2D.Double
Constructs a new double precision Path2D object from an arbitrary Shape object, transformed by an AffineTransform object.
Double() - Constructor for class java.awt.geom.Point2D.Double
Constructs and initializes a Point2D with coordinates (0, 0).
Double(double, double) - Constructor for class java.awt.geom.Point2D.Double
Constructs and initializes a Point2D with the specified coordinates.
Double() - Constructor for class java.awt.geom.QuadCurve2D.Double
Constructs and initializes a QuadCurve2D with coordinates (0, 0, 0, 0, 0, 0).
Double(double, double, double, double, double, double) - Constructor for class java.awt.geom.QuadCurve2D.Double
Constructs and initializes a QuadCurve2D from the specified double coordinates.
Double() - Constructor for class java.awt.geom.Rectangle2D.Double
Constructs a new Rectangle2D, initialized to location (0, 0) and size (0, 0).
Double(double, double, double, double) - Constructor for class java.awt.geom.Rectangle2D.Double
Constructs and initializes a Rectangle2D from the specified double coordinates.
Double() - Constructor for class java.awt.geom.RoundRectangle2D.Double
Constructs a new RoundRectangle2D, initialized to location (0.0, 0.0), size (0.0, 0.0), and corner arcs of radius 0.0.
Double(double, double, double, double, double, double) - Constructor for class java.awt.geom.RoundRectangle2D.Double
Constructs and initializes a RoundRectangle2D from the specified double coordinates.
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating-point value of type double represented by the string.
DOUBLE - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DOUBLE.
DoubleAccumulator - Class in java.util.concurrent.atomic
One or more variables that together maintain a running double value updated using a supplied function.
DoubleAccumulator(DoubleBinaryOperator, double) - Constructor for class java.util.concurrent.atomic.DoubleAccumulator
Creates a new instance using the given accumulator function and identity element.
DoubleAdder - Class in java.util.concurrent.atomic
One or more variables that together maintain an initially zero double sum.
DoubleAdder() - Constructor for class java.util.concurrent.atomic.DoubleAdder
Creates a new adder with initial sum of zero.
DoubleBinaryOperator - Interface in java.util.function
Represents an operation upon two double-valued operands and producing a double-valued result.
DoubleBuffer - Class in java.nio
A double buffer.
DoubleConsumer - Interface in java.util.function
Represents an operation that accepts a single double-valued argument and returns no result.
DoubleFunction<R> - Interface in java.util.function
Represents a function that accepts a double-valued argument and produces a result.
DoublePredicate - Interface in java.util.function
Represents a predicate (boolean-valued function) of one double-valued argument.
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() - Method in class java.util.concurrent.ThreadLocalRandom
Returns an effectively unlimited stream 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).
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.Random
Returns a stream producing the given streamSize number of pseudorandom double values, each between zero (inclusive) and one (exclusive).
doubles() - Method in class java.util.Random
Returns an effectively unlimited stream 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(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.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() - 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(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(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).
DoubleStream - Interface in java.util.stream
A sequence of primitive double-valued elements supporting sequential and parallel aggregate operations.
doubleStream(Spliterator.OfDouble, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel DoubleStream from a Spliterator.OfDouble.
doubleStream(Supplier<? extends Spliterator.OfDouble>, int, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel DoubleStream from a Supplier of Spliterator.OfDouble.
DoubleStream.Builder - Interface in java.util.stream
A mutable builder for a DoubleStream.
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
Construct an empty instance with zero count, zero sum, Double.POSITIVE_INFINITY min, Double.NEGATIVE_INFINITY max and zero average.
DoubleSupplier - Interface in java.util.function
Represents a supplier of double-valued results.
DoubleToIntFunction - Interface in java.util.function
Represents a function that accepts a double-valued argument and produces an int-valued result.
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.
DoubleToLongFunction - Interface in java.util.function
Represents a function that accepts a double-valued argument and produces a long-valued result.
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.
DoubleUnaryOperator - Interface in java.util.function
Represents an operation on a single double-valued operand that produces a double-valued result.
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, which may involve rounding.
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double after a widening primitive conversion.
doubleValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to a double.
doubleValue() - Method in class java.math.BigInteger
Converts this BigInteger to a double.
doubleValue() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the value of this AtomicInteger as a double after a widening primitive conversion.
doubleValue() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the value of this AtomicLong as a double after a widening primitive conversion.
doubleValue() - Method in class java.util.concurrent.atomic.DoubleAccumulator
doubleValue() - Method in class java.util.concurrent.atomic.DoubleAdder
Equivalent to DoubleAdder.sum().
doubleValue() - Method in class java.util.concurrent.atomic.LongAccumulator
Returns the current value as a double after a widening primitive conversion.
doubleValue() - Method in class java.util.concurrent.atomic.LongAdder
Returns the LongAdder.sum() as a double after a widening primitive conversion.
DOWN - Static variable in class java.awt.Event
The Down Arrow key, a non-ASCII action key.
DOWN_CYCLE_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
The identifier for the Down Cycle focus traversal keys.
downFocusCycle(Container) - Method in class java.awt.DefaultKeyboardFocusManager
Moves the focus down one focus traversal cycle.
downFocusCycle(Container) - Method in class java.awt.KeyboardFocusManager
Moves the focus down one focus traversal cycle.
downFocusCycle() - Method in class java.awt.KeyboardFocusManager
Moves the focus down one focus traversal cycle from the current focus owner, if and only if the current focus owner is a Container that is a focus cycle root.
DRAFT - Static variable in class java.awt.PageAttributes.PrintQualityType
The PrintQualityType instance to use for specifying a draft print quality.
dragDropEnd(DragSourceDropEvent) - Method in class java.awt.dnd.DragSourceAdapter
This method is invoked to signify that the Drag and Drop operation is complete.
dragDropEnd(DragSourceDropEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragDropEnd on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource, and passes them the specified DragSourceDropEvent.
dragDropEnd(DragSourceDropEvent) - Method in interface java.awt.dnd.DragSourceListener
This method is invoked to signify that the Drag and Drop operation is complete.
dragEnter(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called as the cursor's hotspot enters a platform-dependent drop site.
dragEnter(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragEnter on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource, and passes them the specified DragSourceDragEvent.
dragEnter(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceListener
Called as the cursor's hotspot enters a platform-dependent drop site.
dragEnter(DropTargetDragEvent) - Method in class java.awt.dnd.DropTarget
Calls dragEnter on the registered DropTargetListener and passes it the specified DropTargetDragEvent.
dragEnter(DropTargetDragEvent) - Method in class java.awt.dnd.DropTargetAdapter
Called while a drag operation is ongoing, when the mouse pointer enters the operable part of the drop site for the DropTarget registered with this listener.
dragEnter(DropTargetDragEvent) - Method in interface java.awt.dnd.DropTargetListener
Called while a drag operation is ongoing, when the mouse pointer enters the operable part of the drop site for the DropTarget registered with this listener.
dragExit(DragSourceEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called as the cursor's hotspot exits a platform-dependent drop site.
dragExit(DragSourceEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragExit on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource, and passes them the specified DragSourceEvent.
dragExit(DragSourceEvent) - Method in interface java.awt.dnd.DragSourceListener
Called as the cursor's hotspot exits a platform-dependent drop site.
dragExit(DropTargetEvent) - Method in class java.awt.dnd.DropTarget
Calls dragExit on the registered DropTargetListener and passes it the specified DropTargetEvent.
dragExit(DropTargetEvent) - Method in class java.awt.dnd.DropTargetAdapter
Called while a drag operation is ongoing, when the mouse pointer has exited the operable part of the drop site for the DropTarget registered with this listener.
dragExit(DropTargetEvent) - Method in interface java.awt.dnd.DropTargetListener
Called while a drag operation is ongoing, when the mouse pointer has exited the operable part of the drop site for the DropTarget registered with this listener.
DragGestureEvent - Class in java.awt.dnd
A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized() method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking.
DragGestureEvent(DragGestureRecognizer, int, Point, List<? extends InputEvent>) - Constructor for class java.awt.dnd.DragGestureEvent
Constructs a DragGestureEvent object given by the DragGestureRecognizer instance firing this event, an act parameter representing the user's preferred action, an ori parameter indicating the origin of the drag, and a List of events that comprise the gesture(evs parameter).
DragGestureListener - Interface in java.awt.dnd
The listener interface for receiving drag gesture events.
dragGestureListener - Variable in class java.awt.dnd.DragGestureRecognizer
The DragGestureListener associated with this DragGestureRecognizer.
dragGestureRecognized(DragGestureEvent) - Method in interface java.awt.dnd.DragGestureListener
This method is invoked by the DragGestureRecognizer when the DragGestureRecognizer detects a platform-dependent drag initiating gesture.
DragGestureRecognizer - Class in java.awt.dnd
The DragGestureRecognizer is an abstract base class for the specification of a platform-dependent listener that can be associated with a particular Component in order to identify platform-dependent drag initiating gestures.
DragGestureRecognizer(DragSource, Component, int, DragGestureListener) - Constructor for class java.awt.dnd.DragGestureRecognizer
Construct a new DragGestureRecognizer given the DragSource to be used in this Drag and Drop operation, the Component this DragGestureRecognizer should "observe" for drag initiating gestures, the action(s) supported for this Drag and Drop operation, and the DragGestureListener to notify once a drag initiating gesture has been detected.
DragGestureRecognizer(DragSource, Component, int) - Constructor for class java.awt.dnd.DragGestureRecognizer
Construct a new DragGestureRecognizer given the DragSource to be used in this Drag and Drop operation, the Component this DragGestureRecognizer should "observe" for drag initiating gestures, and the action(s) supported for this Drag and Drop operation.
DragGestureRecognizer(DragSource, Component) - Constructor for class java.awt.dnd.DragGestureRecognizer
Construct a new DragGestureRecognizer given the DragSource to be used in this Drag and Drop operation, and the Component this DragGestureRecognizer should "observe" for drag initiating gestures.
DragGestureRecognizer(DragSource) - Constructor for class java.awt.dnd.DragGestureRecognizer
Construct a new DragGestureRecognizer given the DragSource to be used in this Drag and Drop operation.
dragMouseMoved(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called whenever the mouse is moved during a drag operation.
dragMouseMoved(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragMouseMoved on the DragSourceMotionListeners registered with the DragSource associated with this DragSourceContext, and them passes the specified DragSourceDragEvent.
dragMouseMoved(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceMotionListener
Called whenever the mouse is moved during a drag operation.
dragOver(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called as the cursor's hotspot moves over a platform-dependent drop site.
dragOver(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dragOver on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource, and passes them the specified DragSourceDragEvent.
dragOver(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceListener
Called as the cursor's hotspot moves over a platform-dependent drop site.
dragOver(DropTargetDragEvent) - Method in class java.awt.dnd.DropTarget
Calls dragOver on the registered DropTargetListener and passes it the specified DropTargetDragEvent.
dragOver(DropTargetDragEvent) - Method in class java.awt.dnd.DropTargetAdapter
Called when a drag operation is ongoing, while the mouse pointer is still over the operable part of the drop site for the DropTarget registered with this listener.
dragOver(DropTargetDragEvent) - Method in interface java.awt.dnd.DropTargetListener
Called when a drag operation is ongoing, while the mouse pointer is still over the operable part of the drop site for the DropTarget registered with this listener.
dragSource - Variable in class java.awt.dnd.DragGestureRecognizer
The DragSource associated with this DragGestureRecognizer.
DragSource - Class in java.awt.dnd
The DragSource is the entity responsible for the initiation of the Drag and Drop operation, and may be used in a number of scenarios: 1 default instance per JVM for the lifetime of that JVM.
DragSource() - Constructor for class java.awt.dnd.DragSource
Creates a new DragSource.
DragSourceAdapter - Class in java.awt.dnd
An abstract adapter class for receiving drag source events.
DragSourceAdapter() - Constructor for class java.awt.dnd.DragSourceAdapter
 
DragSourceContext - Class in java.awt.dnd
The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol.
DragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) - Constructor for class java.awt.dnd.DragSourceContext
Called from DragSource, this constructor creates a new DragSourceContext given the DragSourceContextPeer for this Drag, the DragGestureEvent that triggered the Drag, the initial Cursor to use for the Drag, an (optional) Image to display while the Drag is taking place, the offset of the Image origin from the hotspot at the instant of the triggering event, the Transferable subject data, and the DragSourceListener to use during the Drag and Drop operation.
DragSourceContextPeer - Interface in java.awt.dnd.peer
This interface is supplied by the underlying window system platform to expose the behaviors of the Drag and Drop system to an originator of the same
DragSourceDragEvent - Class in java.awt.dnd
The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the DragSourceListener registered with that DragSourceContext and with its associated DragSource.
DragSourceDragEvent(DragSourceContext, int, int, int) - Constructor for class java.awt.dnd.DragSourceDragEvent
Constructs a DragSourceDragEvent.
DragSourceDragEvent(DragSourceContext, int, int, int, int, int) - Constructor for class java.awt.dnd.DragSourceDragEvent
Constructs a DragSourceDragEvent given the specified DragSourceContext, user drop action, target drop action, modifiers and coordinates.
DragSourceDropEvent - Class in java.awt.dnd
The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource.
DragSourceDropEvent(DragSourceContext, int, boolean) - Constructor for class java.awt.dnd.DragSourceDropEvent
Construct a DragSourceDropEvent for a drop, given the DragSourceContext, the drop action, and a boolean indicating if the drop was successful.
DragSourceDropEvent(DragSourceContext, int, boolean, int, int) - Constructor for class java.awt.dnd.DragSourceDropEvent
Construct a DragSourceDropEvent for a drop, given the DragSourceContext, the drop action, a boolean indicating if the drop was successful, and coordinates.
DragSourceDropEvent(DragSourceContext) - Constructor for class java.awt.dnd.DragSourceDropEvent
Construct a DragSourceDropEvent for a drag that does not result in a drop.
DragSourceEvent - Class in java.awt.dnd
This class is the base class for DragSourceDragEvent and DragSourceDropEvent.
DragSourceEvent(DragSourceContext) - Constructor for class java.awt.dnd.DragSourceEvent
Construct a DragSourceEvent given a specified DragSourceContext.
DragSourceEvent(DragSourceContext, int, int) - Constructor for class java.awt.dnd.DragSourceEvent
Construct a DragSourceEvent given a specified DragSourceContext, and coordinates of the cursor location.
DragSourceListener - Interface in java.awt.dnd
The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the user's gesture, and to provide appropriate "drag over" feedback to the user throughout the Drag and Drop operation.
DragSourceMotionListener - Interface in java.awt.dnd
A listener interface for receiving mouse motion events during a drag operation.
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.
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
 
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.ArrayBlockingQueue
 
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
 
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.DelayQueue
 
drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedBlockingDeque
 
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedBlockingDeque
 
drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedBlockingQueue
 
drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedTransferQueue
 
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedTransferQueue
 
drainTo(Collection<? super E>) - Method in class java.util.concurrent.PriorityBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.PriorityBlockingQueue
 
drainTo(Collection<? super E>) - Method in class java.util.concurrent.SynchronousQueue
 
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.SynchronousQueue
 
draw(Graphics2D, float, float) - Method in class java.awt.font.GraphicAttribute
Renders this GraphicAttribute at the specified location.
draw(Graphics2D, float, float) - Method in class java.awt.font.ImageGraphicAttribute
Renders this GraphicAttribute at the specified location.
draw(Graphics2D, float, float) - Method in class java.awt.font.ShapeGraphicAttribute
Renders this GraphicAttribute at the specified location.
draw(Graphics2D, float, float) - Method in class java.awt.font.TextLayout
Renders this TextLayout at the specified location in the specified Graphics2D context.
draw(Shape) - Method in class java.awt.Graphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics2D
Draws a 3-D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawBuffer - Variable in class java.awt.Component.FlipBufferStrategy
The drawing buffer
drawBytes(byte[], int, int, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified byte array, using this graphics context's current font and color.
drawChars(char[], int, int, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified character array, using this graphics context's current font and color.
drawGlyphVector(GlyphVector, float, float) - Method in class java.awt.Graphics2D
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes.
drawImage(Image, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, AffineTransform, ImageObserver) - Method in class java.awt.Graphics2D
Renders an image, applying a transform from image space into user space before drawing.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class java.awt.Graphics2D
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawLine(int, int, int, int) - Method in class java.awt.Graphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class java.awt.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(Polygon) - Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon object.
drawPolyline(int[], int[], int) - Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class java.awt.Graphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class java.awt.Graphics2D
Renders a RenderedImage, applying a transform from image space into user space before drawing.
drawRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawString(String, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified string, using this graphics context's current font and color.
drawString(AttributedCharacterIterator, int, int) - Method in class java.awt.Graphics
Renders the text of the specified iterator applying its attributes in accordance with the specification of the TextAttribute class.
drawString(String, int, int) - Method in class java.awt.Graphics2D
Renders the text of the specified String, using the current text attribute state in the Graphics2D context.
drawString(String, float, float) - Method in class java.awt.Graphics2D
Renders the text specified by the specified String, using the current text attribute state in the Graphics2D context.
drawString(AttributedCharacterIterator, int, int) - Method in class java.awt.Graphics2D
Renders the text of the specified iterator applying its attributes in accordance with the specification of the TextAttribute class.
drawString(AttributedCharacterIterator, float, float) - Method in class java.awt.Graphics2D
Renders the text of the specified iterator applying its attributes in accordance with the specification of the TextAttribute class.
drawVBuffer - Variable in class java.awt.Component.FlipBufferStrategy
The drawing buffer as a volatile image
Driver - Interface in java.sql
The interface that every driver class must implement.
DriverAction - Interface in java.sql
An interface that must be implemented when a Driver wants to be notified by DriverManager.
DriverManager - Class in java.sql
The basic service for managing a set of JDBC drivers.
NOTE: The javax.sql.DataSource interface, new in the JDBC 2.0 API, provides another way to connect to a data source.
DriverPropertyInfo - Class in java.sql
Driver properties for making a connection.
DriverPropertyInfo(String, String) - Constructor for class java.sql.DriverPropertyInfo
Constructs a DriverPropertyInfo object with a given name and value.
drop(DropTargetDropEvent) - Method in class java.awt.dnd.DropTarget
Calls drop on the registered DropTargetListener and passes it the specified DropTargetDropEvent if this DropTarget is active.
drop(DropTargetDropEvent) - Method in interface java.awt.dnd.DropTargetListener
Called when the drag operation has terminated with a drop on the operable part of the drop site for the DropTarget registered with this listener.
drop() - Method in class java.nio.channels.MembershipKey
Drop membership.
dropActionChanged(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
Called when the user has modified the drop gesture.
dropActionChanged(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
Calls dropActionChanged on the DragSourceListeners registered with this DragSourceContext and with the associated DragSource, and passes them the specified DragSourceDragEvent.
dropActionChanged(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceListener
Called when the user has modified the drop gesture.
dropActionChanged(DropTargetDragEvent) - Method in class java.awt.dnd.DropTarget
Calls dropActionChanged on the registered DropTargetListener and passes it the specified DropTargetDragEvent.
dropActionChanged(DropTargetDragEvent) - Method in class java.awt.dnd.DropTargetAdapter
Called if the user has modified the current drop gesture.
dropActionChanged(DropTargetDragEvent) - Method in interface java.awt.dnd.DropTargetListener
Called if the user has modified the current drop gesture.
dropArguments(MethodHandle, int, List<Class<?>>) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle which will discard some dummy arguments before calling some other specified target method handle.
dropArguments(MethodHandle, int, Class<?>...) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle which will discard some dummy arguments before calling some other specified target method handle.
dropComplete(boolean) - Method in class java.awt.dnd.DropTargetContext
This method signals that the drop is completed and if it was successful or not.
dropComplete(boolean) - Method in class java.awt.dnd.DropTargetDropEvent
This method notifies the DragSource that the drop transfer(s) are completed.
dropComplete(boolean) - Method in interface java.awt.dnd.peer.DropTargetContextPeer
signal complete
dropParameterTypes(int, int) - Method in class java.lang.invoke.MethodType
Finds or creates a method type with some parameter types omitted.
DropTarget - Class in java.awt.dnd
The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.
DropTarget(Component, int, DropTargetListener, boolean, FlavorMap) - Constructor for class java.awt.dnd.DropTarget
Creates a new DropTarget given the Component to associate itself with, an int representing the default acceptable action(s) to support, a DropTargetListener to handle event processing, a boolean indicating if the DropTarget is currently accepting drops, and a FlavorMap to use (or null for the default FlavorMap).
DropTarget(Component, int, DropTargetListener, boolean) - Constructor for class java.awt.dnd.DropTarget
Creates a DropTarget given the Component to associate itself with, an int representing the default acceptable action(s) to support, a DropTargetListener to handle event processing, and a boolean indicating if the DropTarget is currently accepting drops.
DropTarget() - Constructor for class java.awt.dnd.DropTarget
Creates a DropTarget.
DropTarget(Component, DropTargetListener) - Constructor for class java.awt.dnd.DropTarget
Creates a DropTarget given the Component to associate itself with, and the DropTargetListener to handle event processing.
DropTarget(Component, int, DropTargetListener) - Constructor for class java.awt.dnd.DropTarget
Creates a DropTarget given the Component to associate itself with, an int representing the default acceptable action(s) to support, and a DropTargetListener to handle event processing.
DropTarget.DropTargetAutoScroller - Class in java.awt.dnd
this protected nested class implements autoscrolling
DropTargetAdapter - Class in java.awt.dnd
An abstract adapter class for receiving drop target events.
DropTargetAdapter() - Constructor for class java.awt.dnd.DropTargetAdapter
 
DropTargetAutoScroller(Component, Point) - Constructor for class java.awt.dnd.DropTarget.DropTargetAutoScroller
construct a DropTargetAutoScroller
DropTargetContext - Class in java.awt.dnd
A DropTargetContext is created whenever the logical cursor associated with a Drag and Drop operation coincides with the visible geometry of a Component associated with a DropTarget.
DropTargetContext.TransferableProxy - Class in java.awt.dnd
TransferableProxy is a helper inner class that implements Transferable interface and serves as a proxy for another Transferable object which represents data transfer for a particular drag-n-drop operation.
DropTargetContextPeer - Interface in java.awt.dnd.peer
This interface is exposed by the underlying window system platform to enable control of platform DnD operations
DropTargetDragEvent - Class in java.awt.dnd
The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter() and dragOver() methods.
DropTargetDragEvent(DropTargetContext, Point, int, int) - Constructor for class java.awt.dnd.DropTargetDragEvent
Construct a DropTargetDragEvent given the DropTargetContext for this operation, the location of the "Drag" Cursor's hotspot in the Component's coordinates, the user drop action, and the source drop actions.
DropTargetDropEvent - Class in java.awt.dnd
The DropTargetDropEvent is delivered via the DropTargetListener drop() method.
DropTargetDropEvent(DropTargetContext, Point, int, int) - Constructor for class java.awt.dnd.DropTargetDropEvent
Construct a DropTargetDropEvent given the DropTargetContext for this operation, the location of the drag Cursor's hotspot in the Component's coordinates, the currently selected user drop action, and the current set of actions supported by the source.
DropTargetDropEvent(DropTargetContext, Point, int, int, boolean) - Constructor for class java.awt.dnd.DropTargetDropEvent
Construct a DropTargetEvent given the DropTargetContext for this operation, the location of the drag Cursor's hotspot in the Component's coordinates, the currently selected user drop action, the current set of actions supported by the source, and a boolean indicating if the source is in the same JVM as the target.
DropTargetEvent - Class in java.awt.dnd
The DropTargetEvent is the base class for both the DropTargetDragEvent and the DropTargetDropEvent.
DropTargetEvent(DropTargetContext) - Constructor for class java.awt.dnd.DropTargetEvent
Construct a DropTargetEvent object with the specified DropTargetContext.
DropTargetListener - Interface in java.awt.dnd
The DropTargetListener interface is the callback interface used by the DropTarget class to provide notification of DnD operations that involve the subject DropTarget.
DropTargetPeer - Interface in java.awt.dnd.peer
The DropTargetPeer class is the interface to the platform dependent DnD facilities.
DSAGenParameterSpec - Class in java.security.spec
This immutable class specifies the set of parameters used for generating DSA parameters as specified in FIPS 186-3 Digital Signature Standard (DSS).
DSAGenParameterSpec(int, int) - Constructor for class java.security.spec.DSAGenParameterSpec
Creates a domain parameter specification for DSA parameter generation using primePLen and subprimeQLen.
DSAGenParameterSpec(int, int, int) - Constructor for class java.security.spec.DSAGenParameterSpec
Creates a domain parameter specification for DSA parameter generation using primePLen, subprimeQLen, and seedLen.
DSAKey - Interface in java.security.interfaces
The interface to a DSA public or private key.
DSAKeyPairGenerator - Interface in java.security.interfaces
An interface to an object capable of generating DSA key pairs.
DSAParameterSpec - Class in java.security.spec
This class specifies the set of parameters used with the DSA algorithm.
DSAParameterSpec(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAParameterSpec
Creates a new DSAParameterSpec with the specified parameter values.
DSAParams - Interface in java.security.interfaces
Interface to a DSA-specific set of key parameters, which defines a DSA key family.
DSAPrivateKey - Interface in java.security.interfaces
The standard interface to a DSA private key.
DSAPrivateKeySpec - Class in java.security.spec
This class specifies a DSA private key with its associated parameters.
DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPrivateKeySpec
Creates a new DSAPrivateKeySpec with the specified parameter values.
DSAPublicKey - Interface in java.security.interfaces
The interface to a DSA public key.
DSAPublicKeySpec - Class in java.security.spec
This class specifies a DSA public key with its associated parameters.
DSAPublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPublicKeySpec
Creates a new DSAPublicKeySpec with the specified parameter values.
DST - Static variable in class java.awt.AlphaComposite
The destination is left untouched (Porter-Duff Destination rule).
Dst - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST rule with an alpha of 1.0f.
DST_ATOP - Static variable in class java.awt.AlphaComposite
The part of the destination lying inside of the source is composited over the source and replaces the destination (Porter-Duff Destination Atop Source rule).
DST_IN - Static variable in class java.awt.AlphaComposite
The part of the destination lying inside of the source replaces the destination (Porter-Duff Destination In Source rule).
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight saving offset in milliseconds.
DST_OUT - Static variable in class java.awt.AlphaComposite
The part of the destination lying outside of the source replaces the destination (Porter-Duff Destination Held Out By Source rule).
DST_OVER - Static variable in class java.awt.AlphaComposite
The destination is composited over the source and the result replaces the destination (Porter-Duff Destination Over Source rule).
DstAtop - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST_ATOP rule with an alpha of 1.0f.
DstIn - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST_IN rule with an alpha of 1.0f.
DstOut - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST_OUT rule with an alpha of 1.0f.
DstOver - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST_OVER rule with an alpha of 1.0f.
dumpAllThreads(boolean, boolean) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for all live threads with stack trace and synchronization information.
dumpStack() - Static method in class java.lang.Thread
Prints a stack trace of the current thread to the standard error stream.
duplicate() - Method in class java.nio.ByteBuffer
Creates a new byte buffer that shares this buffer's content.
duplicate() - Method in class java.nio.CharBuffer
Creates a new char buffer that shares this buffer's content.
duplicate() - Method in class java.nio.DoubleBuffer
Creates a new double buffer that shares this buffer's content.
duplicate() - Method in class java.nio.FloatBuffer
Creates a new float buffer that shares this buffer's content.
duplicate() - Method in class java.nio.IntBuffer
Creates a new int buffer that shares this buffer's content.
duplicate() - Method in class java.nio.LongBuffer
Creates a new long buffer that shares this buffer's content.
duplicate() - Method in class java.nio.ShortBuffer
Creates a new short buffer that shares this buffer's content.
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.
Duration - Class in java.time
A time-based amount of time, such as '34.5 seconds'.
dynamicInvoker() - Method in class java.lang.invoke.CallSite
Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.
dynamicInvoker() - Method in class java.lang.invoke.ConstantCallSite
Returns this call site's permanent target.
dynamicInvoker() - Method in class java.lang.invoke.MutableCallSite
Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.
dynamicInvoker() - Method in class java.lang.invoke.VolatileCallSite
Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.

E

E - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Engineering E, 34 x 44 in.
E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
E - Static variable in class java.lang.StrictMath
The double value that is closer than any other to e, the base of the natural logarithms.
E_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The east-resize cursor type.
E_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.E_RESIZE_CURSOR.
EAST - Static variable in class java.awt.BorderLayout
The east layout constraint (right side of container).
EAST - Static variable in class java.awt.GridBagConstraints
Put the component on the right side of its display area, centered vertically.
EASTERN_ARABIC - Static variable in class java.awt.font.NumericShaper
Identifies the ARABIC range and ARABIC_EXTENDED decimal base.
ECField - Interface in java.security.spec
This interface represents an elliptic curve (EC) finite field.
ECFieldF2m - Class in java.security.spec
This immutable class defines an elliptic curve (EC) characteristic 2 finite field.
ECFieldF2m(int) - Constructor for class java.security.spec.ECFieldF2m
Creates an elliptic curve characteristic 2 finite field which has 2^m elements with normal basis.
ECFieldF2m(int, BigInteger) - Constructor for class java.security.spec.ECFieldF2m
Creates an elliptic curve characteristic 2 finite field which has 2^m elements with polynomial basis.
ECFieldF2m(int, int[]) - Constructor for class java.security.spec.ECFieldF2m
Creates an elliptic curve characteristic 2 finite field which has 2^m elements with polynomial basis.
ECFieldFp - Class in java.security.spec
This immutable class defines an elliptic curve (EC) prime finite field.
ECFieldFp(BigInteger) - Constructor for class java.security.spec.ECFieldFp
Creates an elliptic curve prime finite field with the specified prime p.
ECGenParameterSpec - Class in java.security.spec
This immutable class specifies the set of parameters used for generating elliptic curve (EC) domain parameters.
ECGenParameterSpec(String) - Constructor for class java.security.spec.ECGenParameterSpec
Creates a parameter specification for EC parameter generation using a standard (or predefined) name stdName in order to generate the corresponding (precomputed) elliptic curve domain parameters.
echoCharIsSet() - Method in class java.awt.TextField
Indicates whether or not this text field has a character set for echoing.
ECKey - Interface in java.security.interfaces
The interface to an elliptic curve (EC) key.
ECParameterSpec - Class in java.security.spec
This immutable class specifies the set of domain parameters used with elliptic curve cryptography (ECC).
ECParameterSpec(EllipticCurve, ECPoint, BigInteger, int) - Constructor for class java.security.spec.ECParameterSpec
Creates elliptic curve domain parameters based on the specified values.
ECPoint - Class in java.security.spec
This immutable class represents a point on an elliptic curve (EC) in affine coordinates.
ECPoint(BigInteger, BigInteger) - Constructor for class java.security.spec.ECPoint
Creates an ECPoint from the specified affine x-coordinate x and affine y-coordinate y.
ECPrivateKey - Interface in java.security.interfaces
The interface to an elliptic curve (EC) private key.
ECPrivateKeySpec - Class in java.security.spec
This immutable class specifies an elliptic curve private key with its associated parameters.
ECPrivateKeySpec(BigInteger, ECParameterSpec) - Constructor for class java.security.spec.ECPrivateKeySpec
Creates a new ECPrivateKeySpec with the specified parameter values.
ECPublicKey - Interface in java.security.interfaces
The interface to an elliptic curve (EC) public key.
ECPublicKeySpec - Class in java.security.spec
This immutable class specifies an elliptic curve public key with its associated parameters.
ECPublicKeySpec(ECPoint, ECParameterSpec) - Constructor for class java.security.spec.ECPublicKeySpec
Creates a new ECPublicKeySpec with the specified parameter values.
EDGE_NO_OP - Static variable in class java.awt.image.ConvolveOp
Pixels at the edge of the source image are copied to the corresponding pixels in the destination without modification.
EDGE_ZERO_FILL - Static variable in class java.awt.image.ConvolveOp
Pixels at the edge of the destination image are set to zero.
edit(File) - Method in class java.awt.Desktop
Launches the associated editor application and opens a file for editing.
edit(File) - Method in interface java.awt.peer.DesktopPeer
Launches the associated editor and opens the given file for editing.
EFFORT - Static variable in interface java.util.jar.Pack200.Packer
If this property is set to a single decimal digit, the packer will use the indicated amount of effort in compressing the archive.
EGYPTIAN_HIEROGLYPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Egyptian Hieroglyphs" Unicode character block.
element() - Method in exception java.lang.annotation.AnnotationTypeMismatchException
Returns the Method object for the incorrectly typed element.
element() - Method in class java.util.AbstractQueue
Retrieves, but does not remove, the head of this queue.
element() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
element() - Method in interface java.util.concurrent.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
element() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
element() - Method in interface java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class java.util.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
element() - Method in interface java.util.Queue
Retrieves, but does not remove, the head of this queue.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class java.util.Vector
The number of valid components in this Vector object.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elementName() - Method in exception java.lang.annotation.IncompleteAnnotationException
Returns the name of the missing element.
elements() - Method in class java.security.PermissionCollection
Returns an enumeration of all the Permission objects in the collection.
elements() - Method in class java.security.Permissions
Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.
elements() - Method in class java.security.Provider
 
elements() - Method in class java.util.concurrent.ConcurrentHashMap
Returns an enumeration of the values in this table.
elements() - Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
ElementType - Enum in java.lang.annotation
The constants of this enumerated type provide a simple classification of the syntactic locations where annotations may appear in a Java program.
Ellipse2D - Class in java.awt.geom
The Ellipse2D class describes an ellipse that is defined by a framing rectangle.
Ellipse2D() - Constructor for class java.awt.geom.Ellipse2D
This is an abstract class that cannot be instantiated directly.
Ellipse2D.Double - Class in java.awt.geom
The Double class defines an ellipse specified in double precision.
Ellipse2D.Float - Class in java.awt.geom
The Float class defines an ellipse specified in float precision.
EllipticCurve - Class in java.security.spec
This immutable class holds the necessary values needed to represent an elliptic curve.
EllipticCurve(ECField, BigInteger, BigInteger) - Constructor for class java.security.spec.EllipticCurve
Creates an elliptic curve with the specified elliptic field field and the coefficients a and b.
EllipticCurve(ECField, BigInteger, BigInteger, byte[]) - Constructor for class java.security.spec.EllipticCurve
Creates an elliptic curve with the specified elliptic field field, the coefficients a and b, and the seed used for curve generation.
EMOTICONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Emoticons" Unicode character block.
empty() - Static method in class java.util.Optional
Returns an empty Optional instance.
empty() - Static method in class java.util.OptionalDouble
Returns an empty OptionalDouble instance.
empty() - Static method in class java.util.OptionalInt
Returns an empty OptionalInt instance.
empty() - Static method in class java.util.OptionalLong
Returns an empty OptionalLong instance.
empty() - Method in class java.util.Stack
Tests if this stack is empty.
empty() - Static method in interface java.util.stream.DoubleStream
Returns an empty sequential DoubleStream.
empty() - Static method in interface java.util.stream.IntStream
Returns an empty sequential IntStream.
empty() - Static method in interface java.util.stream.LongStream
Returns an empty sequential LongStream.
empty() - Static method in interface java.util.stream.Stream
Returns an empty sequential Stream.
EMPTY_LIST - Static variable in class java.util.Collections
The empty list (immutable).
EMPTY_MAP - Static variable in class java.util.Collections
The empty map (immutable).
EMPTY_SET - Static variable in class java.util.Collections
The empty set (immutable).
emptyDoubleSpliterator() - Static method in class java.util.Spliterators
Creates an empty Spliterator.OfDouble
emptyEnumeration() - Static method in class java.util.Collections
Returns an enumeration that has no elements.
emptyIntSpliterator() - Static method in class java.util.Spliterators
Creates an empty Spliterator.OfInt
emptyIterator() - Static method in class java.util.Collections
Returns an iterator that has no elements.
emptyList() - Static method in class java.util.Collections
Returns an empty list (immutable).
emptyListIterator() - Static method in class java.util.Collections
Returns a list iterator that has no elements.
emptyLongSpliterator() - Static method in class java.util.Spliterators
Creates an empty Spliterator.OfLong
emptyMap() - Static method in class java.util.Collections
Returns an empty map (immutable).
emptyNavigableMap() - Static method in class java.util.Collections
Returns an empty navigable map (immutable).
emptyNavigableSet() - Static method in class java.util.Collections
Returns an empty navigable set (immutable).
emptySet() - Static method in class java.util.Collections
Returns an empty set (immutable).
emptySortedMap() - Static method in class java.util.Collections
Returns an empty sorted map (immutable).
emptySortedSet() - Static method in class java.util.Collections
Returns an empty sorted set (immutable).
emptySpliterator() - Static method in class java.util.Spliterators
Creates an empty Spliterator
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
emulateActivation(boolean) - Method in interface java.awt.peer.FramePeer
Requests the peer to emulate window activation.
enable() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setEnabled(boolean).
enable(boolean) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setEnabled(boolean).
enable() - Method in class java.awt.MenuItem
Deprecated.
As of JDK version 1.1, replaced by setEnabled(boolean).
enable(boolean) - Method in class java.awt.MenuItem
Deprecated.
As of JDK version 1.1, replaced by setEnabled(boolean).
enable() - Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enableClientWindowNotification(InputMethod, boolean) - Method in interface java.awt.im.spi.InputMethodContext
Enables or disables notification of the current client window's location and state for the specified input method.
enableEvents(long) - Method in class java.awt.Component
Enables the events defined by the specified event mask parameter to be delivered to this component.
enableEvents(long) - Method in class java.awt.MenuItem
Enables event delivery to this menu item for events to be defined by the specified event mask parameter
enableInputMethods(boolean) - Method in class java.awt.Component
Enables or disables input method support for this component.
enableInputMethods(boolean) - Method in class java.awt.TextComponent
Enables or disables input method support for this text component.
enableReplaceObject(boolean) - Method in class java.io.ObjectOutputStream
Enable the stream to do replacement of objects in the stream.
enableResolveObject(boolean) - Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
ENCLOSED_ALPHANUMERIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Enclosed Alphanumeric Supplement" Unicode character block.
ENCLOSED_ALPHANUMERICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Enclosed Alphanumerics" Unicode character block.
ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Enclosed CJK Letters and Months" Unicode character block.
ENCLOSED_IDEOGRAPHIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Enclosed Ideographic Supplement" Unicode character block.
ENCLOSING_MARK - Static variable in class java.lang.Character
General category "Me" in the Unicode specification.
encode(String) - Static method in class java.net.URLEncoder
Deprecated.
The resulting string may vary depending on the platform's default encoding. Instead, use the encode(String,String) method to specify the encoding.
encode(String, String) - Static method in class java.net.URLEncoder
Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme.
encode(CharBuffer) - Method in class java.nio.charset.Charset
Convenience method that encodes Unicode characters into bytes in this charset.
encode(String) - Method in class java.nio.charset.Charset
Convenience method that encodes a string into bytes in this charset.
encode(CharBuffer, ByteBuffer, boolean) - Method in class java.nio.charset.CharsetEncoder
Encodes as many characters as possible from the given input buffer, writing the results to the given output buffer.
encode(CharBuffer) - Method in class java.nio.charset.CharsetEncoder
Convenience method that encodes the remaining content of a single input character buffer into a newly-allocated byte buffer.
encode(OutputStream) - Method in interface java.security.cert.Extension
Generates the extension's DER encoding and writes it to the output stream.
encode(OutputStream) - Method in interface java.security.Certificate
Deprecated.
Encodes the certificate to an output stream in a format that can be decoded by the decode method.
encode(byte[]) - Method in class java.util.Base64.Encoder
Encodes all bytes from the specified byte array into a newly-allocated byte array using the Base64 encoding scheme.
encode(byte[], byte[]) - Method in class java.util.Base64.Encoder
Encodes all bytes from the specified byte array using the Base64 encoding scheme, writing the resulting bytes to the given output byte array, starting at offset 0.
encode(ByteBuffer) - Method in class java.util.Base64.Encoder
Encodes all remaining bytes from the specified byte buffer into a newly-allocated ByteBuffer using the Base64 encoding scheme.
encodeDataFlavor(DataFlavor) - Static method in class java.awt.datatransfer.SystemFlavorMap
Encodes a DataFlavor for use as a String native.
EncodedKeySpec - Class in java.security.spec
This class represents a public or private key in encoded format.
EncodedKeySpec(byte[]) - Constructor for class java.security.spec.EncodedKeySpec
Creates a new EncodedKeySpec with the given encoded key.
encodeJavaMIMEType(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
Encodes a MIME type for use as a String native.
encodeLoop(CharBuffer, ByteBuffer) - Method in class java.nio.charset.CharsetEncoder
Encodes one or more characters into one or more bytes.
Encoder - Class in java.beans
An Encoder is a class which can be used to create files or streams that encode the state of a collection of JavaBeans in terms of their public APIs.
Encoder() - Constructor for class java.beans.Encoder
 
encodeToString(byte[]) - Method in class java.util.Base64.Encoder
Encodes the specified byte array into a String using the Base64 encoding scheme.
END - Static variable in class java.awt.Event
The End key, a non-ASCII action key.
end() - Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
end(boolean) - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
Marks the end of an I/O operation that might block indefinitely.
end() - Method in class java.nio.channels.spi.AbstractSelector
Marks the end of an I/O operation that might block indefinitely.
end() - Method in class java.util.regex.Matcher
Returns the offset after the last character matched.
end(int) - Method in class java.util.regex.Matcher
Returns the offset after the last character of the subsequence captured by the given group during the previous match operation.
end(String) - Method in class java.util.regex.Matcher
Returns the offset after the last character of the subsequence captured by the given named-capturing group during the previous match operation.
end() - Method in interface java.util.regex.MatchResult
Returns the offset after the last character matched.
end(int) - Method in interface java.util.regex.MatchResult
Returns the offset after the last character of the subsequence captured by the given group during this match.
end() - Method in class java.util.zip.Deflater
Closes the compressor and discards any unprocessed input.
end() - Method in class java.util.zip.Inflater
Closes the decompressor and discards any unprocessed input.
END_PUNCTUATION - Static variable in class java.lang.Character
General category "Pe" in the Unicode specification.
endComposition() - Method in class java.awt.im.InputContext
Ends any input composition that may currently be going on in this context.
endComposition() - Method in interface java.awt.im.spi.InputMethod
Ends any input composition that may currently be going on in this context.
endLayout() - Method in interface java.awt.peer.ContainerPeer
Notifies the peer that layout is finished.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
endsWith(Path) - Method in interface java.nio.file.Path
Tests if this path ends with the given path.
endsWith(String) - Method in interface java.nio.file.Path
Tests if this path ends with a Path, constructed by converting the given path string, in exactly the manner specified by the endsWith(Path) method.
endValidate() - Method in interface java.awt.peer.ContainerPeer
Notifies the peer that validation of the component tree is finished.
engineAliases() - Method in class java.security.KeyStoreSpi
Lists all the alias names of this keystore.
engineBuild(CertPathParameters) - Method in class java.security.cert.CertPathBuilderSpi
Attempts to build a certification path using the specified algorithm parameter set.
engineContainsAlias(String) - Method in class java.security.KeyStoreSpi
Checks if the given alias exists in this keystore.
engineDeleteEntry(String) - Method in class java.security.KeyStoreSpi
Deletes the entry identified by the given alias from this keystore.
engineDigest() - Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineDigest(byte[], int, int) - Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineEntryInstanceOf(String, Class<? extends KeyStore.Entry>) - Method in class java.security.KeyStoreSpi
Determines if the keystore Entry for the specified alias is an instance or subclass of the specified entryClass.
engineGenerateCertificate(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a certificate object and initializes it with the data read from the input stream inStream.
engineGenerateCertificates(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
engineGenerateCertPath(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
engineGenerateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactorySpi
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
engineGenerateCertPath(List<? extends Certificate>) - Method in class java.security.cert.CertificateFactorySpi
Generates a CertPath object and initializes it with a List of Certificates.
engineGenerateCRL(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
engineGenerateCRLs(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
engineGenerateParameters() - Method in class java.security.AlgorithmParameterGeneratorSpi
Generates the parameters.
engineGeneratePrivate(KeySpec) - Method in class java.security.KeyFactorySpi
Generates a private key object from the provided key specification (key material).
engineGeneratePublic(KeySpec) - Method in class java.security.KeyFactorySpi
Generates a public key object from the provided key specification (key material).
engineGenerateSeed(int) - Method in class java.security.SecureRandomSpi
Returns the given number of seed bytes.
engineGetCertificate(String) - Method in class java.security.KeyStoreSpi
Returns the certificate associated with the given alias.
engineGetCertificateAlias(Certificate) - Method in class java.security.KeyStoreSpi
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
engineGetCertificateChain(String) - Method in class java.security.KeyStoreSpi
Returns the certificate chain associated with the given alias.
engineGetCertificates(CertSelector) - Method in class java.security.cert.CertStoreSpi
Returns a Collection of Certificates that match the specified selector.
engineGetCertPathEncodings() - Method in class java.security.cert.CertificateFactorySpi
Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.
engineGetCreationDate(String) - Method in class java.security.KeyStoreSpi
Returns the creation date of the entry identified by the given alias.
engineGetCRLs(CRLSelector) - Method in class java.security.cert.CertStoreSpi
Returns a Collection of CRLs that match the specified selector.
engineGetDigestLength() - Method in class java.security.MessageDigestSpi
Returns the digest length in bytes.
engineGetEncoded() - Method in class java.security.AlgorithmParametersSpi
Returns the parameters in their primary encoding format.
engineGetEncoded(String) - Method in class java.security.AlgorithmParametersSpi
Returns the parameters encoded in the specified format.
engineGetEntry(String, KeyStore.ProtectionParameter) - Method in class java.security.KeyStoreSpi
Gets a KeyStore.Entry for the specified alias with the specified protection parameter.
engineGetKey(String, char[]) - Method in class java.security.KeyStoreSpi
Returns the key associated with the given alias, using the given password to recover it.
engineGetKeySpec(Key, Class<T>) - Method in class java.security.KeyFactorySpi
Returns a specification (key material) of the given key object.
engineGetParameter(String) - Method in class java.security.SignatureSpi
Deprecated. 
engineGetParameters() - Method in class java.security.SignatureSpi
This method is overridden by providers to return the parameters used with this signature engine, or null if this signature engine does not use any parameters.
engineGetParameterSpec(Class<T>) - Method in class java.security.AlgorithmParametersSpi
Returns a (transparent) specification of this parameters object.
engineGetPermissions(CodeSource) - Method in class java.security.PolicySpi
Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.
engineGetPermissions(ProtectionDomain) - Method in class java.security.PolicySpi
Return a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.
engineGetRevocationChecker() - Method in class java.security.cert.CertPathBuilderSpi
Returns a CertPathChecker that this implementation uses to check the revocation status of certificates.
engineGetRevocationChecker() - Method in class java.security.cert.CertPathValidatorSpi
Returns a CertPathChecker that this implementation uses to check the revocation status of certificates.
engineImplies(ProtectionDomain, Permission) - Method in class java.security.PolicySpi
Check whether the policy has granted a Permission to a ProtectionDomain.
engineInit(int, SecureRandom) - Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator for a certain size and source of randomness.
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
engineInit(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParametersSpi
Initializes this parameters object using the parameters specified in paramSpec.
engineInit(byte[]) - Method in class java.security.AlgorithmParametersSpi
Imports the specified parameters and decodes them according to the primary decoding format for parameters.
engineInit(byte[], String) - Method in class java.security.AlgorithmParametersSpi
Imports the parameters from params and decodes them according to the specified decoding format.
engineInitSign(PrivateKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key for signing operations.
engineInitSign(PrivateKey, SecureRandom) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key and source of randomness for signing operations.
engineInitVerify(PublicKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified public key for verification operations.
engineIsCertificateEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry, or created by a call to setEntry with a TrustedCertificateEntry.
engineIsKeyEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias was created by a call to setKeyEntry, or created by a call to setEntry with a PrivateKeyEntry or a SecretKeyEntry.
engineLoad(InputStream, char[]) - Method in class java.security.KeyStoreSpi
Loads the keystore from the given input stream.
engineLoad(KeyStore.LoadStoreParameter) - Method in class java.security.KeyStoreSpi
Loads the keystore using the given KeyStore.LoadStoreParameter.
engineNextBytes(byte[]) - Method in class java.security.SecureRandomSpi
Generates a user-specified number of random bytes.
engineRefresh() - Method in class java.security.PolicySpi
Refreshes/reloads the policy configuration.
engineReset() - Method in class java.security.MessageDigestSpi
Resets the digest for further use.
engineSetCertificateEntry(String, Certificate) - Method in class java.security.KeyStoreSpi
Assigns the given certificate to the given alias.
engineSetEntry(String, KeyStore.Entry, KeyStore.ProtectionParameter) - Method in class java.security.KeyStoreSpi
Saves a KeyStore.Entry under the specified alias.
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assigns the given key to the given alias, protecting it with the given password.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assigns the given key (that has already been protected) to the given alias.
engineSetParameter(String, Object) - Method in class java.security.SignatureSpi
Deprecated.
Replaced by engineSetParameter.
engineSetParameter(AlgorithmParameterSpec) - Method in class java.security.SignatureSpi
This method is overridden by providers to initialize this signature engine with the specified parameter set.
engineSetSeed(byte[]) - Method in class java.security.SecureRandomSpi
Reseeds this random object.
engineSign() - Method in class java.security.SignatureSpi
Returns the signature bytes of all the data updated so far.
engineSign(byte[], int, int) - Method in class java.security.SignatureSpi
Finishes this signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
engineSize() - Method in class java.security.KeyStoreSpi
Retrieves the number of entries in this keystore.
engineStore(OutputStream, char[]) - Method in class java.security.KeyStoreSpi
Stores this keystore to the given output stream, and protects its integrity with the given password.
engineStore(KeyStore.LoadStoreParameter) - Method in class java.security.KeyStoreSpi
Stores this keystore using the given KeyStore.LoadStoreParmeter.
engineToString() - Method in class java.security.AlgorithmParametersSpi
Returns a formatted string describing the parameters.
engineTranslateKey(Key) - Method in class java.security.KeyFactorySpi
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
engineUpdate(byte) - Method in class java.security.MessageDigestSpi
Updates the digest using the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.MessageDigestSpi
Updates the digest using the specified array of bytes, starting at the specified offset.
engineUpdate(ByteBuffer) - Method in class java.security.MessageDigestSpi
Update the digest using the specified ByteBuffer.
engineUpdate(byte) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified using the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
engineUpdate(ByteBuffer) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified using the specified ByteBuffer.
engineValidate(CertPath, CertPathParameters) - Method in class java.security.cert.CertPathValidatorSpi
Validates the specified certification path using the specified algorithm parameter set.
engineVerify(byte[]) - Method in class java.security.SignatureSpi
Verifies the passed-in signature.
engineVerify(byte[], int, int) - Method in class java.security.SignatureSpi
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
ENGLISH - Static variable in class java.util.Locale
Useful constant for language.
enqueue() - Method in class java.lang.ref.Reference
Adds this reference object to the queue with which it is registered, if any.
enqueueKeyEvents(long, Component) - Method in class java.awt.DefaultKeyboardFocusManager
Delays dispatching of KeyEvents until the specified Component becomes the focus owner.
enqueueKeyEvents(long, Component) - Method in class java.awt.KeyboardFocusManager
Called by the AWT to notify the KeyboardFocusManager that it should delay dispatching of KeyEvents until the specified Component becomes the focus owner.
ensureCapacity(int) - Method in class java.lang.StringBuffer
 
ensureCapacity(int) - Method in class java.util.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ENTER - Static variable in class java.awt.dnd.DragSourceContext
An int used by updateCurrentCursor() indicating that the Cursor has entered a DropTarget.
ENTER - Static variable in class java.awt.Event
The Enter key.
enter() - Method in interface java.awt.SecondaryLoop
Blocks the execution of the current thread and enters a new secondary event loop on the event dispatch thread.
entering(String, String) - Method in class java.util.logging.Logger
Log a method entry.
entering(String, String, Object) - Method in class java.util.logging.Logger
Log a method entry, with one parameter.
entering(String, String, Object[]) - Method in class java.util.logging.Logger
Log a method entry, with an array of parameters.
entries() - Method in interface java.security.acl.Acl
Returns an enumeration of the entries in this ACL.
entries() - Method in class java.util.jar.JarFile
Returns an enumeration of the zip file entries.
entries() - Method in class java.util.zip.ZipFile
Returns an enumeration of the ZIP file entries.
ENTRY_CREATE - Static variable in class java.nio.file.StandardWatchEventKinds
Directory entry created.
ENTRY_DELETE - Static variable in class java.nio.file.StandardWatchEventKinds
Directory entry deleted.
ENTRY_MODIFY - Static variable in class java.nio.file.StandardWatchEventKinds
Directory entry modified.
entryInstanceOf(String, Class<? extends KeyStore.Entry>) - Method in class java.security.KeyStore
Determines if the keystore Entry for the specified alias is an instance or subclass of the specified entryClass.
entrySet() - Method in class java.awt.RenderingHints
Returns a Set view of the mappings contained in this RenderingHints.
entrySet() - Method in class java.security.Provider
Returns an unmodifiable Set view of the property entries contained in this Provider.
entrySet() - Method in class java.util.AbstractMap
 
entrySet() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.EnumMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.HashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.IdentityHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.jar.Attributes
Returns a Collection view of the attribute name-value mappings contained in this Map.
entrySet() - Method in class java.util.LinkedHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface java.util.Map
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface java.util.SortedMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.TreeMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.WeakHashMap
Returns a Set view of the mappings contained in this map.
Enum<E extends Enum<E>> - Class in java.lang
This is the common base class of all Java language enumeration types.
Enum(String, int) - Constructor for class java.lang.Enum
Sole constructor.
EnumConstantNotPresentException - Exception in java.lang
Thrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name.
EnumConstantNotPresentException(Class<? extends Enum>, String) - Constructor for exception java.lang.EnumConstantNotPresentException
Constructs an EnumConstantNotPresentException for the specified constant.
enumerate(Thread[]) - Static method in class java.lang.Thread
Copies into the specified array every active thread in the current thread's thread group and its subgroups.
enumerate(Thread[]) - Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[], boolean) - Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(ThreadGroup[]) - Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group and its subgroups.
enumerate(ThreadGroup[], boolean) - Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumeration(Collection<T>) - Static method in class java.util.Collections
Returns an enumeration over the specified collection.
Enumeration<E> - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
EnumMap<K extends Enum<K>,V> - Class in java.util
A specialized Map implementation for use with enum type keys.
EnumMap(Class<K>) - Constructor for class java.util.EnumMap
Creates an empty enum map with the specified key type.
EnumMap(EnumMap<K, ? extends V>) - Constructor for class java.util.EnumMap
Creates an enum map with the same key type as the specified enum map, initially containing the same mappings (if any).
EnumMap(Map<K, ? extends V>) - Constructor for class java.util.EnumMap
Creates an enum map initialized from the specified map.
EnumSet<E extends Enum<E>> - Class in java.util
A specialized Set implementation for use with enum types.
enumType() - Method in exception java.lang.EnumConstantNotPresentException
Returns the type of the missing enum constant.
ENV_10 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_NUMBER_10_ENVELOPE.
ENV_10X13 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_10X13_ENVELOPE.
ENV_10X14 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_10X14_ENVELOPE.
ENV_10X15 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_10X15_ENVELOPE.
ENV_11 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_NUMBER_11_ENVELOPE.
ENV_12 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_NUMBER_12_ENVELOPE.
ENV_14 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_NUMBER_14_ENVELOPE.
ENV_6X9 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_6X9_ENVELOPE.
ENV_7X9 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_7X9_ENVELOPE.
ENV_9 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_NUMBER_9_ENVELOPE.
ENV_9X11 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_9X11_ENVELOPE.
ENV_9X12 - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_9X12_ENVELOPE.
ENV_INVITE - Static variable in class java.awt.PageAttributes.MediaType
An alias for INVITE_ENVELOPE.
ENV_ITALY - Static variable in class java.awt.PageAttributes.MediaType
An alias for ITALY_ENVELOPE.
ENV_MONARCH - Static variable in class java.awt.PageAttributes.MediaType
An alias for MONARCH_ENVELOPE.
ENV_PERSONAL - Static variable in class java.awt.PageAttributes.MediaType
An alias for PERSONAL_ENVELOPE.
environment() - Method in class java.lang.ProcessBuilder
Returns a string map view of this process builder's environment.
eof - Variable in exception java.io.OptionalDataException
True if there is no more data in the buffered part of the stream.
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
eolIsSignificant(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not ends of line are treated as tokens.
eos - Variable in class java.util.zip.GZIPInputStream
Indicates end of input stream.
EPOCH - Static variable in class java.time.Instant
Constant for the 1970-01-01T00:00:00Z epoch instant.
equals(Object) - Method in class java.awt.AlphaComposite
Determines whether the specified object is equal to this AlphaComposite.
equals(Object) - Method in class java.awt.AWTKeyStroke
Returns true if this object is identical to the specified object.
equals(Object) - Method in class java.awt.BasicStroke
Tests if a specified object is equal to this BasicStroke by first testing if it is a BasicStroke and then comparing its width, join, cap, miter limit, dash, and dash phase attributes with those of this BasicStroke.
equals(Object) - Method in class java.awt.Color
Determines whether another object is equal to this Color.
equals(Object) - Method in class java.awt.datatransfer.DataFlavor
Indicates whether some other object is "equal to" this one.
equals(DataFlavor) - Method in class java.awt.datatransfer.DataFlavor
This method has the same behavior as DataFlavor.equals(Object).
equals(String) - Method in class java.awt.datatransfer.DataFlavor
Deprecated.
As inconsistent with hashCode() contract, use isMimeTypeEqual(String) instead.
equals(Object) - Method in class java.awt.Dimension
Checks whether two dimension objects have equal values.
equals(DisplayMode) - Method in class java.awt.DisplayMode
Returns whether the two display modes are equal.
equals(Object) - Method in class java.awt.DisplayMode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.awt.Font
Compares this Font object to the specified Object.
equals(Object) - Method in class java.awt.font.FontRenderContext
Return true if obj is an instance of FontRenderContext and has the same transform, antialiasing, and fractional metrics values as this.
equals(FontRenderContext) - Method in class java.awt.font.FontRenderContext
Return true if rhs has the same transform, antialiasing, and fractional metrics values as this.
equals(GlyphVector) - Method in class java.awt.font.GlyphVector
Tests if the specified GlyphVector exactly equals this GlyphVector.
equals(Object) - Method in class java.awt.font.ImageGraphicAttribute
Compares this ImageGraphicAttribute to the specified Object.
equals(ImageGraphicAttribute) - Method in class java.awt.font.ImageGraphicAttribute
Compares this ImageGraphicAttribute to the specified ImageGraphicAttribute.
equals(Object) - Method in class java.awt.font.NumericShaper
Returns true if the specified object is an instance of NumericShaper and shapes identically to this one, regardless of the range representations, the bit mask or the enum.
equals(Object) - Method in class java.awt.font.ShapeGraphicAttribute
Compares this ShapeGraphicAttribute to the specified Object.
equals(ShapeGraphicAttribute) - Method in class java.awt.font.ShapeGraphicAttribute
Compares this ShapeGraphicAttribute to the specified ShapeGraphicAttribute.
equals(Object) - Method in class java.awt.font.TextHitInfo
Returns true if the specified Object is a TextHitInfo and equals this TextHitInfo.
equals(TextHitInfo) - Method in class java.awt.font.TextHitInfo
Returns true if the specified TextHitInfo has the same charIndex and isLeadingEdge as this TextHitInfo.
equals(Object) - Method in class java.awt.font.TextLayout
Returns true if the specified Object is a TextLayout object and if the specified Object equals this TextLayout.
equals(TextLayout) - Method in class java.awt.font.TextLayout
Returns true if the two layouts are equal.
equals(Object) - Method in class java.awt.font.TransformAttribute
Returns true if rhs is a TransformAttribute whose transform is equal to this TransformAttribute's transform.
equals(Object) - Method in class java.awt.geom.AffineTransform
Returns true if this AffineTransform represents the same affine coordinate transform as the specified argument.
equals(Object) - Method in class java.awt.geom.Arc2D
Determines whether or not the specified Object is equal to this Arc2D.
equals(Area) - Method in class java.awt.geom.Area
Tests whether the geometries of the two Area objects are equal.
equals(Object) - Method in class java.awt.geom.Ellipse2D
Determines whether or not the specified Object is equal to this Ellipse2D.
equals(Object) - Method in class java.awt.geom.Point2D
Determines whether or not two points are equal.
equals(Object) - Method in class java.awt.geom.Rectangle2D
Determines whether or not the specified Object is equal to this Rectangle2D.
equals(Object) - Method in class java.awt.geom.RoundRectangle2D
Determines whether or not the specified Object is equal to this RoundRectangle2D.
equals(Object) - Method in class java.awt.image.ColorModel
Tests if the specified Object is an instance of ColorModel and if it equals this ColorModel.
equals(Object) - Method in class java.awt.image.ComponentColorModel
Compares this color model with another for equality.
equals(Object) - Method in class java.awt.image.ComponentSampleModel
 
equals(Object) - Method in class java.awt.image.MultiPixelPackedSampleModel
 
equals(Object) - Method in class java.awt.image.PackedColorModel
Tests if the specified Object is an instance of PackedColorModel and equals this PackedColorModel.
equals(Object) - Method in class java.awt.image.SinglePixelPackedSampleModel
 
equals(Object) - Method in class java.awt.Insets
Checks whether two insets objects are equal.
equals(Object) - Method in class java.awt.JobAttributes
Determines whether two JobAttributes are equal to each other.
equals(MenuShortcut) - Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object) - Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object) - Method in class java.awt.PageAttributes
Determines whether two PageAttributes are equal to each other.
equals(Object) - Method in class java.awt.Point
Determines whether or not two points are equal.
equals(Object) - Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object) - Method in class java.awt.RenderingHints
Compares the specified Object with this RenderingHints for equality.
equals(Object) - Method in class java.awt.RenderingHints.Key
The equals method for all Key objects will return the same result as the equality operator '=='.
equals(Object) - Method in class java.beans.IndexedPropertyDescriptor
Compares this PropertyDescriptor against the specified object.
equals(Object) - Method in class java.beans.PropertyDescriptor
Compares this PropertyDescriptor against the specified object.
equals(Object) - Method in class java.io.File
Tests this abstract pathname for equality with the given object.
equals(Object) - Method in class java.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object) - Method in interface java.lang.annotation.Annotation
Returns true if the specified object represents an annotation that is logically equivalent to this one.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Character.Subset
Compares two Subset objects for equality.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Enum
Returns true if the specified object is equal to this enum constant.
equals(Object) - Method in class java.lang.Float
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.invoke.MethodType
Compares the specified object with this type for equality.
equals(Object) - Method in class java.lang.Long
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.ProcessBuilder.Redirect
Compares the specified object with this Redirect for equality.
equals(Object) - Method in class java.lang.reflect.Constructor
Compares this Constructor against the specified object.
equals(Object) - Method in class java.lang.reflect.Field
Compares this Field against the specified object.
equals(Object) - Method in class java.lang.reflect.Method
Compares this Method against the specified object.
equals(Object) - Method in class java.lang.reflect.Parameter
Compares based on the executable and the index.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.StackTraceElement
Returns true if the specified object is another StackTraceElement instance representing the same execution point as this instance.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified Object for equality.
equals(Object) - Method in class java.math.BigInteger
Compares this BigInteger with the specified Object for equality.
equals(Object) - Method in class java.math.MathContext
Compares this MathContext with the specified Object for equality.
equals(Object) - Method in class java.net.HttpCookie
Test the equality of two HTTP cookies.
equals(Object) - Method in class java.net.Inet4Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.Inet6Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetSocketAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.InterfaceAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.NetworkInterface
Compares this object against the specified object.
equals(Object) - Method in class java.net.Proxy
Compares this object against the specified object.
equals(Object) - Method in class java.net.SocketPermission
Checks two SocketPermission objects for equality.
equals(Object) - Method in class java.net.URI
Tests this URI for equality with another object.
equals(Object) - Method in class java.net.URL
Compares this URL for equality with another object.
equals(Object) - Method in class java.net.URLPermission
Returns true if, this.getActions().equals(p.getActions()) and p's url equals this's url.
equals(URL, URL) - Method in class java.net.URLStreamHandler
Provides the default equals calculation.
equals(Object) - Method in class java.nio.ByteBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.CharBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.charset.Charset
Tells whether or not this object is equal to another.
equals(Object) - Method in class java.nio.DoubleBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.file.attribute.AclEntry
Compares the specified object with this ACL entry for equality.
equals(Object) - Method in class java.nio.file.attribute.FileTime
Tests this FileTime for equality with the given object.
equals(Object) - Method in interface java.nio.file.Path
Tests this path for equality with the given object.
equals(Object) - Method in class java.nio.FloatBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.IntBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.LongBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.ShortBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.rmi.activation.ActivationDesc
Compares two activation descriptors for content equality.
equals(Object) - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Compares two command environments for content equality.
equals(Object) - Method in class java.rmi.activation.ActivationGroupDesc
Compares two activation group descriptors for content equality.
equals(Object) - Method in class java.rmi.activation.ActivationGroupID
Compares two group identifiers for content equality.
equals(Object) - Method in class java.rmi.activation.ActivationID
Compares two activation ids for content equality.
equals(Object) - Method in class java.rmi.dgc.VMID
Compare this VMID to another, and return true if they are the same identifier.
equals(Object) - Method in class java.rmi.MarshalledObject
Compares this MarshalledObject to another object.
equals(Object) - Method in class java.rmi.server.ObjID
Compares the specified object with this ObjID for equality.
equals(Object) - Method in class java.rmi.server.RemoteObject
Compares two remote objects for equality.
equals(Object) - Method in class java.rmi.server.UID
Compares the specified object with this UID for equality.
equals(Object) - Method in class java.security.AccessControlContext
Checks two AccessControlContext objects for equality.
equals(Object) - Method in interface java.security.acl.Permission
Returns true if the object passed matches the permission represented in this interface.
equals(Object) - Method in class java.security.AllPermission
Checks two AllPermission objects for equality.
equals(Object) - Method in class java.security.BasicPermission
Checks two BasicPermission objects for equality.
equals(Object) - Method in class java.security.cert.Certificate
Compares this certificate for equality with the specified object.
equals(Object) - Method in class java.security.cert.CertPath
Compares this certification path for equality with the specified object.
equals(Object) - Method in class java.security.cert.X509CRL
Compares this CRL for equality with the given object.
equals(Object) - Method in class java.security.cert.X509CRLEntry
Compares this CRL entry for equality with the given object.
equals(Object) - Method in class java.security.CodeSigner
Tests for equality between the specified object and this code signer.
equals(Object) - Method in class java.security.CodeSource
Tests for equality between the specified object and this object.
equals(Object) - Method in class java.security.Identity
Deprecated.
Tests for equality between the specified object and this identity.
equals(Object) - Method in class java.security.Permission
Checks two Permission objects for equality.
equals(Object) - Method in class java.security.PKCS12Attribute
Compares this PKCS12Attribute and a specified object for equality.
equals(Object) - Method in interface java.security.Principal
Compares this principal to the specified object.
equals(Object) - Method in class java.security.spec.ECFieldF2m
Compares this finite field for equality with the specified object.
equals(Object) - Method in class java.security.spec.ECFieldFp
Compares this prime finite field for equality with the specified object.
equals(Object) - Method in class java.security.spec.ECPoint
Compares this elliptic curve point for equality with the specified object.
equals(Object) - Method in class java.security.spec.EllipticCurve
Compares this elliptic curve for equality with the specified object.
equals(Object) - Method in class java.security.Timestamp
Tests for equality between the specified object and this timestamp.
equals(Object) - Method in class java.security.UnresolvedPermission
Checks two UnresolvedPermission objects for equality.
equals(Object) - Method in interface java.sql.RowId
Compares this RowId to the specified object.
equals(Timestamp) - Method in class java.sql.Timestamp
Tests to see if this Timestamp object is equal to the given Timestamp object.
equals(Object) - Method in class java.sql.Timestamp
Tests to see if this Timestamp object is equal to the given object.
equals(Object) - Method in class java.text.AttributedCharacterIterator.Attribute
Compares two objects for equality.
equals(Object) - Method in class java.text.ChoiceFormat
Equality comparision between two
equals(String, String) - Method in class java.text.Collator
Convenience method for comparing the equality of two strings based on this Collator's collation rules.
equals(Object) - Method in class java.text.Collator
Compares the equality of two Collators.
equals(Object) - Method in class java.text.DateFormat
Overrides equals
equals(Object) - Method in class java.text.DateFormatSymbols
Override equals
equals(Object) - Method in class java.text.DecimalFormat
Overrides equals
equals(Object) - Method in class java.text.DecimalFormatSymbols
Override equals.
equals(Object) - Method in class java.text.FieldPosition
Overrides equals
equals(Object) - Method in class java.text.MessageFormat
Equality comparison between two message format objects
equals(Object) - Method in class java.text.NumberFormat
Overrides equals.
equals(Object) - Method in class java.text.ParsePosition
Overrides equals
equals(Object) - Method in class java.text.RuleBasedCollator
Compares the equality of two collation objects.
equals(Object) - Method in class java.text.SimpleDateFormat
Compares the given object with this SimpleDateFormat for equality.
equals(Object) - Method in class java.text.StringCharacterIterator
Compares the equality of two StringCharacterIterator objects.
equals(Object) - Method in class java.time.chrono.AbstractChronology
Checks if this chronology is equal to another chronology.
equals(Object) - Method in interface java.time.chrono.ChronoLocalDate
Checks if this date is equal to another date, including the chronology.
equals(Object) - Method in interface java.time.chrono.ChronoLocalDateTime
Checks if this date-time is equal to another date-time, including the chronology.
equals(Object) - Method in interface java.time.chrono.Chronology
Checks if this chronology is equal to another chronology.
equals(Object) - Method in interface java.time.chrono.ChronoPeriod
Checks if this period is equal to another period, including the chronology.
equals(Object) - Method in interface java.time.chrono.ChronoZonedDateTime
Checks if this date-time is equal to another date-time.
equals(Object) - Method in class java.time.chrono.HijrahDate
Compares this date to another date, including the chronology.
equals(Object) - Method in class java.time.chrono.JapaneseDate
Compares this date to another date, including the chronology.
equals(Object) - Method in class java.time.chrono.MinguoDate
Compares this date to another date, including the chronology.
equals(Object) - Method in class java.time.chrono.ThaiBuddhistDate
Compares this date to another date, including the chronology.
equals(Object) - Method in class java.time.Clock
Checks if this clock is equal to another clock.
equals(Object) - Method in class java.time.Duration
Checks if this duration is equal to the specified Duration.
equals(Object) - Method in class java.time.format.DecimalStyle
Checks if this DecimalStyle is equal to another DecimalStyle.
equals(Object) - Method in class java.time.Instant
Checks if this instant is equal to the specified instant.
equals(Object) - Method in class java.time.LocalDate
Checks if this date is equal to another date.
equals(Object) - Method in class java.time.LocalDateTime
Checks if this date-time is equal to another date-time.
equals(Object) - Method in class java.time.LocalTime
Checks if this time is equal to another time.
equals(Object) - Method in class java.time.MonthDay
Checks if this month-day is equal to another month-day.
equals(Object) - Method in class java.time.OffsetDateTime
Checks if this date-time is equal to another date-time.
equals(Object) - Method in class java.time.OffsetTime
Checks if this time is equal to another time.
equals(Object) - Method in class java.time.Period
Checks if this period is equal to another period.
equals(Object) - Method in class java.time.temporal.ValueRange
Checks if this range is equal to another range.
equals(Object) - Method in class java.time.temporal.WeekFields
Checks if this WeekFields is equal to the specified object.
equals(Object) - Method in class java.time.Year
Checks if this year is equal to another year.
equals(Object) - Method in class java.time.YearMonth
Checks if this year-month is equal to another year-month.
equals(Object) - Method in class java.time.zone.ZoneOffsetTransition
Checks if this object equals another.
equals(Object) - Method in class java.time.zone.ZoneOffsetTransitionRule
Checks if this object equals another.
equals(Object) - Method in class java.time.zone.ZoneRules
Checks if this set of rules equals another.
equals(Object) - Method in class java.time.ZonedDateTime
Checks if this date-time is equal to another date-time.
equals(Object) - Method in class java.time.ZoneId
Checks if this time-zone ID is equal to another time-zone ID.
equals(Object) - Method in class java.time.ZoneOffset
Checks if this offset is equal to another offset.
equals(Object) - Method in class java.util.AbstractList
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.AbstractSet
Compares the specified object with this set for equality.
equals(long[], long[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of longs are equal to one another.
equals(int[], int[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of ints are equal to one another.
equals(short[], short[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of shorts are equal to one another.
equals(char[], char[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of chars are equal to one another.
equals(byte[], byte[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of bytes are equal to one another.
equals(boolean[], boolean[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of booleans are equal to one another.
equals(double[], double[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of floats are equal to one another.
equals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another.
equals(Object) - Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object) - Method in class java.util.Calendar
Compares this Calendar to the specified Object.
equals(Object) - Method in interface java.util.Collection
Compares the specified object with this collection for equality.
equals(Object) - Method in interface java.util.Comparator
Indicates whether some other object is "equal to" this comparator.
equals(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
equals(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.EnumMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.GregorianCalendar
Compares this GregorianCalendar to the specified Object.
equals(Object) - Method in class java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object) - Method in class java.util.IdentityHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.jar.Attributes
Compares the specified Attributes object with this Map for equality.
equals(Object) - Method in class java.util.jar.Attributes.Name
Compares this attribute name to another for equality.
equals(Object) - Method in class java.util.jar.Manifest
Returns true if the specified Object is also a Manifest and has the same main Attributes and entries.
equals(Object) - Method in interface java.util.List
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.Locale
Returns true if this Locale is equal to another object.
equals(Object) - Method in class java.util.Locale.LanguageRange
Compares this object to the specified object.
equals(Object) - Method in class java.util.logging.Level
Compare two objects for value equality.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface java.util.Map
Compares the specified object with this map for equality.
equals(Object, Object) - Static method in class java.util.Objects
Returns true if the arguments are equal to each other and false otherwise.
equals(Object) - Method in class java.util.Optional
Indicates whether some other object is "equal to" this Optional.
equals(Object) - Method in class java.util.OptionalDouble
Indicates whether some other object is "equal to" this OptionalDouble.
equals(Object) - Method in class java.util.OptionalInt
Indicates whether some other object is "equal to" this OptionalInt.
equals(Object) - Method in class java.util.OptionalLong
Indicates whether some other object is "equal to" this OptionalLong.
equals(Object) - Method in class java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object) - Method in interface java.util.Set
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object) - Method in class java.util.UUID
Compares this object to the specified object.
equals(Object) - Method in class java.util.Vector
Compares the specified Object with this Vector for equality.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
ERA - Static variable in class java.text.DateFormat.Field
Constant identifying the era field.
Era - Interface in java.time.chrono
An era of the time-line.
ERA - Static variable in class java.util.Calendar
Field number for get and set indicating the era, e.g., AD or BC in the Julian calendar.
ERA_FIELD - Static variable in class java.text.DateFormat
Useful constant for ERA field alignment.
eraOf(int) - Method in interface java.time.chrono.Chronology
Creates the chronology era object from the numeric value.
eraOf(int) - Method in class java.time.chrono.HijrahChronology
 
eraOf(int) - Method in class java.time.chrono.IsoChronology
 
eraOf(int) - Method in class java.time.chrono.JapaneseChronology
Returns the calendar system era object from the given numeric value.
eraOf(int) - Method in class java.time.chrono.MinguoChronology
 
eraOf(int) - Method in class java.time.chrono.ThaiBuddhistChronology
 
eras() - Method in interface java.time.chrono.Chronology
Gets the list of eras for the chronology.
eras() - Method in class java.time.chrono.HijrahChronology
 
eras() - Method in class java.time.chrono.IsoChronology
 
eras() - Method in class java.time.chrono.JapaneseChronology
 
eras() - Method in class java.time.chrono.MinguoChronology
 
eras() - Method in class java.time.chrono.ThaiBuddhistChronology
 
erase() - Method in class java.lang.invoke.MethodType
Erases all reference types to Object.
err - Static variable in class java.io.FileDescriptor
A handle to the standard error stream.
err - Static variable in class java.lang.System
The "standard" error output stream.
ERROR - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that an image which was being tracked asynchronously has encountered an error.
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs a new error with null as its detail message.
Error(String) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message.
Error(String, Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message and cause.
Error(Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
Error(String, Throwable, boolean, boolean) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
ERROR - Static variable in interface java.util.jar.Pack200.Packer
The string "error", a possible value for certain properties.
error(String, Exception, int) - Method in class java.util.logging.ErrorManager
The error method is called when a Handler failure occurs.
ERRORED - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media encountered an error.
ErrorManager - Class in java.util.logging
ErrorManager objects can be attached to Handlers to process any error that occurs on a Handler during Logging.
ErrorManager() - Constructor for class java.util.logging.ErrorManager
 
ESCAPE - Static variable in class java.awt.Event
The Escape key.
estimateSize() - Method in interface java.util.Spliterator
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
estimateSize() - Method in class java.util.Spliterators.AbstractDoubleSpliterator
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
estimateSize() - Method in class java.util.Spliterators.AbstractIntSpliterator
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
estimateSize() - Method in class java.util.Spliterators.AbstractLongSpliterator
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
estimateSize() - Method in class java.util.Spliterators.AbstractSpliterator
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
ETHIOPIC - Static variable in class java.awt.font.NumericShaper
Identifies the ETHIOPIC range and decimal base.
ETHIOPIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ethiopic" Unicode character block.
ETHIOPIC_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ethiopic Extended" Unicode character block.
ETHIOPIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ethiopic Extended-A" Unicode character block.
ETHIOPIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ethiopic Supplement" Unicode character block.
EUROPEAN - Static variable in class java.awt.font.NumericShaper
Identifies the Latin-1 (European) and extended range, and Latin-1 (European) decimal base.
Event - Class in java.awt
NOTE: The Event class is obsolete and is available only for backwards compatibility.
Event(Object, long, int, int, int, int, int, Object) - Constructor for class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatibility.
Event(Object, long, int, int, int, int, int) - Constructor for class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatibility.
Event(Object, int, Object) - Constructor for class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatibility.
eventDispatched(AWTEvent) - Method in interface java.awt.event.AWTEventListener
Invoked when an event is dispatched in the AWT.
eventDispatched(AWTEvent) - Method in class java.awt.event.AWTEventListenerProxy
Forwards the AWT event to the listener delegate.
EventHandler - Class in java.beans
The EventHandler class provides support for dynamically generating event listeners whose methods execute a simple statement involving an incoming event object and a target object.
EventHandler(Object, String, String, String) - Constructor for class java.beans.EventHandler
Creates a new EventHandler object; you generally use one of the create methods instead of invoking this constructor directly.
EventListener - Interface in java.util
A tagging interface that all event listener interfaces must extend.
EventListenerProxy<T extends EventListener> - Class in java.util
An abstract wrapper class for an EventListener class which associates a set of additional parameters with the listener.
EventListenerProxy(T) - Constructor for class java.util.EventListenerProxy
Creates a proxy for the specified listener.
EventObject - Class in java.util
The root class from which all event state objects shall be derived.
EventObject(Object) - Constructor for class java.util.EventObject
Constructs a prototypical Event.
EventQueue - Class in java.awt
EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes.
EventQueue() - Constructor for class java.awt.EventQueue
 
events - Variable in class java.awt.dnd.DragGestureRecognizer
The list of events (in order) that the DragGestureRecognizer "recognized" as a "gesture" that triggers a drag.
EventSetDescriptor - Class in java.beans
An EventSetDescriptor describes a group of events that a given Java bean fires.
EventSetDescriptor(Class<?>, String, Class<?>, String) - Constructor for class java.beans.EventSetDescriptor
Creates an EventSetDescriptor assuming that you are following the most simple standard design pattern where a named event "fred" is (1) delivered as a call on the single method of interface FredListener, (2) has a single argument of type FredEvent, and (3) where the FredListener may be registered with a call on an addFredListener method of the source component and removed with a call on a removeFredListener method.
EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String) - Constructor for class java.beans.EventSetDescriptor
Creates an EventSetDescriptor from scratch using string names.
EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String, String) - Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using string names.
EventSetDescriptor(String, Class<?>, Method[], Method, Method) - Constructor for class java.beans.EventSetDescriptor
Creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects.
EventSetDescriptor(String, Class<?>, Method[], Method, Method, Method) - Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects.
EventSetDescriptor(String, Class<?>, MethodDescriptor[], Method, Method) - Constructor for class java.beans.EventSetDescriptor
Creates an EventSetDescriptor from scratch using java.lang.reflect.MethodDescriptor and java.lang.Class objects.
eventTypeEnabled(int) - Method in class java.awt.ScrollPane
If wheel scrolling is enabled, we return true for MouseWheelEvents
evt - Variable in class java.awt.Event
The next event.
exactInvoker(MethodType) - Static method in class java.lang.invoke.MethodHandles
Produces a special invoker method handle which can be used to invoke any method handle of the given type, as if by invokeExact.
Exception - Exception in java.lang
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for exception java.lang.Exception
Constructs a new exception with null as its detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message.
Exception(String, Throwable) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message and cause.
Exception(Throwable) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
Exception(String, Throwable, boolean, boolean) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
exceptionally(Function<Throwable, ? extends T>) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is completed when this CompletableFuture completes, with the result of the given function of the exception triggering this CompletableFuture's completion when it completes exceptionally; otherwise, if this CompletableFuture completes normally, then the returned CompletableFuture also completes normally with the same value.
exceptionally(Function<Throwable, ? extends T>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes exceptionally, is executed with this stage's exception as the argument to the supplied function.
ExceptionInInitializerError - Error in java.lang
Signals that an unexpected exception has occurred in a static initializer.
ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with null as its detail message string and with no saved throwable object.
ExceptionInInitializerError(Throwable) - Constructor for error java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class by saving a reference to the Throwable object thrown for later retrieval by the ExceptionInInitializerError.getException() method.
ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with the specified detail message string.
ExceptionListener - Interface in java.beans
An ExceptionListener is notified of internal exceptions.
exceptionThrown(Exception) - Method in interface java.beans.ExceptionListener
This method is called when a recoverable exception has been caught.
exchange(V) - Method in class java.util.concurrent.Exchanger
Waits for another thread to arrive at this exchange point (unless the current thread is interrupted), and then transfers the given object to it, receiving its object in return.
exchange(V, long, TimeUnit) - Method in class java.util.concurrent.Exchanger
Waits for another thread to arrive at this exchange point (unless the current thread is interrupted or the specified waiting time elapses), and then transfers the given object to it, receiving its object in return.
Exchanger<V> - Class in java.util.concurrent
A synchronization point at which threads can pair and swap elements within pairs.
Exchanger() - Constructor for class java.util.concurrent.Exchanger
Creates a new Exchanger.
exclusiveOr(Area) - Method in class java.awt.geom.Area
Sets the shape of this Area to be the combined area of its current shape and the shape of the specified Area, minus their intersection.
exec(String) - Method in class java.lang.Runtime
Executes the specified string command in a separate process.
exec(String, String[]) - Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment.
exec(String, String[], File) - Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment and working directory.
exec(String[]) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process.
exec(String[], String[]) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment.
exec(String[], String[], File) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment and working directory.
exec() - Method in class java.util.concurrent.CountedCompleter
Implements execution conventions for CountedCompleters.
exec() - Method in class java.util.concurrent.ForkJoinTask
Immediately performs the base action of this task and returns true if, upon return from this method, this task is guaranteed to have completed normally.
exec() - Method in class java.util.concurrent.RecursiveAction
Implements execution conventions for RecursiveActions.
exec() - Method in class java.util.concurrent.RecursiveTask
Implements execution conventions for RecursiveTask.
Executable - Class in java.lang.reflect
A shared superclass for the common functionality of Method and Constructor.
execute() - Method in class java.beans.Expression
The execute method finds a method whose name is the same as the methodName property, and invokes the method on the target.
execute() - Method in class java.beans.Statement
The execute method finds a method whose name is the same as the methodName property, and invokes the method on the target.
execute() - Method in interface java.sql.PreparedStatement
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
execute(String) - Method in interface java.sql.Statement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in interface java.sql.Statement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in interface java.sql.Statement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in interface java.sql.Statement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(Runnable) - Method in interface java.util.concurrent.Executor
Executes the given command at some time in the future.
execute(ForkJoinTask<?>) - Method in class java.util.concurrent.ForkJoinPool
Arranges for (asynchronous) execution of the given task.
execute(Runnable) - Method in class java.util.concurrent.ForkJoinPool
 
execute(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Executes command with zero required delay.
execute(Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
Executes the given task sometime in the future.
EXECUTE_FAILED - Static variable in interface java.sql.Statement
The constant indicating that an error occurred while executing a batch statement.
executeBatch() - Method in interface java.sql.Statement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeCall() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
executeLargeBatch() - Method in interface java.sql.Statement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeLargeUpdate() - Method in interface java.sql.PreparedStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or an SQL statement that returns nothing, such as a DDL statement.
executeLargeUpdate(String) - Method in interface java.sql.Statement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeLargeUpdate(String, int) - Method in interface java.sql.Statement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeLargeUpdate(String, int[]) - Method in interface java.sql.Statement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeLargeUpdate(String, String[]) - Method in interface java.sql.Statement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeQuery() - Method in interface java.sql.PreparedStatement
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery(String) - Method in interface java.sql.Statement
Executes the given SQL statement, which returns a single ResultSet object.
executeUpdate() - Method in interface java.sql.PreparedStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or an SQL statement that returns nothing, such as a DDL statement.
executeUpdate(String) - Method in interface java.sql.Statement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(String, int) - Method in interface java.sql.Statement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in interface java.sql.Statement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in interface java.sql.Statement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
ExecutionException - Exception in java.util.concurrent
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
ExecutionException() - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with no detail message.
ExecutionException(String) - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message.
ExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message and cause.
ExecutionException(Throwable) - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified cause.
EXECUTIVE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Executive, 7 1/4 x 10 1/2 in.
Executor - Interface in java.util.concurrent
An object that executes submitted Runnable tasks.
ExecutorCompletionService<V> - Class in java.util.concurrent
A CompletionService that uses a supplied Executor to execute tasks.
ExecutorCompletionService(Executor) - Constructor for class java.util.concurrent.ExecutorCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and a LinkedBlockingQueue as a completion queue.
ExecutorCompletionService(Executor, BlockingQueue<Future<V>>) - Constructor for class java.util.concurrent.ExecutorCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue.
Executors - Class in java.util.concurrent
Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory, and Callable classes defined in this package.
ExecutorService - Interface in java.util.concurrent
An Executor that provides methods to manage termination and methods that can produce a Future for tracking progress of one or more asynchronous tasks.
exists() - Method in class java.io.File
Tests whether the file or directory denoted by this abstract pathname exists.
exists(Path, LinkOption...) - Static method in class java.nio.file.Files
Tests whether a file exists.
exit() - Method in interface java.awt.SecondaryLoop
Unblocks the execution of the thread blocked by the SecondaryLoop.enter() method and exits the secondary loop.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java virtual machine by initiating its shutdown sequence.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
exiting(String, String) - Method in class java.util.logging.Logger
Log a method return.
exiting(String, String, Object) - Method in class java.util.logging.Logger
Log a method return, with result object.
exitValue() - Method in class java.lang.Process
Returns the exit value for the subprocess.
exp(double) - Static method in class java.lang.Math
Returns Euler's number e raised to the power of a double value.
exp(double) - Static method in class java.lang.StrictMath
Returns Euler's number e raised to the power of a double value.
explicitCastArguments(MethodHandle, MethodType) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle which adapts the type of the given method handle to a new type by pairwise argument and return type conversion.
expm1(double) - Static method in class java.lang.Math
Returns ex -1.
expm1(double) - Static method in class java.lang.StrictMath
Returns ex -1.
EXPONENT - Static variable in class java.text.NumberFormat.Field
Constant identifying the exponent field.
EXPONENT_SIGN - Static variable in class java.text.NumberFormat.Field
Constant identifying the exponent sign field.
EXPONENT_SYMBOL - Static variable in class java.text.NumberFormat.Field
Constant identifying the exponent symbol field.
ExportException - Exception in java.rmi.server
An ExportException is a RemoteException thrown if an attempt to export a remote object fails.
ExportException(String) - Constructor for exception java.rmi.server.ExportException
Constructs an ExportException with the specified detail message.
ExportException(String, Exception) - Constructor for exception java.rmi.server.ExportException
Constructs an ExportException with the specified detail message and nested exception.
exportNode(OutputStream) - Method in class java.util.prefs.AbstractPreferences
Implements the exportNode method as per the specification in Preferences.exportNode(OutputStream).
exportNode(OutputStream) - Method in class java.util.prefs.Preferences
Emits on the specified output stream an XML document representing all of the preferences contained in this node (but not its descendants).
exportObject(Remote, String, MarshalledObject<?>, boolean, int) - Static method in class java.rmi.activation.Activatable
Registers an activation descriptor (with the specified location, data, and restart mode) for the specified object, and exports that object with the specified port.
exportObject(Remote, String, MarshalledObject<?>, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class java.rmi.activation.Activatable
Registers an activation descriptor (with the specified location, data, and restart mode) for the specified object, and exports that object with the specified port, and the specified client and server socket factories.
exportObject(Remote, ActivationID, int) - Static method in class java.rmi.activation.Activatable
Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.
exportObject(Remote, ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class java.rmi.activation.Activatable
Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.
exportObject(Remote, Object) - Method in interface java.rmi.server.ServerRef
Deprecated.
Creates a client stub object for the supplied Remote object.
exportObject(Remote) - Static method in class java.rmi.server.UnicastRemoteObject
Deprecated.
This method is deprecated because it supports only static stubs. Use exportObject(Remote, port) or exportObject(Remote, port, csf, ssf) instead.
exportObject(Remote, int) - Static method in class java.rmi.server.UnicastRemoteObject
Exports the remote object to make it available to receive incoming calls, using the particular supplied port.
exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class java.rmi.server.UnicastRemoteObject
Exports the remote object to make it available to receive incoming calls, using a transport specified by the given socket factory.
exportSubtree(OutputStream) - Method in class java.util.prefs.AbstractPreferences
Implements the exportSubtree method as per the specification in Preferences.exportSubtree(OutputStream).
exportSubtree(OutputStream) - Method in class java.util.prefs.Preferences
Emits an XML document representing all of the preferences contained in this node and all of its descendants.
Expression - Class in java.beans
An Expression object represents a primitive expression in which a single method is applied to a target and a set of arguments to return a result - as in "a.getFoo()".
Expression(Object, String, Object[]) - Constructor for class java.beans.Expression
Creates a new Expression object for the specified target object to invoke the method specified by the name and by the array of arguments.
Expression(Object, Object, String, Object[]) - Constructor for class java.beans.Expression
Creates a new Expression object with the specified value for the specified target object to invoke the method specified by the name and by the array of arguments.
Extension - Interface in java.security.cert
This interface represents an X.509 extension.
EXTENSION_INSTALLATION - Static variable in class java.util.jar.Attributes.Name
Deprecated.
Extension mechanism will be removed in a future release. Use class path instead.
EXTENSION_LIST - Static variable in class java.util.jar.Attributes.Name
Name object for Extension-List manifest attribute used for declaring dependencies on installed extensions.
EXTENSION_NAME - Static variable in class java.util.jar.Attributes.Name
Name object for Extension-Name manifest attribute used for declaring dependencies on installed extensions.
extent - Variable in class java.awt.geom.Arc2D.Double
The angular extent of the arc in degrees.
extent - Variable in class java.awt.geom.Arc2D.Float
The angular extent of the arc in degrees.
Externalizable - Interface in java.io
Only the identity of the class of an Externalizable instance is written in the serialization stream and it is the responsibility of the class to save and restore the contents of its instances.

F

F0 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public-exponent value F0 = 3.
F1 - Static variable in class java.awt.Event
The F1 function key, a non-ASCII action key.
F10 - Static variable in class java.awt.Event
The F10 function key, a non-ASCII action key.
F11 - Static variable in class java.awt.Event
The F11 function key, a non-ASCII action key.
F12 - Static variable in class java.awt.Event
The F12 function key, a non-ASCII action key.
F2 - Static variable in class java.awt.Event
The F2 function key, a non-ASCII action key.
F3 - Static variable in class java.awt.Event
The F3 function key, a non-ASCII action key.
F4 - Static variable in class java.awt.Event
The F4 function key, a non-ASCII action key.
F4 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public exponent-value F4 = 65537.
F5 - Static variable in class java.awt.Event
The F5 function key, a non-ASCII action key.
F6 - Static variable in class java.awt.Event
The F6 function key, a non-ASCII action key.
F7 - Static variable in class java.awt.Event
The F7 function key, a non-ASCII action key.
F8 - Static variable in class java.awt.Event
The F8 function key, a non-ASCII action key.
F9 - Static variable in class java.awt.Event
The F9 function key, a non-ASCII action key.
failed(Throwable, A) - Method in interface java.nio.channels.CompletionHandler
Invoked when an operation fails.
failure(Exception) - Method in interface java.rmi.server.RMIFailureHandler
The failure callback is invoked when the RMI runtime is unable to create a ServerSocket via the RMISocketFactory.
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FALSE - Static variable in interface java.util.jar.Pack200.Packer
The string "false", a possible value for certain properties.
FALSE - Static variable in interface java.util.jar.Pack200.Unpacker
The string "false", a possible value for certain properties.
FAMILY - Static variable in class java.awt.font.TextAttribute
Attribute key for the font name.
fd - Variable in class java.net.DatagramSocketImpl
The file descriptor object.
fd - Variable in class java.net.SocketImpl
The file descriptor object for this socket.
FeatureDescriptor - Class in java.beans
The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.
FeatureDescriptor() - Constructor for class java.beans.FeatureDescriptor
Constructs a FeatureDescriptor.
FEBRUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the second month of the year in the Gregorian and Julian calendars.
FETCH_FORWARD - Static variable in interface java.sql.ResultSet
The constant indicating that the rows in a result set will be processed in a forward direction; first-to-last.
FETCH_REVERSE - Static variable in interface java.sql.ResultSet
The constant indicating that the rows in a result set will be processed in a reverse direction; last-to-first.
FETCH_UNKNOWN - Static variable in interface java.sql.ResultSet
The constant indicating that the order in which rows in a result set will be processed is unknown.
Field - Class in java.lang.reflect
A Field provides information about, and dynamic access to, a single field of a class or an interface.
Field(String, int) - Constructor for class java.text.DateFormat.Field
Creates a Field.
Field(String) - Constructor for class java.text.Format.Field
Creates a Field with the specified name.
Field(String) - Constructor for class java.text.MessageFormat.Field
Creates a Field with the specified name.
Field(String) - Constructor for class java.text.NumberFormat.Field
Creates a Field instance with the specified name.
FIELD_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
When concatenated with a field attribute name, indicates the format of that attribute.
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distinct fields recognized by get and set.
fieldModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a field.
FieldPosition - Class in java.text
FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted output.
FieldPosition(int) - Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field.
FieldPosition(Format.Field) - Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field constant.
FieldPosition(Format.Field, int) - Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field.
fields - Variable in class java.util.Calendar
The calendar field values for the currently set time for this calendar.
FILE - Static variable in class java.awt.JobAttributes.DestinationType
The DestinationType instance to use for specifying print to file.
File - Class in java.io
An abstract representation of file and directory pathnames.
File(String) - Constructor for class java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, String) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
File(URI) - Constructor for class java.io.File
Creates a new File instance by converting the given file: URI into an abstract pathname.
file() - Method in class java.lang.ProcessBuilder.Redirect
Returns the File source or destination associated with this redirect, or null if there is no such file.
FileAlreadyExistsException - Exception in java.nio.file
Checked exception thrown when an attempt is made to create a file or directory and a file of that name already exists.
FileAlreadyExistsException(String) - Constructor for exception java.nio.file.FileAlreadyExistsException
Constructs an instance of this class.
FileAlreadyExistsException(String, String, String) - Constructor for exception java.nio.file.FileAlreadyExistsException
Constructs an instance of this class.
FileAttribute<T> - Interface in java.nio.file.attribute
An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.
FileAttributeView - Interface in java.nio.file.attribute
An attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem.
FileChannel - Class in java.nio.channels
A channel for reading, writing, mapping, and manipulating a file.
FileChannel() - Constructor for class java.nio.channels.FileChannel
Initializes a new instance of this class.
FileChannel.MapMode - Class in java.nio.channels
A typesafe enumeration for file-mapping modes.
FileDescriptor - Class in java.io
Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.
FileDescriptor() - Constructor for class java.io.FileDescriptor
Constructs an (invalid) FileDescriptor object.
FileDialog - Class in java.awt
The FileDialog class displays a dialog window from which the user can select a file.
FileDialog(Frame) - Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Frame, String) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading a file.
FileDialog(Frame, String, int) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading or saving a file.
FileDialog(Dialog) - Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Dialog, String) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading a file.
FileDialog(Dialog, String, int) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading or saving a file.
FileDialogPeer - Interface in java.awt.peer
The peer interface for FileDialog.
FileFilter - Interface in java.io
A filter for abstract pathnames.
FileHandler - Class in java.util.logging
Simple file logging Handler.
FileHandler() - Constructor for class java.util.logging.FileHandler
Construct a default FileHandler.
FileHandler(String) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to the given filename.
FileHandler(String, boolean) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to the given filename, with optional append.
FileHandler(String, int, int) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to a set of files.
FileHandler(String, int, int, boolean) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to a set of files with optional append.
FileInputStream - Class in java.io
A FileInputStream obtains input bytes from a file in a file system.
FileInputStream(String) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
FileInputStream(FileDescriptor) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by using the file descriptor fdObj, which represents an existing connection to an actual file in the file system.
fileKey() - Method in interface java.nio.file.attribute.BasicFileAttributes
Returns an object that uniquely identifies the given file, or null if a file key is not available.
FileLock - Class in java.nio.channels
A token representing a lock on a region of a file.
FileLock(FileChannel, long, long, boolean) - Constructor for class java.nio.channels.FileLock
Initializes a new instance of this class.
FileLock(AsynchronousFileChannel, long, long, boolean) - Constructor for class java.nio.channels.FileLock
Initializes a new instance of this class.
FileLockInterruptionException - Exception in java.nio.channels
Checked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock.
FileLockInterruptionException() - Constructor for exception java.nio.channels.FileLockInterruptionException
Constructs an instance of this class.
FilenameFilter - Interface in java.io
Instances of classes that implement this interface are used to filter filenames.
FileNameMap - Interface in java.net
A simple interface which provides a mechanism to map between a file name and a MIME type string.
FileNotFoundException - Exception in java.io
Signals that an attempt to open the file denoted by a specified pathname has failed.
FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOutputStream - Class in java.io
A file output stream is an output stream for writing data to a File or to a FileDescriptor.
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(FileDescriptor) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.
FileOwnerAttributeView - Interface in java.nio.file.attribute
A file attribute view that supports reading or updating the owner of a file.
FilePermission - Class in java.io
This class represents access to a file or directory.
FilePermission(String, String) - Constructor for class java.io.FilePermission
Creates a new FilePermission object with the specified actions.
FileReader - Class in java.io
Convenience class for reading character files.
FileReader(String) - Constructor for class java.io.FileReader
Creates a new FileReader, given the name of the file to read from.
FileReader(File) - Constructor for class java.io.FileReader
Creates a new FileReader, given the File to read from.
FileReader(FileDescriptor) - Constructor for class java.io.FileReader
Creates a new FileReader, given the FileDescriptor to read from.
Files - Class in java.nio.file
This class consists exclusively of static methods that operate on files, directories, or other types of files.
FileStore - Class in java.nio.file
Storage for files.
FileStore() - Constructor for class java.nio.file.FileStore
Initializes a new instance of this class.
FileStoreAttributeView - Interface in java.nio.file.attribute
An attribute view that is a read-only or updatable view of the attributes of a FileStore.
FileSystem - Class in java.nio.file
Provides an interface to a file system and is the factory for objects to access files and other objects in the file system.
FileSystem() - Constructor for class java.nio.file.FileSystem
Initializes a new instance of this class.
FileSystemAlreadyExistsException - Exception in java.nio.file
Runtime exception thrown when an attempt is made to create a file system that already exists.
FileSystemAlreadyExistsException() - Constructor for exception java.nio.file.FileSystemAlreadyExistsException
Constructs an instance of this class.
FileSystemAlreadyExistsException(String) - Constructor for exception java.nio.file.FileSystemAlreadyExistsException
Constructs an instance of this class.
FileSystemException - Exception in java.nio.file
Thrown when a file system operation fails on one or two files.
FileSystemException(String) - Constructor for exception java.nio.file.FileSystemException
Constructs an instance of this class.
FileSystemException(String, String, String) - Constructor for exception java.nio.file.FileSystemException
Constructs an instance of this class.
FileSystemLoopException - Exception in java.nio.file
Checked exception thrown when a file system loop, or cycle, is encountered.
FileSystemLoopException(String) - Constructor for exception java.nio.file.FileSystemLoopException
Constructs an instance of this class.
FileSystemNotFoundException - Exception in java.nio.file
Runtime exception thrown when a file system cannot be found.
FileSystemNotFoundException() - Constructor for exception java.nio.file.FileSystemNotFoundException
Constructs an instance of this class.
FileSystemNotFoundException(String) - Constructor for exception java.nio.file.FileSystemNotFoundException
Constructs an instance of this class.
FileSystemProvider - Class in java.nio.file.spi
Service-provider class for file systems.
FileSystemProvider() - Constructor for class java.nio.file.spi.FileSystemProvider
Initializes a new instance of this class.
FileSystems - Class in java.nio.file
Factory methods for file systems.
FileTime - Class in java.nio.file.attribute
Represents the value of a file's time stamp attribute.
FileTypeDetector - Class in java.nio.file.spi
A file type detector for probing a file to guess its file type.
FileTypeDetector() - Constructor for class java.nio.file.spi.FileTypeDetector
Initializes a new instance of this class.
FileVisitOption - Enum in java.nio.file
Defines the file tree traversal options.
FileVisitor<T> - Interface in java.nio.file
A visitor of files.
FileVisitResult - Enum in java.nio.file
The result type of a FileVisitor.
FileWriter - Class in java.io
Convenience class for writing character files.
FileWriter(String) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a file name.
FileWriter(String, boolean) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
FileWriter(File) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(File, boolean) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(FileDescriptor) - Constructor for class java.io.FileWriter
Constructs a FileWriter object associated with a file descriptor.
FILL - Static variable in class java.awt.font.ShapeGraphicAttribute
A key indicating the shape should be filled.
fill(Shape) - Method in class java.awt.Graphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
fill - Variable in class java.awt.GridBagConstraints
This field is used when the component's display area is larger than the component's requested size.
fill(long[], long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(long[], int, int, long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(int[], int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(short[], short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified array of shorts.
fill(short[], int, int, short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(char[], char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(byte[], byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(double[], double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(Object[], Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(Object[], int, int, Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(List<? super T>, T) - Static method in class java.util.Collections
Replaces all of the elements of the specified list with the specified element.
fill() - Method in class java.util.zip.InflaterInputStream
Fills input buffer with more data to decompress.
fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Paints a 3-D highlighted rectangle filled with the current color.
fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics2D
Paints a 3-D highlighted rectangle filled with the current color.
fillArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills a circular or elliptical arc covering the specified rectangle.
fillInStackTrace() - Method in class java.lang.Throwable
Fills in the execution stack trace.
fillOval(int, int, int, int) - Method in class java.awt.Graphics
Fills an oval bounded by the specified rectangle with the current color.
fillPointWithCoords(Point) - Method in interface java.awt.peer.MouseInfoPeer
This method does two things: it fills the point fields with the current coordinates of the mouse cursor and returns the number of the screen device where the pointer is located.
fillPolygon(int[], int[], int) - Method in class java.awt.Graphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillPolygon(Polygon) - Method in class java.awt.Graphics
Fills the polygon defined by the specified Polygon object with the graphics context's current color.
fillRect(int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rounded corner rectangle with the current color.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.AffineTransformOp
Transforms the source BufferedImage and stores the results in the destination BufferedImage.
filter(Raster, WritableRaster) - Method in class java.awt.image.AffineTransformOp
Transforms the source Raster and stores the results in the destination Raster.
filter(Raster, WritableRaster) - Method in class java.awt.image.BandCombineOp
Transforms the Raster using the matrix specified in the constructor.
filter(BufferedImage, BufferedImage) - Method in interface java.awt.image.BufferedImageOp
Performs a single-input/single-output operation on a BufferedImage.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.ColorConvertOp
ColorConverts the source BufferedImage.
filter(Raster, WritableRaster) - Method in class java.awt.image.ColorConvertOp
ColorConverts the image data in the source Raster.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.ConvolveOp
Performs a convolution on BufferedImages.
filter(Raster, WritableRaster) - Method in class java.awt.image.ConvolveOp
Performs a convolution on Rasters.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.LookupOp
Performs a lookup operation on a BufferedImage.
filter(Raster, WritableRaster) - Method in class java.awt.image.LookupOp
Performs a lookup operation on a Raster.
filter(Raster, WritableRaster) - Method in interface java.awt.image.RasterOp
Performs a single-input/single-output operation from a source Raster to a destination Raster.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.RescaleOp
Rescales the source BufferedImage.
filter(Raster, WritableRaster) - Method in class java.awt.image.RescaleOp
Rescales the pixel data in the source Raster.
filter(List<Locale.LanguageRange>, Collection<Locale>, Locale.FilteringMode) - Static method in class java.util.Locale
Returns a list of matching Locale instances using the filtering mechanism defined in RFC 4647.
filter(List<Locale.LanguageRange>, Collection<Locale>) - Static method in class java.util.Locale
Returns a list of matching Locale instances using the filtering mechanism defined in RFC 4647.
Filter - Interface in java.util.logging
A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.
filter(Predicate<? super T>) - Method in class java.util.Optional
If a value is present, and the value matches the given predicate, return an Optional describing the value, otherwise return an empty Optional.
filter(DoublePredicate) - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(IntPredicate) - Method in interface java.util.stream.IntStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(LongPredicate) - Method in interface java.util.stream.LongStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(Predicate<? super T>) - Method in interface java.util.stream.Stream
Returns a stream consisting of the elements of this stream that match the given predicate.
filterArguments(MethodHandle, int, MethodHandle...) - Static method in class java.lang.invoke.MethodHandles
Adapts a target method handle by pre-processing one or more of its arguments, each with its own unary filter function, and then calling the target with each pre-processed argument replaced by the result of its corresponding filter function.
FILTERED - Static variable in class java.util.zip.Deflater
Compression strategy best used for data consisting mostly of small values with a somewhat random distribution.
FilteredImageSource - Class in java.awt.image
This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image.
FilteredImageSource(ImageProducer, ImageFilter) - Constructor for class java.awt.image.FilteredImageSource
Constructs an ImageProducer object from an existing ImageProducer and a filter object.
filterIndexColorModel(IndexColorModel) - Method in class java.awt.image.RGBImageFilter
Filters an IndexColorModel object by running each entry in its color tables through the filterRGB function that RGBImageFilter subclasses must provide.
FilterInputStream - Class in java.io
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
FilterOutputStream - Class in java.io
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
FilterReader - Class in java.io
Abstract class for reading filtered character streams.
FilterReader(Reader) - Constructor for class java.io.FilterReader
Creates a new filtered reader.
filterReturnValue(MethodHandle, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Adapts a target method handle by post-processing its return value (if any) with a filter (another method handle).
filterRGB(int, int, int) - Method in class java.awt.image.RGBImageFilter
Subclasses must specify a method to convert a single input pixel in the default RGB ColorModel to a single output pixel.
filterRGBPixels(int, int, int, int, int[], int, int) - Method in class java.awt.image.RGBImageFilter
Filters a buffer of pixels in the default RGB ColorModel by passing them one by one through the filterRGB method.
filterTags(List<Locale.LanguageRange>, Collection<String>, Locale.FilteringMode) - Static method in class java.util.Locale
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
filterTags(List<Locale.LanguageRange>, Collection<String>) - Static method in class java.util.Locale
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
FilterWriter - Class in java.io
Abstract class for writing filtered character streams.
FilterWriter(Writer) - Constructor for class java.io.FilterWriter
Create a new filtered writer.
FINAL - Static variable in class java.lang.reflect.Modifier
The int value representing the final modifier.
FINAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
General category "Pf" in the Unicode specification.
finalize() - Method in class java.awt.color.ICC_Profile
Frees the resources associated with an ICC_Profile object.
finalize() - Method in class java.awt.Graphics
Disposes of this graphics context once it is no longer referenced.
finalize() - Method in class java.awt.image.ColorModel
Disposes of system resources associated with this ColorModel once this ColorModel is no longer referenced.
finalize() - Method in class java.awt.image.IndexColorModel
Disposes of system resources associated with this ColorModel once this ColorModel is no longer referenced.
finalize() - Method in class java.awt.PrintJob
Ends this print job once it is no longer referenced.
finalize() - Method in class java.io.FileInputStream
Ensures that the close method of this file input stream is called when there are no more references to it.
finalize() - Method in class java.io.FileOutputStream
Cleans up the connection to the file, and ensures that the close method of this file output stream is called when there are no more references to this stream.
finalize() - Method in class java.lang.Enum
enum classes cannot have finalize methods.
finalize() - Method in class java.lang.Object
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize() - Method in class java.util.concurrent.ThreadPoolExecutor
Invokes shutdown when this executor is no longer referenced and it has no threads.
finalize() - Method in class java.util.zip.Deflater
Closes the compressor when garbage is collected.
finalize() - Method in class java.util.zip.Inflater
Closes the decompressor when garbage is collected.
finalize() - Method in class java.util.zip.ZipFile
Ensures that the system resources held by this ZipFile object are released when there are no more references to it.
find(Path, int, BiPredicate<Path, BasicFileAttributes>, FileVisitOption...) - Static method in class java.nio.file.Files
Return a Stream that is lazily populated with Path by searching for files in a file tree rooted at a given starting file.
find() - Method in class java.util.regex.Matcher
Attempts to find the next subsequence of the input sequence that matches the pattern.
find(int) - Method in class java.util.regex.Matcher
Resets this matcher and then attempts to find the next subsequence of the input sequence that matches the pattern, starting at the specified index.
findAny() - Method in interface java.util.stream.DoubleStream
Returns an OptionalDouble describing some element of the stream, or an empty OptionalDouble if the stream is empty.
findAny() - Method in interface java.util.stream.IntStream
Returns an OptionalInt describing some element of the stream, or an empty OptionalInt if the stream is empty.
findAny() - Method in interface java.util.stream.LongStream
Returns an OptionalLong describing some element of the stream, or an empty OptionalLong if the stream is empty.
findAny() - Method in interface java.util.stream.Stream
Returns an Optional describing some element of the stream, or an empty Optional if the stream is empty.
findClass(String) - Method in class java.lang.ClassLoader
Finds the class with the specified binary name.
findClass(String) - Method in class java.net.URLClassLoader
Finds and loads the class with the specified name from the URL search path.
findColumn(String) - Method in interface java.sql.ResultSet
Maps the given ResultSet column label to its ResultSet column index.
findComponentAt(int, int) - Method in class java.awt.Container
Locates the visible child component that contains the specified position.
findComponentAt(Point) - Method in class java.awt.Container
Locates the visible child component that contains the specified point.
findConstructor(Class<?>, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle which creates an object and initializes it, using the constructor of the specified type.
findDeadlockedThreads() - Method in interface java.lang.management.ThreadMXBean
Finds cycles of threads that are in deadlock waiting to acquire object monitors or ownable synchronizers.
findEditor(Class<?>) - Static method in class java.beans.PropertyEditorManager
Locate a value editor for a given target type.
findFirst() - Method in interface java.util.stream.DoubleStream
Returns an OptionalDouble describing the first element of this stream, or an empty OptionalDouble if the stream is empty.
findFirst() - Method in interface java.util.stream.IntStream
Returns an OptionalInt describing the first element of this stream, or an empty OptionalInt if the stream is empty.
findFirst() - Method in interface java.util.stream.LongStream
Returns an OptionalLong describing the first element of this stream, or an empty OptionalLong if the stream is empty.
findFirst() - Method in interface java.util.stream.Stream
Returns an Optional describing the first element of this stream, or an empty Optional if the stream is empty.
findGetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle giving read access to a non-static field.
findInLine(String) - Method in class java.util.Scanner
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
findInLine(Pattern) - Method in class java.util.Scanner
Attempts to find the next occurrence of the specified pattern ignoring delimiters.
findLibrary(String) - Method in class java.lang.ClassLoader
Returns the absolute path name of a native library.
findLoadedClass(String) - Method in class java.lang.ClassLoader
Returns the class with the given binary name if this loader has been recorded by the Java virtual machine as an initiating loader of a class with that binary name.
findMonitorDeadlockedThreads() - Method in interface java.lang.management.ThreadMXBean
Finds cycles of threads that are in deadlock waiting to acquire object monitors.
findResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
findResource(String) - Method in class java.net.URLClassLoader
Finds the resource with the specified name on the URL search path.
findResources(String) - Method in class java.lang.ClassLoader
Returns an enumeration of URL objects representing all the resources with the given name.
findResources(String) - Method in class java.net.URLClassLoader
Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
findSetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle giving write access to a non-static field.
findSpecial(Class<?>, String, MethodType, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces an early-bound method handle for a virtual method.
findStatic(Class<?>, String, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle for a static method.
findStaticGetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle giving read access to a static field.
findStaticSetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle giving write access to a static field.
findSystemClass(String) - Method in class java.lang.ClassLoader
Finds a class with the specified binary name, loading it if necessary.
findVirtual(Class<?>, String, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle for a virtual method.
findWithinHorizon(String, int) - Method in class java.util.Scanner
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
findWithinHorizon(Pattern, int) - Method in class java.util.Scanner
Attempts to find the next occurrence of the specified pattern.
FINE - Static variable in class java.util.logging.Level
FINE is a message level providing tracing information.
fine(String) - Method in class java.util.logging.Logger
Log a FINE message.
fine(Supplier<String>) - Method in class java.util.logging.Logger
Log a FINE message, which is only to be constructed if the logging level is such that the message will actually be logged.
FINER - Static variable in class java.util.logging.Level
FINER indicates a fairly detailed tracing message.
finer(String) - Method in class java.util.logging.Logger
Log a FINER message.
finer(Supplier<String>) - Method in class java.util.logging.Logger
Log a FINER message, which is only to be constructed if the logging level is such that the message will actually be logged.
FINEST - Static variable in class java.util.logging.Level
FINEST indicates a highly detailed tracing message.
finest(String) - Method in class java.util.logging.Logger
Log a FINEST message.
finest(Supplier<String>) - Method in class java.util.logging.Logger
Log a FINEST message, which is only to be constructed if the logging level is such that the message will actually be logged.
finish() - Method in class java.util.zip.Deflater
When called, indicates that compression should end with the current contents of the input buffer.
finish() - Method in class java.util.zip.DeflaterOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class java.util.zip.GZIPOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class java.util.zip.InflaterOutputStream
Finishes writing uncompressed data to the output stream without closing the underlying stream.
finish() - Method in class java.util.zip.ZipOutputStream
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
finishConnect() - Method in class java.nio.channels.SocketChannel
Finishes the process of connecting a socket channel.
finished() - Method in class java.util.zip.Deflater
Returns true if the end of the compressed data output stream has been reached.
finished() - Method in class java.util.zip.Inflater
Returns true if the end of the compressed data stream has been reached.
finisher() - Method in interface java.util.stream.Collector
Perform the final transformation from the intermediate accumulation type A to the final result type R.
fireChildrenAdded(BeanContextMembershipEvent) - Method in class java.beans.beancontext.BeanContextSupport
Fire a BeanContextshipEvent on the BeanContextMembershipListener interface
fireChildrenRemoved(BeanContextMembershipEvent) - Method in class java.beans.beancontext.BeanContextSupport
Fire a BeanContextshipEvent on the BeanContextMembershipListener interface
fireDragGestureRecognized(int, Point) - Method in class java.awt.dnd.DragGestureRecognizer
Notify the DragGestureListener that a Drag and Drop initiating gesture has occurred.
fireIndexedPropertyChange(String, int, Object, Object) - Method in class java.beans.PropertyChangeSupport
Reports a bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.
fireIndexedPropertyChange(String, int, int, int) - Method in class java.beans.PropertyChangeSupport
Reports an integer bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.
fireIndexedPropertyChange(String, int, boolean, boolean) - Method in class java.beans.PropertyChangeSupport
Reports a boolean bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.
firePropertyChange(String, Object, Object) - Method in class java.awt.Component
Support for reporting bound property changes for Object properties.
firePropertyChange(String, boolean, boolean) - Method in class java.awt.Component
Support for reporting bound property changes for boolean properties.
firePropertyChange(String, int, int) - Method in class java.awt.Component
Support for reporting bound property changes for integer properties.
firePropertyChange(String, byte, byte) - Method in class java.awt.Component
Reports a bound property change.
firePropertyChange(String, char, char) - Method in class java.awt.Component
Reports a bound property change.
firePropertyChange(String, short, short) - Method in class java.awt.Component
Reports a bound property change.
firePropertyChange(String, long, long) - Method in class java.awt.Component
Reports a bound property change.
firePropertyChange(String, float, float) - Method in class java.awt.Component
Reports a bound property change.
firePropertyChange(String, double, double) - Method in class java.awt.Component
Reports a bound property change.
firePropertyChange(String, Object, Object) - Method in class java.awt.KeyboardFocusManager
Fires a PropertyChangeEvent in response to a change in a bound property.
firePropertyChange(String, Object, Object) - Method in class java.beans.beancontext.BeanContextChildSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class java.beans.PropertyChangeSupport
Reports a bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.
firePropertyChange(String, int, int) - Method in class java.beans.PropertyChangeSupport
Reports an integer bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.
firePropertyChange(String, boolean, boolean) - Method in class java.beans.PropertyChangeSupport
Reports a boolean bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.
firePropertyChange(PropertyChangeEvent) - Method in class java.beans.PropertyChangeSupport
Fires a property change event to listeners that have been registered to track updates of all properties or a property with the specified name.
firePropertyChange() - Method in class java.beans.PropertyEditorSupport
Report that we have been modified to any interested listeners.
fireServiceAdded(Class) - Method in class java.beans.beancontext.BeanContextServicesSupport
Fires a BeanContextServiceEvent notifying of a new service.
fireServiceAdded(BeanContextServiceAvailableEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
Fires a BeanContextServiceAvailableEvent indicating that a new service has become available.
fireServiceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
Fires a BeanContextServiceEvent notifying of a service being revoked.
fireServiceRevoked(Class, boolean) - Method in class java.beans.beancontext.BeanContextServicesSupport
Fires a BeanContextServiceRevokedEvent indicating that a particular service is no longer available.
fireVetoableChange(String, Object, Object) - Method in class java.awt.KeyboardFocusManager
Fires a PropertyChangeEvent in response to a change in a vetoable property.
fireVetoableChange(String, Object, Object) - Method in class java.beans.beancontext.BeanContextChildSupport
Report a vetoable property update to any registered listeners.
fireVetoableChange(String, Object, Object) - Method in class java.beans.VetoableChangeSupport
Reports a constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
fireVetoableChange(String, int, int) - Method in class java.beans.VetoableChangeSupport
Reports an integer constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
fireVetoableChange(String, boolean, boolean) - Method in class java.beans.VetoableChangeSupport
Reports a boolean constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
fireVetoableChange(PropertyChangeEvent) - Method in class java.beans.VetoableChangeSupport
Fires a property change event to listeners that have been registered to track updates of all properties or a property with the specified name.
first(Container) - Method in class java.awt.CardLayout
Flips to the first card of the container.
first() - Method in interface java.sql.ResultSet
Moves the cursor to the first row in this ResultSet object.
first() - Method in class java.text.BreakIterator
Returns the first boundary.
first() - Method in interface java.text.CharacterIterator
Sets the position to getBeginIndex() and returns the character at that position.
first() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.first() for String.
first() - Method in class java.util.concurrent.ConcurrentSkipListSet
 
first() - Method in interface java.util.SortedSet
Returns the first (lowest) element currently in this set.
first() - Method in class java.util.TreeSet
 
FIRST_LINE_END - Static variable in class java.awt.GridBagConstraints
Place the component in the corner of its display area where the first line of text on a page would normally end for the current ComponentOrientation.
FIRST_LINE_START - Static variable in class java.awt.GridBagConstraints
Place the component in the corner of its display area where the first line of text on a page would normally begin for the current ComponentOrientation.
firstComplete() - Method in class java.util.concurrent.CountedCompleter
If this task's pending count is zero, returns this task; otherwise decrements its pending count and returns null.
firstDayOfMonth() - Static method in class java.time.temporal.TemporalAdjusters
Returns the "first day of month" adjuster, which returns a new date set to the first day of the current month.
firstDayOfNextMonth() - Static method in class java.time.temporal.TemporalAdjusters
Returns the "first day of next month" adjuster, which returns a new date set to the first day of the next month.
firstDayOfNextYear() - Static method in class java.time.temporal.TemporalAdjusters
Returns the "first day of next year" adjuster, which returns a new date set to the first day of the next year.
firstDayOfYear(boolean) - Method in enum java.time.Month
Gets the day-of-year corresponding to the first day of this month.
firstDayOfYear() - Static method in class java.time.temporal.TemporalAdjusters
Returns the "first day of year" adjuster, which returns a new date set to the first day of the current year.
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
firstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in class java.util.TreeMap
 
firstInMonth(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
Returns the first in month adjuster, which returns a new date in the same month with the first matching day-of-week.
firstKey() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
firstKey() - Method in interface java.util.SortedMap
Returns the first (lowest) key currently in this map.
firstKey() - Method in class java.util.TreeMap
 
firstMonthOfQuarter() - Method in enum java.time.Month
Gets the month corresponding to the first month of this quarter.
fixed(Instant, ZoneId) - Static method in class java.time.Clock
Obtains a clock that always returns the same instant.
fixedContentLength - Variable in class java.net.HttpURLConnection
The fixed content-length when using fixed-length streaming mode.
fixedContentLengthLong - Variable in class java.net.HttpURLConnection
The fixed content-length when using fixed-length streaming mode.
FLAG_BRIDGES - Static variable in class java.lang.invoke.LambdaMetafactory
Flag for alternate metafactories indicating the lambda object requires additional bridge methods
FLAG_COMPLEX_GLYPHS - Static variable in class java.awt.font.GlyphVector
A flag used with getLayoutFlags that indicates that this GlyphVector has a complex glyph-to-char mapping (one that does not map glyphs to chars one-to-one in strictly ascending or descending order matching the run direction).
FLAG_HAS_POSITION_ADJUSTMENTS - Static variable in class java.awt.font.GlyphVector
A flag used with getLayoutFlags that indicates that this GlyphVector has position adjustments.
FLAG_HAS_TRANSFORMS - Static variable in class java.awt.font.GlyphVector
A flag used with getLayoutFlags that indicates that this GlyphVector has per-glyph transforms.
FLAG_MARKERS - Static variable in class java.lang.invoke.LambdaMetafactory
Flag for alternate metafactories indicating the lambda object implements other marker interfaces besides Serializable
FLAG_MASK - Static variable in class java.awt.font.GlyphVector
A mask for supported flags from getLayoutFlags.
FLAG_RUN_RTL - Static variable in class java.awt.font.GlyphVector
A flag used with getLayoutFlags that indicates that this GlyphVector has a right-to-left run direction.
FLAG_SERIALIZABLE - Static variable in class java.lang.invoke.LambdaMetafactory
Flag for alternate metafactories indicating the lambda object must be serializable
flags() - Method in class java.nio.file.attribute.AclEntry
Returns a copy of the flags component.
flags() - Method in class java.util.regex.Pattern
Returns this pattern's match flags.
flatMap(Function<? super T, Optional<U>>) - Method in class java.util.Optional
If a value is present, apply the provided Optional-bearing mapping function to it, return that result, otherwise return an empty Optional.
flatMap(DoubleFunction<? extends DoubleStream>) - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(IntFunction<? extends IntStream>) - Method in interface java.util.stream.IntStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(LongFunction<? extends LongStream>) - Method in interface java.util.stream.LongStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface java.util.stream.Stream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in interface java.util.stream.Stream
Returns an DoubleStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in interface java.util.stream.Stream
Returns an IntStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in interface java.util.stream.Stream
Returns an LongStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
FlatteningPathIterator - Class in java.awt.geom
The FlatteningPathIterator class returns a flattened view of another PathIterator object.
FlatteningPathIterator(PathIterator, double) - Constructor for class java.awt.geom.FlatteningPathIterator
Constructs a new FlatteningPathIterator object that flattens a path as it iterates over it.
FlatteningPathIterator(PathIterator, double, int) - Constructor for class java.awt.geom.FlatteningPathIterator
Constructs a new FlatteningPathIterator object that flattens a path as it iterates over it.
FlavorEvent - Class in java.awt.datatransfer
FlavorEvent is used to notify interested parties that available DataFlavors have changed in the Clipboard (the event source).
FlavorEvent(Clipboard) - Constructor for class java.awt.datatransfer.FlavorEvent
Constructs a FlavorEvent object.
FlavorListener - Interface in java.awt.datatransfer
Defines an object which listens for FlavorEvents.
FlavorMap - Interface in java.awt.datatransfer
A two-way Map between "natives" (Strings), which correspond to platform- specific data formats, and "flavors" (DataFlavors), which correspond to platform-independent MIME types.
flavorsChanged(FlavorEvent) - Method in interface java.awt.datatransfer.FlavorListener
Invoked when the target Clipboard of the listener has changed its available DataFlavors.
FlavorTable - Interface in java.awt.datatransfer
A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map.
flip(BufferCapabilities.FlipContents) - Method in class java.awt.Component.FlipBufferStrategy
Flipping moves the contents of the back buffer to the front buffer, either by copying or by moving the video pointer.
flip(int, int, int, int, BufferCapabilities.FlipContents) - Method in interface java.awt.peer.ComponentPeer
Move the back buffer to the front buffer.
flip() - Method in class java.nio.Buffer
Flips this buffer.
flip(int) - Method in class java.util.BitSet
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class java.util.BitSet
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
flipBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit flipped.
FlipBufferStrategy(int, BufferCapabilities) - Constructor for class java.awt.Component.FlipBufferStrategy
Creates a new flipping buffer strategy for this component.
Float() - Constructor for class java.awt.geom.Arc2D.Float
Constructs a new OPEN arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0).
Float(int) - Constructor for class java.awt.geom.Arc2D.Float
Constructs a new arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0), and the specified closure type.
Float(float, float, float, float, float, float, int) - Constructor for class java.awt.geom.Arc2D.Float
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Float(Rectangle2D, float, float, int) - Constructor for class java.awt.geom.Arc2D.Float
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
Float() - Constructor for class java.awt.geom.CubicCurve2D.Float
Constructs and initializes a CubicCurve with coordinates (0, 0, 0, 0, 0, 0, 0, 0).
Float(float, float, float, float, float, float, float, float) - Constructor for class java.awt.geom.CubicCurve2D.Float
Constructs and initializes a CubicCurve2D from the specified float coordinates.
Float() - Constructor for class java.awt.geom.Ellipse2D.Float
Constructs a new Ellipse2D, initialized to location (0, 0) and size (0, 0).
Float(float, float, float, float) - Constructor for class java.awt.geom.Ellipse2D.Float
Constructs and initializes an Ellipse2D from the specified coordinates.
Float() - Constructor for class java.awt.geom.Line2D.Float
Constructs and initializes a Line with coordinates (0, 0) → (0, 0).
Float(float, float, float, float) - Constructor for class java.awt.geom.Line2D.Float
Constructs and initializes a Line from the specified coordinates.
Float(Point2D, Point2D) - Constructor for class java.awt.geom.Line2D.Float
Constructs and initializes a Line2D from the specified Point2D objects.
Float() - Constructor for class java.awt.geom.Path2D.Float
Constructs a new empty single precision Path2D object with a default winding rule of Path2D.WIND_NON_ZERO.
Float(int) - Constructor for class java.awt.geom.Path2D.Float
Constructs a new empty single precision Path2D object with the specified winding rule to control operations that require the interior of the path to be defined.
Float(int, int) - Constructor for class java.awt.geom.Path2D.Float
Constructs a new empty single precision Path2D object with the specified winding rule and the specified initial capacity to store path segments.
Float(Shape) - Constructor for class java.awt.geom.Path2D.Float
Constructs a new single precision Path2D object from an arbitrary Shape object.
Float(Shape, AffineTransform) - Constructor for class java.awt.geom.Path2D.Float
Constructs a new single precision Path2D object from an arbitrary Shape object, transformed by an AffineTransform object.
Float() - Constructor for class java.awt.geom.Point2D.Float
Constructs and initializes a Point2D with coordinates (0, 0).
Float(float, float) - Constructor for class java.awt.geom.Point2D.Float
Constructs and initializes a Point2D with the specified coordinates.
Float() - Constructor for class java.awt.geom.QuadCurve2D.Float
Constructs and initializes a QuadCurve2D with coordinates (0, 0, 0, 0, 0, 0).
Float(float, float, float, float, float, float) - Constructor for class java.awt.geom.QuadCurve2D.Float
Constructs and initializes a QuadCurve2D from the specified float coordinates.
Float() - Constructor for class java.awt.geom.Rectangle2D.Float
Constructs a new Rectangle2D, initialized to location (0.0, 0.0) and size (0.0, 0.0).
Float(float, float, float, float) - Constructor for class java.awt.geom.Rectangle2D.Float
Constructs and initializes a Rectangle2D from the specified float coordinates.
Float() - Constructor for class java.awt.geom.RoundRectangle2D.Float
Constructs a new RoundRectangle2D, initialized to location (0.0, 0.0), size (0.0, 0.0), and corner arcs of radius 0.0.
Float(float, float, float, float, float, float) - Constructor for class java.awt.geom.RoundRectangle2D.Float
Constructs and initializes a RoundRectangle2D from the specified float coordinates.
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the argument converted to type float.
Float(String) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.
FLOAT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type FLOAT.
FloatBuffer - Class in java.nio
A float buffer.
floatToIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout, preserving Not-a-Number (NaN) values.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float after a widening primitive conversion.
floatValue() - Method in class java.lang.Double
Returns the value of this Double as a float after a narrowing primitive conversion.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float after a widening primitive conversion.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float after a widening primitive conversion.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float, which may involve rounding.
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float after a widening primitive conversion.
floatValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to a float.
floatValue() - Method in class java.math.BigInteger
Converts this BigInteger to a float.
floatValue() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the value of this AtomicInteger as a float after a widening primitive conversion.
floatValue() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the value of this AtomicLong as a float after a widening primitive conversion.
floatValue() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Returns the current value as a float after a narrowing primitive conversion.
floatValue() - Method in class java.util.concurrent.atomic.DoubleAdder
Returns the DoubleAdder.sum() as a float after a narrowing primitive conversion.
floatValue() - Method in class java.util.concurrent.atomic.LongAccumulator
Returns the current value as a float after a widening primitive conversion.
floatValue() - Method in class java.util.concurrent.atomic.LongAdder
Returns the LongAdder.sum() as a float after a widening primitive conversion.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
floor(double) - Static method in class java.lang.StrictMath
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
floor(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
floor(E) - Method in interface java.util.NavigableSet
Returns the greatest element in this set less than or equal to the given element, or null if there is no such element.
floor(E) - Method in class java.util.TreeSet
 
floorDiv(int, int) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) int value that is less than or equal to the algebraic quotient.
floorDiv(long, long) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) long value that is less than or equal to the algebraic quotient.
floorDiv(int, int) - Static method in class java.lang.StrictMath
Returns the largest (closest to positive infinity) int value that is less than or equal to the algebraic quotient.
floorDiv(long, long) - Static method in class java.lang.StrictMath
Returns the largest (closest to positive infinity) long value that is less than or equal to the algebraic quotient.
floorEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(K) - Method in class java.util.TreeMap
 
floorKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
floorKey(K) - Method in interface java.util.NavigableMap
Returns the greatest key less than or equal to the given key, or null if there is no such key.
floorKey(K) - Method in class java.util.TreeMap
 
floorMod(int, int) - Static method in class java.lang.Math
Returns the floor modulus of the int arguments.
floorMod(long, long) - Static method in class java.lang.Math
Returns the floor modulus of the long arguments.
floorMod(int, int) - Static method in class java.lang.StrictMath
Returns the floor modulus of the int arguments.
floorMod(long, long) - Static method in class java.lang.StrictMath
Returns the floor modulus of the long arguments.
FlowLayout - Class in java.awt
A flow layout arranges components in a directional flow, much like lines of text in a paragraph.
FlowLayout() - Constructor for class java.awt.FlowLayout
Constructs a new FlowLayout with a centered alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int) - Constructor for class java.awt.FlowLayout
Constructs a new FlowLayout with the specified alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int, int, int) - Constructor for class java.awt.FlowLayout
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
flush() - Method in class java.awt.Image
Flushes all reconstructable resources being used by this Image object.
flush() - Method in class java.beans.XMLEncoder
This method writes out the preamble associated with the XML encoding if it has not been written already and then writes out all of the values that been written to the stream since the last time flush was called.
flush() - Method in class java.io.BufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class java.io.BufferedWriter
Flushes the stream.
flush() - Method in class java.io.CharArrayWriter
Flush the stream.
flush() - Method in class java.io.Console
Flushes the console and forces any buffered output to be written immediately .
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class java.io.FilterWriter
Flushes the stream.
flush() - Method in interface java.io.Flushable
Flushes this stream by writing any buffered output to the underlying stream.
flush() - Method in interface java.io.ObjectOutput
Flushes the stream.
flush() - Method in class java.io.ObjectOutputStream
Flushes the stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.OutputStreamWriter
Flushes the stream.
flush() - Method in class java.io.PipedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.PipedWriter
Flushes this output stream and forces any buffered output characters to be written out.
flush() - Method in class java.io.PrintStream
Flushes the stream.
flush() - Method in class java.io.PrintWriter
Flushes the stream.
flush() - Method in class java.io.StringWriter
Flush the stream.
flush() - Method in class java.io.Writer
Flushes the stream.
flush(CharBuffer) - Method in class java.nio.charset.CharsetDecoder
Flushes this decoder.
flush(ByteBuffer) - Method in class java.nio.charset.CharsetEncoder
Flushes this encoder.
flush() - Method in class java.util.Formatter
Flushes this formatter.
flush() - Method in class java.util.logging.Handler
Flush any buffered output.
flush() - Method in class java.util.logging.MemoryHandler
Causes a flush on the target Handler.
flush() - Method in class java.util.logging.StreamHandler
Flush any buffered messages.
flush() - Method in class java.util.prefs.AbstractPreferences
Implements the flush method as per the specification in Preferences.flush().
flush() - Method in class java.util.prefs.Preferences
Forces any changes in the contents of this preference node and its descendants to the persistent store.
flush() - Method in class java.util.zip.DeflaterOutputStream
Flushes the compressed output stream.
flush() - Method in class java.util.zip.InflaterOutputStream
Flushes this output stream, forcing any pending buffered output bytes to be written.
FLUSH_FAILURE - Static variable in class java.util.logging.ErrorManager
FLUSH_FAILURE is used when a flush to an output stream fails.
Flushable - Interface in java.io
A Flushable is a destination of data that can be flushed.
flushCaches() - Static method in class java.beans.Introspector
Flush all of the Introspector's internal caches.
flushFromCaches(Class<?>) - Static method in class java.beans.Introspector
Flush the Introspector's internal cached information for a given class.
flushSpi() - Method in class java.util.prefs.AbstractPreferences
This method is invoked with this node locked.
FOCUS_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting focus events.
FOCUS_FIRST - Static variable in class java.awt.event.FocusEvent
The first number in the range of ids used for focus events.
FOCUS_GAINED - Static variable in class java.awt.event.FocusEvent
This event indicates that the Component is now the focus owner.
FOCUS_LAST - Static variable in class java.awt.event.FocusEvent
The last number in the range of ids used for focus events.
FOCUS_LOST - Static variable in class java.awt.event.FocusEvent
This event indicates that the Component is no longer the focus owner.
FocusAdapter - Class in java.awt.event
An abstract adapter class for receiving keyboard focus events.
FocusAdapter() - Constructor for class java.awt.event.FocusAdapter
 
FocusEvent - Class in java.awt.event
A low-level event which indicates that a Component has gained or lost the input focus.
FocusEvent(Component, int, boolean, Component) - Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object with the specified temporary state and opposite Component.
FocusEvent(Component, int, boolean) - Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object and identifies whether or not the change is temporary.
FocusEvent(Component, int) - Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object and identifies it as a permanent change in focus.
focusGained(FocusEvent) - Method in class java.awt.AWTEventMulticaster
Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b.
focusGained(FocusEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
 
focusGained(FocusEvent) - Method in class java.awt.event.FocusAdapter
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in interface java.awt.event.FocusListener
Invoked when a component gains the keyboard focus.
FocusListener - Interface in java.awt.event
The listener interface for receiving keyboard focus events on a component.
focusLost(FocusEvent) - Method in class java.awt.AWTEventMulticaster
Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.
focusLost(FocusEvent) - Method in class java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
 
focusLost(FocusEvent) - Method in class java.awt.event.FocusAdapter
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in interface java.awt.event.FocusListener
Invoked when a component loses the keyboard focus.
focusNextComponent(Component) - Method in class java.awt.DefaultKeyboardFocusManager
Focuses the Component after aComponent, typically based on a FocusTraversalPolicy.
focusNextComponent(Component) - Method in class java.awt.KeyboardFocusManager
Focuses the Component after aComponent, typically based on a FocusTraversalPolicy.
focusNextComponent() - Method in class java.awt.KeyboardFocusManager
Focuses the Component after the current focus owner.
focusPreviousComponent(Component) - Method in class java.awt.DefaultKeyboardFocusManager
Focuses the Component before aComponent, typically based on a FocusTraversalPolicy.
focusPreviousComponent(Component) - Method in class java.awt.KeyboardFocusManager
Focuses the Component before aComponent, typically based on a FocusTraversalPolicy.
focusPreviousComponent() - Method in class java.awt.KeyboardFocusManager
Focuses the Component before the current focus owner.
FocusTraversalPolicy - Class in java.awt
A FocusTraversalPolicy defines the order in which Components with a particular focus cycle root are traversed.
FocusTraversalPolicy() - Constructor for class java.awt.FocusTraversalPolicy
 
foldArguments(MethodHandle, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Adapts a target method handle by pre-processing some of its arguments, and then calling the target with the result of the pre-processing, inserted into the original sequence of arguments.
FOLIO - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Folio, 8 1/2 x 13 in.
following(int) - Method in class java.text.BreakIterator
Returns the first boundary following the specified character offset.
Font - Class in java.awt
The Font class represents fonts, which are used to render text in a visible way.
Font(String, int, int) - Constructor for class java.awt.Font
Creates a new Font from the specified name, style and point size.
Font(Map<? extends AttributedCharacterIterator.Attribute, ?>) - Constructor for class java.awt.Font
Creates a new Font with the specified attributes.
Font(Font) - Constructor for class java.awt.Font
Creates a new Font from the specified font.
FONT - Static variable in class java.awt.font.TextAttribute
Attribute key used to provide the font to use to render text.
font - Variable in class java.awt.FontMetrics
The actual Font from which the font metrics are created.
FontFormatException - Exception in java.awt
Thrown by method createFont in the Font class to indicate that the specified font is bad.
FontFormatException(String) - Constructor for exception java.awt.FontFormatException
Report a FontFormatException for the reason specified.
FontMetrics - Class in java.awt
The FontMetrics class defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular screen.
FontMetrics(Font) - Constructor for class java.awt.FontMetrics
Creates a new FontMetrics object for finding out height and width information about the specified Font and specific character glyphs in that Font.
FontPeer - Interface in java.awt.peer
The peer interface for fonts.
FontRenderContext - Class in java.awt.font
The FontRenderContext class is a container for the information needed to correctly measure text.
FontRenderContext() - Constructor for class java.awt.font.FontRenderContext
Constructs a new FontRenderContext object.
FontRenderContext(AffineTransform, boolean, boolean) - Constructor for class java.awt.font.FontRenderContext
Constructs a FontRenderContext object from an optional AffineTransform and two boolean values that determine if the newly constructed object has anti-aliasing or fractional metrics.
FontRenderContext(AffineTransform, Object, Object) - Constructor for class java.awt.font.FontRenderContext
Constructs a FontRenderContext object from an optional AffineTransform and two Object values that determine if the newly constructed object has anti-aliasing or fractional metrics.
force(boolean) - Method in class java.nio.channels.AsynchronousFileChannel
Forces any updates to this channel's file to be written to the storage device that contains it.
force(boolean) - Method in class java.nio.channels.FileChannel
Forces any updates to this channel's file to be written to the storage device that contains it.
force() - Method in class java.nio.MappedByteBuffer
Forces any changes made to this buffer's content to be written to the storage device containing the mapped file.
forceTermination() - Method in class java.util.concurrent.Phaser
Forces this phaser to enter termination state.
forClass() - Method in class java.io.ObjectStreamClass
Return the class in the local VM that this version is mapped to.
forDigit(int, int) - Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
forEach(Consumer<? super T>) - Method in interface java.lang.Iterable
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
forEach(BiConsumer<? super Object, ? super Object>) - Method in class java.security.Provider
 
forEach(Consumer<? super E>) - Method in class java.util.ArrayList
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.concurrent.ConcurrentHashMap
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each (key, value).
forEach(long, BiFunction<? super K, ? super V, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each non-null transformation of each (key, value).
forEach(Consumer<? super K>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
forEach(BiConsumer<? super K, ? super V>) - Method in interface java.util.concurrent.ConcurrentMap
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
forEach(Consumer<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
forEach(Consumer<? super E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.HashMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.Hashtable
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.IdentityHashMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.LinkedHashMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in interface java.util.Map
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
forEach(DoubleConsumer) - Method in interface java.util.stream.DoubleStream
Performs an action for each element of this stream.
forEach(IntConsumer) - Method in interface java.util.stream.IntStream
Performs an action for each element of this stream.
forEach(LongConsumer) - Method in interface java.util.stream.LongStream
Performs an action for each element of this stream.
forEach(Consumer<? super T>) - Method in interface java.util.stream.Stream
Performs an action for each element of this stream.
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.TreeMap
 
forEach(Consumer<? super E>) - Method in class java.util.Vector
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.WeakHashMap
 
forEachEntry(long, Consumer<? super Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each entry.
forEachEntry(long, Function<Map.Entry<K, V>, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each non-null transformation of each entry.
forEachKey(long, Consumer<? super K>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each key.
forEachKey(long, Function<? super K, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each non-null transformation of each key.
forEachOrdered(DoubleConsumer) - Method in interface java.util.stream.DoubleStream
Performs an action for each element of this stream, guaranteeing that each element is processed in encounter order for streams that have a defined encounter order.
forEachOrdered(IntConsumer) - Method in interface java.util.stream.IntStream
Performs an action for each element of this stream, guaranteeing that each element is processed in encounter order for streams that have a defined encounter order.
forEachOrdered(LongConsumer) - Method in interface java.util.stream.LongStream
Performs an action for each element of this stream, guaranteeing that each element is processed in encounter order for streams that have a defined encounter order.
forEachOrdered(Consumer<? super T>) - Method in interface java.util.stream.Stream
Performs an action for each element of this stream, in the encounter order of the stream if the stream has a defined encounter order.
forEachRemaining(Consumer<? super E>) - Method in interface java.util.Iterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(T_CONS) - Method in interface java.util.PrimitiveIterator
Performs the given action for each remaining element, in the order elements occur when iterating, until all elements have been processed or the action throws an exception.
forEachRemaining(DoubleConsumer) - Method in interface java.util.PrimitiveIterator.OfDouble
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Double>) - Method in interface java.util.PrimitiveIterator.OfDouble
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(IntConsumer) - Method in interface java.util.PrimitiveIterator.OfInt
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Integer>) - Method in interface java.util.PrimitiveIterator.OfInt
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(LongConsumer) - Method in interface java.util.PrimitiveIterator.OfLong
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Long>) - Method in interface java.util.PrimitiveIterator.OfLong
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super T>) - Method in interface java.util.Spliterator
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
forEachRemaining(DoubleConsumer) - Method in interface java.util.Spliterator.OfDouble
 
forEachRemaining(Consumer<? super Double>) - Method in interface java.util.Spliterator.OfDouble
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
forEachRemaining(IntConsumer) - Method in interface java.util.Spliterator.OfInt
 
forEachRemaining(Consumer<? super Integer>) - Method in interface java.util.Spliterator.OfInt
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
forEachRemaining(LongConsumer) - Method in interface java.util.Spliterator.OfLong
 
forEachRemaining(Consumer<? super Long>) - Method in interface java.util.Spliterator.OfLong
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
forEachRemaining(T_CONS) - Method in interface java.util.Spliterator.OfPrimitive
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
forEachValue(long, Consumer<? super V>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each value.
forEachValue(long, Function<? super V, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each non-null transformation of each value.
FOREGROUND - Static variable in class java.awt.font.TextAttribute
Attribute key for the paint used to render the text.
fork() - Method in class java.util.concurrent.ForkJoinTask
Arranges to asynchronously execute this task in the pool the current task is running in, if applicable, or using the ForkJoinPool.commonPool() if not ForkJoinTask.inForkJoinPool().
ForkJoinPool - Class in java.util.concurrent
An ExecutorService for running ForkJoinTasks.
ForkJoinPool() - Constructor for class java.util.concurrent.ForkJoinPool
Creates a ForkJoinPool with parallelism equal to Runtime.availableProcessors(), using the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int) - Constructor for class java.util.concurrent.ForkJoinPool
Creates a ForkJoinPool with the indicated parallelism level, the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class java.util.concurrent.ForkJoinPool
Creates a ForkJoinPool with the given parameters.
ForkJoinPool.ForkJoinWorkerThreadFactory - Interface in java.util.concurrent
Factory for creating new ForkJoinWorkerThreads.
ForkJoinPool.ManagedBlocker - Interface in java.util.concurrent
Interface for extending managed parallelism for tasks running in ForkJoinPools.
ForkJoinTask<V> - Class in java.util.concurrent
Abstract base class for tasks that run within a ForkJoinPool.
ForkJoinTask() - Constructor for class java.util.concurrent.ForkJoinTask
 
ForkJoinWorkerThread - Class in java.util.concurrent
A thread managed by a ForkJoinPool, which executes ForkJoinTasks.
ForkJoinWorkerThread(ForkJoinPool) - Constructor for class java.util.concurrent.ForkJoinWorkerThread
Creates a ForkJoinWorkerThread operating in the given pool.
forLanguageTag(String) - Static method in class java.util.Locale
Returns a locale for the specified IETF BCP 47 language tag string.
format(String, Object...) - Method in class java.io.Console
Writes a formatted string to this console's output stream using the specified format string and arguments.
format(String, Object...) - Method in class java.io.PrintStream
Writes a formatted string to this output stream using the specified format string and arguments.
format(Locale, String, Object...) - Method in class java.io.PrintStream
Writes a formatted string to this output stream using the specified format string and arguments.
format(String, Object...) - Method in class java.io.PrintWriter
Writes a formatted string to this writer using the specified format string and arguments.
format(Locale, String, Object...) - Method in class java.io.PrintWriter
Writes a formatted string to this writer using the specified format string and arguments.
FORMAT - Static variable in class java.lang.Character
General category "Cf" in the Unicode specification.
format(String, Object...) - Static method in class java.lang.String
Returns a formatted string using the specified format string and arguments.
format(Locale, String, Object...) - Static method in class java.lang.String
Returns a formatted string using the specified locale, format string, and arguments.
format(long, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
Specialization of format.
format(double, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
Returns pattern with formatted double.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
Overrides Format.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
Formats a Date into a date/time string.
format(Date) - Method in class java.text.DateFormat
Formats a Date into a date/time string.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
Formats a number and appends the resulting text to the given string buffer.
format(double, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
Formats a double to produce a string.
format(long, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
Format a long to produce a string.
Format - Class in java.text
Format is an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers.
Format() - Constructor for class java.text.Format
Sole constructor.
format(Object) - Method in class java.text.Format
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.Format
Formats an object and appends the resulting text to a given string buffer.
format(Object[], StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Formats an array of objects and appends the MessageFormat's pattern, with format elements replaced by the formatted objects, to the provided StringBuffer.
format(String, Object...) - Static method in class java.text.MessageFormat
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Formats an array of objects and appends the MessageFormat's pattern, with format elements replaced by the formatted objects, to the provided StringBuffer.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Formats a number and appends the resulting text to the given string buffer.
format(double) - Method in class java.text.NumberFormat
Specialization of format.
format(long) - Method in class java.text.NumberFormat
Specialization of format.
format(double, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Specialization of format.
format(long, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Specialization of format.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.SimpleDateFormat
Formats the given Date into a date/time string and appends the result to the given StringBuffer.
format(DateTimeFormatter) - Method in interface java.time.chrono.ChronoLocalDate
Formats this date using the specified formatter.
format(DateTimeFormatter) - Method in interface java.time.chrono.ChronoLocalDateTime
Formats this date-time using the specified formatter.
format(DateTimeFormatter) - Method in interface java.time.chrono.ChronoZonedDateTime
Formats this date-time using the specified formatter.
format(TemporalAccessor) - Method in class java.time.format.DateTimeFormatter
Formats a date-time object using this formatter.
format(DateTimeFormatter) - Method in class java.time.LocalDate
Formats this date using the specified formatter.
format(DateTimeFormatter) - Method in class java.time.LocalDateTime
Formats this date-time using the specified formatter.
format(DateTimeFormatter) - Method in class java.time.LocalTime
Formats this time using the specified formatter.
format(DateTimeFormatter) - Method in class java.time.MonthDay
Formats this month-day using the specified formatter.
format(DateTimeFormatter) - Method in class java.time.OffsetDateTime
Formats this date-time using the specified formatter.
format(DateTimeFormatter) - Method in class java.time.OffsetTime
Formats this time using the specified formatter.
format(DateTimeFormatter) - Method in class java.time.Year
Formats this year using the specified formatter.
format(DateTimeFormatter) - Method in class java.time.YearMonth
Formats this year-month using the specified formatter.
format(DateTimeFormatter) - Method in class java.time.ZonedDateTime
Formats this date-time using the specified formatter.
format(String, Object...) - Method in class java.util.Formatter
Writes a formatted string to this object's destination using the specified format string and arguments.
format(Locale, String, Object...) - Method in class java.util.Formatter
Writes a formatted string to this object's destination using the specified locale, format string, and arguments.
format(LogRecord) - Method in class java.util.logging.Formatter
Format the given log record and return the formatted string.
format(LogRecord) - Method in class java.util.logging.SimpleFormatter
Format the given LogRecord.
format(LogRecord) - Method in class java.util.logging.XMLFormatter
Format the given message to XML.
Format.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from Format.formatToCharacterIterator and as field identifiers in FieldPosition.
FORMAT_CLASS - Static variable in class java.util.ResourceBundle.Control
The class-only format List containing "java.class".
FORMAT_DEFAULT - Static variable in class java.util.ResourceBundle.Control
The default format List, which contains the strings "java.class" and "java.properties", in this order.
FORMAT_FAILURE - Static variable in class java.util.logging.ErrorManager
FORMAT_FAILURE is used when formatting fails for any reason.
FORMAT_PROPERTIES - Static variable in class java.util.ResourceBundle.Control
The properties-only format List containing "java.properties".
FormatFlagsConversionMismatchException - Exception in java.util
Unchecked exception thrown when a conversion and flag are incompatible.
FormatFlagsConversionMismatchException(String, char) - Constructor for exception java.util.FormatFlagsConversionMismatchException
Constructs an instance of this class with the specified flag and conversion.
formatMessage(LogRecord) - Method in class java.util.logging.Formatter
Localize and format the message string from a log record.
FormatStyle - Enum in java.time.format
Enumeration of the style of a localized date, time or date-time formatter.
Formattable - Interface in java.util
The Formattable interface must be implemented by any class that needs to perform custom formatting using the 's' conversion specifier of Formatter.
FormattableFlags - Class in java.util
FomattableFlags are passed to the Formattable.formatTo() method and modify the output format for Formattables.
Formatter - Class in java.util
An interpreter for printf-style format strings.
Formatter() - Constructor for class java.util.Formatter
Constructs a new formatter.
Formatter(Appendable) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified destination.
Formatter(Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified locale.
Formatter(Appendable, Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified destination and locale.
Formatter(String) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file name.
Formatter(String, String) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file name and charset.
Formatter(String, String, Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file name, charset, and locale.
Formatter(File) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file.
Formatter(File, String) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file and charset.
Formatter(File, String, Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file, charset, and locale.
Formatter(PrintStream) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified print stream.
Formatter(OutputStream) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified output stream.
Formatter(OutputStream, String) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified output stream and charset.
Formatter(OutputStream, String, Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified output stream, charset, and locale.
Formatter - Class in java.util.logging
A Formatter provides support for formatting LogRecords.
Formatter() - Constructor for class java.util.logging.Formatter
Construct a new formatter.
Formatter.BigDecimalLayoutForm - Enum in java.util
Enum for BigDecimal formatting.
FormatterClosedException - Exception in java.util
Unchecked exception thrown when the formatter has been closed.
FormatterClosedException() - Constructor for exception java.util.FormatterClosedException
Constructs an instance of this class.
formatTo(TemporalAccessor, Appendable) - Method in class java.time.format.DateTimeFormatter
Formats a date-time object to an Appendable using this formatter.
formatTo(Formatter, int, int, int) - Method in interface java.util.Formattable
Formats the object using the provided formatter.
formatToCharacterIterator(Object) - Method in class java.text.DecimalFormat
Formats an Object producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.Format
Formats an Object producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.MessageFormat
Formats an array of objects and inserts them into the MessageFormat's pattern, producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.SimpleDateFormat
Formats an Object producing an AttributedCharacterIterator.
forName(String) - Static method in class java.lang.Character.UnicodeBlock
Returns the UnicodeBlock with the given name.
forName(String) - Static method in enum java.lang.Character.UnicodeScript
Returns the UnicodeScript constant with the given Unicode script name or the script name alias.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name.
forName(String, boolean, ClassLoader) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name, using the given class loader.
forName(String) - Static method in class java.nio.charset.Charset
Returns a charset object for the named charset.
FORWARD_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
The identifier for the Forward focus traversal keys.
foundType() - Method in exception java.lang.annotation.AnnotationTypeMismatchException
Returns the type of data found in the incorrectly typed element.
FRACTION - Static variable in class java.text.NumberFormat.Field
Constant identifying the fraction field.
FRACTION_FIELD - Static variable in class java.text.NumberFormat
Field constant used to construct a FieldPosition object.
fragmentHtmlFlavor - Static variable in class java.awt.datatransfer.DataFlavor
Represents a piece of an HTML markup.
Frame - Class in java.awt
A Frame is a top-level window with a title and a border.
Frame() - Constructor for class java.awt.Frame
Constructs a new instance of Frame that is initially invisible.
Frame(GraphicsConfiguration) - Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame with the specified GraphicsConfiguration.
Frame(String) - Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame object with the specified title.
Frame(String, GraphicsConfiguration) - Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame object with the specified title and a GraphicsConfiguration.
Frame.AccessibleAWTFrame - Class in java.awt
This class implements accessibility support for the Frame class.
FRAMEBITS - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that another complete frame of a multi-frame image which was previously drawn is now available to be drawn again.
FramePeer - Interface in java.awt.peer
The peer interface for Frame.
FRANCE - Static variable in class java.util.Locale
Useful constant for country.
free() - Method in interface java.sql.Array
This method frees the Array object and releases the resources that it holds.
free() - Method in interface java.sql.Blob
This method frees the Blob object and releases the resources that it holds.
free() - Method in interface java.sql.Clob
This method frees the Clob object and releases the resources the resources that it holds.
free() - Method in interface java.sql.SQLXML
This method closes this object and releases the resources that it held.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the Java Virtual Machine.
FRENCH - Static variable in class java.util.Locale
Useful constant for language.
frequency(Collection<?>, Object) - Static method in class java.util.Collections
Returns the number of elements in the specified collection equal to the specified object.
FRIDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Friday.
from(CompositeData) - Static method in class java.lang.management.LockInfo
Returns a LockInfo object represented by the given CompositeData.
from(CompositeData) - Static method in class java.lang.management.MemoryNotificationInfo
Returns a MemoryNotificationInfo object represented by the given CompositeData.
from(CompositeData) - Static method in class java.lang.management.MemoryUsage
Returns a MemoryUsage object represented by the given CompositeData.
from(CompositeData) - Static method in class java.lang.management.MonitorInfo
Returns a MonitorInfo object represented by the given CompositeData.
from(CompositeData) - Static method in class java.lang.management.ThreadInfo
Returns a ThreadInfo object represented by the given CompositeData.
from(File) - Static method in class java.lang.ProcessBuilder.Redirect
Returns a redirect to read from the specified file.
from(long, TimeUnit) - Static method in class java.nio.file.attribute.FileTime
Returns a FileTime representing a value at the given unit of granularity.
from(Instant) - Static method in class java.nio.file.attribute.FileTime
Returns a FileTime representing the same point of time value on the time-line as the provided Instant object.
from(Instant) - Static method in class java.sql.Timestamp
Obtains an instance of Timestamp from an Instant object.
from(TemporalAccessor) - Static method in interface java.time.chrono.ChronoLocalDate
Obtains an instance of ChronoLocalDate from a temporal object.
from(TemporalAccessor) - Static method in interface java.time.chrono.ChronoLocalDateTime
Obtains an instance of ChronoLocalDateTime from a temporal object.
from(TemporalAccessor) - Static method in interface java.time.chrono.Chronology
Obtains an instance of Chronology from a temporal object.
from(TemporalAccessor) - Static method in interface java.time.chrono.ChronoZonedDateTime
Obtains an instance of ChronoZonedDateTime from a temporal object.
from(TemporalAccessor) - Static method in class java.time.chrono.HijrahDate
Obtains a HijrahDate of the Islamic Umm Al-Qura calendar from a temporal object.
from(TemporalAccessor) - Static method in class java.time.chrono.JapaneseDate
Obtains a JapaneseDate from a temporal object.
from(TemporalAccessor) - Static method in class java.time.chrono.MinguoDate
Obtains a MinguoDate from a temporal object.
from(TemporalAccessor) - Static method in class java.time.chrono.ThaiBuddhistDate
Obtains a ThaiBuddhistDate from a temporal object.
from(TemporalAccessor) - Static method in enum java.time.DayOfWeek
Obtains an instance of DayOfWeek from a temporal object.
from(TemporalAmount) - Static method in class java.time.Duration
Obtains an instance of Duration from a temporal amount.
from(TemporalAccessor) - Static method in class java.time.Instant
Obtains an instance of Instant from a temporal object.
from(TemporalAccessor) - Static method in class java.time.LocalDate
Obtains an instance of LocalDate from a temporal object.
from(TemporalAccessor) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from a temporal object.
from(TemporalAccessor) - Static method in class java.time.LocalTime
Obtains an instance of LocalTime from a temporal object.
from(TemporalAccessor) - Static method in enum java.time.Month
Obtains an instance of Month from a temporal object.
from(TemporalAccessor) - Static method in class java.time.MonthDay
Obtains an instance of MonthDay from a temporal object.
from(TemporalAccessor) - Static method in class java.time.OffsetDateTime
Obtains an instance of OffsetDateTime from a temporal object.
from(TemporalAccessor) - Static method in class java.time.OffsetTime
Obtains an instance of OffsetTime from a temporal object.
from(TemporalAmount) - Static method in class java.time.Period
Obtains an instance of Period from a temporal amount.
from(TemporalAccessor) - Static method in class java.time.Year
Obtains an instance of Year from a temporal object.
from(TemporalAccessor) - Static method in class java.time.YearMonth
Obtains an instance of YearMonth from a temporal object.
from(TemporalAccessor) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime from a temporal object.
from(TemporalAccessor) - Static method in class java.time.ZoneId
Obtains an instance of ZoneId from a temporal object.
from(TemporalAccessor) - Static method in class java.time.ZoneOffset
Obtains an instance of ZoneOffset from a temporal object.
from(Instant) - Static method in class java.util.Date
Obtains an instance of Date from an Instant object.
from(ZonedDateTime) - Static method in class java.util.GregorianCalendar
Obtains an instance of GregorianCalendar with the default locale from a ZonedDateTime object.
fromCIEXYZ(float[]) - Method in class java.awt.color.ColorSpace
Transforms a color value assumed to be in the CS_CIEXYZ conversion color space into this ColorSpace.
fromCIEXYZ(float[]) - Method in class java.awt.color.ICC_ColorSpace
Transforms a color value assumed to be in the CS_CIEXYZ conversion color space into this ColorSpace.
fromMethodDescriptorString(String, ClassLoader) - Static method in class java.lang.invoke.MethodType
Finds or creates an instance of a method type, given the spelling of its bytecode descriptor.
fromMillis(long) - Static method in class java.nio.file.attribute.FileTime
Returns a FileTime representing the given value in milliseconds.
fromRGB(float[]) - Method in class java.awt.color.ColorSpace
Transforms a color value assumed to be in the default CS_sRGB color space into this ColorSpace.
fromRGB(float[]) - Method in class java.awt.color.ICC_ColorSpace
Transforms a color value assumed to be in the default CS_sRGB color space into this ColorSpace.
fromString(String) - Static method in class java.nio.file.attribute.PosixFilePermissions
Returns the set of permissions corresponding to a given String representation.
fromString(String) - Static method in class java.util.UUID
Creates a UUID from the string standard representation as described in the UUID.toString() method.
FULL - Static variable in class java.text.DateFormat
Constant for full style pattern.
FULL_DECOMPOSITION - Static variable in class java.text.Collator
Decomposition mode value.
FULL_FLUSH - Static variable in class java.util.zip.Deflater
Compression flush mode used to flush out all pending output and reset the deflater.
FULLWIDTH_DIGITS - Static variable in class java.awt.im.InputSubset
Constant for the fullwidth digits included in the Unicode halfwidth and fullwidth forms character block.
FULLWIDTH_LATIN - Static variable in class java.awt.im.InputSubset
Constant for the fullwidth ASCII variants subset of the Unicode halfwidth and fullwidth forms character block.
Function<T,R> - Interface in java.util.function
Represents a function that accepts one argument and produces a result.
FunctionalInterface - Annotation Type in java.lang
An informative annotation type used to indicate that an interface type declaration is intended to be a functional interface as defined by the Java Language Specification.
functionColumnIn - Static variable in interface java.sql.DatabaseMetaData
Indicates that the parameter or column is an IN parameter.
functionColumnInOut - Static variable in interface java.sql.DatabaseMetaData
Indicates that the parameter or column is an INOUT parameter.
functionColumnOut - Static variable in interface java.sql.DatabaseMetaData
Indicates that the parameter or column is an OUT parameter.
functionColumnResult - Static variable in interface java.sql.DatabaseMetaData
Indicates that the parameter or column is a column in a result set.
functionColumnUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that type of the parameter or column is unknown.
functionNoNulls - Static variable in interface java.sql.DatabaseMetaData
Indicates that NULL values are not allowed.
functionNoTable - Static variable in interface java.sql.DatabaseMetaData
Indicates that the function does not return a table.
functionNullable - Static variable in interface java.sql.DatabaseMetaData
Indicates that NULL values are allowed.
functionNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that whether NULL values are allowed is unknown.
functionResultUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that it is not known whether the function returns a result or a table.
functionReturn - Static variable in interface java.sql.DatabaseMetaData
Indicates that the parameter or column is a return value.
functionReturnsTable - Static variable in interface java.sql.DatabaseMetaData
Indicates that the function returns a table.
Future<V> - Interface in java.util.concurrent
A Future represents the result of an asynchronous computation.
FutureTask<V> - Class in java.util.concurrent
A cancellable asynchronous computation.
FutureTask(Callable<V>) - Constructor for class java.util.concurrent.FutureTask
Creates a FutureTask that will, upon running, execute the given Callable.
FutureTask(Runnable, V) - Constructor for class java.util.concurrent.FutureTask
Creates a FutureTask that will, upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.

G

GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE - Static variable in class java.lang.management.ManagementFactory
The domain name and the type key property in the ObjectName for a GarbageCollectorMXBean.
GarbageCollectorMXBean - Interface in java.lang.management
The management interface for the garbage collection of the Java virtual machine.
GatheringByteChannel - Interface in java.nio.channels
A channel that can write bytes from a sequence of buffers.
gc() - Method in interface java.lang.management.MemoryMXBean
Runs the garbage collector.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
gcd(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is the greatest common divisor of abs(this) and abs(val).
GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "General Punctuation" Unicode character block.
GeneralPath - Class in java.awt.geom
The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
GeneralPath() - Constructor for class java.awt.geom.GeneralPath
Constructs a new empty single precision GeneralPath object with a default winding rule of Path2D.WIND_NON_ZERO.
GeneralPath(int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPath(int, int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPath(Shape) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
GeneralSecurityException - Exception in java.security
The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified detail message and cause.
GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
generate(DoubleSupplier) - Static method in interface java.util.stream.DoubleStream
Returns an infinite sequential unordered stream where each element is generated by the provided DoubleSupplier.
generate(IntSupplier) - Static method in interface java.util.stream.IntStream
Returns an infinite sequential unordered stream where each element is generated by the provided IntSupplier.
generate(LongSupplier) - Static method in interface java.util.stream.LongStream
Returns an infinite sequential unordered stream where each element is generated by the provided LongSupplier.
generate(Supplier<T>) - Static method in interface java.util.stream.Stream
Returns an infinite sequential unordered stream where each element is generated by the provided Supplier.
generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
generateCertificates(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
generateCertPath(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(List<? extends Certificate>) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with a List of Certificates.
generateCRL(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
generateCRLs(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
generatedKeyAlwaysReturned() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a generated key will always be returned if the column name(s) or index(es) specified for the auto generated key column(s) are valid and the statement succeeds.
generateKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
Generates a key pair.
generateParameters() - Method in class java.security.AlgorithmParameterGenerator
Generates the parameters.
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSeed(int) - Method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
generic() - Method in class java.lang.invoke.MethodType
Converts all types, both reference and primitive, to Object.
GENERIC_FAILURE - Static variable in class java.util.logging.ErrorManager
GENERIC_FAILURE is used for failure that don't fit into one of the other categories.
GenericArrayType - Interface in java.lang.reflect
GenericArrayType represents an array type whose component type is either a parameterized type or a type variable.
GenericDeclaration - Interface in java.lang.reflect
A common interface for all entities that declare type variables.
genericMethodType(int, boolean) - Static method in class java.lang.invoke.MethodType
Finds or creates a method type whose components are Object with an optional trailing Object[] array.
genericMethodType(int) - Static method in class java.lang.invoke.MethodType
Finds or creates a method type whose components are all Object.
GenericSignatureFormatError - Error in java.lang.reflect
Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.
GenericSignatureFormatError() - Constructor for error java.lang.reflect.GenericSignatureFormatError
Constructs a new GenericSignatureFormatError.
GenericSignatureFormatError(String) - Constructor for error java.lang.reflect.GenericSignatureFormatError
Constructs a new GenericSignatureFormatError with the specified message.
genKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Geometric Shapes" Unicode character block.
GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Georgian" Unicode character block.
GEORGIAN_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Georgian Supplement" Unicode character block.
GERMAN - Static variable in class java.util.Locale
Useful constant for language.
GERMANY - Static variable in class java.util.Locale
Useful constant for country.
get(Object) - Method in class java.awt.RenderingHints
Returns the value to which the specified key is mapped.
get(Object) - Method in class java.beans.Encoder
Returns a tentative value for oldInstance in the environment created by this stream.
get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named boolean field from the persistent field.
get(String, byte) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named byte field from the persistent field.
get(String, char) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named char field from the persistent field.
get(String, short) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named short field from the persistent field.
get(String, int) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named int field from the persistent field.
get(String, long) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named long field from the persistent field.
get(String, float) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named float field from the persistent field.
get(String, double) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named double field from the persistent field.
get(String, Object) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named Object field from the persistent field.
get(Class<?>) - Method in class java.lang.ClassValue
Returns the value for the given class.
get() - Method in class java.lang.ref.PhantomReference
Returns this reference object's referent.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.lang.ref.SoftReference
Returns this reference object's referent.
get(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object.
get(Object) - Method in class java.lang.reflect.Field
Returns the value of the field represented by this Field, on the specified object.
get() - Method in class java.lang.ThreadLocal
Returns the value in the current thread's copy of this thread-local variable.
get(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
get(URI, Map<String, List<String>>) - Method in class java.net.CookieManager
 
get(URI) - Method in interface java.net.CookieStore
Retrieve cookies associated with given URI, or whose domain matches the given URI.
get(URI, String, Map<String, List<String>>) - Method in class java.net.ResponseCache
Retrieve the cached response based on the requesting uri, request method and request headers.
get() - Method in class java.nio.ByteBuffer
Relative get method.
get(int) - Method in class java.nio.ByteBuffer
Absolute get method.
get(byte[], int, int) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get(byte[]) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get() - Method in class java.nio.CharBuffer
Relative get method.
get(int) - Method in class java.nio.CharBuffer
Absolute get method.
get(char[], int, int) - Method in class java.nio.CharBuffer
Relative bulk get method.
get(char[]) - Method in class java.nio.CharBuffer
Relative bulk get method.
get() - Method in class java.nio.DoubleBuffer
Relative get method.
get(int) - Method in class java.nio.DoubleBuffer
Absolute get method.
get(double[], int, int) - Method in class java.nio.DoubleBuffer
Relative bulk get method.
get(double[]) - Method in class java.nio.DoubleBuffer
Relative bulk get method.
get(String, String...) - Static method in class java.nio.file.Paths
Converts a path string, or a sequence of strings that when joined form a path string, to a Path.
get(URI) - Static method in class java.nio.file.Paths
Converts the given URI to a Path object.
get() - Method in class java.nio.FloatBuffer
Relative get method.
get(int) - Method in class java.nio.FloatBuffer
Absolute get method.
get(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get(float[]) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get() - Method in class java.nio.IntBuffer
Relative get method.
get(int) - Method in class java.nio.IntBuffer
Absolute get method.
get(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk get method.
get(int[]) - Method in class java.nio.IntBuffer
Relative bulk get method.
get() - Method in class java.nio.LongBuffer
Relative get method.
get(int) - Method in class java.nio.LongBuffer
Absolute get method.
get(long[], int, int) - Method in class java.nio.LongBuffer
Relative bulk get method.
get(long[]) - Method in class java.nio.LongBuffer
Relative bulk get method.
get() - Method in class java.nio.ShortBuffer
Relative get method.
get(int) - Method in class java.nio.ShortBuffer
Absolute get method.
get(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get(short[]) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get() - Method in class java.rmi.MarshalledObject
Returns a new copy of the contained marshalledobject.
get(Object) - Method in class java.security.Provider
 
get(TemporalUnit) - Method in interface java.time.chrono.ChronoPeriod
Gets the value of the requested unit.
get(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
 
get(TemporalField) - Method in interface java.time.chrono.Era
Gets the value of the specified field from this era as an int.
get(TemporalField) - Method in enum java.time.DayOfWeek
Gets the value of the specified field from this day-of-week as an int.
get(TemporalUnit) - Method in class java.time.Duration
Gets the value of the requested unit.
get(TemporalField) - Method in class java.time.Instant
Gets the value of the specified field from this instant as an int.
get(TemporalField) - Method in class java.time.LocalDate
Gets the value of the specified field from this date as an int.
get(TemporalField) - Method in class java.time.LocalDateTime
Gets the value of the specified field from this date-time as an int.
get(TemporalField) - Method in class java.time.LocalTime
Gets the value of the specified field from this time as an int.
get(TemporalField) - Method in enum java.time.Month
Gets the value of the specified field from this month-of-year as an int.
get(TemporalField) - Method in class java.time.MonthDay
Gets the value of the specified field from this month-day as an int.
get(TemporalField) - Method in class java.time.OffsetDateTime
Gets the value of the specified field from this date-time as an int.
get(TemporalField) - Method in class java.time.OffsetTime
Gets the value of the specified field from this time as an int.
get(TemporalUnit) - Method in class java.time.Period
Gets the value of the requested unit.
get(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
Gets the value of the specified field as an int.
get(TemporalUnit) - Method in interface java.time.temporal.TemporalAmount
Returns the value of the requested unit.
get(TemporalField) - Method in class java.time.Year
Gets the value of the specified field from this year as an int.
get(TemporalField) - Method in class java.time.YearMonth
Gets the value of the specified field from this year-month as an int.
get(TemporalField) - Method in class java.time.ZonedDateTime
Gets the value of the specified field from this date-time as an int.
get(TemporalField) - Method in class java.time.ZoneOffset
Gets the value of the specified field from this offset as an int.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class java.util.BitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
get() - Method in class java.util.concurrent.atomic.AtomicBoolean
Returns the current value.
get() - Method in class java.util.concurrent.atomic.AtomicInteger
Gets the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Gets the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Gets the current value held in the field of the given object managed by this updater.
get() - Method in class java.util.concurrent.atomic.AtomicLong
Gets the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Gets the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Gets the current value held in the field of the given object managed by this updater.
get(boolean[]) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Returns the current values of both the reference and the mark.
get() - Method in class java.util.concurrent.atomic.AtomicReference
Gets the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Gets the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Gets the current value held in the field of the given object managed by this updater.
get(int[]) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Returns the current values of both the reference and the stamp.
get() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Returns the current value.
get() - Method in class java.util.concurrent.atomic.LongAccumulator
Returns the current value.
get() - Method in class java.util.concurrent.CompletableFuture
Waits if necessary for this future to complete, and then returns its result.
get(long, TimeUnit) - Method in class java.util.concurrent.CompletableFuture
Waits if necessary for at most the given time for this future to complete, and then returns its result, if available.
get(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the element at the specified position in this list.
get() - Method in class java.util.concurrent.ForkJoinTask
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in class java.util.concurrent.ForkJoinTask
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - Method in interface java.util.concurrent.Future
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in interface java.util.concurrent.Future
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - Method in class java.util.concurrent.FutureTask
 
get(long, TimeUnit) - Method in class java.util.concurrent.FutureTask
 
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.EnumMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in interface java.util.function.Supplier
Gets a result.
get(Object) - Method in class java.util.HashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.IdentityHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.jar.Attributes
Returns the value of the specified attribute name, or null if the attribute name was not found.
get(Object) - Method in class java.util.LinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in class java.util.Optional
If a value is present in this Optional, returns the value, otherwise throws NoSuchElementException.
get(String, String) - Method in class java.util.prefs.AbstractPreferences
Implements the get method as per the specification in Preferences.get(String,String).
get(String, String) - Method in class java.util.prefs.Preferences
Returns the value associated with the specified key in this preference node.
get(Object) - Method in class java.util.TreeMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
getA() - Method in class java.security.spec.EllipticCurve
Returns the first coefficient a of the elliptic curve.
getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getAccelerationPriority() - Method in class java.awt.Image
Returns the current value of the acceleration priority hint.
getAccessibleAction() - Method in class java.awt.Button.AccessibleAWTButton
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.Choice.AccessibleAWTChoice
Get the AccessibleAction associated with this object.
getAccessibleAction() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Get the AccessibleAction associated with this object.
getAccessibleActionCount() - Method in class java.awt.Button.AccessibleAWTButton
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Returns the number of Actions available in this object.
getAccessibleActionCount() - Method in class java.awt.Choice.AccessibleAWTChoice
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
getAccessibleActionCount() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Returns the number of Actions available in this object.
getAccessibleActionDescription(int) - Method in class java.awt.Button.AccessibleAWTButton
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Return a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class java.awt.Choice.AccessibleAWTChoice
Returns a description of the specified action of the object.
getAccessibleActionDescription(int) - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Return a description of the specified action of the object.
getAccessibleAt(Point) - Method in class java.awt.Component.AccessibleAWTComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class java.awt.Container.AccessibleAWTContainer
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleAt(Point) - Method in class java.awt.List.AccessibleAWTList
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the Accessible child, if one exists, contained at the local coordinate Point.
getAccessibleChild(int) - Method in class java.awt.Component.AccessibleAWTComponent
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.Container.AccessibleAWTContainer
Returns the nth Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Return the specified Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.List.AccessibleAWTList
Return the nth Accessible child of the object.
getAccessibleChild(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the nth Accessible child of the object.
getAccessibleChildrenCount() - Method in class java.awt.Component.AccessibleAWTComponent
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class java.awt.Container.AccessibleAWTContainer
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the number of accessible children of the object.
getAccessibleChildrenCount() - Method in class java.awt.List.AccessibleAWTList
Returns the number of accessible children in the object.
getAccessibleChildrenCount() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the number of accessible children in the object.
getAccessibleComponent() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the AccessibleComponent associated with this object if one exists.
getAccessibleComponent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the AccessibleComponent associated with this object if one exists.
getAccessibleContext() - Method in class java.applet.Applet
Gets the AccessibleContext associated with this Applet.
getAccessibleContext() - Method in class java.awt.Button
Gets the AccessibleContext associated with this Button.
getAccessibleContext() - Method in class java.awt.Canvas
Gets the AccessibleContext associated with this Canvas.
getAccessibleContext() - Method in class java.awt.Checkbox
Gets the AccessibleContext associated with this Checkbox.
getAccessibleContext() - Method in class java.awt.CheckboxMenuItem
Gets the AccessibleContext associated with this CheckboxMenuItem.
getAccessibleContext() - Method in class java.awt.Choice
Gets the AccessibleContext associated with this Choice.
getAccessibleContext() - Method in class java.awt.Component
Gets the AccessibleContext associated with this Component.
getAccessibleContext() - Method in class java.awt.Dialog
Gets the AccessibleContext associated with this Dialog.
getAccessibleContext() - Method in class java.awt.Frame
Gets the AccessibleContext associated with this Frame.
getAccessibleContext() - Method in class java.awt.Label
Gets the AccessibleContext associated with this Label.
getAccessibleContext() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Gets the AccessibleContext for this object.
getAccessibleContext() - Method in class java.awt.List
Gets the AccessibleContext associated with this List.
getAccessibleContext() - Method in class java.awt.Menu
Gets the AccessibleContext associated with this Menu.
getAccessibleContext() - Method in class java.awt.MenuBar
Gets the AccessibleContext associated with this MenuBar.
getAccessibleContext() - Method in class java.awt.MenuComponent
Gets the AccessibleContext associated with this MenuComponent.
getAccessibleContext() - Method in class java.awt.MenuItem
Gets the AccessibleContext associated with this MenuItem.
getAccessibleContext() - Method in class java.awt.Panel
Gets the AccessibleContext associated with this Panel.
getAccessibleContext() - Method in class java.awt.PopupMenu
Gets the AccessibleContext associated with this PopupMenu.
getAccessibleContext() - Method in class java.awt.Scrollbar
Gets the AccessibleContext associated with this Scrollbar.
getAccessibleContext() - Method in class java.awt.ScrollPane
Gets the AccessibleContext associated with this ScrollPane.
getAccessibleContext() - Method in class java.awt.TextArea
Returns the AccessibleContext associated with this TextArea.
getAccessibleContext() - Method in class java.awt.TextComponent
Gets the AccessibleContext associated with this TextComponent.
getAccessibleContext() - Method in class java.awt.TextField
Gets the AccessibleContext associated with this TextField.
getAccessibleContext() - Method in class java.awt.Window
Gets the AccessibleContext associated with this Window.
getAccessibleDescription() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the accessible description of this object.
getAccessibleDescription() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the accessible description of this object.
getAccessibleIndexInParent() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the 0-based index of this object in its accessible parent.
getAccessibleIndexInParent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the index of this object in its accessible parent.
getAccessibleName() - Method in class java.awt.Button.AccessibleAWTButton
Get the accessible name of this object.
getAccessibleName() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the accessible name of this object.
getAccessibleName() - Method in class java.awt.Label.AccessibleAWTLabel
Get the accessible name of this object.
getAccessibleName() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the accessible name of this object.
getAccessibleName() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Get the accessible name of this object.
getAccessibleParent() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the Accessible parent of this object.
getAccessibleParent() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the Accessible parent of this object.
getAccessibleRole() - Method in class java.applet.Applet.AccessibleApplet
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Button.AccessibleAWTButton
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Canvas.AccessibleAWTCanvas
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Get the role of this object.
getAccessibleRole() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Choice.AccessibleAWTChoice
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the role of this object.
getAccessibleRole() - Method in class java.awt.Dialog.AccessibleAWTDialog
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Frame.AccessibleAWTFrame
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Label.AccessibleAWTLabel
Get the role of this object.
getAccessibleRole() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the role of this object.
getAccessibleRole() - Method in class java.awt.List.AccessibleAWTList
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Menu.AccessibleAWTMenu
Get the role of this object.
getAccessibleRole() - Method in class java.awt.MenuBar.AccessibleAWTMenuBar
Get the role of this object.
getAccessibleRole() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the role of this object.
getAccessibleRole() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Panel.AccessibleAWTPanel
Get the role of this object.
getAccessibleRole() - Method in class java.awt.PopupMenu.AccessibleAWTPopupMenu
Get the role of this object.
getAccessibleRole() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
Get the role of this object.
getAccessibleRole() - Method in class java.awt.ScrollPane.AccessibleAWTScrollPane
Get the role of this object.
getAccessibleRole() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Gets the role of this object.
getAccessibleRole() - Method in class java.awt.Window.AccessibleAWTWindow
Get the role of this object.
getAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
Get the AccessibleSelection associated with this object.
getAccessibleSelection(int) - Method in class java.awt.List.AccessibleAWTList
Returns an Accessible representing the specified selected item in the object.
getAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected.
getAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns an Accessible representing the specified selected child in the object.
getAccessibleSelectionCount() - Method in class java.awt.List.AccessibleAWTList
Returns the number of items currently selected.
getAccessibleSelectionCount() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the number of Accessible children currently selected.
getAccessibleStateSet() - Method in class java.applet.Applet.AccessibleApplet
Get the state of this object.
getAccessibleStateSet() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Get the state set of this object.
getAccessibleStateSet() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the state of this object.
getAccessibleStateSet() - Method in class java.awt.Dialog.AccessibleAWTDialog
Get the state of this object.
getAccessibleStateSet() - Method in class java.awt.Frame.AccessibleAWTFrame
Get the state of this object.
getAccessibleStateSet() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the state set of this object.
getAccessibleStateSet() - Method in class java.awt.List.AccessibleAWTList
Get the state set of this object.
getAccessibleStateSet() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the state of this object.
getAccessibleStateSet() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
Get the state set of this object.
getAccessibleStateSet() - Method in class java.awt.TextArea.AccessibleAWTTextArea
Gets the state set of this object.
getAccessibleStateSet() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Gets the state set of the TextComponent.
getAccessibleStateSet() - Method in class java.awt.TextField.AccessibleAWTTextField
Gets the state set of this object.
getAccessibleStateSet() - Method in class java.awt.Window.AccessibleAWTWindow
Get the state of this object.
getAccessibleText() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Get the AccessibleText associated with this object.
getAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
Get the AccessibleValue associated with this object.
getAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Get the AccessibleValue associated with this object.
getAccessibleValue() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the AccessibleValue associated with this object.
getAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Get the AccessibleValue associated with this object.
getAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
Get the AccessibleValue associated with this object.
getAcl() - Method in interface java.nio.file.attribute.AclFileAttributeView
Reads the access control list.
getAction() - Method in class java.beans.EventHandler
Returns the name of the target's writable property that this event handler will set, or the name of the method that this event handler will invoke on the target.
getActionCommand() - Method in class java.awt.Button
Returns the command name of the action event fired by this button.
getActionCommand() - Method in class java.awt.event.ActionEvent
Returns the command string associated with this action.
getActionCommand() - Method in class java.awt.MenuItem
Gets the command name of the action event that is fired by this menu item.
getActionCommand() - Method in class java.awt.TrayIcon
Returns the command name of the action event fired by this tray icon.
getActionListeners() - Method in class java.awt.Button
Returns an array of all the action listeners registered on this button.
getActionListeners() - Method in class java.awt.List
Returns an array of all the action listeners registered on this list.
getActionListeners() - Method in class java.awt.MenuItem
Returns an array of all the action listeners registered on this menu item.
getActionListeners() - Method in class java.awt.TextField
Returns an array of all the action listeners registered on this textfield.
getActionListeners() - Method in class java.awt.TrayIcon
Returns an array of all the action listeners registered on this TrayIcon.
getActions() - Method in class java.io.FilePermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class java.net.SocketPermission
Returns the canonical string representation of the actions.
getActions() - Method in class java.net.URLPermission
Returns the normalized method list and request header list, in the form:
getActions() - Method in class java.security.AllPermission
Returns the canonical string representation of the actions.
getActions() - Method in class java.security.BasicPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
getActions() - Method in class java.security.Permission
Returns the actions as a String.
getActions() - Method in class java.security.UnresolvedPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for an UnresolvedPermission.
getActions() - Method in class java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActivationDesc(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
Returns the activation descriptor, for the object with the activation identifier, id.
getActivationGroupDesc(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
Returns the activation group descriptor, for the group with the activation group identifier, id.
getActiveCount() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the approximate number of threads that are actively executing tasks.
getActiveThreadCount() - Method in class java.util.concurrent.ForkJoinPool
Returns an estimate of the number of threads that are currently stealing or executing tasks.
getActiveWindow() - Method in class java.awt.KeyboardFocusManager
Returns the active Window, if the active Window is in the same context as the calling thread.
getActualMaximum(int) - Method in class java.util.Calendar
Returns the maximum value that the specified calendar field could have, given the time value of this Calendar.
getActualMaximum(int) - Method in class java.util.GregorianCalendar
Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualMinimum(int) - Method in class java.util.Calendar
Returns the minimum value that the specified calendar field could have, given the time value of this Calendar.
getActualMinimum(int) - Method in class java.util.GregorianCalendar
Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualTypeArguments() - Method in interface java.lang.reflect.ParameterizedType
Returns an array of Type objects representing the actual type arguments to this type.
getAdditionalBeanInfo() - Method in interface java.beans.BeanInfo
This method enables the current BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information about the current bean.
getAdditionalBeanInfo() - Method in class java.beans.SimpleBeanInfo
Claim there are no other relevant BeanInfo objects.
getAddListenerMethod() - Method in class java.beans.EventSetDescriptor
Gets the method used to add event listeners.
getAddress() - Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress() - Method in class java.net.Inet4Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.Inet6Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetSocketAddress
Gets the InetAddress.
getAddress() - Method in class java.net.InterfaceAddress
Returns an InetAddress for this address.
getAdjustable() - Method in class java.awt.event.AdjustmentEvent
Returns the Adjustable object where this event originated.
getAdjustmentListeners() - Method in class java.awt.Scrollbar
Returns an array of all the adjustment listeners registered on this scrollbar.
getAdjustmentListeners() - Method in class java.awt.ScrollPaneAdjustable
Returns an array of all the adjustment listeners registered on this ScrollPaneAdjustable.
getAdjustmentType() - Method in class java.awt.event.AdjustmentEvent
Returns the type of adjustment which caused the value changed event.
getAdler() - Method in class java.util.zip.Deflater
Returns the ADLER-32 value of the uncompressed data.
getAdler() - Method in class java.util.zip.Inflater
Returns the ADLER-32 value of the uncompressed data.
getAdvance() - Method in class java.awt.font.GlyphMetrics
Returns the advance of the glyph along the baseline (either horizontal or vertical).
getAdvance() - Method in class java.awt.font.GraphicAttribute
Returns the advance of this GraphicAttribute.
getAdvance() - Method in class java.awt.font.ImageGraphicAttribute
Returns the advance of this ImageGraphicAttribute.
getAdvance() - Method in class java.awt.font.ShapeGraphicAttribute
Returns the advance of this ShapeGraphicAttribute.
getAdvance() - Method in class java.awt.font.TextLayout
Returns the advance of this TextLayout.
getAdvanceBetween(int, int) - Method in class java.awt.font.TextMeasurer
Returns the graphical width of a line beginning at start and including characters up to limit.
getAdvanceX() - Method in class java.awt.font.GlyphMetrics
Returns the x-component of the advance of the glyph.
getAdvanceY() - Method in class java.awt.font.GlyphMetrics
Returns the y-component of the advance of the glyph.
getAffineX() - Method in class java.security.spec.ECPoint
Returns the affine x-coordinate x.
getAffineY() - Method in class java.security.spec.ECPoint
Returns the affine y-coordinate y.
getAfterIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Returns the String after a given index.
getAlgorithm() - Method in class java.security.AlgorithmParameterGenerator
Returns the standard name of the algorithm this parameter generator is associated with.
getAlgorithm() - Method in class java.security.AlgorithmParameters
Returns the name of the algorithm associated with this parameter object.
getAlgorithm() - Method in class java.security.cert.CertPathBuilder
Returns the name of the algorithm of this CertPathBuilder.
getAlgorithm() - Method in class java.security.cert.CertPathValidator
Returns the algorithm name of this CertPathValidator.
getAlgorithm() - Method in interface java.security.Key
Returns the standard algorithm name for this key.
getAlgorithm() - Method in class java.security.KeyFactory
Gets the name of the algorithm associated with this KeyFactory.
getAlgorithm() - Method in class java.security.KeyPairGenerator
Returns the standard name of the algorithm for this key pair generator.
getAlgorithm() - Method in class java.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithm() - Method in class java.security.Provider.Service
Return the name of the algorithm of this service.
getAlgorithm() - Method in class java.security.SecureRandom
Returns the name of the algorithm implemented by this SecureRandom object.
getAlgorithm() - Method in class java.security.Signature
Returns the name of the algorithm for this signature object.
getAlgorithm() - Method in class java.security.SignedObject
Retrieves the name of the signature algorithm.
getAlgorithmProperty(String, String) - Static method in class java.security.Security
Deprecated.
This method used to return the value of a proprietary property in the master file of the "SUN" Cryptographic Service Provider in order to determine how to parse algorithm-specific parameters. Use the new provider-based and algorithm-independent AlgorithmParameters and KeyFactory engine classes (introduced in the J2SE version 1.2 platform) instead.
getAlgorithms(String) - Static method in class java.security.Security
Returns a Set of Strings containing the names of all available algorithms or types for the specified Java cryptographic service (e.g., Signature, MessageDigest, Cipher, Mac, KeyStore).
getAlignment() - Method in class java.awt.FlowLayout
Gets the alignment for this layout.
getAlignment() - Method in class java.awt.font.GraphicAttribute
Returns the alignment of this GraphicAttribute.
getAlignment() - Method in class java.awt.Label
Gets the current alignment of this label.
getAlignmentX() - Method in class java.awt.Component
Returns the alignment along the x axis.
getAlignmentX() - Method in class java.awt.Container
Returns the alignment along the x axis.
getAlignmentY() - Method in class java.awt.Component
Returns the alignment along the y axis.
getAlignmentY() - Method in class java.awt.Container
Returns the alignment along the y axis.
getAlignOnBaseline() - Method in class java.awt.FlowLayout
Returns true if components are to be vertically aligned along their baseline.
getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
Returns the keys of all attributes defined on the iterator's text range.
getAllByName(String) - Static method in class java.net.InetAddress
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
getAllFonts() - Method in class java.awt.GraphicsEnvironment
Returns an array containing a one-point size instance of all fonts available in this GraphicsEnvironment.
getAllLoadedClasses() - Method in interface java.lang.instrument.Instrumentation
Returns an array of all classes currently loaded by the JVM.
getAllowUserInteraction() - Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getAllStackTraces() - Static method in class java.lang.Thread
Returns a map of stack traces for all live threads.
getAllThreadIds() - Method in interface java.lang.management.ThreadMXBean
Returns all live thread IDs.
getAlpha() - Method in class java.awt.AlphaComposite
Returns the alpha value of this AlphaComposite.
getAlpha() - Method in class java.awt.Color
Returns the alpha component in the range 0-255.
getAlpha(int) - Method in class java.awt.image.ColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(Object) - Method in class java.awt.image.ColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - Method in class java.awt.image.ComponentColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(Object) - Method in class java.awt.image.ComponentColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - Method in class java.awt.image.DirectColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(Object) - Method in class java.awt.image.DirectColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - Method in class java.awt.image.IndexColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlphaMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the alpha component.
getAlphaRaster() - Method in class java.awt.image.BufferedImage
Returns a WritableRaster representing the alpha channel for BufferedImage objects with ColorModel objects that support a separate spatial alpha channel, such as ComponentColorModel and DirectColorModel.
getAlphaRaster(WritableRaster) - Method in class java.awt.image.ColorModel
Returns a Raster representing the alpha channel of an image, extracted from the input Raster, provided that pixel values of this ColorModel represent color and alpha information as separate spatial bands (e.g.
getAlphaRaster(WritableRaster) - Method in class java.awt.image.ComponentColorModel
Returns a Raster representing the alpha channel of an image, extracted from the input Raster.
getAlphaRaster(WritableRaster) - Method in class java.awt.image.PackedColorModel
Returns a WritableRaster representing the alpha channel of an image, extracted from the input WritableRaster.
getAlphas(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of alpha transparency components into the specified array.
getAmPmStrings() - Method in class java.text.DateFormatSymbols
Gets ampm strings.
getAnchorRect() - Method in class java.awt.TexturePaint
Returns a copy of the anchor rectangle which positions and sizes the textured image.
getAndAccumulate(int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, E, BinaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAdd(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
getAndAdd(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
getAndAdd(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
getAndAdd(long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
getAndAdd(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
getAndAdd(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically decrements by one the current value.
getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrements by one the element at index i.
getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically decrements by one the current value.
getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically decrements by one the element at index i.
getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically increments by one the current value.
getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically increments by one the element at index i.
getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically increments by one the current value.
getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically increments by one the element at index i.
getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
getAndSet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Atomically sets to the given value and returns the previous value.
getAndSet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically sets to the given value and returns the old value.
getAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically sets the field of the given object managed by this updater to the given value and returns the old value.
getAndSet(long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically sets to the given value and returns the old value.
getAndSet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically sets the field of the given object managed by this updater to the given value and returns the old value.
getAndSet(V) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically sets to the given value and returns the old value.
getAndSet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically sets the field of the given object managed by this updater to the given value and returns the old value.
getAndUpdate(IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAndUpdate(LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAndUpdate(UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, UnaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAngleExtent() - Method in class java.awt.geom.Arc2D.Double
Returns the angular extent of the arc.
getAngleExtent() - Method in class java.awt.geom.Arc2D.Float
Returns the angular extent of the arc.
getAngleExtent() - Method in class java.awt.geom.Arc2D
Returns the angular extent of the arc.
getAngleStart() - Method in class java.awt.geom.Arc2D.Double
Returns the starting angle of the arc.
getAngleStart() - Method in class java.awt.geom.Arc2D.Float
Returns the starting angle of the arc.
getAngleStart() - Method in class java.awt.geom.Arc2D
Returns the starting angle of the arc.
getAnnotatedActualTypeArguments() - Method in interface java.lang.reflect.AnnotatedParameterizedType
Returns the potentially annotated actual type arguments of this parameterized type.
getAnnotatedBounds() - Method in interface java.lang.reflect.AnnotatedTypeVariable
Returns the potentially annotated bounds of this type variable.
getAnnotatedBounds() - Method in interface java.lang.reflect.TypeVariable
Returns an array of AnnotatedType objects that represent the use of types to denote the upper bounds of the type parameter represented by this TypeVariable.
getAnnotatedExceptionTypes() - Method in class java.lang.reflect.Executable
Returns an array of AnnotatedType objects that represent the use of types to specify the declared exceptions of the method/constructor represented by this Executable.
getAnnotatedGenericComponentType() - Method in interface java.lang.reflect.AnnotatedArrayType
Returns the potentially annotated generic component type of this array type.
getAnnotatedInterfaces() - Method in class java.lang.Class
Returns an array of AnnotatedType objects that represent the use of types to specify superinterfaces of the entity represented by this Class object.
getAnnotatedLowerBounds() - Method in interface java.lang.reflect.AnnotatedWildcardType
Returns the potentially annotated lower bounds of this wildcard type.
getAnnotatedParameterTypes() - Method in class java.lang.reflect.Executable
Returns an array of AnnotatedType objects that represent the use of types to specify formal parameter types of the method/constructor represented by this Executable.
getAnnotatedReceiverType() - Method in class java.lang.reflect.Constructor
Returns an AnnotatedType object that represents the use of a type to specify the receiver type of the method/constructor represented by this Executable object.
getAnnotatedReceiverType() - Method in class java.lang.reflect.Executable
Returns an AnnotatedType object that represents the use of a type to specify the receiver type of the method/constructor represented by this Executable object.
getAnnotatedReturnType() - Method in class java.lang.reflect.Constructor
Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
getAnnotatedReturnType() - Method in class java.lang.reflect.Executable
Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
getAnnotatedReturnType() - Method in class java.lang.reflect.Method
Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
getAnnotatedSuperclass() - Method in class java.lang.Class
Returns an AnnotatedType object that represents the use of a type to specify the superclass of the entity represented by this Class object.
getAnnotatedType() - Method in class java.lang.reflect.Field
Returns an AnnotatedType object that represents the use of a type to specify the declared type of the field represented by this Field.
getAnnotatedType() - Method in class java.lang.reflect.Parameter
Returns an AnnotatedType object that represents the use of a type to specify the type of the formal parameter represented by this Parameter.
getAnnotatedUpperBounds() - Method in interface java.lang.reflect.AnnotatedWildcardType
Returns the potentially annotated upper bounds of this wildcard type.
getAnnotation(Class<A>) - Method in class java.lang.Class
 
getAnnotation(Class<A>) - Method in class java.lang.Package
 
getAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
 
getAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<T>) - Method in class java.lang.reflect.Constructor
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<T>) - Method in class java.lang.reflect.Executable
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<T>) - Method in class java.lang.reflect.Field
 
getAnnotation(Class<T>) - Method in class java.lang.reflect.Method
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<T>) - Method in class java.lang.reflect.Parameter
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotations() - Method in class java.lang.Class
 
getAnnotations() - Method in class java.lang.Package
 
getAnnotations() - Method in class java.lang.reflect.AccessibleObject
 
getAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
Returns annotations that are present on this element.
getAnnotations() - Method in class java.lang.reflect.Parameter
Returns annotations that are present on this element.
getAnnotationsByType(Class<A>) - Method in class java.lang.Class
 
getAnnotationsByType(Class<A>) - Method in class java.lang.Package
 
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.AccessibleObject
 
getAnnotationsByType(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Executable
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Field
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Parameter
Returns annotations that are associated with this element.
getAnonymousLogger() - Static method in class java.util.logging.Logger
Create an anonymous Logger.
getAnonymousLogger(String) - Static method in class java.util.logging.Logger
Create an anonymous Logger.
getAntiAliasingHint() - Method in class java.awt.font.FontRenderContext
Return the text anti-aliasing rendering mode hint used in this FontRenderContext.
getApplet(String) - Method in interface java.applet.AppletContext
Finds and returns the applet in the document represented by this applet context with the given name.
getAppletContext() - Method in class java.applet.Applet
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
getAppletContext() - Method in interface java.applet.AppletStub
Returns the applet's context.
getAppletInfo() - Method in class java.applet.Applet
Returns information about this applet.
getApplets() - Method in interface java.applet.AppletContext
Finds all the applets in the document represented by this applet context.
getAppropriateGraphicsConfiguration(GraphicsConfiguration) - Method in interface java.awt.peer.CanvasPeer
Requests a GC that best suits this Canvas.
getArch() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the operating system architecture.
getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Double
Gets the height of the arc that rounds off the corners.
getArcHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
Gets the height of the arc that rounds off the corners.
getArcHeight() - Method in class java.awt.geom.RoundRectangle2D
Gets the height of the arc that rounds off the corners.
getArcType() - Method in class java.awt.geom.Arc2D
Returns the arc closure type of the arc: Arc2D.OPEN, Arc2D.CHORD, or Arc2D.PIE.
getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Double
Gets the width of the arc that rounds off the corners.
getArcWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
Gets the width of the arc that rounds off the corners.
getArcWidth() - Method in class java.awt.geom.RoundRectangle2D
Gets the width of the arc that rounds off the corners.
getAreaOfInterest() - Method in class java.awt.image.renderable.RenderContext
Gets the ares of interest currently contained in the RenderContext.
getArgumentClass() - Method in exception java.util.IllegalFormatConversionException
Returns the class of the mismatched argument.
getArguments() - Method in class java.beans.Statement
Returns the arguments for the method to invoke.
getArray() - Method in interface java.sql.Array
Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language.
getArray(Map<String, Class<?>>) - Method in interface java.sql.Array
Retrieves the contents of the SQL ARRAY value designated by this Array object.
getArray(long, int) - Method in interface java.sql.Array
Retrieves a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
Retreives a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArrivedParties() - Method in class java.util.concurrent.Phaser
Returns the number of registered parties that have arrived at the current phase of this phaser.
getAsBoolean() - Method in interface java.util.function.BooleanSupplier
Gets a result.
getAscent() - Method in class java.awt.font.GraphicAttribute
Returns the ascent of this GraphicAttribute.
getAscent() - Method in class java.awt.font.ImageGraphicAttribute
Returns the ascent of this ImageGraphicAttribute.
getAscent() - Method in class java.awt.font.LineMetrics
Returns the ascent of the text.
getAscent() - Method in class java.awt.font.ShapeGraphicAttribute
Returns the ascent of this ShapeGraphicAttribute.
getAscent() - Method in class java.awt.font.TextLayout
Returns the ascent of this TextLayout.
getAscent() - Method in class java.awt.FontMetrics
Determines the font ascent of the Font described by this FontMetrics object.
getAsciiStream() - Method in interface java.sql.Clob
Retrieves the CLOB value designated by this Clob object as an ascii stream.
getAsciiStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsDouble() - Method in interface java.util.function.DoubleSupplier
Gets a result.
getAsDouble() - Method in class java.util.OptionalDouble
If a value is present in this OptionalDouble, returns the value, otherwise throws NoSuchElementException.
getAsInt() - Method in interface java.util.function.IntSupplier
Gets a result.
getAsInt() - Method in class java.util.OptionalInt
If a value is present in this OptionalInt, returns the value, otherwise throws NoSuchElementException.
getAsLong() - Method in interface java.util.function.LongSupplier
Gets a result.
getAsLong() - Method in class java.util.OptionalLong
If a value is present in this OptionalLong, returns the value, otherwise throws NoSuchElementException.
getAsText() - Method in interface java.beans.PropertyEditor
Gets the property value as text.
getAsText() - Method in class java.beans.PropertyEditorSupport
Gets the property value as a string suitable for presentation to a human to edit.
getAsyncMode() - Method in class java.util.concurrent.ForkJoinPool
Returns true if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.
getAtIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Returns the String at a given index.
getAttribute(Path, String, LinkOption...) - Static method in class java.nio.file.Files
Reads the value of a file attribute.
getAttribute(String) - Method in class java.nio.file.FileStore
Reads the value of a file store attribute.
getAttribute(String) - Method in class java.security.Provider.Service
Return the value of the specified attribute or null if this attribute is not set for this Service.
getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the value of the named attribute for the current character.
getAttributes() - Method in class java.awt.Font
Returns a map of font attributes available in this Font.
getAttributes() - Method in class java.net.JarURLConnection
Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.
getAttributes() - Method in interface java.security.KeyStore.Entry
Retrieves the attributes associated with an entry.
getAttributes() - Method in class java.security.KeyStore.PrivateKeyEntry
Retrieves the attributes associated with an entry.
getAttributes() - Method in class java.security.KeyStore.SecretKeyEntry
Retrieves the attributes associated with an entry.
getAttributes() - Method in class java.security.KeyStore.TrustedCertificateEntry
Retrieves the attributes associated with an entry.
getAttributes(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAttributes() - Method in interface java.sql.Struct
Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
getAttributes(Map<String, Class<?>>) - Method in interface java.sql.Struct
Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
getAttributes() - Method in interface java.text.AttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class java.util.jar.JarEntry
Returns the Manifest Attributes for this entry, or null if none.
getAttributes(String) - Method in class java.util.jar.Manifest
Returns the Attributes for the specified entry name.
getAudioClip(URL) - Method in class java.applet.Applet
Returns the AudioClip object specified by the URL argument.
getAudioClip(URL, String) - Method in class java.applet.Applet
Returns the AudioClip object specified by the URL and name arguments.
getAudioClip(URL) - Method in interface java.applet.AppletContext
Creates an audio clip.
getAuthority() - Method in class java.net.URI
Returns the decoded authority component of this URI.
getAuthority() - Method in class java.net.URL
Gets the authority part of this URL.
getAuthorityKeyIdentifier() - Method in class java.security.cert.X509CertSelector
Returns the authorityKeyIdentifier criterion.
getAuthorityName() - Method in exception java.security.cert.CertificateRevokedException
Returns the name of the authority that signed the certificate's revocation status information.
getAutoCommit() - Method in interface java.sql.Connection
Retrieves the current auto-commit mode for this Connection object.
getAutoDelay() - Method in class java.awt.Robot
Returns the number of milliseconds this Robot sleeps after generating an event.
getAutoscrollInsets() - Method in interface java.awt.dnd.Autoscroll
This method returns the Insets describing the autoscrolling region or border relative to the geometry of the implementing Component.
getAvailableAcceleratedMemory() - Method in class java.awt.GraphicsDevice
This method returns the number of bytes available in accelerated memory on this device.
getAvailableAttributes() - Method in class java.awt.Font
Returns the keys of all the attributes supported by this Font.
getAvailableCalendarTypes() - Static method in class java.util.Calendar
Returns an unmodifiable Set containing all calendar types supported by Calendar in the runtime environment.
getAvailableChronologies() - Static method in interface java.time.chrono.Chronology
Returns the available chronologies.
getAvailableCurrencies() - Static method in class java.util.Currency
Gets the set of available currencies.
getAvailableDataFlavors() - Method in class java.awt.datatransfer.Clipboard
Returns an array of DataFlavors in which the current contents of this clipboard can be provided.
getAvailableFontFamilyNames() - Method in class java.awt.GraphicsEnvironment
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the default locale, as returned by Locale.getDefault().
getAvailableFontFamilyNames(Locale) - Method in class java.awt.GraphicsEnvironment
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the specified locale.
getAvailableIDs(int) - Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset in milliseconds.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableLocales() - Method in interface java.awt.im.spi.InputMethodDescriptor
Returns the locales supported by the corresponding input method.
getAvailableLocales() - Static method in class java.text.BreakIterator
Returns an array of all locales for which the get*Instance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.Collator
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.DateFormat
Returns an array of all locales for which the get*Instance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.DateFormatSymbols
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.DecimalFormatSymbols
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.text.NumberFormat
Returns an array of all locales for which the get*Instance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.time.format.DecimalStyle
Lists all the locales that are supported.
getAvailableLocales() - Static method in class java.util.Calendar
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.util.Locale
Returns an array of all installed locales.
getAvailableLocales() - Method in class java.util.spi.LocaleServiceProvider
Returns an array of all locales for which this locale service provider can provide localized objects or names.
getAvailableProcessors() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the number of processors available to the Java virtual machine.
getAvailableZoneIds() - Static method in class java.time.zone.ZoneRulesProvider
Gets the set of available zone IDs.
getAvailableZoneIds() - Static method in class java.time.ZoneId
Gets the set of available zone IDs.
getAverage() - Method in class java.util.DoubleSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAverage() - Method in class java.util.IntSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAverage() - Method in class java.util.LongSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAWTEventListeners() - Method in class java.awt.Toolkit
Returns an array of all the AWTEventListeners registered on this toolkit.
getAWTEventListeners(long) - Method in class java.awt.Toolkit
Returns an array of all the AWTEventListeners registered on this toolkit which listen to all of the event types specified in the eventMask argument.
getAWTKeyStroke(char) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified character.
getAWTKeyStroke(Character, int) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke that represents a KEY_TYPED event for the specified Character object and a set of modifiers.
getAWTKeyStroke(int, int, boolean) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a numeric key code and a set of modifiers, specifying whether the key is activated when it is pressed or released.
getAWTKeyStroke(int, int) - Static method in class java.awt.AWTKeyStroke
Returns a shared instance of an AWTKeyStroke, given a numeric key code and a set of modifiers.
getAWTKeyStroke(String) - Static method in class java.awt.AWTKeyStroke
Parses a string and returns an AWTKeyStroke.
getAWTKeyStrokeForEvent(KeyEvent) - Static method in class java.awt.AWTKeyStroke
Returns an AWTKeyStroke which represents the stroke which generated a given KeyEvent.
getB() - Method in class java.security.spec.EllipticCurve
Returns the second coefficient b of the elliptic curve.
getBackBuffer() - Method in class java.awt.Component.FlipBufferStrategy
 
getBackBuffer() - Method in interface java.awt.peer.ComponentPeer
Returns the back buffer as image.
getBackBufferCapabilities() - Method in class java.awt.BufferCapabilities
 
getBackground() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the background color of this object.
getBackground() - Method in class java.awt.Component
Gets the background color of this component.
getBackground() - Method in class java.awt.Graphics2D
Returns the background color used for clearing a region.
getBackground() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the background color of this object.
getBackground() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the background color of this object.
getBackground() - Method in class java.awt.TextComponent
Gets the background color of this text component.
getBackground() - Method in class java.awt.Window
Gets the background color of this window.
getBandOffsets() - Method in class java.awt.image.ComponentSampleModel
Returns the band offset for all bands.
getBankData() - Method in class java.awt.image.DataBufferByte
Returns the data arrays for all banks.
getBankData() - Method in class java.awt.image.DataBufferDouble
Returns the data array for all banks.
getBankData() - Method in class java.awt.image.DataBufferFloat
Returns the data array for all banks.
getBankData() - Method in class java.awt.image.DataBufferInt
Returns the data arrays for all banks.
getBankData() - Method in class java.awt.image.DataBufferShort
Returns the data arrays for all banks.
getBankData() - Method in class java.awt.image.DataBufferUShort
Returns the data arrays for all banks.
getBankIndices() - Method in class java.awt.image.ComponentSampleModel
Returns the bank indices for all bands.
getBaseBundleName() - Method in class java.util.ResourceBundle
Returns the base name of this bundle, if known, or null if unknown.
getBaseLevel() - Method in class java.text.Bidi
Return the base level (0 if left-to-right, 1 if right-to-left).
getBaseline(int, int) - Method in class java.awt.Component
Returns the baseline.
getBaseline() - Method in class java.awt.font.TextLayout
Returns the baseline for this TextLayout.
getBaselineFor(char) - Method in class java.awt.Font
Returns the baseline appropriate for displaying this character.
getBaselineIndex() - Method in class java.awt.font.LineMetrics
Returns the baseline index of the text.
getBaselineOffsets() - Method in class java.awt.font.LineMetrics
Returns the baseline offsets of the text, relative to the baseline of the text.
getBaselineOffsets() - Method in class java.awt.font.TextLayout
Returns the offsets array for the baselines used for this TextLayout.
getBaselineResizeBehavior() - Method in class java.awt.Component
Returns an enum indicating how the baseline of the component changes as the size changes.
getBaseType() - Method in interface java.sql.Array
Retrieves the JDBC type of the elements in the array designated by this Array object.
getBaseTypeName() - Method in interface java.sql.Array
Retrieves the SQL type name of the elements in the array designated by this Array object.
getBaseTypeName() - Method in interface java.sql.Ref
Retrieves the fully-qualified SQL name of the SQL structured type that this Ref object references.
getBaseUnit() - Method in enum java.time.temporal.ChronoField
 
getBaseUnit() - Method in interface java.time.temporal.TemporalField
Gets the unit that the field is measured in.
getBasicConstraints() - Method in class java.security.cert.X509Certificate
Gets the certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).
getBasicConstraints() - Method in class java.security.cert.X509CertSelector
Returns the basic constraints constraint.
getBeanClass() - Method in class java.beans.BeanDescriptor
Gets the bean's Class object.
getBeanContext() - Method in interface java.beans.beancontext.BeanContextChild
Gets the BeanContext associated with this BeanContextChild.
getBeanContext() - Method in class java.beans.beancontext.BeanContextChildSupport
Gets the nesting BeanContext for this BeanContextChildSupport.
getBeanContext() - Method in class java.beans.beancontext.BeanContextEvent
Gets the BeanContext associated with this event.
getBeanContextChildPeer() - Method in class java.beans.beancontext.BeanContextChildSupport
Gets the BeanContextChild associated with this BeanContextChildSupport.
getBeanContextPeer() - Method in class java.beans.beancontext.BeanContextSupport
Gets the instance of BeanContext that this object is providing the implementation for.
getBeanContextProxy() - Method in interface java.beans.beancontext.BeanContextProxy
Gets the BeanContextChild (or subinterface) associated with this object.
getBeanContextServicesPeer() - Method in class java.beans.beancontext.BeanContextServicesSupport
Gets the BeanContextServices associated with this BeanContextServicesSupport.
getBeanDescriptor() - Method in interface java.beans.BeanInfo
Returns the bean descriptor that provides overall information about the bean, such as its display name or its customizer.
getBeanDescriptor() - Method in class java.beans.SimpleBeanInfo
Deny knowledge about the class and customizer of the bean.
getBeanInfo(Class<?>) - Static method in class java.beans.Introspector
Introspect on a Java Bean and learn about all its properties, exposed methods, and events.
getBeanInfo(Class<?>, int) - Static method in class java.beans.Introspector
Introspect on a Java bean and learn about all its properties, exposed methods, and events, subject to some control flags.
getBeanInfo(Class<?>, Class<?>) - Static method in class java.beans.Introspector
Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
getBeanInfo(Class<?>, Class<?>, int) - Static method in class java.beans.Introspector
Introspect on a Java Bean and learn about all its properties, exposed methods and events, below a given stopClass point subject to some control flags.
getBeanInfoSearchPath() - Static method in class java.beans.Introspector
Gets the list of package names that will be used for finding BeanInfo classes.
getBeforeIndex(int, int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Returns the String before a given index.
getBeginIndex() - Method in interface java.text.CharacterIterator
Returns the start index of the text.
getBeginIndex() - Method in class java.text.FieldPosition
Retrieves the index of the first character in the requested field.
getBeginIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getBeginIndex() for String.
getBestConfiguration(GraphicsConfiguration[]) - Method in class java.awt.GraphicsConfigTemplate
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
getBestConfiguration(GraphicsConfigTemplate) - Method in class java.awt.GraphicsDevice
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate.
getBestCursorSize(int, int) - Method in class java.awt.Toolkit
Returns the supported cursor dimension which is closest to the desired sizes.
getBestRowIdentifier(String, String, String, int, boolean) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int, int) - Method in interface java.sql.CallableStatement
Deprecated.
use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int, int) - Method in interface java.sql.ResultSet
Deprecated.
Use getBigDecimal(int columnIndex) or getBigDecimal(String columnLabel)
getBigDecimal(String, int) - Method in interface java.sql.ResultSet
Deprecated.
Use getBigDecimal(int columnIndex) or getBigDecimal(String columnLabel)
getBigDecimal(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBinaryStream() - Method in interface java.sql.Blob
Retrieves the BLOB value designated by this Blob instance as a stream.
getBinaryStream(long, long) - Method in interface java.sql.Blob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinaryStream() - Method in interface java.sql.SQLXML
Retrieves the XML value designated by this SQLXML instance as a stream.
getBitDepth() - Method in class java.awt.DisplayMode
Returns the bit depth of the display, in bits per pixel.
getBitMasks() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the bit masks for all bands.
getBitOffset(int) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the offset, in bits, into the data element in which it is stored for the xth pixel of a scanline.
getBitOffsets() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the bit offsets into the data array element representing a pixel for all bands.
getBlackBoxBounds(int, int) - Method in class java.awt.font.TextLayout
Returns the black box bounds of the characters in the specified range.
getBlob(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlockedCount() - Method in class java.lang.management.ThreadInfo
Returns the total number of times that the thread associated with this ThreadInfo blocked to enter or reenter a monitor.
getBlockedTime() - Method in class java.lang.management.ThreadInfo
Returns the approximate accumulated elapsed time (in milliseconds) that the thread associated with this ThreadInfo has blocked to enter or reenter a monitor since thread contention monitoring is enabled.
getBlocker(Thread) - Static method in class java.util.concurrent.locks.LockSupport
Returns the blocker object supplied to the most recent invocation of a park method that has not yet unblocked, or null if not blocked.
getBlockIncrement() - Method in interface java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlockIncrement() - Method in class java.awt.Scrollbar
Gets the block increment of this scroll bar.
getBlockIncrement() - Method in class java.awt.ScrollPaneAdjustable
 
getBlue() - Method in class java.awt.Color
Returns the blue component in the range 0-255 in the default sRGB space.
getBlue(int) - Method in class java.awt.image.ColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - Method in class java.awt.image.ColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - Method in class java.awt.image.ComponentColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - Method in class java.awt.image.ComponentColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - Method in class java.awt.image.DirectColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(Object) - Method in class java.awt.image.DirectColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlue(int) - Method in class java.awt.image.IndexColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getBlueMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the blue color component.
getBlues(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of blue color components into the specified array.
getBody() - Method in class java.net.CacheRequest
Returns an OutputStream to which the response body can be written.
getBody() - Method in class java.net.CacheResponse
Returns the response body as an InputStream.
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBoolean(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a boolean.
getBoolean(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance boolean field.
getBoolean(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
Implements the getBoolean method as per the specification in Preferences.getBoolean(String,boolean).
getBoolean(String, boolean) - Method in class java.util.prefs.Preferences
Returns the boolean value represented by the string associated with the specified key in this preference node.
getBootClassPath() - Method in interface java.lang.management.RuntimeMXBean
Returns the boot class path that is used by the bootstrap class loader to search for class files.
getBoundingBox() - Method in class java.awt.Polygon
Deprecated.
As of JDK version 1.1, replaced by getBounds().
getBounds() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class java.awt.Component
Gets the bounds of this component in the form of a Rectangle object.
getBounds(Rectangle) - Method in class java.awt.Component
Stores the bounds of this component into "return value" rv and return rv.
getBounds() - Method in class java.awt.font.GraphicAttribute
Returns a Rectangle2D that encloses all of the bits drawn by this GraphicAttribute relative to the rendering position.
getBounds() - Method in class java.awt.font.ImageGraphicAttribute
Returns a Rectangle2D that encloses all of the bits rendered by this ImageGraphicAttribute, relative to the rendering position.
getBounds() - Method in class java.awt.font.ShapeGraphicAttribute
Returns a Rectangle2D that encloses all of the bits drawn by this ShapeGraphicAttribute relative to the rendering position.
getBounds() - Method in class java.awt.font.TextLayout
Returns the bounds of this TextLayout.
getBounds() - Method in class java.awt.geom.Area
Returns a bounding Rectangle that completely encloses this Area.
getBounds() - Method in class java.awt.geom.CubicCurve2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class java.awt.geom.Line2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class java.awt.geom.Path2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class java.awt.geom.QuadCurve2D
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class java.awt.geom.RectangularShape
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class java.awt.GraphicsConfiguration
Returns the bounds of the GraphicsConfiguration in the device coordinates.
getBounds() - Method in class java.awt.image.Raster
Returns the bounding Rectangle of this Raster.
getBounds() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the bounds of this object in the form of a Rectangle object.
getBounds() - Method in class java.awt.Polygon
Gets the bounding box of this Polygon.
getBounds() - Method in class java.awt.Rectangle
Gets the bounding Rectangle of this Rectangle.
getBounds() - Method in interface java.awt.Shape
Returns an integer Rectangle that completely encloses the Shape.
getBounds() - Method in class java.awt.SplashScreen
Returns the bounds of the splash screen window as a Rectangle.
getBounds() - Method in interface java.lang.reflect.TypeVariable
Returns an array of Type objects representing the upper bound(s) of this type variable.
getBounds2D() - Method in class java.awt.font.GlyphMetrics
Returns the bounds of the glyph.
getBounds2D() - Method in class java.awt.geom.Arc2D
Returns the high-precision framing rectangle of the arc.
getBounds2D() - Method in class java.awt.geom.Area
Returns a high precision bounding Rectangle2D that completely encloses this Area.
getBounds2D() - Method in class java.awt.geom.CubicCurve2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.CubicCurve2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Ellipse2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Ellipse2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Line2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Line2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Path2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Path2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.QuadCurve2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.QuadCurve2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Rectangle2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Rectangle2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.Rectangle2D
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D(BufferedImage) - Method in class java.awt.image.AffineTransformOp
Returns the bounding box of the transformed destination.
getBounds2D(Raster) - Method in class java.awt.image.AffineTransformOp
Returns the bounding box of the transformed destination.
getBounds2D(Raster) - Method in class java.awt.image.BandCombineOp
Returns the bounding box of the transformed destination.
getBounds2D(BufferedImage) - Method in interface java.awt.image.BufferedImageOp
Returns the bounding box of the filtered destination image.
getBounds2D(BufferedImage) - Method in class java.awt.image.ColorConvertOp
Returns the bounding box of the destination, given this source.
getBounds2D(Raster) - Method in class java.awt.image.ColorConvertOp
Returns the bounding box of the destination, given this source.
getBounds2D(BufferedImage) - Method in class java.awt.image.ConvolveOp
Returns the bounding box of the filtered destination image.
getBounds2D(Raster) - Method in class java.awt.image.ConvolveOp
Returns the bounding box of the filtered destination Raster.
getBounds2D(BufferedImage) - Method in class java.awt.image.LookupOp
Returns the bounding box of the filtered destination image.
getBounds2D(Raster) - Method in class java.awt.image.LookupOp
Returns the bounding box of the filtered destination Raster.
getBounds2D(Raster) - Method in interface java.awt.image.RasterOp
Returns the bounding box of the filtered destination Raster.
getBounds2D(ParameterBlock) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Returns the bounding box for the output of the operation, performed on a given set of sources, in rendering-independent space.
getBounds2D(BufferedImage) - Method in class java.awt.image.RescaleOp
Returns the bounding box of the rescaled destination image.
getBounds2D(Raster) - Method in class java.awt.image.RescaleOp
Returns the bounding box of the rescaled destination Raster.
getBounds2D() - Method in class java.awt.Polygon
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in class java.awt.Rectangle
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBounds2D() - Method in interface java.awt.Shape
Returns a high precision and more accurate bounding box of the Shape than the getBounds method.
getBoundsPrivate() - Method in interface java.awt.peer.FramePeer
Returns the size and location for embedded frames.
getBroadcast() - Method in class java.net.DatagramSocket
Tests if SO_BROADCAST is enabled.
getBroadcast() - Method in class java.net.InterfaceAddress
Returns an InetAddress for the broadcast address for this InterfaceAddress.
getBuffer() - Method in class java.io.StringWriter
Return the string buffer itself.
getBufferCapabilities() - Method in class java.awt.GraphicsConfiguration
Returns the buffering capabilities of this GraphicsConfiguration.
getBufferedImageOp() - Method in class java.awt.image.BufferedImageFilter
Returns the BufferedImageOp.
getBufferStrategy() - Method in class java.awt.Canvas
Returns the BufferStrategy used by this component.
getBufferStrategy() - Method in class java.awt.Window
Returns the BufferStrategy used by this component.
getBundle(String) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name, the default locale, and the caller's class loader.
getBundle(String, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
Returns a resource bundle using the specified base name, the default locale and the specified control.
getBundle(String, Locale) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name and locale, and the caller's class loader.
getBundle(String, Locale, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
Returns a resource bundle using the specified base name, target locale and control, and the caller's class loader.
getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name, locale, and class loader.
getBundle(String, Locale, ClassLoader, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
Returns a resource bundle using the specified base name, target locale, class loader and control.
getButton() - Method in class java.awt.event.MouseEvent
Returns which, if any, of the mouse buttons has changed state.
getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the value corresponding to the given interface for the address type specified in addr.
getByAddress(String, byte[], int) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the given numeric value.
getByAddress(String, byte[]) - Static method in class java.net.InetAddress
Creates an InetAddress based on the provided host name and IP address.
getByAddress(byte[]) - Static method in class java.net.InetAddress
Returns an InetAddress object given the raw IP address .
getByIndex(int) - Static method in class java.net.NetworkInterface
Get a network interface given its index.
getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound to it.
getByName(String) - Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByName(String) - Static method in class java.net.NetworkInterface
Searches for the network interface with the specified name.
getByte(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a byte.
getByte(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance byte field.
getByte(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
Implements the getByteArray method as per the specification in Preferences.getByteArray(String,byte[]).
getByteArray(String, byte[]) - Method in class java.util.prefs.Preferences
Returns the byte array value represented by the string associated with the specified key in this preference node.
getByteParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a byte.
getBytes(int, int, byte[], int) - Method in class java.lang.String
Deprecated.
This method does not properly convert characters into bytes. As of JDK 1.1, the preferred way to do this is via the String.getBytes() method, which uses the platform's default charset.
getBytes(String) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytes(Charset) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the given charset, storing the result into a new byte array.
getBytes() - Method in class java.lang.String
Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array.
getBytes(long, int) - Method in interface java.sql.Blob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getBytes(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes() - Method in interface java.sql.RowId
Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.
getBytesRead() - Method in class java.util.zip.Deflater
Returns the total number of uncompressed bytes input so far.
getBytesRead() - Method in class java.util.zip.Inflater
Returns the total number of compressed bytes input so far.
getBytesWritten() - Method in class java.util.zip.Deflater
Returns the total number of compressed bytes output so far.
getBytesWritten() - Method in class java.util.zip.Inflater
Returns the total number of uncompressed bytes output so far.
getCA() - Method in class java.security.cert.TrustAnchor
Returns the name of the most-trusted CA as an X500Principal.
getCalendar() - Method in class java.text.DateFormat
Gets the calendar associated with this date/time formatter.
getCalendarField() - Method in class java.text.DateFormat.Field
Returns the Calendar field associated with this attribute.
getCalendarType() - Method in interface java.time.chrono.Chronology
Gets the calendar type of the calendar system.
getCalendarType() - Method in class java.time.chrono.HijrahChronology
Gets the calendar type of the Islamic calendar.
getCalendarType() - Method in class java.time.chrono.IsoChronology
Gets the calendar type of the underlying calendar system - 'iso8601'.
getCalendarType() - Method in class java.time.chrono.JapaneseChronology
Gets the calendar type of the underlying calendar system - 'japanese'.
getCalendarType() - Method in class java.time.chrono.MinguoChronology
Gets the calendar type of the underlying calendar system - 'roc'.
getCalendarType() - Method in class java.time.chrono.ThaiBuddhistChronology
Gets the calendar type of the underlying calendar system - 'buddhist'.
getCalendarType() - Method in class java.util.Calendar
Returns the calendar type of this Calendar.
getCalendarType() - Method in class java.util.GregorianCalendar
Returns "gregory" as the calendar type.
getCallbackHandler() - Method in class java.security.KeyStore.CallbackHandlerProtection
Returns the CallbackHandler.
getCAName() - Method in class java.security.cert.TrustAnchor
Returns the name of the most-trusted CA in RFC 2253 String format.
getCandidateLocales(String, Locale) - Method in class java.util.ResourceBundle.Control
Returns a List of Locales as candidate locales for baseName and locale.
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalHostName() - Method in class java.net.InetAddress
Gets the fully qualified domain name for this IP address.
getCanonicalName() - Method in class java.lang.Class
Returns the canonical name of the underlying class as defined by the Java Language Specification.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCapabilities() - Method in class java.awt.Component.BltBufferStrategy
 
getCapabilities() - Method in class java.awt.Component.FlipBufferStrategy
 
getCapabilities() - Method in class java.awt.image.BufferStrategy
Returns the BufferCapabilities for this BufferStrategy.
getCapabilities(GraphicsConfiguration) - Method in class java.awt.Image
Returns an ImageCapabilities object which can be inquired as to the capabilities of this Image on the specified GraphicsConfiguration.
getCapabilities() - Method in class java.awt.image.VolatileImage
Returns an ImageCapabilities object which can be inquired as to the specific capabilities of this VolatileImage.
getCapturedArg(int) - Method in class java.lang.invoke.SerializedLambda
Get a dynamic argument to the lambda capture site.
getCapturedArgCount() - Method in class java.lang.invoke.SerializedLambda
Get the count of dynamic arguments to the lambda capture site.
getCapturingClass() - Method in class java.lang.invoke.SerializedLambda
Get the name of the class that captured this lambda.
getCAPublicKey() - Method in class java.security.cert.TrustAnchor
Returns the public key of the most-trusted CA.
getCaret() - Method in class java.awt.event.InputMethodEvent
Gets the caret.
getCaretInfo(TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns information about the caret corresponding to hit.
getCaretInfo(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns information about the caret corresponding to hit.
getCaretPosition() - Method in interface java.awt.peer.TextComponentPeer
Returns the current caret position.
getCaretPosition() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Returns the zero-based offset of the caret.
getCaretPosition() - Method in class java.awt.TextComponent
Returns the position of the text insertion caret.
getCaretShape(TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns a Shape representing the caret at the specified hit inside the specified bounds.
getCaretShape(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns a Shape representing the caret at the specified hit inside the natural bounds of this TextLayout.
getCaretShapes(int, Rectangle2D, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
Returns two paths corresponding to the strong and weak caret.
getCaretShapes(int, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns two paths corresponding to the strong and weak caret.
getCaretShapes(int) - Method in class java.awt.font.TextLayout
Returns two paths corresponding to the strong and weak caret.
getCatalog() - Method in interface java.sql.Connection
Retrieves this Connection object's current catalog name.
getCatalogName(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's table's catalog name.
getCatalogs() - Method in interface java.sql.DatabaseMetaData
Retrieves the catalog names available in this database.
getCatalogSeparator() - Method in interface java.sql.DatabaseMetaData
Retrieves the String that this database uses as the separator between a catalog and table name.
getCatalogTerm() - Method in interface java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "catalog".
getCause() - Method in exception java.awt.print.PrinterIOException
Returns the the cause of this exception (the IOException that terminated the print job).
getCause() - Method in exception java.io.UncheckedIOException
Returns the cause of this exception.
getCause() - Method in exception java.io.WriteAbortedException
Returns the exception that terminated the operation (the cause).
getCause() - Method in exception java.lang.ClassNotFoundException
Returns the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null).
getCause() - Method in error java.lang.ExceptionInInitializerError
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created).
getCause() - Method in exception java.lang.reflect.InvocationTargetException
Returns the cause of this exception (the thrown target exception, which may be null).
getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
Returns the cause of this exception (the Throwable instance wrapped in this UndeclaredThrowableException, which may be null).
getCause() - Method in class java.lang.Throwable
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - Method in exception java.nio.file.DirectoryIteratorException
Returns the cause of this exception.
getCause() - Method in exception java.rmi.activation.ActivationException
Returns the cause of this exception.
getCause() - Method in exception java.rmi.RemoteException
Returns the cause of this exception.
getCause() - Method in exception java.rmi.server.ServerCloneException
Returns the cause of this exception.
getCause() - Method in exception java.security.PrivilegedActionException
Returns the cause of this exception (the exception thrown by the privileged computation that resulted in this PrivilegedActionException).
getCenterPoint() - Method in class java.awt.GraphicsEnvironment
Returns the Point where Windows should be centered.
getCenterPoint() - Method in class java.awt.RadialGradientPaint
Returns a copy of the center point of the radial gradient.
getCenterX() - Method in class java.awt.geom.RectangularShape
Returns the X coordinate of the center of the framing rectangle of the Shape in double precision.
getCenterY() - Method in class java.awt.geom.RectangularShape
Returns the Y coordinate of the center of the framing rectangle of the Shape in double precision.
getCertificate() - Method in class java.security.cert.X509CertSelector
Returns the certificateEquals criterion.
getCertificate(String) - Method in class java.security.KeyStore
Returns the certificate associated with the given alias.
getCertificate() - Method in class java.security.KeyStore.PrivateKeyEntry
Gets the end entity Certificate from the certificate chain in this entry.
getCertificateAlias(Certificate) - Method in class java.security.KeyStore
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
getCertificateChain(String) - Method in class java.security.KeyStore
Returns the certificate chain associated with the given alias.
getCertificateChain() - Method in class java.security.KeyStore.PrivateKeyEntry
Gets the Certificate chain from this entry.
getCertificateChecking() - Method in class java.security.cert.X509CRLSelector
Returns the certificate being checked.
getCertificateIssuer() - Method in class java.security.cert.X509CRLEntry
Get the issuer of the X509Certificate described by this entry.
getCertificates() - Method in class java.net.JarURLConnection
Return the Certificate object for this connection if the URL for it points to a JAR file entry, null otherwise.
getCertificates() - Method in class java.security.cert.CertPath
Returns the list of certificates in this certification path.
getCertificates(CertSelector) - Method in class java.security.cert.CertStore
Returns a Collection of Certificates that match the specified selector.
getCertificates() - Method in class java.security.CodeSource
Returns the certificates associated with this CodeSource.
getCertificates() - Method in class java.util.jar.JarEntry
Returns the Certificate objects for this entry, or null if none.
getCertificateValid() - Method in class java.security.cert.X509CertSelector
Returns the certificateValid criterion.
getCertPath() - Method in interface java.security.cert.CertPathBuilderResult
Returns the built certification path.
getCertPath() - Method in exception java.security.cert.CertPathValidatorException
Returns the certification path that was being validated when the exception was thrown.
getCertPath() - Method in class java.security.cert.PKIXCertPathBuilderResult
Returns the built and validated certification path.
getCertPathCheckers() - Method in class java.security.cert.PKIXParameters
Returns the List of certification path checkers.
getCertPathEncodings() - Method in class java.security.cert.CertificateFactory
Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.
getCertStoreParameters() - Method in class java.security.cert.CertStore
Returns the parameters used to initialize this CertStore.
getCertStores() - Method in class java.security.cert.PKIXParameters
Returns an immutable List of CertStores that are used to find certificates and CRLs.
getChanged() - Method in class java.awt.event.HierarchyEvent
Returns the Component at the top of the hierarchy which was changed.
getChangedParent() - Method in class java.awt.event.HierarchyEvent
Returns the parent of the Component returned by getChanged().
getChangeFlags() - Method in class java.awt.event.HierarchyEvent
Returns a bitmask which indicates the type(s) of HIERARCHY_CHANGED events represented in this event object.
getChannel() - Method in class java.io.FileInputStream
Returns the unique FileChannel object associated with this file input stream.
getChannel() - Method in class java.io.FileOutputStream
Returns the unique FileChannel object associated with this file output stream.
getChannel() - Method in class java.io.RandomAccessFile
Returns the unique FileChannel object associated with this file.
getChannel() - Method in class java.net.DatagramSocket
Returns the unique DatagramChannel object associated with this datagram socket, if any.
getChannel() - Method in class java.net.ServerSocket
Returns the unique ServerSocketChannel object associated with this socket, if any.
getChannel() - Method in class java.net.Socket
Returns the unique SocketChannel object associated with this socket, if any.
getChar(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a char.
getChar(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type char or of another primitive type convertible to type char via a widening conversion.
getChar() - Method in class java.nio.ByteBuffer
Relative get method for reading a char value.
getChar(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a char value.
getCharacterAttribute(int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Returns the AttributeSet for a given character (at a given index).
getCharacterBounds(int) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Determines the bounding box of the character at the given index into the string.
getCharacterCount() - Method in class java.awt.font.TextLayout
Returns the number of characters represented by this TextLayout.
getCharacterInstance() - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for character breaks for the default locale.
getCharacterInstance(Locale) - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for character breaks for the given locale.
getCharacterInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for character breaks for the given locale.
getCharacterLevel(int) - Method in class java.awt.font.TextLayout
Returns the level of the character at index.
getCharacterStream(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream() - Method in interface java.sql.Clob
Retrieves the CLOB value designated by this Clob object as a java.io.Reader object (or as a stream of characters).
getCharacterStream(long, long) - Method in interface java.sql.Clob
Returns a Reader object that contains a partial Clob value, starting with the character specified by pos, which is length characters in length.
getCharacterStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream() - Method in interface java.sql.SQLXML
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
getCharCount() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Returns the number of characters (valid indicies)
getCharIndex() - Method in class java.awt.font.TextHitInfo
Returns the index of the character hit.
getCharParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a char.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
 
getCharsetName() - Method in exception java.nio.charset.IllegalCharsetNameException
Retrieves the illegal charset name.
getCharsetName() - Method in exception java.nio.charset.UnsupportedCharsetException
Retrieves the name of the unsupported charset.
getCheckboxGroup() - Method in class java.awt.Checkbox
Determines this check box's group.
getChecksum() - Method in class java.util.zip.CheckedInputStream
Returns the Checksum for this input stream.
getChecksum() - Method in class java.util.zip.CheckedOutputStream
Returns the Checksum for this output stream.
getChild() - Method in class java.awt.event.ContainerEvent
Returns the component that was affected by the event.
getChild(String) - Method in class java.util.prefs.AbstractPreferences
Returns the named child if it exists, or null if it does not.
getChild() - Method in class java.util.prefs.NodeChangeEvent
Returns the node that was added or removed.
getChildBeanContextChild(Object) - Static method in class java.beans.beancontext.BeanContextSupport
Gets the BeanContextChild (if any) of the specified child
getChildBeanContextMembershipListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
Gets the BeanContextMembershipListener (if any) of the specified child
getChildBeanContextServicesListener(Object) - Static method in class java.beans.beancontext.BeanContextServicesSupport
Gets the BeanContextServicesListener (if any) of the specified child.
getChildPropertyChangeListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
Gets the PropertyChangeListener (if any) of the specified child
getChildren() - Method in interface java.security.cert.PolicyNode
Returns an iterator over the children of this node.
getChildSerializable(Object) - Static method in class java.beans.beancontext.BeanContextSupport
Gets the Serializable (if any) associated with the specified Child
getChildVetoableChangeListener(Object) - Static method in class java.beans.beancontext.BeanContextSupport
Gets the VetoableChangeListener (if any) of the specified child
getChildVisibility(Object) - Static method in class java.beans.beancontext.BeanContextSupport
Gets the Component (if any) associated with the specified child.
getChronology() - Method in interface java.time.chrono.ChronoLocalDate
Gets the chronology of this date.
getChronology() - Method in interface java.time.chrono.ChronoLocalDateTime
Gets the chronology of this date-time.
getChronology() - Method in interface java.time.chrono.ChronoPeriod
Gets the chronology that defines the meaning of the supported units.
getChronology() - Method in interface java.time.chrono.ChronoZonedDateTime
Gets the chronology of this date-time.
getChronology() - Method in class java.time.chrono.HijrahDate
Gets the chronology of this date, which is the Hijrah calendar system.
getChronology() - Method in class java.time.chrono.JapaneseDate
Gets the chronology of this date, which is the Japanese calendar system.
getChronology() - Method in class java.time.chrono.MinguoDate
Gets the chronology of this date, which is the Minguo calendar system.
getChronology() - Method in class java.time.chrono.ThaiBuddhistDate
Gets the chronology of this date, which is the Thai Buddhist calendar system.
getChronology() - Method in class java.time.format.DateTimeFormatter
Gets the overriding chronology to be used during formatting.
getChronology() - Method in class java.time.LocalDate
Gets the chronology of this date, which is the ISO calendar system.
getChronology() - Method in class java.time.Period
Gets the chronology of this period, which is the ISO calendar system.
getCipherSuite() - Method in class java.net.SecureCacheResponse
Returns the cipher suite in use on the original connection that retrieved the network resource.
getClass() - Method in class java.lang.Object
Returns the runtime class of this Object.
getClassAnnotation(Class<?>) - Static method in class java.rmi.server.RMIClassLoader
Returns the annotation string (representing a location for the class definition) that RMI will use to annotate the class descriptor when marshalling objects of the given class.
getClassAnnotation(Class<?>) - Method in class java.rmi.server.RMIClassLoaderSpi
Provides the implementation for RMIClassLoader.getClassAnnotation(Class).
getClassContext() - Method in class java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClasses() - Method in class java.lang.Class
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
getClassLoader() - Method in class java.lang.Class
Returns the class loader for the class.
getClassLoader(String) - Static method in class java.rmi.server.RMIClassLoader
Returns a class loader that loads classes from the given codebase URL path.
getClassLoader(String) - Method in class java.rmi.server.RMIClassLoaderSpi
Provides the implementation for RMIClassLoader.getClassLoader(String).
getClassLoader() - Method in class java.security.ProtectionDomain
Returns the ClassLoader of this domain.
getClassLoadingLock(String) - Method in class java.lang.ClassLoader
Returns the lock object for class loading operations.
getClassLoadingMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the class loading system of the Java virtual machine.
getClassName() - Method in class java.lang.management.LockInfo
Returns the fully qualified name of the class of the lock object.
getClassName() - Method in class java.lang.StackTraceElement
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
getClassName() - Method in class java.rmi.activation.ActivationDesc
Returns the class name for the object specified by this descriptor.
getClassName() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's class name (possibly null).
getClassName() - Method in class java.security.Provider.Service
Return the name of the class implementing this service.
getClassName() - Method in exception java.util.MissingResourceException
Gets parameter passed by constructor.
getClassPath() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java class path that is used by the system class loader to search for class files.
getClickCount() - Method in class java.awt.event.MouseEvent
Returns the number of mouse clicks associated with this event.
getClientHost() - Static method in class java.rmi.server.RemoteServer
Returns a string representation of the client host for the remote method invocation being processed in the current thread.
getClientHost() - Method in interface java.rmi.server.ServerRef
Deprecated.
Returns the hostname of the current client.
getClientInfo(String) - Method in interface java.sql.Connection
Returns the value of the client info property specified by name.
getClientInfo() - Method in interface java.sql.Connection
Returns a list containing the name and current value of each client info property supported by the driver.
getClientInfoProperties() - Method in interface java.sql.DatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClip() - Method in class java.awt.Graphics
Gets the current clipping area.
getClipBounds() - Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipBounds(Rectangle) - Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipRect() - Method in class java.awt.Graphics
Deprecated.
As of JDK version 1.1, replaced by getClipBounds().
getClob(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getCodeBase() - Method in class java.applet.Applet
Gets the base URL.
getCodeBase() - Method in interface java.applet.AppletStub
Gets the base URL.
getCodePoint() - Method in exception java.util.IllegalFormatCodePointException
Returns the illegal code point as defined by Character.isValidCodePoint(int).
getCodeSigners() - Method in class java.security.CodeSource
Returns the code signers associated with this CodeSource.
getCodeSigners() - Method in class java.util.jar.JarEntry
Returns the CodeSigner objects for this entry, or null if none.
getCodeSource() - Method in class java.security.ProtectionDomain
Returns the CodeSource of this domain.
getCofactor() - Method in class java.security.spec.ECParameterSpec
Returns the cofactor.
getCollationElementIterator(String) - Method in class java.text.RuleBasedCollator
Returns a CollationElementIterator for the given String.
getCollationElementIterator(CharacterIterator) - Method in class java.text.RuleBasedCollator
Returns a CollationElementIterator for the given CharacterIterator.
getCollationKey(String) - Method in class java.text.Collator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getCollationKey(String) - Method in class java.text.RuleBasedCollator
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
getCollection() - Method in class java.security.cert.CollectionCertStoreParameters
Returns the Collection from which Certificates and CRLs are retrieved.
getCollectionCount() - Method in interface java.lang.management.GarbageCollectorMXBean
Returns the total number of collections that have occurred.
getCollectionTime() - Method in interface java.lang.management.GarbageCollectorMXBean
Returns the approximate accumulated collection elapsed time in milliseconds.
getCollectionUsage() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the memory usage after the Java virtual machine most recently expended effort in recycling unused objects in this memory pool.
getCollectionUsageThreshold() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the collection usage threshold value of this memory pool in bytes.
getCollectionUsageThresholdCount() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the number of times that the Java virtual machine has detected that the memory usage has reached or exceeded the collection usage threshold.
getColor(String) - Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, Color) - Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, int) - Static method in class java.awt.Color
Finds a color in the system properties.
getColor() - Method in class java.awt.Graphics
Gets this graphics context's current color.
getColor() - Method in class java.awt.PageAttributes
Returns whether pages using these attributes will be rendered in color or monochrome.
getColor1() - Method in class java.awt.GradientPaint
Returns the color C1 anchored by the point P1.
getColor2() - Method in class java.awt.GradientPaint
Returns the color C2 anchored by the point P2.
getColorComponents(float[]) - Method in class java.awt.Color
Returns a float array containing only the color components of the Color, in the ColorSpace of the Color.
getColorComponents(ColorSpace, float[]) - Method in class java.awt.Color
Returns a float array containing only the color components of the Color in the ColorSpace specified by the cspace parameter.
getColorModel() - Method in class java.awt.Component
Gets the instance of ColorModel used to display the component on the output device.
getColorModel() - Method in class java.awt.GraphicsConfiguration
Returns the ColorModel associated with this GraphicsConfiguration.
getColorModel(int) - Method in class java.awt.GraphicsConfiguration
Returns the ColorModel associated with this GraphicsConfiguration that supports the specified transparency.
getColorModel() - Method in class java.awt.image.BufferedImage
Returns the ColorModel.
getColorModel() - Method in class java.awt.image.PixelGrabber
Get the ColorModel for the pixels stored in the array.
getColorModel() - Method in interface java.awt.image.RenderedImage
Returns the ColorModel associated with this image.
getColorModel() - Method in interface java.awt.PaintContext
Returns the ColorModel of the output.
getColorModel() - Method in interface java.awt.peer.ComponentPeer
Returns the color model used by the component.
getColorModel() - Method in class java.awt.Toolkit
Determines the color model of this toolkit's screen.
getColors() - Method in class java.awt.MultipleGradientPaint
Returns a copy of the array of colors used by this gradient.
getColorSpace() - Method in class java.awt.Color
Returns the ColorSpace of this Color.
getColorSpace() - Method in class java.awt.image.ColorModel
Returns the ColorSpace associated with this ColorModel.
getColorSpace() - Method in class java.awt.MultipleGradientPaint
Returns the enumerated type which specifies color space for interpolation.
getColorSpaceType() - Method in class java.awt.color.ICC_Profile
Returns the color space type.
getColumnClassName(int) - Method in interface java.sql.ResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnCount() - Method in interface java.sql.ResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnDisplaySize(int) - Method in interface java.sql.ResultSetMetaData
Indicates the designated column's normal maximum width in characters.
getColumnLabel(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in interface java.sql.ResultSetMetaData
Get the designated column's name.
getColumnPrivileges(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the access rights for a table's columns.
getColumns() - Method in class java.awt.GridLayout
Gets the number of columns in this layout.
getColumns() - Method in class java.awt.TextArea
Returns the number of columns in this text area.
getColumns() - Method in class java.awt.TextField
Gets the number of columns in this text field.
getColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
getColumnType(int) - Method in interface java.sql.ResultSetMetaData
Retrieves the designated column's SQL type.
getColumnTypeName(int) - Method in interface java.sql.ResultSetMetaData
Retrieves the designated column's database-specific type name.
getCommandEnvironment() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's command-environment control object.
getCommandOptions() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Fetch the configured java command options.
getCommandPath() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Fetch the configured path-qualified java command name.
getComment() - Method in class java.net.HttpCookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in class java.util.zip.ZipEntry
Returns the comment string for the entry.
getComment() - Method in class java.util.zip.ZipFile
Returns the zip file comment, or null if none.
getCommentURL() - Method in class java.net.HttpCookie
Returns the comment URL describing the purpose of this cookie, or null if the cookie has no comment URL.
getCommitted() - Method in class java.lang.management.MemoryUsage
Returns the amount of memory in bytes that is committed for the Java virtual machine to use.
getCommittedCharacterCount() - Method in class java.awt.event.InputMethodEvent
Gets the number of committed characters in the text.
getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets an iterator providing access to the entire text and attributes contained in the text editing component except for uncommitted text.
getCommittedTextLength() - Method in interface java.awt.im.InputMethodRequests
Gets the length of the entire text contained in the text editing component except for uncommitted (composed) text.
getCommonPoolParallelism() - Static method in class java.util.concurrent.ForkJoinPool
Returns the targeted parallelism level of the common pool.
getComparator() - Method in interface java.util.Spliterator
If this Spliterator's source is Spliterator.SORTED by a Comparator, returns that Comparator.
getCompilationMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the compilation system of the Java virtual machine.
getCompletedTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have completed execution.
getCompleter() - Method in class java.util.concurrent.CountedCompleter
Returns the completer established in this task's constructor, or null if none.
getComponent(int) - Method in class java.awt.Container
Gets the nth component in this container.
getComponent() - Method in class java.awt.dnd.DragGestureEvent
Returns the Component associated with this DragGestureEvent.
getComponent() - Method in class java.awt.dnd.DragGestureRecognizer
This method returns the Component that is to be "observed" by the DragGestureRecognizer for drag initiating gestures.
getComponent() - Method in class java.awt.dnd.DragSourceContext
Returns the Component associated with this DragSourceContext.
getComponent() - Method in class java.awt.dnd.DropTarget
Gets the Component associated with this DropTarget.
getComponent() - Method in class java.awt.dnd.DropTargetContext
This method returns the Component associated with this DropTargetContext.
getComponent() - Method in class java.awt.event.ComponentEvent
Returns the originator of the event.
getComponent() - Method in class java.awt.event.HierarchyEvent
Returns the originator of the event.
getComponent() - Method in interface java.beans.beancontext.BeanContextChildComponentProxy
Gets the java.awt.Component associated with this BeanContextChild.
getComponentAfter(Container, Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the Component that should receive the focus after aComponent.
getComponentAfter(Container, Component) - Method in class java.awt.FocusTraversalPolicy
Returns the Component that should receive the focus after aComponent.
getComponentAt(int, int) - Method in class java.awt.Component
Determines if this component or one of its immediate subcomponents contains the (xy) location, and if so, returns the containing component.
getComponentAt(Point) - Method in class java.awt.Component
Returns the component or subcomponent that contains the specified point.
getComponentAt(int, int) - Method in class java.awt.Container
Locates the component that contains the x,y position.
getComponentAt(Point) - Method in class java.awt.Container
Gets the component that contains the specified point.
getComponentBefore(Container, Component) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the Component that should receive the focus before aComponent.
getComponentBefore(Container, Component) - Method in class java.awt.FocusTraversalPolicy
Returns the Component that should receive the focus before aComponent.
getComponentCount() - Method in class java.awt.Container
Gets the number of components in this panel.
getComponentListeners() - Method in class java.awt.Component
Returns an array of all the component listeners registered on this component.
getComponentOrientation() - Method in class java.awt.Component
Retrieves the language-sensitive orientation that is to be used to order the elements or text within this component.
getComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace of the Color.
getComponents(ColorSpace, float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace specified by the cspace parameter.
getComponents() - Method in class java.awt.Container
Gets all the components in this container.
getComponents(int, int[], int) - Method in class java.awt.image.ColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - Method in class java.awt.image.ColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(int, int[], int) - Method in class java.awt.image.ComponentColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - Method in class java.awt.image.ComponentColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(int, int[], int) - Method in class java.awt.image.DirectColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(Object, int[], int) - Method in class java.awt.image.DirectColorModel
Returns an array of unnormalized color/alpha components given a pixel in this ColorModel.
getComponents(int, int[], int) - Method in class java.awt.image.IndexColorModel
Returns an array of unnormalized color/alpha components for a specified pixel in this ColorModel.
getComponents(Object, int[], int) - Method in class java.awt.image.IndexColorModel
Returns an array of unnormalized color/alpha components for a specified pixel in this ColorModel.
getComponentSize(int) - Method in class java.awt.image.ColorModel
Returns the number of bits for the specified color/alpha component.
getComponentSize() - Method in class java.awt.image.ColorModel
Returns an array of the number of bits per color/alpha component.
getComponentSize() - Method in class java.awt.image.IndexColorModel
Returns an array of the number of bits for each color/alpha component.
getComponentType() - Method in class java.lang.Class
Returns the Class representing the component type of an array.
getComponentZOrder(Component) - Method in class java.awt.Container
Returns the z-order index of the component inside the container.
getComposite() - Method in class java.awt.Graphics2D
Returns the current Composite in the Graphics2D context.
getCompressedSize() - Method in class java.util.zip.ZipEntry
Returns the size of the compressed entry data.
getConcurrency() - Method in interface java.sql.ResultSet
Retrieves the concurrency mode of this ResultSet object.
getConfiguration() - Method in class java.security.DomainLoadStoreParameter
Gets the identifier for the domain configuration data.
getConfigurations() - Method in class java.awt.GraphicsDevice
Returns all of the GraphicsConfiguration objects associated with this GraphicsDevice.
getConnection() - Method in interface java.sql.DatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection(String, Properties) - Static method in class java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String, String, String) - Static method in class java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String) - Static method in class java.sql.DriverManager
Attempts to establish a connection to the given database URL.
getConnection() - Method in interface java.sql.Statement
Retrieves the Connection object that produced this Statement object.
getConnectTimeout() - Method in class java.net.URLConnection
Returns setting for connect timeout.
getConstraints(Component) - Method in class java.awt.BorderLayout
Gets the constraints for the specified component
getConstraints(Component) - Method in class java.awt.GridBagLayout
Gets the constraints for the specified component.
getConstructor(Class<?>...) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructors() - Method in class java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getContainer() - Method in class java.awt.event.ContainerEvent
Returns the originator of the event.
getContainer() - Method in interface java.beans.beancontext.BeanContextContainerProxy
Gets the java.awt.Container associated with this BeanContext.
getContainerListeners() - Method in class java.awt.Container
Returns an array of all the container listeners registered on this container.
getContent(URLConnection) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContent(URLConnection, Class[]) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
getContent() - Method in class java.net.URL
Gets the contents of this URL.
getContent(Class[]) - Method in class java.net.URL
Gets the contents of this URL.
getContent() - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(Class[]) - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContentEncoding() - Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentLength() - Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContentLengthLong() - Method in class java.net.URLConnection
Returns the value of the content-length header field as a long.
getContents(Object) - Method in class java.awt.datatransfer.Clipboard
Returns a transferable object representing the current contents of the clipboard.
getContents() - Method in class java.util.ListResourceBundle
Returns an array in which each item is a pair of objects in an Object array.
getContentType() - Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentTypeFor(String) - Method in interface java.net.FileNameMap
Gets the MIME type for the specified file name.
getContext() - Static method in class java.security.AccessController
This method takes a "snapshot" of the current calling context, which includes the current Thread's inherited AccessControlContext and any limited privilege scope, and places it in an AccessControlContext object.
getContextClassLoader() - Method in class java.lang.Thread
Returns the context ClassLoader for this Thread.
getContextualShaper(int) - Static method in class java.awt.font.NumericShaper
Returns a contextual shaper for the provided unicode range(s).
getContextualShaper(Set<NumericShaper.Range>) - Static method in class java.awt.font.NumericShaper
Returns a contextual shaper for the provided Unicode range(s).
getContextualShaper(int, int) - Static method in class java.awt.font.NumericShaper
Returns a contextual shaper for the provided unicode range(s).
getContextualShaper(Set<NumericShaper.Range>, NumericShaper.Range) - Static method in class java.awt.font.NumericShaper
Returns a contextual shaper for the provided Unicode range(s).
getContinueExistingPeriodicTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
getControl(List<String>) - Static method in class java.util.ResourceBundle.Control
Returns a ResourceBundle.Control in which the getFormats method returns the specified formats.
getControl(String) - Method in interface java.util.spi.ResourceBundleControlProvider
Returns a ResourceBundle.Control instance that is used to handle resource bundle loading for the given baseName.
getControlObject() - Method in interface java.awt.im.spi.InputMethod
Returns a control object from this input method, or null.
getConversion() - Method in exception java.util.FormatFlagsConversionMismatchException
Returns the incompatible conversion.
getConversion() - Method in exception java.util.IllegalFormatConversionException
Returns the inapplicable conversion.
getConversion() - Method in exception java.util.UnknownFormatConversionException
Returns the unknown conversion.
getCookies() - Method in interface java.net.CookieStore
Get all not-expired cookies in cookie store.
getCookieStore() - Method in class java.net.CookieManager
To retrieve current cookie store.
getCopies() - Method in class java.awt.JobAttributes
Returns the number of copies the application should render for jobs using these attributes.
getCopies() - Method in class java.awt.print.PrinterJob
Gets the number of copies to be printed.
getCorePoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the core number of threads.
getCount() - Method in interface java.lang.management.BufferPoolMXBean
Returns an estimate of the number of buffers in the pool.
getCount() - Method in class java.lang.management.MemoryNotificationInfo
Returns the number of times that the memory usage has crossed a threshold when the notification was constructed.
getCount() - Method in class java.util.concurrent.CountDownLatch
Returns the current count.
getCount() - Method in class java.util.DoubleSummaryStatistics
Return the count of values recorded.
getCount() - Method in class java.util.IntSummaryStatistics
Returns the count of values recorded.
getCount() - Method in class java.util.LongSummaryStatistics
Returns the count of values recorded.
getCountry() - Method in class java.util.Locale
Returns the country/region code for this locale, which should either be the empty string, an uppercase ISO 3166 2-letter code, or a UN M.49 3-digit code.
getCrc() - Method in class java.util.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data.
getCreationDate(String) - Method in class java.security.KeyStore
Returns the creation date of the entry identified by the given alias.
getCreationTime() - Method in class java.util.zip.ZipEntry
Returns the creation time of the entry.
getCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface.
getCRLs(CRLSelector) - Method in class java.security.cert.CertStore
Returns a Collection of CRLs that match the specified selector.
getCrossReference(String, String, String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key or the columns representing a unique constraint of the parent table (could be the same or a different table).
getCrtCoefficient() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the crtCoefficient.
getCrtCoefficient() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the crtCoefficient.
getCrtCoefficient() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the crtCoefficient.
getCrtCoefficient() - Method in class java.security.spec.RSAOtherPrimeInfo
Returns the prime's crtCoefficient.
getCrtCoefficient() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the crtCoefficient.
getCtrlP1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the first control point.
getCtrlP1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the first control point.
getCtrlP1() - Method in class java.awt.geom.CubicCurve2D
Returns the first control point.
getCtrlP2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the second control point.
getCtrlP2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the second control point.
getCtrlP2() - Method in class java.awt.geom.CubicCurve2D
Returns the second control point.
getCtrlPt() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the control point.
getCtrlPt() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the control point.
getCtrlPt() - Method in class java.awt.geom.QuadCurve2D
Returns the control point.
getCtrlX() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the X coordinate of the control point in double precision.
getCtrlX() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the X coordinate of the control point in double precision.
getCtrlX() - Method in class java.awt.geom.QuadCurve2D
Returns the X coordinate of the control point in double precision.
getCtrlX1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the first control point in double precision.
getCtrlX1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the first control point in double precision.
getCtrlX1() - Method in class java.awt.geom.CubicCurve2D
Returns the X coordinate of the first control point in double precision.
getCtrlX2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the second control point in double precision.
getCtrlX2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the second control point in double precision.
getCtrlX2() - Method in class java.awt.geom.CubicCurve2D
Returns the X coordinate of the second control point in double precision.
getCtrlY() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the Y coordinate of the control point in double precision.
getCtrlY() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the Y coordinate of the control point in double precision.
getCtrlY() - Method in class java.awt.geom.QuadCurve2D
Returns the Y coordinate of the control point in double precision.
getCtrlY1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the first control point in double precision.
getCtrlY1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the first control point in double precision.
getCtrlY1() - Method in class java.awt.geom.CubicCurve2D
Returns the Y coordinate of the first control point in double precision.
getCtrlY2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the second control point in double precision.
getCtrlY2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the second control point in double precision.
getCtrlY2() - Method in class java.awt.geom.CubicCurve2D
Returns the Y coordinate of the second control point in double precision.
getCurrency() - Method in class java.text.DecimalFormat
Gets the currency used by this decimal format when formatting currency values.
getCurrency() - Method in class java.text.DecimalFormatSymbols
Gets the currency of these DecimalFormatSymbols.
getCurrency() - Method in class java.text.NumberFormat
Gets the currency used by this number format when formatting currency values.
getCurrencyCode() - Method in class java.util.Currency
Gets the ISO 4217 currency code of this currency.
getCurrencyInstance() - Static method in class java.text.NumberFormat
Returns a currency format for the current default FORMAT locale.
getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
Returns a currency format for the specified locale.
getCurrencyInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
Returns a new NumberFormat instance which formats monetary values for the specified locale.
getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
Returns the currency symbol for the currency of these DecimalFormatSymbols in their locale.
getCurrent() - Method in class java.awt.CheckboxGroup
Deprecated.
As of JDK version 1.1, replaced by getSelectedCheckbox().
getCurrentAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
Get the value of this object as a Number.
getCurrentAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Get the value of this object as a Number.
getCurrentAccessibleValue() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the value of this object as a Number.
getCurrentAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Get the value of this object as a Number.
getCurrentAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
Get the accessible value of this object.
getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetContext
get the available DataFlavors of the Transferable operand of this operation.
getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns the current DataFlavors from the DropTargetContext.
getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns the current DataFlavors.
getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetContext
This method returns a the currently available DataFlavors of the Transferable operand as a java.util.List.
getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns the current DataFlavors as a java.util.List
getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns the currently available DataFlavors as a java.util.List.
getCurrentEvent() - Static method in class java.awt.EventQueue
Returns the the event currently being dispatched by the EventQueue associated with the calling thread.
getCurrentFocusCycleRoot() - Method in class java.awt.KeyboardFocusManager
Returns the current focus cycle root, if the current focus cycle root is in the same context as the calling thread.
getCurrentFocusedWindow() - Method in interface java.awt.peer.KeyboardFocusManagerPeer
Returns the currently focused window.
getCurrentFocusOwner() - Method in interface java.awt.peer.KeyboardFocusManagerPeer
Returns the component that currently owns the input focus.
getCurrentKeyboardFocusManager() - Static method in class java.awt.KeyboardFocusManager
Returns the current KeyboardFocusManager instance for the calling thread's context.
getCurrentPoint() - Method in class java.awt.geom.Path2D
Returns the coordinates most recently added to the end of the path as a Point2D object.
getCurrentServiceClasses() - Method in interface java.beans.beancontext.BeanContextServices
Gets the currently available services for this context.
getCurrentServiceClasses() - Method in class java.beans.beancontext.BeanContextServicesSupport
 
getCurrentServiceSelectors() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
Gets the list of service dependent selectors.
getCurrentServiceSelectors(BeanContextServices, Class) - Method in interface java.beans.beancontext.BeanContextServiceProvider
Invoked by BeanContextServices, this method gets the current service selectors for the specified service.
getCurrentServiceSelectors(Class) - Method in interface java.beans.beancontext.BeanContextServices
Gets the list of service dependent service parameters (Service Selectors) for the specified service, by calling getCurrentServiceSelectors() on the underlying BeanContextServiceProvider.
getCurrentServiceSelectors(BeanContextServices, Class) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
 
getCurrentServiceSelectors(Class) - Method in class java.beans.beancontext.BeanContextServicesSupport
 
getCurrentThreadCpuTime() - Method in interface java.lang.management.ThreadMXBean
Returns the total CPU time for the current thread in nanoseconds.
getCurrentThreadUserTime() - Method in interface java.lang.management.ThreadMXBean
Returns the CPU time that the current thread has executed in user mode in nanoseconds.
getCursor() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the Cursor of this object.
getCursor() - Method in class java.awt.Component
Gets the cursor set in the component.
getCursor() - Method in class java.awt.dnd.DragSourceContext
Returns the current drag Cursor.
getCursor() - Method in interface java.awt.dnd.peer.DragSourceContextPeer
return the current drag cursor
getCursor() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the Cursor of this object.
getCursor() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the Cursor of this object.
getCursorName() - Method in interface java.sql.ResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getCursorType() - Method in class java.awt.Frame
Deprecated.
As of JDK version 1.1, replaced by Component.getCursor().
getCurve() - Method in class java.security.spec.ECParameterSpec
Returns the elliptic curve that this parameter defines.
getCustomEditor() - Method in interface java.beans.PropertyEditor
A PropertyEditor may choose to make available a full custom Component that edits its property value.
getCustomEditor() - Method in class java.beans.PropertyEditorSupport
A PropertyEditor may chose to make available a full custom Component that edits its property value.
getCustomizerClass() - Method in class java.beans.BeanDescriptor
Gets the Class object for the bean's customizer.
getCycleMethod() - Method in class java.awt.MultipleGradientPaint
Returns the enumerated type which specifies cycling behavior.
getDaemonThreadCount() - Method in interface java.lang.management.ThreadMXBean
Returns the current number of live daemon threads.
getDashArray() - Method in class java.awt.BasicStroke
Returns the array representing the lengths of the dash segments.
getDashPhase() - Method in class java.awt.BasicStroke
Returns the current dash phase.
getData() - Method in class java.awt.color.ICC_Profile
Returns a byte array corresponding to the data of this ICC_Profile.
getData(int) - Method in class java.awt.color.ICC_Profile
Returns a particular tagged data element from the profile as a byte array.
getData(DataFlavor) - Method in class java.awt.datatransfer.Clipboard
Returns an object representing the current contents of this clipboard in the specified DataFlavor.
getData() - Method in class java.awt.image.BufferedImage
Returns the image as one large tile.
getData(Rectangle) - Method in class java.awt.image.BufferedImage
Computes and returns an arbitrary region of the BufferedImage.
getData() - Method in class java.awt.image.DataBufferByte
Returns the default (first) byte data array.
getData(int) - Method in class java.awt.image.DataBufferByte
Returns the data array for the specified bank.
getData() - Method in class java.awt.image.DataBufferDouble
Returns the default (first) double data array.
getData(int) - Method in class java.awt.image.DataBufferDouble
Returns the data array for the specified bank.
getData() - Method in class java.awt.image.DataBufferFloat
Returns the default (first) float data array.
getData(int) - Method in class java.awt.image.DataBufferFloat
Returns the data array for the specified bank.
getData() - Method in class java.awt.image.DataBufferInt
Returns the default (first) int data array in DataBuffer.
getData(int) - Method in class java.awt.image.DataBufferInt
Returns the data array for the specified bank.
getData() - Method in class java.awt.image.DataBufferShort
Returns the default (first) byte data array.
getData(int) - Method in class java.awt.image.DataBufferShort
Returns the data array for the specified bank.
getData() - Method in class java.awt.image.DataBufferUShort
Returns the default (first) unsigned-short data array.
getData(int) - Method in class java.awt.image.DataBufferUShort
Returns the data array for the specified bank.
getData() - Method in interface java.awt.image.RenderedImage
Returns the image as one large tile (for tile based images this will require fetching the whole image and copying the image data over).
getData(Rectangle) - Method in interface java.awt.image.RenderedImage
Computes and returns an arbitrary region of the RenderedImage.
getData() - Method in class java.net.DatagramPacket
Returns the data buffer.
getData() - Method in class java.rmi.activation.ActivationDesc
Returns a "marshalled object" containing intialization/activation data for the object specified by this descriptor.
getData() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's initialization data.
getDatabaseMajorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabaseProductName() - Method in interface java.sql.DatabaseMetaData
Retrieves the name of this database product.
getDatabaseProductVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the version number of this database product.
getDataBitOffset() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the data bit offset in bits.
getDataBuffer() - Method in class java.awt.image.Raster
Returns the DataBuffer associated with this Raster.
getDataElement(int[], int) - Method in class java.awt.image.ColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElement(float[], int) - Method in class java.awt.image.ColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of normalized color/alpha components.
getDataElement(int[], int) - Method in class java.awt.image.ComponentColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElement(float[], int) - Method in class java.awt.image.ComponentColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of normalized color/alpha components.
getDataElement(int[], int) - Method in class java.awt.image.DirectColorModel
Returns a pixel value represented as an int in this ColorModel, given an array of unnormalized color/alpha components.
getDataElement(int[], int) - Method in class java.awt.image.IndexColorModel
Returns a pixel value represented as an int in this ColorModel given an array of unnormalized color/alpha components.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, Object) - Method in class java.awt.image.ColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int[], int, Object) - Method in class java.awt.image.ColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(float[], int, Object) - Method in class java.awt.image.ColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of normalized color/alpha components.
getDataElements(int, Object) - Method in class java.awt.image.ComponentColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int[], int, Object) - Method in class java.awt.image.ComponentColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(float[], int, Object) - Method in class java.awt.image.ComponentColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of normalized color/alpha components.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, Object) - Method in class java.awt.image.DirectColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int[], int, Object) - Method in class java.awt.image.DirectColorModel
Returns a data element array representation of a pixel in this ColorModel, given an array of unnormalized color/alpha components.
getDataElements(int, Object) - Method in class java.awt.image.IndexColorModel
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
getDataElements(int[], int, Object) - Method in class java.awt.image.IndexColorModel
Returns a data element array representation of a pixel in this ColorModel given an array of unnormalized color/alpha components.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, Object) - Method in class java.awt.image.Raster
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, int, int, Object) - Method in class java.awt.image.Raster
Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataElements(int, int, int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns data for a single pixel in a primitive array of type TransferType.
getDataSize() - Method in exception java.sql.DataTruncation
Gets the number of bytes of data that should have been transferred.
getDataType() - Method in class java.awt.image.DataBuffer
Returns the data type of this DataBuffer.
getDataType() - Method in class java.awt.image.SampleModel
Returns the data type of the DataBuffer storing the pixel data.
getDataTypeSize(int) - Static method in class java.awt.image.DataBuffer
Returns the size (in bits) of the data type, given a datatype tag.
getDate() - Method in class java.net.URLConnection
Returns the value of the date header field.
getDate() - Method in class java.security.cert.PKIXParameters
Returns the time for which the validity of the certification path should be determined.
getDate(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate() - Method in class java.sql.Time
Deprecated. 
getDate() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_MONTH).
getDateAndTime() - Method in class java.security.cert.X509CRLSelector
Returns the dateAndTime criterion.
getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
Gets a copy of the date and time format symbols of this date format.
getDateInstance() - Static method in class java.text.DateFormat
Gets the date formatter with the default formatting style for the default FORMAT locale.
getDateInstance(int) - Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the default FORMAT locale.
getDateInstance(int, Locale) - Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the given locale.
getDateInstance(int, Locale) - Method in class java.text.spi.DateFormatProvider
Returns a new DateFormat instance which formats date with the given formatting style for the specified locale.
getDateTimeAfter() - Method in class java.time.zone.ZoneOffsetTransition
Gets the local transition date-time, as would be expressed with the 'after' offset.
getDateTimeBefore() - Method in class java.time.zone.ZoneOffsetTransition
Gets the local transition date-time, as would be expressed with the 'before' offset.
getDateTimeInstance() - Static method in class java.text.DateFormat
Gets the date/time formatter with the default formatting style for the default FORMAT locale.
getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
Gets the date/time formatter with the given date and time formatting styles for the default FORMAT locale.
getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
Gets the date/time formatter with the given formatting styles for the given locale.
getDateTimeInstance(int, int, Locale) - Method in class java.text.spi.DateFormatProvider
Returns a new DateFormat instance which formats date and time with the given formatting style for the specified locale.
getDay() - Method in class java.sql.Time
Deprecated. 
getDay() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_WEEK).
getDaylightSavings(Instant) - Method in class java.time.zone.ZoneRules
Gets the amount of daylight savings in use for the specified instant in this zone.
getDayOfMonth() - Method in class java.time.LocalDate
Gets the day-of-month field.
getDayOfMonth() - Method in class java.time.LocalDateTime
Gets the day-of-month field.
getDayOfMonth() - Method in class java.time.MonthDay
Gets the day-of-month field.
getDayOfMonth() - Method in class java.time.OffsetDateTime
Gets the day-of-month field.
getDayOfMonth() - Method in class java.time.ZonedDateTime
Gets the day-of-month field.
getDayOfMonthIndicator() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the indicator of the day-of-month of the transition.
getDayOfWeek() - Method in class java.time.LocalDate
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class java.time.LocalDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class java.time.OffsetDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the day-of-week of the transition.
getDayOfWeek() - Method in class java.time.ZonedDateTime
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfYear() - Method in class java.time.LocalDate
Gets the day-of-year field.
getDayOfYear() - Method in class java.time.LocalDateTime
Gets the day-of-year field.
getDayOfYear() - Method in class java.time.OffsetDateTime
Gets the day-of-year field.
getDayOfYear() - Method in class java.time.ZonedDateTime
Gets the day-of-year field.
getDays() - Method in class java.time.Period
Gets the amount of days of this period.
getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
Returns a copy of the decimal format symbols, which is generally not changed by the programmer or user.
getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
Gets the character used for decimal sign.
getDecimalSeparator() - Method in class java.time.format.DecimalStyle
Gets the character that represents the decimal point.
getDecimalStyle() - Method in class java.time.format.DateTimeFormatter
Gets the DecimalStyle to be used during formatting.
getDeclaredAnnotation(Class<A>) - Method in class java.lang.Class
 
getDeclaredAnnotation(Class<A>) - Method in class java.lang.Package
 
getDeclaredAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
 
getDeclaredAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns this element's annotation for the specified type if such an annotation is directly present, else null.
getDeclaredAnnotation(Class<T>) - Method in class java.lang.reflect.Parameter
 
getDeclaredAnnotations() - Method in class java.lang.Class
 
getDeclaredAnnotations() - Method in class java.lang.Package
 
getDeclaredAnnotations() - Method in class java.lang.reflect.AccessibleObject
 
getDeclaredAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Constructor
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Executable
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Field
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Method
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Parameter
Returns annotations that are directly present on this element.
getDeclaredAnnotationsByType(Class<A>) - Method in class java.lang.Class
 
getDeclaredAnnotationsByType(Class<A>) - Method in class java.lang.Package
 
getDeclaredAnnotationsByType(Class<T>) - Method in class java.lang.reflect.AccessibleObject
 
getDeclaredAnnotationsByType(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.
getDeclaredAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Parameter
 
getDeclaredClasses() - Method in class java.lang.Class
Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.
getDeclaredConstructor(Class<?>...) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified constructor of the class or interface represented by this Class object.
getDeclaredConstructors() - Method in class java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields() - Method in class java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class<?>...) - Method in class java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods() - Method in class java.lang.Class
Returns an array containing Method objects reflecting all the declared methods of the class or interface represented by this Class object, including public, protected, default (package) access, and private methods, but excluding inherited methods.
getDeclaringClass() - Method in class java.lang.Class
If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class in which it was declared.
getDeclaringClass() - Method in class java.lang.Enum
Returns the Class object corresponding to this enum constant's enum type.
getDeclaringClass() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the class in which the cracked method handle's underlying member was defined.
getDeclaringClass() - Method in class java.lang.reflect.Constructor
Returns the Class object representing the class or interface that declares the executable represented by this object.
getDeclaringClass() - Method in class java.lang.reflect.Executable
Returns the Class object representing the class or interface that declares the executable represented by this object.
getDeclaringClass() - Method in class java.lang.reflect.Field
Returns the Class object representing the class or interface that declares the field represented by this Field object.
getDeclaringClass() - Method in interface java.lang.reflect.Member
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDeclaringClass() - Method in class java.lang.reflect.Method
Returns the Class object representing the class or interface that declares the executable represented by this object.
getDeclaringExecutable() - Method in class java.lang.reflect.Parameter
Return the Executable which declares this parameter.
getDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the Basic type base64 encoding scheme.
getDecomposition() - Method in class java.text.Collator
Get the decomposition mode of this Collator.
getDefault() - Static method in class java.net.CookieHandler
Gets the system-wide cookie handler.
getDefault() - Static method in class java.net.ProxySelector
Gets the system-wide proxy selector.
getDefault() - Static method in class java.net.ResponseCache
Gets the system-wide response cache.
getDefault() - Static method in class java.nio.file.FileSystems
Returns the default FileSystem.
getDefault() - Static method in class java.util.Locale
Gets the current value of the default locale for this instance of the Java Virtual Machine.
getDefault(Locale.Category) - Static method in class java.util.Locale
Gets the current value of the default locale for the specified Category for this instance of the Java Virtual Machine.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone of the Java virtual machine.
getDefaultActions() - Method in class java.awt.dnd.DropTarget
Gets an int representing the current action(s) supported by this DropTarget.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the default Component to focus.
getDefaultComponent(Container) - Method in class java.awt.FocusTraversalPolicy
Returns the default Component to focus.
getDefaultConfiguration() - Method in class java.awt.GraphicsDevice
Returns the default GraphicsConfiguration associated with this GraphicsDevice.
getDefaultCursor() - Static method in class java.awt.Cursor
Return the system default cursor.
getDefaultDragSource() - Static method in class java.awt.dnd.DragSource
Gets the DragSource object associated with the underlying platform.
getDefaultEventIndex() - Method in interface java.beans.BeanInfo
A bean may have a default event typically applied when this bean is used.
getDefaultEventIndex() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default event.
getDefaultFlavorMap() - Static method in class java.awt.datatransfer.SystemFlavorMap
Returns the default FlavorMap for this thread's ClassLoader.
getDefaultFocusTraversalKeys(int) - Method in class java.awt.KeyboardFocusManager
Returns a Set of default focus traversal keys for a given traversal operation.
getDefaultFocusTraversalPolicy() - Method in class java.awt.KeyboardFocusManager
Returns the default FocusTraversalPolicy.
getDefaultFractionDigits() - Method in class java.util.Currency
Gets the default number of fraction digits used with this currency.
getDefaultPort() - Method in class java.net.URL
Gets the default port number of the protocol associated with this URL.
getDefaultPort() - Method in class java.net.URLStreamHandler
Returns the default port for a URL parsed by this handler.
getDefaultPropertyIndex() - Method in interface java.beans.BeanInfo
A bean may have a default property commonly updated when this bean is customized.
getDefaultPropertyIndex() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default property.
getDefaultProviderInstance() - Static method in class java.rmi.server.RMIClassLoader
Returns the canonical instance of the default provider for the service provider interface RMIClassLoaderSpi.
getDefaultRepresentationClass() - Method in class java.awt.datatransfer.DataFlavor
 
getDefaultRepresentationClassAsString() - Method in class java.awt.datatransfer.DataFlavor
 
getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
Deprecated.
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
getDefaultScreenDevice() - Method in class java.awt.GraphicsEnvironment
Returns the default screen GraphicsDevice.
getDefaultSelection() - Method in class java.awt.JobAttributes
Specifies whether, for jobs using these attributes, the application should print all pages, the range specified by the return value of getPageRanges, or the current selection.
getDefaultSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
Returns a reference to the default socket factory used by this RMI implementation.
getDefaultStream() - Static method in class java.rmi.server.LogStream
Deprecated.
no replacement
getDefaultToolkit() - Static method in class java.awt.Toolkit
Gets the default toolkit.
getDefaultTransactionIsolation() - Method in interface java.sql.DatabaseMetaData
Retrieves this database's default transaction isolation level.
getDefaultTransform() - Method in class java.awt.GraphicsConfiguration
Returns the default AffineTransform for this GraphicsConfiguration.
getDefaultType() - Static method in class java.security.cert.CertPathBuilder
Returns the default CertPathBuilder type as specified by the certpathbuilder.type security property, or the string "PKIX" if no such property exists.
getDefaultType() - Static method in class java.security.cert.CertPathValidator
Returns the default CertPathValidator type as specified by the certpathvalidator.type security property, or the string "PKIX" if no such property exists.
getDefaultType() - Static method in class java.security.cert.CertStore
Returns the default CertStore type as specified by the certstore.type security property, or the string "LDAP" if no such property exists.
getDefaultType() - Static method in class java.security.KeyStore
Returns the default keystore type as specified by the keystore.type security property, or the string "jks" (acronym for "Java keystore") if no such property exists.
getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
Returns the default handler invoked when a thread abruptly terminates due to an uncaught exception.
getDefaultUseCaches() - Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDefaultValue() - Method in class java.lang.reflect.Method
Returns the default value for the annotation member represented by this Method instance.
getDefinitionClass() - Method in class java.lang.instrument.ClassDefinition
Returns the class.
getDefinitionClassFile() - Method in class java.lang.instrument.ClassDefinition
Returns the array of bytes that contains the new class file.
getDelay(TimeUnit) - Method in interface java.util.concurrent.Delayed
Returns the remaining delay associated with this object, in the given time unit.
getDepth() - Method in interface java.security.cert.PolicyNode
Returns the depth of this node in the valid policy tree.
getDescent() - Method in class java.awt.font.GraphicAttribute
Returns the descent of this GraphicAttribute.
getDescent() - Method in class java.awt.font.ImageGraphicAttribute
Returns the descent of this ImageGraphicAttribute.
getDescent() - Method in class java.awt.font.LineMetrics
Returns the descent of the text.
getDescent() - Method in class java.awt.font.ShapeGraphicAttribute
Returns the descent of this ShapeGraphicAttribute.
getDescent() - Method in class java.awt.font.TextLayout
Returns the descent of this TextLayout.
getDescent() - Method in class java.awt.FontMetrics
Determines the font descent of the Font described by this FontMetrics object.
getDescription() - Method in exception java.util.regex.PatternSyntaxException
Retrieves the description of the error.
getDesignAxisDefaults() - Method in interface java.awt.font.MultipleMaster
Returns an array of default design values for each axis.
getDesignAxisNames() - Method in interface java.awt.font.MultipleMaster
Returns the name for each design axis.
getDesignAxisRanges() - Method in interface java.awt.font.MultipleMaster
Returns an array of design limits interleaved in the form [from→to] for each axis.
getDesktop() - Static method in class java.awt.Desktop
Returns the Desktop instance of the current browser context.
getDesktopProperty(String) - Method in class java.awt.Toolkit
Obtains a value for the specified desktop property.
getDestination() - Method in class java.awt.JobAttributes
Specifies whether output will be to a printer or a file for jobs using these attributes.
getDeterminant() - Method in class java.awt.geom.AffineTransform
Returns the determinant of the matrix representation of the transform.
getDevice() - Method in class java.awt.GraphicsConfiguration
Returns the GraphicsDevice associated with this GraphicsConfiguration.
getDevice() - Method in class java.awt.PointerInfo
Returns the GraphicsDevice where the mouse pointer was at the moment this PointerInfo was created.
getDeviceConfiguration() - Method in class java.awt.Graphics2D
Returns the device configuration associated with this Graphics2D.
getDialog() - Method in class java.awt.JobAttributes
Returns whether, for jobs using these attributes, the user should see a print dialog in which to modify the print settings, and which type of print dialog should be displayed.
getDigestAlgorithm() - Method in class java.security.spec.MGF1ParameterSpec
Returns the algorithm name of the message digest used by the mask generation function.
getDigestAlgorithm() - Method in class java.security.spec.PSSParameterSpec
Returns the message digest algorithm name.
getDigestLength() - Method in class java.security.MessageDigest
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
getDigit() - Method in class java.text.DecimalFormatSymbols
Gets the character used for a digit in a pattern.
getDirectionality(char) - Static method in class java.lang.Character
Returns the Unicode directionality property for the given character.
getDirectionality(int) - Static method in class java.lang.Character
Returns the Unicode directionality property for the given character (Unicode code point).
getDirectory() - Method in class java.awt.FileDialog
Gets the directory of this file dialog.
getDiscard() - Method in class java.net.HttpCookie
Returns the discard attribute of the cookie
getDisplayCountry() - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(Locale) - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 region code (either ISO 3166 country code or UN M.49 area codes) and the given locale that is appropriate for display to the user.
getDisplayLanguage() - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale) - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 language code and the given locale that is appropriate for display to the user.
getDisplayMode() - Method in class java.awt.GraphicsDevice
Returns the current display mode of this GraphicsDevice.
getDisplayModes() - Method in class java.awt.GraphicsDevice
Returns all display modes available for this GraphicsDevice.
getDisplayName() - Method in class java.beans.FeatureDescriptor
Gets the localized display name of this feature.
getDisplayName() - Method in class java.net.NetworkInterface
Get the display name of this network interface.
getDisplayName(TextStyle, Locale) - Method in interface java.time.chrono.Chronology
Gets the textual representation of this chronology.
getDisplayName(TextStyle, Locale) - Method in interface java.time.chrono.Era
Gets the textual representation of this era.
getDisplayName(TextStyle, Locale) - Method in class java.time.chrono.JapaneseEra
Gets the textual representation of this era.
getDisplayName(TextStyle, Locale) - Method in enum java.time.DayOfWeek
Gets the textual representation, such as 'Mon' or 'Friday'.
getDisplayName(TextStyle, Locale) - Method in enum java.time.Month
Gets the textual representation, such as 'Jan' or 'December'.
getDisplayName(Locale) - Method in enum java.time.temporal.ChronoField
 
getDisplayName(Locale) - Method in interface java.time.temporal.TemporalField
Gets the display name for the field in the requested locale.
getDisplayName(TextStyle, Locale) - Method in class java.time.ZoneId
Gets the textual representation of the zone, such as 'British Time' or '+02:00'.
getDisplayName(int, int, Locale) - Method in class java.util.Calendar
Returns the string representation of the calendar field value in the given style and locale.
getDisplayName() - Method in class java.util.Currency
Gets the name that is suitable for displaying this currency for the default DISPLAY locale.
getDisplayName(Locale) - Method in class java.util.Currency
Gets the name that is suitable for displaying this currency for the specified locale.
getDisplayName() - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(Locale) - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(String, int, int, int, Locale) - Method in class java.util.spi.CalendarNameProvider
Returns the string representation (display name) of the calendar field value in the given style and locale.
getDisplayName(String, Locale) - Method in class java.util.spi.CurrencyNameProvider
Returns a name for the currency that is appropriate for display to the user.
getDisplayName(String, boolean, int, Locale) - Method in class java.util.spi.TimeZoneNameProvider
Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.
getDisplayName() - Method in class java.util.TimeZone
Returns a long standard time name of this TimeZone suitable for presentation to the user in the default locale.
getDisplayName(Locale) - Method in class java.util.TimeZone
Returns a long standard time name of this TimeZone suitable for presentation to the user in the specified locale.
getDisplayName(boolean, int) - Method in class java.util.TimeZone
Returns a name in the specified style of this TimeZone suitable for presentation to the user in the default locale.
getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
Returns a name in the specified style of this TimeZone suitable for presentation to the user in the specified locale.
getDisplayNames(int, int, Locale) - Method in class java.util.Calendar
Returns a Map containing all names of the calendar field in the given style and locale and their corresponding field values.
getDisplayNames(String, int, int, Locale) - Method in class java.util.spi.CalendarNameProvider
Returns a Map containing all string representations (display names) of the Calendar field in the given style and locale and their corresponding field values.
getDisplayScript() - Method in class java.util.Locale
Returns a name for the the locale's script that is appropriate for display to the user.
getDisplayScript(Locale) - Method in class java.util.Locale
Returns a name for the locale's script that is appropriate for display to the user.
getDisplayScript(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 script code and the given locale that is appropriate for display to the user.
getDisplayVariant() - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(Locale) - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given variant code and the given locale that is appropriate for display to the user.
getDocumentBase() - Method in class java.applet.Applet
Gets the URL of the document in which this applet is embedded.
getDocumentBase() - Method in interface java.applet.AppletStub
Gets the URL of the document in which the applet is embedded.
getDoInput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDomain() - Method in class java.net.HttpCookie
Returns the domain name set for this cookie.
getDomainCombiner() - Method in class java.security.AccessControlContext
Get the DomainCombiner associated with this AccessControlContext.
getDoOutput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getDouble(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a double.
getDouble(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type double or of another primitive type convertible to type double via a widening conversion.
getDouble() - Method in class java.nio.ByteBuffer
Relative get method for reading a double value.
getDouble(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a double value.
getDouble(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
Implements the getDouble method as per the specification in Preferences.getDouble(String,double).
getDouble(String, double) - Method in class java.util.prefs.Preferences
Returns the double value represented by the string associated with the specified key in this preference node.
getDoubleParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a double.
getDragAction() - Method in class java.awt.dnd.DragGestureEvent
Returns an int representing the action selected by the user.
getDragOrigin() - Method in class java.awt.dnd.DragGestureEvent
Returns a Point in the coordinates of the Component over which the drag originated.
getDragSource() - Method in class java.awt.dnd.DragGestureEvent
Returns the DragSource.
getDragSource() - Method in class java.awt.dnd.DragGestureRecognizer
This method returns the DragSource this DragGestureRecognizer will use in order to process the Drag and Drop operation.
getDragSource() - Method in class java.awt.dnd.DragSourceContext
Returns the DragSource that instantiated this DragSourceContext.
getDragSourceContext() - Method in class java.awt.dnd.DragSourceEvent
This method returns the DragSourceContext that originated the event.
getDragSourceListeners() - Method in class java.awt.dnd.DragSource
Gets all the DragSourceListeners registered with this DragSource.
getDragSourceMotionListeners() - Method in class java.awt.dnd.DragSource
Gets all of the DragSourceMotionListeners registered with this DragSource.
getDragThreshold() - Static method in class java.awt.dnd.DragSource
Returns the drag gesture motion threshold.
getDrawGraphics() - Method in class java.awt.Component.BltBufferStrategy
 
getDrawGraphics() - Method in class java.awt.Component.FlipBufferStrategy
 
getDrawGraphics() - Method in class java.awt.image.BufferStrategy
Creates a graphics context for the drawing buffer.
getDriver(String) - Static method in class java.sql.DriverManager
Attempts to locate a driver that understands the given URL.
getDriverMajorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves this JDBC driver's major version number.
getDriverMinorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves this JDBC driver's minor version number.
getDriverName() - Method in interface java.sql.DatabaseMetaData
Retrieves the name of this JDBC driver.
getDrivers() - Static method in class java.sql.DriverManager
Retrieves an Enumeration with all of the currently loaded JDBC drivers to which the current caller has access.
getDriverVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the version number of this JDBC driver as a String.
getDropAction() - Method in class java.awt.dnd.DragSourceDragEvent
This method returns the logical intersection of the target drop action and the set of drop actions supported by the drag source.
getDropAction() - Method in class java.awt.dnd.DragSourceDropEvent
This method returns an int representing the action performed by the target on the subject of the drop.
getDropAction() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns the user drop action.
getDropAction() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns the user drop action.
getDropSuccess() - Method in class java.awt.dnd.DragSourceDropEvent
This method returns a boolean indicating if the drop was successful.
getDropTarget() - Method in class java.awt.Component
Gets the DropTarget associated with this Component.
getDropTarget() - Method in class java.awt.dnd.DropTargetContext
This method returns the DropTarget associated with this DropTargetContext.
getDropTarget() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
get the DropTarget associated with this peer
getDropTargetContext() - Method in class java.awt.dnd.DropTarget
Gets the DropTargetContext associated with this DropTarget.
getDropTargetContext() - Method in class java.awt.dnd.DropTargetEvent
This method returns the DropTargetContext associated with this DropTargetEvent.
getDSTSavings() - Method in class java.util.SimpleTimeZone
Returns the amount of time in milliseconds that the clock is advanced during daylight saving time.
getDSTSavings() - Method in class java.util.TimeZone
Returns the amount of time to be added to local standard time to get local wall clock time.
getDuration() - Method in enum java.time.temporal.ChronoUnit
Gets the estimated duration of this unit in the ISO calendar system.
getDuration() - Method in interface java.time.temporal.TemporalUnit
Gets the duration of this unit, which may be an estimate.
getDuration() - Method in class java.time.zone.ZoneOffsetTransition
Gets the duration of the transition.
getEchoChar() - Method in class java.awt.TextField
Gets the character that is to be used for echoing.
getEdgeCondition() - Method in class java.awt.image.ConvolveOp
Returns the edge condition.
getEditorSearchPath() - Static method in class java.beans.PropertyEditorManager
Gets the package names that will be searched for property editors.
getElem(int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the first (default) bank as an integer.
getElem(int, int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the specified bank as an integer.
getElem(int) - Method in class java.awt.image.DataBufferByte
Returns the requested data array element from the first (default) bank.
getElem(int, int) - Method in class java.awt.image.DataBufferByte
Returns the requested data array element from the specified bank.
getElem(int) - Method in class java.awt.image.DataBufferDouble
Returns the requested data array element from the first (default) bank as an int.
getElem(int, int) - Method in class java.awt.image.DataBufferDouble
Returns the requested data array element from the specified bank as an int.
getElem(int) - Method in class java.awt.image.DataBufferFloat
Returns the requested data array element from the first (default) bank as an int.
getElem(int, int) - Method in class java.awt.image.DataBufferFloat
Returns the requested data array element from the specified bank as an int.
getElem(int) - Method in class java.awt.image.DataBufferInt
Returns the requested data array element from the first (default) bank.
getElem(int, int) - Method in class java.awt.image.DataBufferInt
Returns the requested data array element from the specified bank.
getElem(int) - Method in class java.awt.image.DataBufferShort
Returns the requested data array element from the first (default) bank.
getElem(int, int) - Method in class java.awt.image.DataBufferShort
Returns the requested data array element from the specified bank.
getElem(int) - Method in class java.awt.image.DataBufferUShort
Returns the requested data array element from the first (default) bank.
getElem(int, int) - Method in class java.awt.image.DataBufferUShort
Returns the requested data array element from the specified bank.
getElemDouble(int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the first (default) bank as a double.
getElemDouble(int, int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the specified bank as a double.
getElemDouble(int) - Method in class java.awt.image.DataBufferDouble
Returns the requested data array element from the first (default) bank as a double.
getElemDouble(int, int) - Method in class java.awt.image.DataBufferDouble
Returns the requested data array element from the specified bank as a double.
getElemDouble(int) - Method in class java.awt.image.DataBufferFloat
Returns the requested data array element from the first (default) bank as a double.
getElemDouble(int, int) - Method in class java.awt.image.DataBufferFloat
Returns the requested data array element from the specified bank as a double.
getElemFloat(int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the first (default) bank as a float.
getElemFloat(int, int) - Method in class java.awt.image.DataBuffer
Returns the requested data array element from the specified bank as a float.
getElemFloat(int) - Method in class java.awt.image.DataBufferDouble
Returns the requested data array element from the first (default) bank as a float.
getElemFloat(int, int) - Method in class java.awt.image.DataBufferDouble
Returns the requested data array element from the specified bank as a float.
getElemFloat(int) - Method in class java.awt.image.DataBufferFloat
Returns the requested data array element from the first (default) bank as a float.
getElemFloat(int, int) - Method in class java.awt.image.DataBufferFloat
Returns the requested data array element from the specified bank as a float.
getEnclosingClass() - Method in class java.lang.Class
Returns the immediately enclosing class of the underlying class.
getEnclosingConstructor() - Method in class java.lang.Class
If this Class object represents a local or anonymous class within a constructor, returns a Constructor object representing the immediately enclosing constructor of the underlying class.
getEnclosingMethod() - Method in class java.lang.Class
If this Class object represents a local or anonymous class within a method, returns a Method object representing the immediately enclosing method of the underlying class.
getEncoded() - Method in class java.security.AlgorithmParameters
Returns the parameters in their primary encoding format.
getEncoded(String) - Method in class java.security.AlgorithmParameters
Returns the parameters encoded in the specified scheme.
getEncoded() - Method in class java.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoded() - Method in class java.security.cert.CertPath
Returns the encoded form of this certification path, using the default encoding.
getEncoded(String) - Method in class java.security.cert.CertPath
Returns the encoded form of this certification path, using the specified encoding.
getEncoded() - Method in class java.security.cert.PolicyQualifierInfo
Returns the ASN.1 DER encoded form of this PolicyQualifierInfo.
getEncoded() - Method in class java.security.cert.X509CRL
Returns the ASN.1 DER-encoded form of this CRL.
getEncoded() - Method in class java.security.cert.X509CRLEntry
Returns the ASN.1 DER-encoded form of this CRL Entry, that is the inner SEQUENCE.
getEncoded() - Method in interface java.security.Key
Returns the key in its primary encoding format, or null if this key does not support encoding.
getEncoded() - Method in class java.security.PKCS12Attribute
Returns the attribute's ASN.1 DER encoding.
getEncoded() - Method in class java.security.spec.EncodedKeySpec
Returns the encoded key.
getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the key bytes, encoded according to the PKCS #8 standard.
getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
Returns the key bytes, encoded according to the X.509 standard.
getEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the Basic type base64 encoding scheme.
getEncoding() - Method in class java.io.InputStreamReader
Returns the name of the character encoding being used by this stream.
getEncoding() - Method in class java.io.OutputStreamWriter
Returns the name of the character encoding being used by this stream.
getEncoding() - Method in class java.util.logging.Handler
Return the character encoding for this Handler.
getEncodings() - Method in class java.security.cert.CertPath
Returns an iteration of the encodings supported by this certification path, with the default encoding first.
getEndCap() - Method in class java.awt.BasicStroke
Returns the end cap style.
getEndIndex() - Method in interface java.text.CharacterIterator
Returns the end index of the text.
getEndIndex() - Method in class java.text.FieldPosition
Retrieves the index of the character following the last character in the requested field.
getEndIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getEndIndex() for String.
getEndPoint() - Method in class java.awt.geom.Arc2D
Returns the ending point of the arc.
getEndPoint() - Method in class java.awt.LinearGradientPaint
Returns a copy of the end point of the gradient axis.
getEntries() - Method in class java.util.jar.Manifest
Returns a Map of the entries contained in this Manifest.
getEntry(String, KeyStore.ProtectionParameter) - Method in class java.security.KeyStore
Gets a keystore Entry for the specified alias with the specified protection parameter.
getEntry(String) - Method in class java.util.jar.JarFile
Returns the ZipEntry for the given entry name or null if not found.
getEntry(String) - Method in class java.util.zip.ZipFile
Returns the zip file entry for the specified name, or null if not found.
getEntryName() - Method in class java.net.JarURLConnection
Return the entry name for this connection.
getEnumConstants() - Method in class java.lang.Class
Returns the elements of this enum class or null if this Class object does not represent an enum type.
getenv(String) - Static method in class java.lang.System
Gets the value of the specified environment variable.
getenv() - Static method in class java.lang.System
Returns an unmodifiable string map view of the current system environment.
getEpochSecond() - Method in class java.time.Instant
Gets the number of seconds from the Java epoch of 1970-01-01T00:00:00Z.
getEra() - Method in interface java.time.chrono.ChronoLocalDate
Gets the era, as defined by the chronology.
getEra() - Method in class java.time.chrono.HijrahDate
Gets the era applicable at this date.
getEra() - Method in class java.time.chrono.JapaneseDate
Gets the era applicable at this date.
getEra() - Method in class java.time.chrono.MinguoDate
Gets the era applicable at this date.
getEra() - Method in class java.time.chrono.ThaiBuddhistDate
Gets the era applicable at this date.
getEra() - Method in class java.time.LocalDate
Gets the era applicable at this date.
getEras() - Method in class java.text.DateFormatSymbols
Gets era strings.
getErrorCode() - Method in exception java.sql.SQLException
Retrieves the vendor-specific exception code for this SQLException object.
getErrorIndex() - Method in class java.text.ParsePosition
Retrieve the index at which an error occurred, or -1 if the error index has not been set.
getErrorIndex() - Method in exception java.time.format.DateTimeParseException
Returns the index where the error was found.
getErrorIndex() - Method in exception java.util.IllformedLocaleException
Returns the index where the error was found.
getErrorManager() - Method in class java.util.logging.Handler
Retrieves the ErrorManager for this Handler.
getErrorOffset() - Method in exception java.text.ParseException
Returns the position where the error was found.
getErrorsAny() - Method in class java.awt.MediaTracker
Returns a list of all media that have encountered an error.
getErrorsID(int) - Method in class java.awt.MediaTracker
Returns a list of media with the specified ID that have encountered an error.
getErrorStream() - Method in class java.lang.Process
Returns the input stream connected to the error output of the subprocess.
getErrorStream() - Method in class java.net.HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
getEventMask() - Method in class java.awt.event.AWTEventListenerProxy
Returns the event mask associated with the listener.
getEventPropertyName() - Method in class java.beans.EventHandler
Returns the property of the event that should be used in the action applied to the target.
getEventSetDescriptors() - Method in interface java.beans.BeanInfo
Returns the event descriptors of the bean that define the types of events fired by this bean.
getEventSetDescriptors() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of event sets.
getExactSizeIfKnown() - Method in interface java.util.Spliterator
Convenience method that returns Spliterator.estimateSize() if this Spliterator is Spliterator.SIZED, else -1.
getException() - Method in class java.awt.event.InvocationEvent
Returns any Exception caught while executing the Runnable's run() method.
getException() - Method in exception java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getException() - Method in error java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this error to be created.
getException() - Method in exception java.security.PrivilegedActionException
Returns the exception thrown by the privileged computation that resulted in this PrivilegedActionException.
getException() - Method in class java.util.concurrent.ForkJoinTask
Returns the exception thrown by the base computation, or a CancellationException if cancelled, or null if none or if the method has not yet completed.
getExceptionListener() - Method in class java.beans.Encoder
Gets the exception handler for this stream.
getExceptionListener() - Method in class java.beans.XMLDecoder
Gets the exception handler for this stream.
getExceptionTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
getExceptionTypes() - Method in class java.lang.reflect.Executable
Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
getExceptionTypes() - Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
getExclusiveOwnerThread() - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
Returns the thread last set by setExclusiveOwnerThread, or null if never set.
getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire in exclusive mode.
getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire in exclusive mode.
getExecuteExistingDelayedTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
getExpectedPolicies() - Method in interface java.security.cert.PolicyNode
Returns the set of expected policies that would satisfy this node's valid policy in the next certificate to be processed.
getExpiration() - Method in class java.net.URLConnection
Returns the value of the expires header field.
getExponent(float) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a float.
getExponent(double) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a double.
getExponent(float) - Static method in class java.lang.StrictMath
Returns the unbiased exponent used in the representation of a float.
getExponent(double) - Static method in class java.lang.StrictMath
Returns the unbiased exponent used in the representation of a double.
getExponent() - Method in class java.security.spec.RSAOtherPrimeInfo
Returns the prime's exponent.
getExponentSeparator() - Method in class java.text.DecimalFormatSymbols
Returns the string used to separate the mantissa from the exponent.
getExportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
getExtendedKeyCode() - Method in class java.awt.event.KeyEvent
Returns an extended key code for the event.
getExtendedKeyCodeForChar(int) - Static method in class java.awt.event.KeyEvent
Returns an extended key code for a unicode character.
getExtendedKeyUsage() - Method in class java.security.cert.X509Certificate
Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of the ExtKeyUsageSyntax field of the extended key usage extension, (OID = 2.5.29.37).
getExtendedKeyUsage() - Method in class java.security.cert.X509CertSelector
Returns the extendedKeyUsage criterion.
getExtendedState() - Method in class java.awt.Frame
Gets the state of this frame.
getExtension(char) - Method in class java.util.Locale
Returns the extension (or private use) value associated with the specified key, or null if there is no extension associated with the key.
getExtensionKeys() - Method in class java.util.Locale
Returns the set of extension keys associated with this locale, or the empty set if it has no extensions.
getExtensions() - Method in exception java.security.cert.CertificateRevokedException
Returns a map of X.509 extensions containing additional information about the revoked certificate, such as the Invalidity Date Extension.
getExtensionValue(String) - Method in interface java.security.cert.X509Extension
Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String.
getExtra() - Method in class java.util.zip.ZipEntry
Returns the extra field data for the entry.
getExtraNameCharacters() - Method in interface java.sql.DatabaseMetaData
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFactory() - Method in class java.util.concurrent.ForkJoinPool
Returns the factory used for constructing new workers.
getFailedProperties() - Method in exception java.sql.SQLClientInfoException
Returns the list of client info properties that could not be set.
getFailureHandler() - Static method in class java.rmi.server.RMISocketFactory
Returns the handler for socket creation failure set by the setFailureHandler method.
getFallbackLocale(String, Locale) - Method in class java.util.ResourceBundle.Control
Returns a Locale to be used as a fallback locale for further resource bundle searches by the ResourceBundle.getBundle factory method.
getFamily() - Method in class java.awt.Font
Returns the family name of this Font.
getFamily(Locale) - Method in class java.awt.Font
Returns the family name of this Font, localized for the specified locale.
getFD() - Method in class java.io.FileInputStream
Returns the FileDescriptor object that represents the connection to the actual file in the file system being used by this FileInputStream.
getFD() - Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD() - Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object associated with this stream.
getFetchDirection() - Method in interface java.sql.ResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchDirection() - Method in interface java.sql.Statement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in interface java.sql.ResultSet
Retrieves the fetch size for this ResultSet object.
getFetchSize() - Method in interface java.sql.Statement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
GetField() - Constructor for class java.io.ObjectInputStream.GetField
 
getField(String) - Method in class java.io.ObjectStreamClass
Get the field of this class by name.
getField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getField() - Method in class java.security.spec.EllipticCurve
Returns the finite field field that this elliptic curve is over.
getField() - Method in class java.text.FieldPosition
Retrieves the field identifier.
getFieldAttribute() - Method in class java.text.FieldPosition
Returns the field identifier as an attribute constant from one of the Field subclasses.
getFields() - Method in class java.io.ObjectStreamClass
Return an array of the fields of this serializable class.
getFields() - Method in class java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFieldSize() - Method in interface java.security.spec.ECField
Returns the field size in bits.
getFieldSize() - Method in class java.security.spec.ECFieldF2m
Returns the field size in bits which is m for this characteristic 2 finite field.
getFieldSize() - Method in class java.security.spec.ECFieldFp
Returns the field size in bits which is size of prime p for this prime finite field.
getFile() - Method in class java.awt.FileDialog
Gets the selected file of this file dialog.
getFile() - Method in class java.net.URL
Gets the file name of this URL.
getFile() - Method in exception java.nio.file.FileSystemException
Returns the file used to create this exception.
getFileAttributeView(Path, Class<V>, LinkOption...) - Static method in class java.nio.file.Files
Returns a file attribute view of a given type.
getFileAttributeView(Class<V>) - Method in interface java.nio.file.SecureDirectoryStream
Returns a new file attribute view to access the file attributes of this directory.
getFileAttributeView(T, Class<V>, LinkOption...) - Method in interface java.nio.file.SecureDirectoryStream
Returns a new file attribute view to access the file attributes of a file in this directory.
getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
Returns a file attribute view of a given type.
getFileDescriptor() - Method in class java.net.DatagramSocketImpl
Gets the datagram socket file descriptor.
getFileDescriptor() - Method in class java.net.SocketImpl
Returns the value of this socket's fd field.
getFileName() - Method in class java.awt.JobAttributes
Specifies the file name for the output file for jobs using these attributes.
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFileName() - Method in interface java.nio.file.Path
Returns the name of the file or directory denoted by this path as a Path object.
getFilenameFilter() - Method in class java.awt.FileDialog
Determines this file dialog's filename filter.
getFileNameMap() - Static method in class java.net.URLConnection
Loads filename map (a mimetable) from a data file.
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFiles() - Method in class java.awt.FileDialog
Returns files that the user selects.
getFileStore(Path) - Static method in class java.nio.file.Files
Returns the FileStore representing the file store where a file is located.
getFileStore(Path) - Method in class java.nio.file.spi.FileSystemProvider
Returns the FileStore representing the file store where a file is located.
getFileStoreAttributeView(Class<V>) - Method in class java.nio.file.FileStore
Returns a FileStoreAttributeView of the given type.
getFileStores() - Method in class java.nio.file.FileSystem
Returns an object to iterate over the underlying file stores.
getFileSystem(URI) - Static method in class java.nio.file.FileSystems
Returns a reference to an existing FileSystem.
getFileSystem() - Method in interface java.nio.file.Path
Returns the file system that created this object.
getFileSystem(URI) - Method in class java.nio.file.spi.FileSystemProvider
Returns an existing FileSystem created by this provider.
getFilter() - Method in class java.util.logging.Handler
Get the current Filter for this Handler.
getFilter() - Method in class java.util.logging.Logger
Get the current filter for this Logger.
getFilterInstance(ImageConsumer) - Method in class java.awt.image.ImageFilter
Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer.
getFirst() - Method in class java.util.ArrayDeque
 
getFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
getFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
getFirst() - Method in interface java.util.Deque
Retrieves, but does not remove, the first element of this deque.
getFirst() - Method in class java.util.LinkedList
Returns the first element in this list.
getFirstComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the first Component in the traversal cycle.
getFirstComponent(Container) - Method in class java.awt.FocusTraversalPolicy
Returns the first Component in the traversal cycle.
getFirstDayOfWeek() - Method in class java.time.temporal.WeekFields
Gets the first day-of-week.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
getFirstDayOfWeek(Locale) - Method in class java.util.spi.CalendarDataProvider
Returns the first day of a week in the given locale.
getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns the first (longest-waiting) thread in the queue, or null if no threads are currently queued.
getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns the first (longest-waiting) thread in the queue, or null if no threads are currently queued.
getFlags() - Method in exception java.util.DuplicateFormatFlagsException
Returns the set of flags which contains a duplicate flag.
getFlags() - Method in exception java.util.FormatFlagsConversionMismatchException
Returns the incompatible flag.
getFlags() - Method in exception java.util.IllegalFormatFlagsException
Returns the set of flags which contains an illegal combination.
getFlags() - Method in exception java.util.UnknownFormatFlagsException
Returns the set of flags which contains an unknown flag.
getFlatness(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.CubicCurve2D
Returns the flatness of the cubic curve specified by the indicated control points.
getFlatness(double[], int) - Static method in class java.awt.geom.CubicCurve2D
Returns the flatness of the cubic curve specified by the control points stored in the indicated array at the indicated index.
getFlatness() - Method in class java.awt.geom.CubicCurve2D
Returns the flatness of this curve.
getFlatness() - Method in class java.awt.geom.FlatteningPathIterator
Returns the flatness of this iterator.
getFlatness(double, double, double, double, double, double) - Static method in class java.awt.geom.QuadCurve2D
Returns the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the indicated control points.
getFlatness(double[], int) - Static method in class java.awt.geom.QuadCurve2D
Returns the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the control points stored in the indicated array at the indicated index.
getFlatness() - Method in class java.awt.geom.QuadCurve2D
Returns the flatness, or maximum distance of a control point from the line connecting the end points, of this QuadCurve2D.
getFlatnessSq(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.CubicCurve2D
Returns the square of the flatness of the cubic curve specified by the indicated control points.
getFlatnessSq(double[], int) - Static method in class java.awt.geom.CubicCurve2D
Returns the square of the flatness of the cubic curve specified by the control points stored in the indicated array at the indicated index.
getFlatnessSq() - Method in class java.awt.geom.CubicCurve2D
Returns the square of the flatness of this curve.
getFlatnessSq(double, double, double, double, double, double) - Static method in class java.awt.geom.QuadCurve2D
Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the indicated control points.
getFlatnessSq(double[], int) - Static method in class java.awt.geom.QuadCurve2D
Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the control points stored in the indicated array at the indicated index.
getFlatnessSq() - Method in class java.awt.geom.QuadCurve2D
Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of this QuadCurve2D.
getFlavorListeners() - Method in class java.awt.datatransfer.Clipboard
Returns an array of all the FlavorListeners currently registered on this Clipboard.
getFlavorMap() - Method in class java.awt.dnd.DragSource
This method returns the FlavorMap for this DragSource.
getFlavorMap() - Method in class java.awt.dnd.DropTarget
Gets the FlavorMap associated with this DropTarget.
getFlavorsForNative(String) - Method in interface java.awt.datatransfer.FlavorTable
Returns a List of DataFlavors to which the specified String corresponds.
getFlavorsForNative(String) - Method in class java.awt.datatransfer.SystemFlavorMap
Returns a List of DataFlavors to which the specified String native can be translated by the data transfer subsystem.
getFlavorsForNatives(String[]) - Method in interface java.awt.datatransfer.FlavorMap
Returns a Map of the specified String natives to their corresponding DataFlavor.
getFlavorsForNatives(String[]) - Method in class java.awt.datatransfer.SystemFlavorMap
Returns a Map of the specified String natives to their most preferred DataFlavor.
getFlipContents() - Method in class java.awt.BufferCapabilities
 
getFloat(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a float.
getFloat(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type float or of another primitive type convertible to type float via a widening conversion.
getFloat() - Method in class java.nio.ByteBuffer
Relative get method for reading a float value.
getFloat(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a float value.
getFloat(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
Implements the getFloat method as per the specification in Preferences.getFloat(String,float).
getFloat(String, float) - Method in class java.util.prefs.Preferences
Returns the float value represented by the string associated with the specified key in this preference node.
getFloatParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a float.
getFocusableWindowState() - Method in class java.awt.Window
Returns whether this Window can become the focused Window if it meets the other requirements outlined in isFocusableWindow.
getFocusCycleRootAncestor() - Method in class java.awt.Component
Returns the Container which is the focus cycle root of this Component's focus traversal cycle.
getFocusCycleRootAncestor() - Method in class java.awt.Window
Always returns null because Windows have no ancestors; they represent the top of the Component hierarchy.
getFocusedWindow() - Method in class java.awt.KeyboardFocusManager
Returns the focused Window, if the focused Window is in the same context as the calling thread.
getFocusListeners() - Method in class java.awt.Component
Returns an array of all the focus listeners registered on this component.
getFocusOwner() - Method in class java.awt.KeyboardFocusManager
Returns the focus owner, if the focus owner is in the same context as the calling thread.
getFocusOwner() - Method in class java.awt.Window
Returns the child Component of this Window that has focus if this Window is focused; returns null otherwise.
getFocusPoint() - Method in class java.awt.RadialGradientPaint
Returns a copy of the focus point of the radial gradient.
getFocusTraversalKeys(int) - Method in class java.awt.Component
Returns the Set of focus traversal keys for a given traversal operation for this Component.
getFocusTraversalKeys(int) - Method in class java.awt.Container
Returns the Set of focus traversal keys for a given traversal operation for this Container.
getFocusTraversalKeys(int) - Method in class java.awt.Window
Gets a focus traversal key for this Window.
getFocusTraversalKeysEnabled() - Method in class java.awt.Component
Returns whether focus traversal keys are enabled for this Component.
getFocusTraversalPolicy() - Method in class java.awt.Container
Returns the focus traversal policy that will manage keyboard traversal of this Container's children, or null if this Container is not a focus cycle root.
getFollowRedirects() - Static method in class java.net.HttpURLConnection
Returns a boolean indicating whether or not HTTP redirects (3xx) should be automatically followed.
getFont() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the Font of this object.
getFont() - Method in class java.awt.Component
Gets the font of this component.
getFont(Map<? extends AttributedCharacterIterator.Attribute, ?>) - Static method in class java.awt.Font
Returns a Font appropriate to the attributes.
getFont(String) - Static method in class java.awt.Font
Returns a Font object from the system properties list.
getFont(String, Font) - Static method in class java.awt.Font
Gets the specified Font from the system properties list.
getFont() - Method in class java.awt.font.GlyphVector
Returns the Font associated with this GlyphVector.
getFont() - Method in class java.awt.FontMetrics
Gets the Font described by this FontMetrics object.
getFont() - Method in class java.awt.Graphics
Gets the current font.
getFont() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the Font of this object.
getFont() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the Font of this object.
getFont() - Method in class java.awt.MenuComponent
Gets the font used for this menu component.
getFont() - Method in interface java.awt.MenuContainer
 
getFontList() - Method in class java.awt.Toolkit
getFontMetrics(Font) - Method in class java.awt.Component.AccessibleAWTComponent
Gets the FontMetrics of this object.
getFontMetrics(Font) - Method in class java.awt.Component
Gets the font metrics for the specified font.
getFontMetrics() - Method in class java.awt.Graphics
Gets the font metrics of the current font.
getFontMetrics(Font) - Method in class java.awt.Graphics
Gets the font metrics for the specified font.
getFontMetrics(Font) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the FontMetrics of this object.
getFontMetrics(Font) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the FontMetrics of this object.
getFontMetrics(Font) - Method in interface java.awt.peer.ComponentPeer
Returns a font metrics object to determine the metrics properties of the specified font.
getFontMetrics(Font) - Method in class java.awt.Toolkit
Deprecated.
As of JDK version 1.2, replaced by the Font method getLineMetrics.
getFontName() - Method in class java.awt.Font
Returns the font face name of this Font.
getFontName(Locale) - Method in class java.awt.Font
Returns the font face name of the Font, localized for the specified locale.
getFontPeer(String, int) - Method in class java.awt.Toolkit
Deprecated.
see java.awt.GraphicsEnvironment#getAllFonts
getFontRenderContext() - Method in class java.awt.font.GlyphVector
Returns the FontRenderContext associated with this GlyphVector.
getFontRenderContext() - Method in class java.awt.FontMetrics
Gets the FontRenderContext used by this FontMetrics object to measure text.
getFontRenderContext() - Method in class java.awt.Graphics2D
Get the rendering context of the Font within this Graphics2D context.
getFontTable(int) - Method in interface java.awt.font.OpenType
Returns the table as an array of bytes for a specified tag.
getFontTable(String) - Method in interface java.awt.font.OpenType
Returns the table as an array of bytes for a specified tag.
getFontTable(int, int, int) - Method in interface java.awt.font.OpenType
Returns a subset of the table as an array of bytes for a specified tag.
getFontTable(String, int, int) - Method in interface java.awt.font.OpenType
Returns a subset of the table as an array of bytes for a specified tag.
getFontTableSize(int) - Method in interface java.awt.font.OpenType
Returns the size of the table for a specified tag.
getFontTableSize(String) - Method in interface java.awt.font.OpenType
Returns the size of the table for a specified tag.
getForeground() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the foreground color of this object.
getForeground() - Method in class java.awt.Component
Gets the foreground color of this component.
getForeground() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Get the foreground color of this object.
getForeground() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the foreground color of this object.
getForkJoinTaskTag() - Method in class java.util.concurrent.ForkJoinTask
Returns the tag for this task.
getFormat() - Method in interface java.security.Certificate
Deprecated.
Returns the name of the coding format.
getFormat() - Method in interface java.security.Key
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
getFormat() - Method in class java.security.spec.EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.X509EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormats() - Method in class java.text.ChoiceFormat
Get the formats passed in the constructor.
getFormats() - Method in class java.text.MessageFormat
Gets the formats used for the format elements in the previously set pattern string.
getFormats(String) - Method in class java.util.ResourceBundle.Control
Returns a List of Strings containing formats to be used to load resource bundles for the given baseName.
getFormatsByArgumentIndex() - Method in class java.text.MessageFormat
Gets the formats used for the values passed into format methods or returned from parse methods.
getFormatSpecifier() - Method in exception java.util.MissingFormatArgumentException
Returns the unmatched format specifier.
getFormatSpecifier() - Method in exception java.util.MissingFormatWidthException
Returns the format specifier which does not have a width.
getFormatter() - Method in class java.util.logging.Handler
Return the Formatter for this Handler.
getFractionalMetricsHint() - Method in class java.awt.font.FontRenderContext
Return the text fractional metrics rendering mode hint used in this FontRenderContext.
getFractions() - Method in class java.awt.MultipleGradientPaint
Returns a copy of the array of floats used by this gradient to calculate color distribution.
getFragment() - Method in class java.net.URI
Returns the decoded fragment component of this URI.
getFrame() - Method in class java.awt.geom.RectangularShape
Returns the framing Rectangle2D that defines the overall shape of this object.
getFrames() - Static method in class java.awt.Frame
Returns an array of all Frames created by this application.
getFreeSpace() - Method in class java.io.File
Returns the number of unallocated bytes in the partition named by this abstract path name.
getFrom(TemporalAccessor) - Method in enum java.time.temporal.ChronoField
 
getFrom(TemporalAccessor) - Method in interface java.time.temporal.TemporalField
Gets the value of this field from the specified temporal object.
getFromPage() - Method in class java.awt.JobAttributes
Returns, for jobs using these attributes, the first page to be printed, if a range of pages is to be printed.
getFrontBufferCapabilities() - Method in class java.awt.BufferCapabilities
 
getFullScreenWindow() - Method in class java.awt.GraphicsDevice
Returns the Window object representing the full-screen window if the device is in full-screen mode.
getFunctionalInterfaceClass() - Method in class java.lang.invoke.SerializedLambda
Get the name of the invoked type to which this lambda has been converted
getFunctionalInterfaceMethodName() - Method in class java.lang.invoke.SerializedLambda
Get the name of the primary method for the functional interface to which this lambda has been converted.
getFunctionalInterfaceMethodSignature() - Method in class java.lang.invoke.SerializedLambda
Get the signature of the primary method for the functional interface to which this lambda has been converted.
getFunctionColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctions(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the system and user functions available in the given catalog.
getG() - Method in interface java.security.interfaces.DSAParams
Returns the base, g.
getG() - Method in class java.security.spec.DSAParameterSpec
Returns the base g.
getG() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the base g.
getG() - Method in class java.security.spec.DSAPublicKeySpec
Returns the base g.
getGamma() - Method in class java.awt.color.ICC_ProfileGray
Returns a gamma value representing the tone reproduction curve (TRC).
getGamma(int) - Method in class java.awt.color.ICC_ProfileRGB
Returns a gamma value representing the tone reproduction curve (TRC) for a particular component.
getGarbageCollectorMXBeans() - Static method in class java.lang.management.ManagementFactory
Returns a list of GarbageCollectorMXBean objects in the Java virtual machine.
getGeneratedKeys() - Method in interface java.sql.Statement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGenerator() - Method in class java.security.spec.ECParameterSpec
Returns the generator which is also known as the base point.
getGenericComponentType() - Method in interface java.lang.reflect.GenericArrayType
Returns a Type object representing the component type of this array.
getGenericDeclaration() - Method in interface java.lang.reflect.TypeVariable
Returns the GenericDeclaration object representing the generic declaration declared this type variable.
getGenericDisplayName(String, int, Locale) - Method in class java.util.spi.TimeZoneNameProvider
Returns a generic name for the given time zone ID that's suitable for presentation to the user in the specified locale.
getGenericExceptionTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
getGenericExceptionTypes() - Method in class java.lang.reflect.Executable
Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
getGenericExceptionTypes() - Method in class java.lang.reflect.Method
Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
getGenericInterfaces() - Method in class java.lang.Class
Returns the Types representing the interfaces directly implemented by the class or interface represented by this object.
getGenericParameterTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getGenericParameterTypes() - Method in class java.lang.reflect.Executable
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getGenericParameterTypes() - Method in class java.lang.reflect.Method
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getGenericReturnType() - Method in class java.lang.reflect.Method
Returns a Type object that represents the formal return type of the method represented by this Method object.
getGenericSuperclass() - Method in class java.lang.Class
Returns the Type representing the direct superclass of the entity (class, interface, primitive type or void) represented by this Class.
getGenericType() - Method in class java.lang.reflect.Field
Returns a Type object that represents the declared type for the field represented by this Field object.
getGestureModifiers() - Method in class java.awt.dnd.DragSourceDragEvent
This method returns an int representing the current state of the input device modifiers associated with the user's gesture.
getGestureModifiersEx() - Method in class java.awt.dnd.DragSourceDragEvent
This method returns an int representing the current state of the input device extended modifiers associated with the user's gesture.
getGetListenerMethod() - Method in class java.beans.EventSetDescriptor
Gets the method used to access the registered event listeners.
getGlobal() - Static method in class java.util.logging.Logger
Return global logger object with the name Logger.GLOBAL_LOGGER_NAME.
getGlobalActiveWindow() - Method in class java.awt.KeyboardFocusManager
Returns the active Window, even if the calling thread is in a different context than the active Window.
getGlobalCurrentFocusCycleRoot() - Method in class java.awt.KeyboardFocusManager
Returns the current focus cycle root, even if the calling thread is in a different context than the current focus cycle root.
getGlobalFocusedWindow() - Method in class java.awt.KeyboardFocusManager
Returns the focused Window, even if the calling thread is in a different context than the focused Window.
getGlobalFocusOwner() - Method in class java.awt.KeyboardFocusManager
Returns the focus owner, even if the calling thread is in a different context than the focus owner.
getGlobalPermanentFocusOwner() - Method in class java.awt.KeyboardFocusManager
Returns the permanent focus owner, even if the calling thread is in a different context than the permanent focus owner.
getGlyphCharIndex(int) - Method in class java.awt.font.GlyphVector
Returns the character index of the specified glyph.
getGlyphCharIndices(int, int, int[]) - Method in class java.awt.font.GlyphVector
Returns the character indices of the specified glyphs.
getGlyphCode(int) - Method in class java.awt.font.GlyphVector
Returns the glyphcode of the specified glyph.
getGlyphCodes(int, int, int[]) - Method in class java.awt.font.GlyphVector
Returns an array of glyphcodes for the specified glyphs.
getGlyphJustificationInfo(int) - Method in class java.awt.font.GlyphVector
Returns the justification information for the glyph at the specified index into this GlyphVector.
getGlyphLogicalBounds(int) - Method in class java.awt.font.GlyphVector
Returns the logical bounds of the specified glyph within this GlyphVector.
getGlyphMetrics(int) - Method in class java.awt.font.GlyphVector
Returns the metrics of the glyph at the specified index into this GlyphVector.
getGlyphOutline(int) - Method in class java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector.
getGlyphOutline(int, float, float) - Method in class java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of the specified glyph within this GlyphVector, offset to x, y.
getGlyphPixelBounds(int, FontRenderContext, float, float) - Method in class java.awt.font.GlyphVector
Returns the pixel bounds of the glyph at index when this GlyphVector is rendered in a Graphics with the given FontRenderContext at the given location.
getGlyphPosition(int) - Method in class java.awt.font.GlyphVector
Returns the position of the specified glyph relative to the origin of this GlyphVector.
getGlyphPositions(int, int, float[]) - Method in class java.awt.font.GlyphVector
Returns an array of glyph positions for the specified glyphs.
getGlyphTransform(int) - Method in class java.awt.font.GlyphVector
Returns the transform of the specified glyph within this GlyphVector.
getGlyphVisualBounds(int) - Method in class java.awt.font.GlyphVector
Returns the visual bounds of the specified glyph within the GlyphVector.
getGraphics() - Method in class java.awt.Component
Creates a graphics context for this component.
getGraphics() - Method in class java.awt.image.BufferedImage
This method returns a Graphics2D, but is here for backwards compatibility.
getGraphics() - Method in class java.awt.Image
Creates a graphics context for drawing to an off-screen image.
getGraphics() - Method in class java.awt.image.VolatileImage
This method returns a Graphics2D, but is here for backwards compatibility.
getGraphics() - Method in interface java.awt.peer.ComponentPeer
Returns a graphics object to paint on the component.
getGraphics() - Method in class java.awt.PrintJob
Gets a Graphics object that will draw to the next page.
getGraphicsConfiguration() - Method in class java.awt.Component
Gets the GraphicsConfiguration associated with this Component.
getGraphicsConfiguration() - Method in interface java.awt.peer.ComponentPeer
Returns the graphics configuration that corresponds to this component.
getGreatestMinimum(int) - Method in class java.util.Calendar
Returns the highest minimum value for the given calendar field of this Calendar instance.
getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
Returns the highest minimum value for the given calendar field of this GregorianCalendar instance.
getGreen() - Method in class java.awt.Color
Returns the green component in the range 0-255 in the default sRGB space.
getGreen(int) - Method in class java.awt.image.ColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - Method in class java.awt.image.ColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - Method in class java.awt.image.ComponentColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - Method in class java.awt.image.ComponentColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - Method in class java.awt.image.DirectColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(Object) - Method in class java.awt.image.DirectColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreen(int) - Method in class java.awt.image.IndexColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getGreenMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the green color component.
getGreens(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of green color components into the specified array.
getGregorianChange() - Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getGroupID() - Method in class java.rmi.activation.ActivationDesc
Returns the group identifier for the object specified by this descriptor.
getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
Gets the character used for thousands separator.
getGroupingSize() - Method in class java.text.DecimalFormat
Return the grouping size.
getGuarantor() - Method in interface java.security.Certificate
Deprecated.
Returns the guarantor of the certificate, that is, the principal guaranteeing that the public key associated with this certificate is that of the principal associated with this certificate.
getHAdjustable() - Method in class java.awt.ScrollPane
Returns the ScrollPaneAdjustable object which represents the state of the horizontal scrollbar.
getHandlers() - Method in class java.util.logging.Logger
Get the Handlers associated with this logger.
getHardwareAddress() - Method in class java.net.NetworkInterface
Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges.
getHead(Handler) - Method in class java.util.logging.Formatter
Return the header string for a set of formatted records.
getHead(Handler) - Method in class java.util.logging.XMLFormatter
Return the header string for a set of XML formatted records.
getHeaderField(int) - Method in class java.net.HttpURLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in class java.net.URLConnection
Returns the value of the named header field.
getHeaderField(int) - Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderFieldDate(String, long) - Method in class java.net.HttpURLConnection
 
getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in class java.net.HttpURLConnection
Returns the key for the nth header field.
getHeaderFieldKey(int) - Method in class java.net.URLConnection
Returns the key for the nth header field.
getHeaderFieldLong(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFields() - Method in class java.net.URLConnection
Returns an unmodifiable Map of the header fields.
getHeaders() - Method in class java.net.CacheResponse
Returns the response headers as a Map.
getHeapMemoryUsage() - Method in interface java.lang.management.MemoryMXBean
Returns the current memory usage of the heap that is used for object allocation.
getHeight() - Method in class java.awt.Component
Returns the current height of this component.
getHeight() - Method in class java.awt.Dimension
Returns the height of this Dimension in double precision.
getHeight() - Method in class java.awt.DisplayMode
Returns the height of the display, in pixels.
getHeight() - Method in class java.awt.font.LineMetrics
Returns the height of the text.
getHeight() - Method in class java.awt.FontMetrics
Gets the standard height of a line of text in this font.
getHeight() - Method in class java.awt.geom.Arc2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.geom.Arc2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.geom.Dimension2D
Returns the height of this Dimension in double precision.
getHeight() - Method in class java.awt.geom.Ellipse2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.geom.Ellipse2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.geom.Rectangle2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.geom.Rectangle2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.geom.RectangularShape
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the height of the framing rectangle in double precision.
getHeight() - Method in class java.awt.image.BufferedImage
Returns the height of the BufferedImage.
getHeight(ImageObserver) - Method in class java.awt.image.BufferedImage
Returns the height of the BufferedImage.
getHeight(ImageObserver) - Method in class java.awt.Image
Determines the height of the image.
getHeight() - Method in class java.awt.image.Kernel
Returns the height of this Kernel.
getHeight() - Method in class java.awt.image.PixelGrabber
Get the height of the pixel buffer (after adjusting for image height).
getHeight() - Method in class java.awt.image.Raster
Returns the height in pixels of the Raster.
getHeight() - Method in interface java.awt.image.renderable.RenderableImage
Gets the height in user coordinate space.
getHeight() - Method in class java.awt.image.renderable.RenderableImageOp
Gets the height in user coordinate space.
getHeight() - Method in interface java.awt.image.RenderedImage
Returns the height of the RenderedImage.
getHeight() - Method in class java.awt.image.SampleModel
Returns the height in pixels.
getHeight() - Method in class java.awt.image.VolatileImage
Returns the height of the VolatileImage.
getHeight() - Method in class java.awt.print.PageFormat
Returns the height, in 1/72nds of an inch, of the page.
getHeight() - Method in class java.awt.print.Paper
Returns the height of the page in 1/72nds of an inch.
getHeight() - Method in class java.awt.Rectangle
Returns the height of the bounding Rectangle in double precision.
getHelpMenu() - Method in class java.awt.MenuBar
Gets the help menu on the menu bar.
getHgap() - Method in class java.awt.BorderLayout
Returns the horizontal gap between components.
getHgap() - Method in class java.awt.CardLayout
Gets the horizontal gap between components.
getHgap() - Method in class java.awt.FlowLayout
Gets the horizontal gap between components and between the components and the borders of the Container
getHgap() - Method in class java.awt.GridLayout
Gets the horizontal gap between components.
getHierarchyBoundsListeners() - Method in class java.awt.Component
Returns an array of all the hierarchy bounds listeners registered on this component.
getHierarchyListeners() - Method in class java.awt.Component
Returns an array of all the hierarchy listeners registered on this component.
getHoldability() - Method in interface java.sql.Connection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHoldability() - Method in interface java.sql.ResultSet
Retrieves the holdability of this ResultSet object
getHoldCount() - Method in class java.util.concurrent.locks.ReentrantLock
Queries the number of holds on this lock by the current thread.
getHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries the number of holds on this write lock by the current thread.
getHost() - Method in class java.net.URI
Returns the host component of this URI.
getHost() - Method in class java.net.URL
Gets the host name of this URL, if applicable.
getHostAddress() - Method in class java.net.Inet4Address
Returns the IP address string in textual presentation form.
getHostAddress() - Method in class java.net.Inet6Address
Returns the IP address string in textual presentation.
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address string in textual presentation.
getHostAddress(URL) - Method in class java.net.URLStreamHandler
Get the IP address of our host.
getHostName() - Method in class java.net.InetAddress
Gets the host name for this IP address.
getHostName() - Method in class java.net.InetSocketAddress
Gets the hostname.
getHostString() - Method in class java.net.InetSocketAddress
Returns the hostname, or the String form of the address if it doesn't have a hostname (it was created using a literal).
getHour() - Method in class java.time.LocalDateTime
Gets the hour-of-day field.
getHour() - Method in class java.time.LocalTime
Gets the hour-of-day field.
getHour() - Method in class java.time.OffsetDateTime
Gets the hour-of-day field.
getHour() - Method in class java.time.OffsetTime
Gets the hour-of-day field.
getHour() - Method in class java.time.ZonedDateTime
Gets the hour-of-day field.
getHours() - Method in class java.sql.Date
Deprecated. 
getHours() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.HOUR_OF_DAY).
getHSBColor(float, float, float) - Static method in class java.awt.Color
Creates a Color object based on the specified values for the HSB color model.
getHScrollbarHeight() - Method in interface java.awt.peer.ScrollPanePeer
Returns the height of the horizontal scroll bar.
getHScrollbarHeight() - Method in class java.awt.ScrollPane
Returns the height that would be occupied by a horizontal scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getHumanPresentableName() - Method in class java.awt.datatransfer.DataFlavor
Returns the human presentable name for the data format that this DataFlavor represents.
getICC_Profiles() - Method in class java.awt.image.ColorConvertOp
Returns the array of ICC_Profiles used to construct this ColorConvertOp.
getIcon(int) - Method in interface java.beans.BeanInfo
Returns an image that can be used to represent the bean in toolboxes or toolbars.
getIcon(int) - Method in class java.beans.SimpleBeanInfo
Claim there are no icons available.
getIconImage() - Method in class java.awt.Frame
Returns the image to be displayed as the icon for this frame.
getIconImages() - Method in class java.awt.Window
Returns the sequence of images to be displayed as the icon for this window.
getID() - Method in class java.awt.AWTEvent
Returns the event type.
getId() - Method in class java.lang.Thread
Returns the identifier of this Thread.
getID() - Method in class java.rmi.activation.Activatable
Returns the object's activation identifier.
getId() - Method in interface java.security.cert.Extension
Gets the extensions's object identifier.
getId() - Method in interface java.time.chrono.Chronology
Gets the ID of the chronology.
getId() - Method in class java.time.chrono.HijrahChronology
Gets the ID of the chronology.
getId() - Method in class java.time.chrono.IsoChronology
Gets the ID of the chronology - 'ISO'.
getId() - Method in class java.time.chrono.JapaneseChronology
Gets the ID of the chronology - 'Japanese'.
getId() - Method in class java.time.chrono.MinguoChronology
Gets the ID of the chronology - 'Minguo'.
getId() - Method in class java.time.chrono.ThaiBuddhistChronology
Gets the ID of the chronology - 'ThaiBuddhist'.
getId() - Method in class java.time.ZoneId
Gets the unique time-zone ID.
getId() - Method in class java.time.ZoneOffset
Gets the normalized zone offset ID.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIdentifierQuoteString() - Method in interface java.sql.DatabaseMetaData
Retrieves the string used to quote SQL identifiers.
getIdentity(String) - Method in class java.security.IdentityScope
Deprecated.
Returns the identity in this scope with the specified name (if any).
getIdentity(Principal) - Method in class java.security.IdentityScope
Deprecated.
Retrieves the identity whose name is the same as that of the specified principal.
getIdentity(PublicKey) - Method in class java.security.IdentityScope
Deprecated.
Retrieves the identity with the specified public key.
getIdentityHashCode() - Method in class java.lang.management.LockInfo
Returns the identity hash code of the lock object returned from the System.identityHashCode(java.lang.Object) method.
getIDstring() - Method in class java.awt.GraphicsDevice
Returns the identification string associated with this GraphicsDevice.
getIfModifiedSince() - Method in class java.net.URLConnection
Returns the value of this object's ifModifiedSince field.
getIgnoreRepaint() - Method in class java.awt.Component
 
getImage(URL) - Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImage(URL, String) - Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImage(URL) - Method in interface java.applet.AppletContext
Returns an Image object that can then be painted on the screen.
getImage() - Method in class java.awt.TexturePaint
Returns the BufferedImage texture used to fill the shapes.
getImage(String) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file, whose format can be either GIF, JPEG or PNG.
getImage(URL) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
getImage() - Method in class java.awt.TrayIcon
Returns the current image used for this TrayIcon.
getImageableHeight() - Method in class java.awt.print.PageFormat
Return the height, in 1/72nds of an inch, of the imageable area of the page.
getImageableHeight() - Method in class java.awt.print.Paper
Returns the height of this Paper object's imageable area.
getImageableWidth() - Method in class java.awt.print.PageFormat
Returns the width, in 1/72nds of an inch, of the imageable area of the page.
getImageableWidth() - Method in class java.awt.print.Paper
Returns the width of this Paper object's imageable area.
getImageableX() - Method in class java.awt.print.PageFormat
Returns the x coordinate of the upper left point of the imageable area of the Paper object associated with this PageFormat.
getImageableX() - Method in class java.awt.print.Paper
Returns the x coordinate of the upper-left corner of this Paper object's imageable area.
getImageableY() - Method in class java.awt.print.PageFormat
Returns the y coordinate of the upper left point of the imageable area of the Paper object associated with this PageFormat.
getImageableY() - Method in class java.awt.print.Paper
Returns the y coordinate of the upper-left corner of this Paper object's imageable area.
getImageCapabilities() - Method in class java.awt.GraphicsConfiguration
Returns the image capabilities of this GraphicsConfiguration.
getImageURL() - Method in class java.awt.SplashScreen
Returns the current splash screen image.
getImplClass() - Method in class java.lang.invoke.SerializedLambda
Get the name of the class containing the implementation method.
getImplementationTitle() - Method in class java.lang.Package
Return the title of this package.
getImplementationVendor() - Method in class java.lang.Package
Returns the name of the organization, vendor or company that provided this implementation.
getImplementationVersion() - Method in class java.lang.Package
Return the version of this implementation.
getImplicitDownCycleTraversal() - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns whether this ContainerOrderFocusTraversalPolicy transfers focus down-cycle implicitly.
getImplMethodKind() - Method in class java.lang.invoke.SerializedLambda
Get the method handle kind (see MethodHandleInfo) of the implementation method.
getImplMethodName() - Method in class java.lang.invoke.SerializedLambda
Get the name of the implementation method.
getImplMethodSignature() - Method in class java.lang.invoke.SerializedLambda
Get the signature of the implementation method.
getImportedKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns (the primary keys imported by a table).
getInCheck() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
getIndex() - Method in class java.beans.IndexedPropertyChangeEvent
Gets the index of the property that was changed.
getIndex() - Method in class java.net.NetworkInterface
Returns the index of this network interface.
getIndex() - Method in exception java.net.URISyntaxException
Returns an index into the input string of the position at which the parse error occurred, or -1 if this position is not known.
getIndex() - Method in exception java.nio.file.InvalidPathException
Returns an index into the input string of the position at which the error occurred, or -1 if this position is not known.
getIndex() - Method in exception java.security.cert.CertPathValidatorException
Returns the index of the certificate in the certification path that caused the exception to be thrown.
getIndex() - Method in exception java.sql.DataTruncation
Retrieves the index of the column or parameter that was truncated.
getIndex() - Method in interface java.text.CharacterIterator
Returns the current index.
getIndex() - Method in class java.text.ParsePosition
Retrieve the current parse position.
getIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getIndex() for String.
getIndex() - Method in exception java.util.regex.PatternSyntaxException
Retrieves the error index.
getIndexAtPoint(Point) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Given a point in local coordinates, return the zero-based index of the character under that Point.
getIndexedPropertyType() - Method in class java.beans.IndexedPropertyDescriptor
Returns the Java type info for the indexed property.
getIndexedReadMethod() - Method in class java.beans.IndexedPropertyDescriptor
Gets the method that should be used to read an indexed property value.
getIndexedWriteMethod() - Method in class java.beans.IndexedPropertyDescriptor
Gets the method that should be used to write an indexed property value.
getIndexInfo(String, String, String, boolean, boolean) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given table's indices and statistics.
getInetAddress() - Method in class java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress() - Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddress() - Method in class java.net.SocketImpl
Returns the value of this socket's address field.
getInetAddresses() - Method in class java.net.NetworkInterface
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
getInfinity() - Method in class java.text.DecimalFormatSymbols
Gets the string used to represent infinity.
getInfo() - Method in class java.security.Identity
Deprecated.
Returns general information previously specified for this identity.
getInfo() - Method in class java.security.Provider
Returns a human-readable description of the provider and its services.
getInit() - Method in class java.lang.management.MemoryUsage
Returns the amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getInitialComponent(Window) - Method in class java.awt.FocusTraversalPolicy
Returns the Component that should receive the focus when a Window is made visible for the first time.
getInitialPolicies() - Method in class java.security.cert.PKIXParameters
Returns an immutable Set of initial policy identifiers (OID strings), indicating that any one of these policies would be acceptable to the certificate user for the purposes of certification path processing.
getInitiatedClasses(ClassLoader) - Method in interface java.lang.instrument.Instrumentation
Returns an array of all classes for which loader is an initiating loader.
getInput() - Method in exception java.net.URISyntaxException
Returns the input string.
getInput() - Method in exception java.nio.file.InvalidPathException
Returns the input string.
getInputArguments() - Method in interface java.lang.management.RuntimeMXBean
Returns the input arguments passed to the Java virtual machine which does not include the arguments to the main method.
getInputContext() - Method in class java.awt.Component
Gets the input context used by this component for handling the communication with input methods when text is entered in this component.
getInputContext() - Method in class java.awt.Window
Gets the input context for this window.
getInputLength() - Method in exception java.nio.charset.MalformedInputException
Returns the length of the input.
getInputLength() - Method in exception java.nio.charset.UnmappableCharacterException
Returns the length of the input.
getInputMethodControlObject() - Method in class java.awt.im.InputContext
Returns a control object from the current input method, or null.
getInputMethodDisplayName(Locale, Locale) - Method in interface java.awt.im.spi.InputMethodDescriptor
Returns the user-visible name of the corresponding input method for the given input locale in the language in which the name will be displayed.
getInputMethodIcon(Locale) - Method in interface java.awt.im.spi.InputMethodDescriptor
Returns an icon for the corresponding input method.
getInputMethodListeners() - Method in class java.awt.Component
Returns an array of all the input method listeners registered on this component.
getInputMethodRequests() - Method in class java.awt.Component
Gets the input method request handler which supports requests from input methods for this component.
getInputMethodRequests() - Method in interface java.awt.peer.TextComponentPeer
Returns the input method requests.
getInputMethodRequests() - Method in class java.awt.TextComponent
 
getInputStream() - Method in class java.lang.Process
Returns the input stream connected to the normal output of the subprocess.
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream() - Method in class java.net.SocketImpl
Returns an input stream for this socket.
getInputStream() - Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
getInputStream(ZipEntry) - Method in class java.util.jar.JarFile
Returns an input stream for reading the contents of the specified zip file entry.
getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
Returns an input stream for reading the contents of the specified zip file entry.
getInsertionIndex() - Method in class java.awt.font.TextHitInfo
Returns the insertion index.
getInsertPositionOffset() - Method in interface java.awt.im.InputMethodRequests
Gets the offset of the insert position in the committed text contained in the text editing component.
getInsets() - Method in class java.awt.Container
Determines the insets of this container, which indicate the size of the container's border.
getInsets() - Method in interface java.awt.peer.ContainerPeer
Returns the insets of this container.
getInstance(int) - Static method in class java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule.
getInstance(int, float) - Static method in class java.awt.AlphaComposite
Creates an AlphaComposite object with the specified rule and the constant alpha to multiply with the alpha of the source.
getInstance(int) - Static method in class java.awt.color.ColorSpace
Returns a ColorSpace representing one of the specific predefined color spaces.
getInstance(byte[]) - Static method in class java.awt.color.ICC_Profile
Constructs an ICC_Profile object corresponding to the data in a byte array.
getInstance(int) - Static method in class java.awt.color.ICC_Profile
Constructs an ICC_Profile corresponding to one of the specific color spaces defined by the ColorSpace class (for example CS_sRGB).
getInstance(String) - Static method in class java.awt.color.ICC_Profile
Constructs an ICC_Profile corresponding to the data in a file.
getInstance(InputStream) - Static method in class java.awt.color.ICC_Profile
Constructs an ICC_Profile corresponding to the data in an InputStream.
getInstance() - Static method in class java.awt.im.InputContext
Returns a new InputContext instance.
getInstance(String) - Static method in class java.security.AlgorithmParameterGenerator
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
getInstance(String, String) - Static method in class java.security.AlgorithmParameterGenerator
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.AlgorithmParameterGenerator
Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.
getInstance(String) - Static method in class java.security.AlgorithmParameters
Returns a parameter object for the specified algorithm.
getInstance(String, String) - Static method in class java.security.AlgorithmParameters
Returns a parameter object for the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.AlgorithmParameters
Returns a parameter object for the specified algorithm.
getInstance(String) - Static method in class java.security.cert.CertificateFactory
Returns a certificate factory object that implements the specified certificate type.
getInstance(String, String) - Static method in class java.security.cert.CertificateFactory
Returns a certificate factory object for the specified certificate type.
getInstance(String, Provider) - Static method in class java.security.cert.CertificateFactory
Returns a certificate factory object for the specified certificate type.
getInstance(String) - Static method in class java.security.cert.CertPathBuilder
Returns a CertPathBuilder object that implements the specified algorithm.
getInstance(String, String) - Static method in class java.security.cert.CertPathBuilder
Returns a CertPathBuilder object that implements the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.cert.CertPathBuilder
Returns a CertPathBuilder object that implements the specified algorithm.
getInstance(String) - Static method in class java.security.cert.CertPathValidator
Returns a CertPathValidator object that implements the specified algorithm.
getInstance(String, String) - Static method in class java.security.cert.CertPathValidator
Returns a CertPathValidator object that implements the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.cert.CertPathValidator
Returns a CertPathValidator object that implements the specified algorithm.
getInstance(String, CertStoreParameters) - Static method in class java.security.cert.CertStore
Returns a CertStore object that implements the specified CertStore type and is initialized with the specified parameters.
getInstance(String, CertStoreParameters, String) - Static method in class java.security.cert.CertStore
Returns a CertStore object that implements the specified CertStore type.
getInstance(String, CertStoreParameters, Provider) - Static method in class java.security.cert.CertStore
Returns a CertStore object that implements the specified CertStore type.
getInstance(String) - Static method in class java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String, String) - Static method in class java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String) - Static method in class java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String, String) - Static method in class java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String, Provider) - Static method in class java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String) - Static method in class java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String, String) - Static method in class java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String, Provider) - Static method in class java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, String) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, Provider) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, Policy.Parameters) - Static method in class java.security.Policy
Returns a Policy object of the specified type.
getInstance(String, Policy.Parameters, String) - Static method in class java.security.Policy
Returns a Policy object of the specified type.
getInstance(String, Policy.Parameters, Provider) - Static method in class java.security.Policy
Returns a Policy object of the specified type.
getInstance(String) - Static method in class java.security.SecureRandom
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
getInstance(String, String) - Static method in class java.security.SecureRandom
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
getInstance(String, Provider) - Static method in class java.security.SecureRandom
Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm.
getInstance(String) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance(String, String) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance(String, Provider) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance() - Static method in class java.text.Collator
Gets the Collator for the current default locale.
getInstance(Locale) - Static method in class java.text.Collator
Gets the Collator for the desired locale.
getInstance() - Static method in class java.text.DateFormat
Get a default date/time formatter that uses the SHORT style for both the date and the time.
getInstance() - Static method in class java.text.DateFormatSymbols
Gets the DateFormatSymbols instance for the default locale.
getInstance(Locale) - Static method in class java.text.DateFormatSymbols
Gets the DateFormatSymbols instance for the specified locale.
getInstance() - Static method in class java.text.DecimalFormatSymbols
Gets the DecimalFormatSymbols instance for the default locale.
getInstance(Locale) - Static method in class java.text.DecimalFormatSymbols
Gets the DecimalFormatSymbols instance for the specified locale.
getInstance() - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the current default FORMAT locale.
getInstance(Locale) - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getInstance(Locale) - Method in class java.text.spi.CollatorProvider
Returns a new Collator instance for the specified locale.
getInstance(Locale) - Method in class java.text.spi.DateFormatSymbolsProvider
Returns a new DateFormatSymbols instance for the specified locale.
getInstance(Locale) - Method in class java.text.spi.DecimalFormatSymbolsProvider
Returns a new DecimalFormatSymbols instance for the specified locale.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(Locale) - Static method in class java.util.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
Gets a calendar with the specified time zone and locale.
getInstance(String) - Static method in class java.util.Currency
Returns the Currency instance for the given currency code.
getInstance(Locale) - Static method in class java.util.Currency
Returns the Currency instance for the country of the given locale.
getInstanceFollowRedirects() - Method in class java.net.HttpURLConnection
Returns the value of this HttpURLConnection's instanceFollowRedirects field.
getInstanceOf(Object, Class<?>) - Static method in class java.beans.Beans
From a given bean, obtain an object representing a specified type view of that source object.
getInstanceStrong() - Static method in class java.security.SecureRandom
Returns a SecureRandom object that was selected by using the algorithms/providers specified in the securerandom.strongAlgorithms Security property.
getInstant() - Method in class java.time.zone.ZoneOffsetTransition
Gets the transition instant.
getInstantiatedMethodType() - Method in class java.lang.invoke.SerializedLambda
Get the signature of the primary functional interface method after type variables are substituted with their instantiation from the capture site.
getInt(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as an int.
getInt(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type int or of another primitive type convertible to type int via a widening conversion.
getInt() - Method in class java.nio.ByteBuffer
Relative get method for reading an int value.
getInt(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading an int value.
getInt(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String, int) - Method in class java.util.prefs.AbstractPreferences
Implements the getInt method as per the specification in Preferences.getInt(String,int).
getInt(String, int) - Method in class java.util.prefs.Preferences
Returns the int value represented by the string associated with the specified key in this preference node.
getInteger(String) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer) - Static method in class java.lang.Integer
Returns the integer value of the system property with the specified name.
getIntegerInstance() - Static method in class java.text.NumberFormat
Returns an integer number format for the current default FORMAT locale.
getIntegerInstance(Locale) - Static method in class java.text.NumberFormat
Returns an integer number format for the specified locale.
getIntegerInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
Returns a new NumberFormat instance which formats integer values for the specified locale.
getInterface() - Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterfaceAddresses() - Method in class java.net.NetworkInterface
Get a List of all or a subset of the InterfaceAddresses of this network interface.
getInterfaces() - Method in class java.lang.Class
Determines the interfaces implemented by the class or interface represented by this object.
getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
Returns the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
getInterpolationType() - Method in class java.awt.image.AffineTransformOp
Returns the interpolation type used by this op.
getIntParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as an int.
getInvalidityDate() - Method in exception java.security.cert.CertificateRevokedException
Returns the invalidity date, as specified in the Invalidity Date extension of this CertificateRevokedException.
getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
Returns the invocation handler for the specified proxy instance.
getIOException() - Method in exception java.awt.print.PrinterIOException
Returns the IOException that terminated the print job.
getISO3Country() - Method in class java.util.Locale
Returns a three-letter abbreviation for this locale's country.
getISO3Language() - Method in class java.util.Locale
Returns a three-letter abbreviation of this locale's language.
getISOCountries() - Static method in class java.util.Locale
Returns a list of all 2-letter country codes defined in ISO 3166.
getISOLanguages() - Static method in class java.util.Locale
Returns a list of all 2-letter language codes defined in ISO 639.
getIssuer() - Method in class java.security.cert.X509CertSelector
Returns the issuer criterion as an X500Principal.
getIssuerAlternativeNames() - Method in class java.security.cert.X509Certificate
Gets an immutable collection of issuer alternative names from the IssuerAltName extension, (OID = 2.5.29.18).
getIssuerAsBytes() - Method in class java.security.cert.X509CertSelector
Returns the issuer criterion as a byte array.
getIssuerAsString() - Method in class java.security.cert.X509CertSelector
getIssuerDN() - Method in class java.security.cert.X509Certificate
getIssuerDN() - Method in class java.security.cert.X509CRL
Denigrated, replaced by X509CRL.getIssuerX500Principal().
getIssuerNames() - Method in class java.security.cert.X509CRLSelector
Returns a copy of the issuerNames criterion.
getIssuers() - Method in class java.security.cert.X509CRLSelector
Returns the issuerNames criterion.
getIssuerUniqueID() - Method in class java.security.cert.X509Certificate
Gets the issuerUniqueID value from the certificate.
getIssuerX500Principal() - Method in class java.security.cert.X509Certificate
Returns the issuer (issuer distinguished name) value from the certificate as an X500Principal.
getIssuerX500Principal() - Method in class java.security.cert.X509CRL
Returns the issuer (issuer distinguished name) value from the CRL as an X500Principal.
getItalicAngle() - Method in class java.awt.Font
Returns the italic angle of this Font.
getItem(int) - Method in class java.awt.Choice
Gets the string at the specified index in this Choice menu.
getItem() - Method in class java.awt.event.ItemEvent
Returns the item affected by the event.
getItem(int) - Method in class java.awt.List
Gets the item associated with the specified index.
getItem(int) - Method in class java.awt.Menu
Gets the item located at the specified index of this menu.
getItemCount() - Method in class java.awt.Choice
Returns the number of items in this Choice menu.
getItemCount() - Method in class java.awt.List
Gets the number of items in the list.
getItemCount() - Method in class java.awt.Menu
Get the number of items in this menu.
getItemListeners() - Method in class java.awt.Checkbox
Returns an array of all the item listeners registered on this checkbox.
getItemListeners() - Method in class java.awt.CheckboxMenuItem
Returns an array of all the item listeners registered on this checkbox menuitem.
getItemListeners() - Method in class java.awt.Choice
Returns an array of all the item listeners registered on this choice.
getItemListeners() - Method in class java.awt.List
Returns an array of all the item listeners registered on this list.
getItems() - Method in class java.awt.List
Gets the items in the list.
getItemSelectable() - Method in class java.awt.event.ItemEvent
Returns the originator of the event.
getIterator() - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to the entire contents of this string.
getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getJarEntry() - Method in class java.net.JarURLConnection
Return the JAR entry object for this connection, if any.
getJarEntry(String) - Method in class java.util.jar.JarFile
Returns the JarEntry for the given entry name or null if not found.
getJarFile() - Method in class java.net.JarURLConnection
Return the JAR file for this connection.
getJarFileURL() - Method in class java.net.JarURLConnection
Returns the URL for the Jar file for this connection.
getJavaInitializationString() - Method in interface java.beans.PropertyEditor
Returns a fragment of Java code that can be used to set a property to match the editors current state.
getJavaInitializationString() - Method in class java.beans.PropertyEditorSupport
This method is intended for use when generating Java code to set the value of the property.
getJDBCMajorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in interface java.sql.DatabaseMetaData
Retrieves the minor JDBC version number for this driver.
getJobName() - Method in class java.awt.print.PrinterJob
Gets the name of the document to be printed.
getJustificationInfo() - Method in class java.awt.font.GraphicAttribute
Returns the justification information for this GraphicAttribute.
getJustifiedLayout(float) - Method in class java.awt.font.TextLayout
Creates a copy of this TextLayout justified to the specified width.
getKeepAlive() - Method in class java.net.Socket
Tests if SO_KEEPALIVE is enabled.
getKeepAliveTime(TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the thread keep-alive time, which is the amount of time that threads in excess of the core pool size may remain idle before being terminated.
getKernel() - Method in class java.awt.image.ConvolveOp
Returns the Kernel.
getKernelData(float[]) - Method in class java.awt.image.Kernel
Returns the kernel data in row major order.
getKey() - Method in class java.awt.MenuShortcut
Returns the raw keycode of this MenuShortcut.
getKey(String, char[]) - Method in class java.security.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
getKey() - Method in class java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKey() - Method in exception java.util.MissingResourceException
Gets parameter passed by constructor.
getKey() - Method in class java.util.prefs.PreferenceChangeEvent
Returns the key of the preference that was changed.
getKeyChar() - Method in class java.awt.AWTKeyStroke
Returns the character for this AWTKeyStroke.
getKeyChar() - Method in class java.awt.event.KeyEvent
Returns the character associated with the key in this event.
getKeyCode() - Method in class java.awt.AWTKeyStroke
Returns the numeric key code for this AWTKeyStroke.
getKeyCode() - Method in class java.awt.event.KeyEvent
Returns the integer keyCode associated with the key in this event.
getKeyEventDispatchers() - Method in class java.awt.KeyboardFocusManager
Returns this KeyboardFocusManager's KeyEventDispatcher chain as a List.
getKeyEventPostProcessors() - Method in class java.awt.KeyboardFocusManager
Returns this KeyboardFocusManager's KeyEventPostProcessor chain as a List.
getKeyEventType() - Method in class java.awt.AWTKeyStroke
Returns the type of KeyEvent which corresponds to this AWTKeyStroke.
getKeyListeners() - Method in class java.awt.Component
Returns an array of all the key listeners registered on this component.
getKeyLocation() - Method in class java.awt.event.KeyEvent
Returns the location of the key that originated this key event.
getKeyModifiersText(int) - Static method in class java.awt.event.KeyEvent
Returns a String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
getKeys() - Method in class java.util.ListResourceBundle
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
getKeys() - Method in class java.util.PropertyResourceBundle
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
getKeys() - Method in class java.util.ResourceBundle
Returns an enumeration of the keys.
getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the keysize.
getKeySpec(Key, Class<T>) - Method in class java.security.KeyFactory
Returns a specification (key material) of the given key object.
getKeyStore() - Method in class java.security.KeyStore.Builder
Returns the KeyStore described by this object.
getKeyText(int) - Static method in class java.awt.event.KeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getKeyUsage() - Method in class java.security.cert.X509Certificate
Gets a boolean array representing bits of the KeyUsage extension, (OID = 2.5.29.15).
getKeyUsage() - Method in class java.security.cert.X509CertSelector
Returns the keyUsage criterion.
getLabel() - Method in class java.awt.Button
Gets the label of this button.
getLabel() - Method in class java.awt.Checkbox
Gets the label of this check box.
getLabel() - Method in class java.awt.MenuItem
Gets the label for this menu item.
getLanguage() - Method in class java.util.Locale
Returns the language code of this Locale.
getLargeMaxRows() - Method in interface java.sql.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getLargestMinimum() - Method in class java.time.temporal.ValueRange
Gets the largest possible minimum value that the field can take.
getLargestPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the largest number of threads that have ever simultaneously been in the pool.
getLargeUpdateCount() - Method in interface java.sql.Statement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getLargeUpdateCounts() - Method in exception java.sql.BatchUpdateException
Retrieves the update count for each update statement in the batch update that executed successfully before this exception occurred.
getLast() - Method in class java.util.ArrayDeque
 
getLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
getLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
getLast() - Method in interface java.util.Deque
Retrieves, but does not remove, the last element of this deque.
getLast() - Method in class java.util.LinkedList
Returns the last element in this list.
getLastAccessTime() - Method in class java.util.zip.ZipEntry
Returns the last access time of the entry.
getLastComponent(Container) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Returns the last Component in the traversal cycle.
getLastComponent(Container) - Method in class java.awt.FocusTraversalPolicy
Returns the last Component in the traversal cycle.
getLastModified() - Method in class java.net.URLConnection
Returns the value of the last-modified header field.
getLastModifiedTime(Path, LinkOption...) - Static method in class java.nio.file.Files
Returns a file's last modified time.
getLastModifiedTime() - Method in class java.util.zip.ZipEntry
Returns the last modification time of the entry.
getLayout() - Method in class java.awt.Container
Gets the layout manager for this container.
getLayout(int, int) - Method in class java.awt.font.TextMeasurer
Returns a TextLayout on the given character range.
getLayoutAlignmentX(Container) - Method in class java.awt.BorderLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class java.awt.CardLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class java.awt.GridBagLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in interface java.awt.LayoutManager2
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class java.awt.BorderLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class java.awt.CardLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class java.awt.GridBagLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in interface java.awt.LayoutManager2
Returns the alignment along the y axis.
getLayoutComponent(Object) - Method in class java.awt.BorderLayout
Gets the component that was added using the given constraint
getLayoutComponent(Container, Object) - Method in class java.awt.BorderLayout
Returns the component that corresponds to the given constraint location based on the target Container's component orientation.
getLayoutDimensions() - Method in class java.awt.GridBagLayout
Determines column widths and row heights for the layout grid.
getLayoutFlags() - Method in class java.awt.font.GlyphVector
Returns flags describing the global state of the GlyphVector.
getLayoutInfo(Container, int) - Method in class java.awt.GridBagLayout
Fills in an instance of GridBagLayoutInfo for the current set of managed children.
GetLayoutInfo(Container, int) - Method in class java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatibility only; new code should call getLayoutInfo instead.
getLayoutOrigin() - Method in class java.awt.GridBagLayout
Determines the origin of the layout area, in the graphics coordinate space of the target container.
getLayoutPath() - Method in class java.awt.font.TextLayout
Return the LayoutPath, or null if the layout path is the default path (x maps to advance, y maps to offset).
getLayoutWeights() - Method in class java.awt.GridBagLayout
Determines the weights of the layout grid's columns and rows.
getLeading() - Method in class java.awt.font.LineMetrics
Returns the leading of the text.
getLeading() - Method in class java.awt.font.TextLayout
Returns the leading of the TextLayout.
getLeading() - Method in class java.awt.FontMetrics
Determines the standard leading of the Font described by this FontMetrics object.
getLeastMaximum(int) - Method in class java.util.Calendar
Returns the lowest maximum value for the given calendar field of this Calendar instance.
getLeastMaximum(int) - Method in class java.util.GregorianCalendar
Returns the lowest maximum value for the given calendar field of this GregorianCalendar instance.
getLeastSignificantBits() - Method in class java.util.UUID
Returns the least significant 64 bits of this UUID's 128 bit value.
getLength(Object) - Static method in class java.lang.reflect.Array
Returns the length of the specified array object, as an int.
getLength() - Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLength() - Method in class java.text.Bidi
Return the length of text in the line.
getLevel() - Method in class java.util.logging.Handler
Get the log level specifying which messages will be logged by this Handler.
getLevel() - Method in class java.util.logging.Logger
Get the log Level that has been specified for this Logger.
getLevel() - Method in class java.util.logging.LogRecord
Get the logging message level, for example Level.SEVERE.
getLevelAt(int) - Method in class java.text.Bidi
Return the resolved level of the character at offset.
getLibraryPath() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java library path.
getLimits() - Method in class java.text.ChoiceFormat
Get the limits passed in the constructor.
getLineBreakIndex(int, float) - Method in class java.awt.font.TextMeasurer
Returns the index of the first character which will not fit on on a line beginning at start and possible measuring up to maxAdvance in graphical width.
getLineIncrement() - Method in class java.awt.Scrollbar
Deprecated.
As of JDK version 1.1, replaced by getUnitIncrement().
getLineInstance() - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for line breaks for the default locale.
getLineInstance(Locale) - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for line breaks for the given locale.
getLineInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for line breaks for the given locale.
getLineJoin() - Method in class java.awt.BasicStroke
Returns the line join style.
getLineMetrics(String, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified String and FontRenderContext.
getLineMetrics(String, int, int, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(char[], int, int, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
Returns a LineMetrics object created with the specified arguments.
getLineMetrics(String, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified String in the specified Graphics context.
getLineMetrics(String, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified String in the specified Graphics context.
getLineMetrics(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified character array in the specified Graphics context.
getLineMetrics(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the LineMetrics object for the specified CharacterIterator in the specified Graphics context.
getLineNumber() - Method in class java.io.LineNumberInputStream
Deprecated.
Returns the current line number.
getLineNumber() - Method in class java.io.LineNumberReader
Get the current line number.
getLineNumber() - Method in class java.lang.StackTraceElement
Returns the line number of the source line containing the execution point represented by this stack trace element.
getLineWidth() - Method in class java.awt.BasicStroke
Returns the line width.
getListener() - Method in class java.util.EventListenerProxy
Returns the listener associated with the proxy.
getListenerMethodDescriptors() - Method in class java.beans.EventSetDescriptor
Gets the MethodDescriptors of the target listener interface.
getListenerMethodName() - Method in class java.beans.EventHandler
Returns the name of the method that will trigger the action.
getListenerMethods() - Method in class java.beans.EventSetDescriptor
Gets the methods of the target listener interface.
getListeners(EventListener, Class<T>) - Static method in class java.awt.AWTEventMulticaster
Returns an array of all the objects chained as FooListeners by the specified java.util.EventListener.
getListeners(Class<T>) - Method in class java.awt.Button
Returns an array of all the objects currently registered as FooListeners upon this Button.
getListeners(Class<T>) - Method in class java.awt.Checkbox
Returns an array of all the objects currently registered as FooListeners upon this Checkbox.
getListeners(Class<T>) - Method in class java.awt.CheckboxMenuItem
Returns an array of all the objects currently registered as FooListeners upon this CheckboxMenuItem.
getListeners(Class<T>) - Method in class java.awt.Choice
Returns an array of all the objects currently registered as FooListeners upon this Choice.
getListeners(Class<T>) - Method in class java.awt.Component
Returns an array of all the objects currently registered as FooListeners upon this Component.
getListeners(Class<T>) - Method in class java.awt.Container
Returns an array of all the objects currently registered as FooListeners upon this Container.
getListeners(Class<T>) - Method in class java.awt.dnd.DragSource
Gets all the objects currently registered as FooListeners upon this DragSource.
getListeners(Class<T>) - Method in class java.awt.List
Returns an array of all the objects currently registered as FooListeners upon this List.
getListeners(Class<T>) - Method in class java.awt.MenuItem
Returns an array of all the objects currently registered as FooListeners upon this MenuItem.
getListeners(Class<T>) - Method in class java.awt.Scrollbar
Returns an array of all the objects currently registered as FooListeners upon this Scrollbar.
getListeners(Class<T>) - Method in class java.awt.TextComponent
Returns an array of all the objects currently registered as FooListeners upon this TextComponent.
getListeners(Class<T>) - Method in class java.awt.TextField
Returns an array of all the objects currently registered as FooListeners upon this TextField.
getListeners(Class<T>) - Method in class java.awt.Window
Returns an array of all the objects currently registered as FooListeners upon this Window.
getListenerType() - Method in class java.beans.EventSetDescriptor
Gets the Class object for the target interface.
getLoadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
Returns the number of classes that are currently loaded in the Java virtual machine.
getLocalAddress() - Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.nio.channels.AsynchronousServerSocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in class java.nio.channels.AsynchronousSocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in class java.nio.channels.DatagramChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in interface java.nio.channels.NetworkChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in class java.nio.channels.ServerSocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalAddress() - Method in class java.nio.channels.SocketChannel
Returns the socket address that this channel's socket is bound to.
getLocalCertificateChain() - Method in class java.net.SecureCacheResponse
Returns the certificate chain that were sent to the server during handshaking of the original connection that retrieved the network resource.
getLocale() - Method in class java.applet.Applet
Gets the locale of the applet.
getLocale() - Method in class java.awt.Component.AccessibleAWTComponent
Returns the locale of this object.
getLocale() - Method in class java.awt.Component
Gets the locale of this component.
getLocale() - Method in class java.awt.im.InputContext
Returns the current locale of the current input method or keyboard layout.
getLocale() - Method in interface java.awt.im.spi.InputMethod
Returns the current input locale.
getLocale() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Gets the locale of the component.
getLocale() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the locale of this object.
getLocale() - Method in class java.awt.Window
Gets the Locale object that is associated with this window, if the locale has been set.
getLocale() - Method in class java.beans.beancontext.BeanContextSupport
Gets the locale for this BeanContext.
getLocale() - Method in class java.text.MessageFormat
Gets the locale that's used when creating or comparing subformats.
getLocale() - Method in class java.time.format.DateTimeFormatter
Gets the locale to be used during formatting.
getLocale() - Method in class java.util.ResourceBundle
Returns the locale of this resource bundle.
getLocalGraphicsEnvironment() - Static method in class java.awt.GraphicsEnvironment
Returns the local GraphicsEnvironment.
getLocalHost() - Static method in class java.net.InetAddress
Returns the address of the local host.
getLocalizedDateTimePattern(FormatStyle, FormatStyle, Chronology, Locale) - Static method in class java.time.format.DateTimeFormatterBuilder
Gets the formatting pattern for date and time styles for a locale and chronology.
getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
Deprecated.
As of JDK 1.1, the preferred way to translate a byte stream in the local encoding into a character stream in Unicode is via the InputStreamReader and BufferedReader classes.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this throwable.
getLocalizedName() - Method in class java.util.logging.Level
Return the localized string name of the Level, for the current default locale.
getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
Deprecated.
As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via the OutputStreamWriter, BufferedWriter, and PrintWriter classes.
getLocalPatternChars() - Method in class java.text.DateFormatSymbols
Gets localized date-time pattern characters.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort() - Method in class java.net.DatagramSocketImpl
Gets the local port.
getLocalPort() - Method in class java.net.ServerSocket
Returns the port number on which this socket is listening.
getLocalPort() - Method in class java.net.Socket
Returns the local port number to which this socket is bound.
getLocalPort() - Method in class java.net.SocketImpl
Returns the value of this socket's localport field.
getLocalPrincipal() - Method in class java.net.SecureCacheResponse
Returns the principal that was sent to the server during handshaking in the original connection that retrieved the network resource.
getLocalSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.ServerSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is bound to.
getLocalTime() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the local time of day of the transition which must be checked with ZoneOffsetTransitionRule.isMidnightEndOfDay().
getLocation() - Method in class java.awt.Component.AccessibleAWTComponent
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation(Point) - Method in class java.awt.Component
Stores the x,y origin of this component into "return value" rv and return rv.
getLocation() - Method in class java.awt.dnd.DragSourceEvent
This method returns a Point indicating the cursor location in screen coordinates at the moment this event occurred, or null if the cursor location is not specified for this event.
getLocation() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns a Point indicating the Cursor's current location within the Component's coordinates.
getLocation() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns a Point indicating the Cursor's current location in the Component's coordinates.
getLocation() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space.
getLocation() - Method in class java.awt.Point
Returns the location of this point.
getLocation() - Method in class java.awt.PointerInfo
Returns the Point that represents the coordinates of the pointer on the screen.
getLocation() - Method in class java.awt.Rectangle
Returns the location of this Rectangle.
getLocation() - Method in exception java.net.HttpRetryException
Returns the value of the Location header field if the error resulted from redirection.
getLocation() - Method in class java.rmi.activation.ActivationDesc
Returns the code location for the object specified by this descriptor.
getLocation() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's code location.
getLocation() - Method in class java.security.CodeSource
Returns the location associated with this CodeSource.
getLocationOffset(int, int) - Method in interface java.awt.im.InputMethodRequests
Gets the offset within the composed text for the specified absolute x and y coordinates on the screen.
getLocationOnScreen() - Method in class java.awt.Component.AccessibleAWTComponent
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner in the screen's coordinate space.
getLocationOnScreen() - Method in class java.awt.event.MouseEvent
Returns the absolute x, y position of the event.
getLocationOnScreen() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the location of the object on the screen.
getLocationOnScreen() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the location of the object on the screen.
getLocationOnScreen() - Method in interface java.awt.peer.ComponentPeer
Determines the location of the component on the screen.
getLockedMonitors() - Method in class java.lang.management.ThreadInfo
Returns an array of MonitorInfo objects, each of which represents an object monitor currently locked by the thread associated with this ThreadInfo.
getLockedStackDepth() - Method in class java.lang.management.MonitorInfo
Returns the depth in the stack trace where the object monitor was locked.
getLockedStackFrame() - Method in class java.lang.management.MonitorInfo
Returns the stack frame that locked the object monitor.
getLockedSynchronizers() - Method in class java.lang.management.ThreadInfo
Returns an array of LockInfo objects, each of which represents an ownable synchronizer currently locked by the thread associated with this ThreadInfo.
getLockInfo() - Method in class java.lang.management.ThreadInfo
Returns the LockInfo of an object for which the thread associated with this ThreadInfo is blocked waiting.
getLockingKeyState(int) - Method in class java.awt.Toolkit
Returns whether the given locking key on the keyboard is currently in its "on" state.
getLockName() - Method in class java.lang.management.ThreadInfo
Returns the string representation of an object for which the thread associated with this ThreadInfo is blocked waiting.
getLockOwnerId() - Method in class java.lang.management.ThreadInfo
Returns the ID of the thread which owns the object for which the thread associated with this ThreadInfo is blocked waiting.
getLockOwnerName() - Method in class java.lang.management.ThreadInfo
Returns the name of the thread which owns the object for which the thread associated with this ThreadInfo is blocked waiting.
getLog() - Static method in class java.rmi.server.RemoteServer
Returns stream for the RMI call log.
getLogger(String) - Static method in class java.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String, String) - Static method in class java.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String) - Method in class java.util.logging.LogManager
Method to find a named logger.
getLoggerLevel(String) - Method in interface java.lang.management.PlatformLoggingMXBean
Gets the name of the log level associated with the specified logger.
getLoggerLevel(String) - Method in interface java.util.logging.LoggingMXBean
Gets the name of the log level associated with the specified logger.
getLoggerName() - Method in class java.util.logging.LogRecord
Get the source Logger's name.
getLoggerNames() - Method in interface java.lang.management.PlatformLoggingMXBean
Returns the list of the currently registered logger names.
getLoggerNames() - Method in interface java.util.logging.LoggingMXBean
Returns the list of currently registered logger names.
getLoggerNames() - Method in class java.util.logging.LogManager
Get an enumeration of known logger names.
getLoggingMXBean() - Static method in class java.util.logging.LogManager
Returns LoggingMXBean for managing loggers.
getLogicalBounds() - Method in class java.awt.font.GlyphVector
Returns the logical bounds of this GlyphVector.
getLogicalHighlightShape(int, int, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns a Shape enclosing the logical selection in the specified range, extended to the specified bounds.
getLogicalHighlightShape(int, int) - Method in class java.awt.font.TextLayout
Returns a Shape enclosing the logical selection in the specified range, extended to the natural bounds of this TextLayout.
getLogicalRangesForVisualSelection(TextHitInfo, TextHitInfo) - Method in class java.awt.font.TextLayout
Returns the logical ranges of text corresponding to a visual selection.
getLoginTimeout() - Static method in class java.sql.DriverManager
Gets the maximum time in seconds that a driver can wait when attempting to log in to a database.
getLogManager() - Static method in class java.util.logging.LogManager
Returns the global LogManager object.
getLogStream() - Static method in class java.sql.DriverManager
Deprecated.
Use getLogWriter
getLogWriter() - Static method in class java.sql.DriverManager
Retrieves the log writer.
getLong(String) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long) - Static method in class java.lang.Long
Returns the long value of the system property with the specified name.
getLong(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a long.
getLong(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type long or of another primitive type convertible to type long via a widening conversion.
getLong() - Method in class java.nio.ByteBuffer
Relative get method for reading a long value.
getLong(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a long value.
getLong(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
 
getLong(TemporalField) - Method in interface java.time.chrono.Era
Gets the value of the specified field from this era as a long.
getLong(TemporalField) - Method in class java.time.chrono.HijrahDate
 
getLong(TemporalField) - Method in class java.time.chrono.JapaneseDate
 
getLong(TemporalField) - Method in class java.time.chrono.MinguoDate
 
getLong(TemporalField) - Method in class java.time.chrono.ThaiBuddhistDate
 
getLong(TemporalField) - Method in enum java.time.DayOfWeek
Gets the value of the specified field from this day-of-week as a long.
getLong(TemporalField) - Method in class java.time.Instant
Gets the value of the specified field from this instant as a long.
getLong(TemporalField) - Method in class java.time.LocalDate
Gets the value of the specified field from this date as a long.
getLong(TemporalField) - Method in class java.time.LocalDateTime
Gets the value of the specified field from this date-time as a long.
getLong(TemporalField) - Method in class java.time.LocalTime
Gets the value of the specified field from this time as a long.
getLong(TemporalField) - Method in enum java.time.Month
Gets the value of the specified field from this month-of-year as a long.
getLong(TemporalField) - Method in class java.time.MonthDay
Gets the value of the specified field from this month-day as a long.
getLong(TemporalField) - Method in class java.time.OffsetDateTime
Gets the value of the specified field from this date-time as a long.
getLong(TemporalField) - Method in class java.time.OffsetTime
Gets the value of the specified field from this time as a long.
getLong(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
Gets the value of the specified field as a long.
getLong(TemporalField) - Method in class java.time.Year
Gets the value of the specified field from this year as a long.
getLong(TemporalField) - Method in class java.time.YearMonth
Gets the value of the specified field from this year-month as a long.
getLong(TemporalField) - Method in class java.time.ZonedDateTime
Gets the value of the specified field from this date-time as a long.
getLong(TemporalField) - Method in class java.time.ZoneOffset
Gets the value of the specified field from this offset as a long.
getLong(String, long) - Method in class java.util.prefs.AbstractPreferences
Implements the getLong method as per the specification in Preferences.getLong(String,long).
getLong(String, long) - Method in class java.util.prefs.Preferences
Returns the long value represented by the string associated with the specified key in this preference node.
getLongParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a long.
getLoopbackAddress() - Static method in class java.net.InetAddress
Returns the loopback address.
getLoopbackMode() - Method in class java.net.MulticastSocket
Get the setting for local loopback of multicast datagrams.
getLowerBounds() - Method in interface java.lang.reflect.WildcardType
Returns an array of Type objects representing the lower bound(s) of this type variable.
getLowestSetBit() - Method in class java.math.BigInteger
Returns the index of the rightmost (lowest-order) one bit in this BigInteger (the number of zero bits to the right of the rightmost one bit).
getLSB() - Method in class java.awt.font.GlyphMetrics
Returns the left (top) side bearing of the glyph.
getM() - Method in class java.security.spec.ECFieldF2m
Returns the value m of this characteristic 2 finite field.
getMainAttributes() - Method in class java.net.JarURLConnection
Returns the main Attributes for the JAR file for this connection.
getMainAttributes() - Method in class java.util.jar.Manifest
Returns the main Attributes for the Manifest.
getMajorVersion() - Method in class java.awt.color.ICC_Profile
Returns profile major version.
getMajorVersion() - Method in interface java.sql.Driver
Retrieves the driver's major version number.
getManagementSpecVersion() - Method in interface java.lang.management.RuntimeMXBean
Returns the version of the specification for the management interface implemented by the running Java virtual machine.
getManifest() - Method in class java.net.JarURLConnection
Returns the Manifest for this connection, or null if none.
getManifest() - Method in class java.util.jar.JarFile
Returns the jar file manifest, or null if none.
getManifest() - Method in class java.util.jar.JarInputStream
Returns the Manifest for this JAR file, or null if none.
getMappedValue() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMapSize() - Method in class java.awt.image.IndexColorModel
Returns the size of the color/alpha component arrays in this IndexColorModel.
getMask(int) - Method in class java.awt.image.PackedColorModel
Returns the mask indicating which bits in a pixel contain the specified color/alpha sample.
getMaskForButton(int) - Static method in class java.awt.event.InputEvent
A method to obtain a mask for any existing mouse button.
getMasks() - Method in class java.awt.image.PackedColorModel
Returns a mask array indicating which bits in a pixel contain the color and alpha samples.
getMatchAllSubjectAltNames() - Method in class java.security.cert.X509CertSelector
Indicates if the X509Certificate must contain all or at least one of the subjectAlternativeNames specified in the setSubjectAlternativeNames or addSubjectAlternativeName methods.
getMatrix() - Method in class java.awt.color.ICC_ProfileRGB
Returns a 3x3 float matrix constructed from the X, Y, and Z components of the profile's redColorantTag, greenColorantTag, and blueColorantTag.
getMatrix(double[]) - Method in class java.awt.geom.AffineTransform
Retrieves the 6 specifiable values in the 3x3 affine transformation matrix and places them into an array of double precisions values.
getMatrix() - Method in class java.awt.image.BandCombineOp
Returns a copy of the linear combination matrix.
getMatrix() - Method in class java.awt.print.PageFormat
Returns a transformation matrix that translates user space rendering to the requested orientation of the page.
getMax() - Method in class java.lang.management.MemoryUsage
Returns the maximum amount of memory in bytes that can be used for memory management.
getMax() - Method in class java.util.DoubleSummaryStatistics
Returns the maximum recorded value, Double.NaN if any recorded value was NaN or Double.NEGATIVE_INFINITY if no values were recorded.
getMax() - Method in class java.util.IntSummaryStatistics
Returns the maximum value recorded, or Integer.MIN_VALUE if no values have been recorded.
getMax() - Method in class java.util.LongSummaryStatistics
Returns the maximum value recorded, or Long.MIN_VALUE if no values have been recorded
getMaxAdvance() - Method in class java.awt.FontMetrics
Gets the maximum advance width of any character in this Font.
getMaxAge() - Method in class java.net.HttpCookie
Returns the maximum age of the cookie, specified in seconds.
getMaxAscent() - Method in class java.awt.FontMetrics
Determines the maximum ascent of the Font described by this FontMetrics object.
getMaxBinaryLiteralLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of hex characters this database allows in an inline binary literal.
getMaxCatalogNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a catalog name.
getMaxCharBounds(FontRenderContext) - Method in class java.awt.Font
Returns the bounds for the character with the maximum bounds as defined in the specified FontRenderContext.
getMaxCharBounds(Graphics) - Method in class java.awt.FontMetrics
Returns the bounds for the character with the maximum bounds in the specified Graphics context.
getMaxCharLiteralLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows for a character literal.
getMaxColumnNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows for a column name.
getMaxColumnsInGroupBy() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a GROUP BY clause.
getMaxColumnsInIndex() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in an index.
getMaxColumnsInOrderBy() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in an ORDER BY clause.
getMaxColumnsInSelect() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a SELECT list.
getMaxColumnsInTable() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of columns this database allows in a table.
getMaxConnections() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of concurrent connections to this database that are possible.
getMaxCRL() - Method in class java.security.cert.X509CRLSelector
Returns the maxCRLNumber criterion.
getMaxCursorNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a cursor name.
getMaxDecent() - Method in class java.awt.FontMetrics
Deprecated.
As of JDK version 1.1.1, replaced by getMaxDescent().
getMaxDescent() - Method in class java.awt.FontMetrics
Determines the maximum descent of the Font described by this FontMetrics object.
getMaxExpansion(int) - Method in class java.text.CollationElementIterator
Return the maximum length of any expansion sequences that end with the specified comparison order.
getMaxFieldSize() - Method in interface java.sql.Statement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaximizedBounds() - Method in class java.awt.Frame
Gets maximized bounds for this frame.
getMaximum() - Method in interface java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximum() - Method in class java.awt.Scrollbar
Gets the maximum value of this scroll bar.
getMaximum() - Method in class java.awt.ScrollPaneAdjustable
 
getMaximum() - Method in class java.time.temporal.ValueRange
Gets the maximum value that the field can take.
getMaximum(int) - Method in class java.util.Calendar
Returns the maximum value for the given calendar field of this Calendar instance.
getMaximum(int) - Method in class java.util.GregorianCalendar
Returns the maximum value for the given calendar field of this GregorianCalendar instance.
getMaximumAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Get the maximum value of this object as a Number.
getMaximumAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
Get the maximum accessible value of this object.
getMaximumCursorColors() - Method in class java.awt.Toolkit
Returns the maximum number of colors the Toolkit supports in a custom cursor palette.
getMaximumFractionDigits() - Method in class java.text.DecimalFormat
Gets the maximum number of digits allowed in the fraction portion of a number.
getMaximumFractionDigits() - Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - Method in class java.text.DecimalFormat
Gets the maximum number of digits allowed in the integer portion of a number.
getMaximumIntegerDigits() - Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the integer portion of a number.
getMaximumPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the maximum allowed number of threads.
getMaximumSize() - Method in class java.awt.Component
Gets the maximum size of this component.
getMaximumSize() - Method in class java.awt.Container
Returns the maximum size of this container.
getMaximumWindowBounds() - Method in class java.awt.GraphicsEnvironment
Returns the maximum bounds for centered Windows.
getMaxIndexLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the index.
getMaxLogicalLobSize() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows for the logical size for a LOB.
getMaxPage() - Method in class java.awt.JobAttributes
Specifies the maximum value the user can specify as the last page to be printed for jobs using these attributes.
getMaxPathLength() - Method in class java.security.cert.PKIXBuilderParameters
Returns the value of the maximum number of intermediate non-self-issued certificates that may exist in a certification path.
getMaxPriority() - Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMaxProcedureNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a procedure name.
getMaxRows() - Method in interface java.sql.Statement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxRowSize() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of bytes this database allows in a single row.
getMaxSchemaNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters that this database allows in a schema name.
getMaxStatementLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in an SQL statement.
getMaxStatements() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of active statements to this database that can be open at the same time.
getMaxTableNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in a table name.
getMaxTablesInSelect() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of tables this database allows in a SELECT statement.
getMaxUserNameLength() - Method in interface java.sql.DatabaseMetaData
Retrieves the maximum number of characters this database allows in a user name.
getMaxValue(int) - Method in class java.awt.color.ColorSpace
Returns the maximum normalized color component value for the specified component.
getMaxValue(int) - Method in class java.awt.color.ICC_ColorSpace
Returns the maximum normalized color component value for the specified component.
getMaxX() - Method in class java.awt.geom.RectangularShape
Returns the largest X coordinate of the framing rectangle of the Shape in double precision.
getMaxY() - Method in class java.awt.geom.RectangularShape
Returns the largest Y coordinate of the framing rectangle of the Shape in double precision.
getMedia() - Method in class java.awt.PageAttributes
Returns the paper size for pages using these attributes.
getMediaWhitePoint() - Method in class java.awt.color.ICC_ProfileGray
Returns a float array of length 3 containing the X, Y, and Z components of the mediaWhitePointTag in the ICC profile.
getMediaWhitePoint() - Method in class java.awt.color.ICC_ProfileRGB
Returns an array that contains the components of the profile's mediaWhitePointTag.
getMemoryManagerMXBeans() - Static method in class java.lang.management.ManagementFactory
Returns a list of MemoryManagerMXBean objects in the Java virtual machine.
getMemoryManagerNames() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the name of memory managers that manages this memory pool.
getMemoryMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the memory system of the Java virtual machine.
getMemoryPoolMXBeans() - Static method in class java.lang.management.ManagementFactory
Returns a list of MemoryPoolMXBean objects in the Java virtual machine.
getMemoryPoolNames() - Method in interface java.lang.management.MemoryManagerMXBean
Returns the name of memory pools that this memory manager manages.
getMemoryUsed() - Method in interface java.lang.management.BufferPoolMXBean
Returns an estimate of the memory that the Java virtual machine is using for this buffer pool.
getMenu(int) - Method in class java.awt.MenuBar
Gets the specified menu.
getMenuBar() - Method in class java.awt.Frame
Gets the menu bar for this frame.
getMenuCount() - Method in class java.awt.MenuBar
Gets the number of menus on the menu bar.
getMenuShortcutKeyMask() - Method in class java.awt.Toolkit
Determines which modifier key is the appropriate accelerator key for menu shortcuts.
getMessage() - Method in exception java.awt.HeadlessException
 
getMessage() - Method in exception java.io.InvalidClassException
Produce the message and include the classname, if present.
getMessage() - Method in exception java.io.WriteAbortedException
Produce the message and include the message from the nested exception, if there is one.
getMessage() - Method in class java.lang.Throwable
Returns the detail message string of this throwable.
getMessage() - Method in exception java.net.URISyntaxException
Returns a string describing the parse error.
getMessage() - Method in exception java.nio.charset.MalformedInputException
Returns the message.
getMessage() - Method in exception java.nio.charset.UnmappableCharacterException
Returns the message.
getMessage() - Method in exception java.nio.file.FileSystemException
Returns the detail message string.
getMessage() - Method in exception java.nio.file.InvalidPathException
Returns a string describing the error.
getMessage() - Method in exception java.rmi.activation.ActivationException
Returns the detail message, including the message from the cause, if any, of this exception.
getMessage() - Method in exception java.rmi.RemoteException
Returns the detail message, including the message from the cause, if any, of this exception.
getMessage() - Method in exception java.rmi.server.ServerCloneException
Returns the detail message, including the message from the cause, if any, of this exception.
getMessage() - Method in exception java.security.cert.CertificateRevokedException
 
getMessage() - Method in exception java.util.DuplicateFormatFlagsException
 
getMessage() - Method in exception java.util.FormatFlagsConversionMismatchException
 
getMessage() - Method in exception java.util.IllegalFormatCodePointException
 
getMessage() - Method in exception java.util.IllegalFormatConversionException
 
getMessage() - Method in exception java.util.IllegalFormatFlagsException
 
getMessage() - Method in exception java.util.IllegalFormatPrecisionException
 
getMessage() - Method in exception java.util.IllegalFormatWidthException
 
getMessage() - Method in class java.util.logging.LogRecord
Get the "raw" log message, before localization or formatting.
getMessage() - Method in exception java.util.MissingFormatArgumentException
 
getMessage() - Method in exception java.util.MissingFormatWidthException
 
getMessage() - Method in exception java.util.regex.PatternSyntaxException
Returns a multi-line string containing the description of the syntax error and its index, the erroneous regular-expression pattern, and a visual indication of the error index within the pattern.
getMessage() - Method in exception java.util.UnknownFormatConversionException
 
getMessage() - Method in exception java.util.UnknownFormatFlagsException
 
getMessageDigest() - Method in class java.security.DigestInputStream
Returns the message digest associated with this stream.
getMessageDigest() - Method in class java.security.DigestOutputStream
Returns the message digest associated with this stream.
getMetaData() - Method in interface java.sql.Connection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in interface java.sql.PreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in interface java.sql.ResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMethod() - Method in class java.beans.MethodDescriptor
Gets the method that this MethodDescriptor encapsulates.
getMethod(String, Class<?>...) - Method in class java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethod() - Method in class java.util.zip.ZipEntry
Returns the compression method of the entry.
getMethodDescriptors() - Method in interface java.beans.BeanInfo
Returns the method descriptors of the bean that define the externally visible methods supported by this bean.
getMethodDescriptors() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of methods.
getMethodName() - Method in class java.beans.Statement
Returns the name of the method to invoke.
getMethodName() - Method in class java.lang.StackTraceElement
Returns the name of the method containing the execution point represented by this stack trace element.
getMethods() - Method in class java.lang.Class
Returns an array containing Method objects reflecting all the public methods of the class or interface represented by this Class object, including those declared by the class or interface and those inherited from superclasses and superinterfaces.
getMethodType() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the nominal type of the cracked symbolic reference, expressed as a method type.
getMGFAlgorithm() - Method in class java.security.spec.PSSParameterSpec
Returns the mask generation function algorithm name.
getMGFParameters() - Method in class java.security.spec.PSSParameterSpec
Returns the parameters for the mask generation function.
getMidTermsOfReductionPolynomial() - Method in class java.security.spec.ECFieldF2m
Returns an integer array which contains the order of the middle term(s) of the reduction polynomial for polynomial basis or null for normal basis.
getMillis() - Method in class java.util.logging.LogRecord
Get event time in milliseconds since 1970.
getMimeDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the MIME type base64 decoding scheme.
getMimeEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme.
getMimeEncoder(int, byte[]) - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme with specified line length and line separators.
getMimeType() - Method in class java.awt.datatransfer.DataFlavor
Returns the MIME type string for this DataFlavor.
getMin() - Method in class java.util.DoubleSummaryStatistics
Returns the minimum recorded value, Double.NaN if any recorded value was NaN or Double.POSITIVE_INFINITY if no values were recorded.
getMin() - Method in class java.util.IntSummaryStatistics
Returns the minimum value recorded, or Integer.MAX_VALUE if no values have been recorded.
getMin() - Method in class java.util.LongSummaryStatistics
Returns the minimum value recorded, or Long.MAX_VALUE if no values have been recorded.
getMinCRL() - Method in class java.security.cert.X509CRLSelector
Returns the minCRLNumber criterion.
getMinimalDaysInFirstWeek() - Method in class java.time.temporal.WeekFields
Gets the minimal number of days in the first week.
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1.
getMinimalDaysInFirstWeek(Locale) - Method in class java.util.spi.CalendarDataProvider
Returns the minimal number of days required in the first week of a year.
getMinimum() - Method in interface java.awt.Adjustable
Gets the minimum value of the adjustable object.
getMinimum() - Method in class java.awt.Scrollbar
Gets the minimum value of this scroll bar.
getMinimum() - Method in class java.awt.ScrollPaneAdjustable
 
getMinimum() - Method in class java.time.temporal.ValueRange
Gets the minimum value that the field can take.
getMinimum(int) - Method in class java.util.Calendar
Returns the minimum value for the given calendar field of this Calendar instance.
getMinimum(int) - Method in class java.util.GregorianCalendar
Returns the minimum value for the given calendar field of this GregorianCalendar instance.
getMinimumAccessibleValue() - Method in class java.awt.Button.AccessibleAWTButton
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Get the minimum value of this object as a Number.
getMinimumAccessibleValue() - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
Get the minimum accessible value of this object.
getMinimumFractionDigits() - Method in class java.text.DecimalFormat
Gets the minimum number of digits allowed in the fraction portion of a number.
getMinimumFractionDigits() - Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumIntegerDigits() - Method in class java.text.DecimalFormat
Gets the minimum number of digits allowed in the integer portion of a number.
getMinimumIntegerDigits() - Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the integer portion of a number.
getMinimumSize() - Method in class java.awt.Component
Gets the minimum size of this component.
getMinimumSize() - Method in class java.awt.Container
Returns the minimum size of this container.
getMinimumSize(int) - Method in class java.awt.List
Gets the minimum dimensions for a list with the specified number of rows.
getMinimumSize() - Method in class java.awt.List
Determines the minimum size of this scrolling list.
getMinimumSize() - Method in interface java.awt.peer.ComponentPeer
Determines the minimum size of the component.
getMinimumSize(int) - Method in interface java.awt.peer.ListPeer
Returns the minimum size for a list with the specified number of rows.
getMinimumSize(int, int) - Method in interface java.awt.peer.TextAreaPeer
Returns the minimum size of a textarea with the specified number of columns and rows.
getMinimumSize(int) - Method in interface java.awt.peer.TextFieldPeer
Returns the minimum size of the text field with the specified number of columns.
getMinimumSize(int, int) - Method in class java.awt.TextArea
Determines the minimum size of a text area with the specified number of rows and columns.
getMinimumSize() - Method in class java.awt.TextArea
Determines the minimum size of this text area.
getMinimumSize(int) - Method in class java.awt.TextField
Gets the minimum dimensions for a text field with the specified number of columns.
getMinimumSize() - Method in class java.awt.TextField
Gets the minimum dimensions for this text field.
getMinorVersion() - Method in class java.awt.color.ICC_Profile
Returns profile minor version.
getMinorVersion() - Method in interface java.sql.Driver
Gets the driver's minor version number.
getMinPage() - Method in class java.awt.JobAttributes
Specifies the minimum value the user can specify as the first page to be printed for jobs using these attributes.
getMinSize(Container, GridBagLayoutInfo) - Method in class java.awt.GridBagLayout
Figures out the minimum size of the master based on the information from getLayoutInfo.
GetMinSize(Container, GridBagLayoutInfo) - Method in class java.awt.GridBagLayout
This method is obsolete and supplied for backwards compatibility only; new code should call getMinSize instead.
getMinTileX() - Method in class java.awt.image.BufferedImage
Returns the minimum tile index in the x direction.
getMinTileX() - Method in interface java.awt.image.RenderedImage
Returns the minimum tile index in the X direction.
getMinTileY() - Method in class java.awt.image.BufferedImage
Returns the minimum tile index in the y direction.
getMinTileY() - Method in interface java.awt.image.RenderedImage
Returns the minimum tile index in the Y direction.
getMinusSign() - Method in class java.text.DecimalFormatSymbols
Gets the character used to represent minus sign.
getMinute() - Method in class java.time.LocalDateTime
Gets the minute-of-hour field.
getMinute() - Method in class java.time.LocalTime
Gets the minute-of-hour field.
getMinute() - Method in class java.time.OffsetDateTime
Gets the minute-of-hour field.
getMinute() - Method in class java.time.OffsetTime
Gets the minute-of-hour field.
getMinute() - Method in class java.time.ZonedDateTime
Gets the minute-of-hour field.
getMinutes() - Method in class java.sql.Date
Deprecated. 
getMinutes() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.MINUTE).
getMinValue(int) - Method in class java.awt.color.ColorSpace
Returns the minimum normalized color component value for the specified component.
getMinValue(int) - Method in class java.awt.color.ICC_ColorSpace
Returns the minimum normalized color component value for the specified component.
getMinX() - Method in class java.awt.geom.RectangularShape
Returns the smallest X coordinate of the framing rectangle of the Shape in double precision.
getMinX() - Method in class java.awt.image.BufferedImage
Returns the minimum x coordinate of this BufferedImage.
getMinX() - Method in class java.awt.image.Raster
Returns the minimum valid X coordinate of the Raster.
getMinX() - Method in interface java.awt.image.renderable.RenderableImage
Gets the minimum X coordinate of the rendering-independent image data.
getMinX() - Method in class java.awt.image.renderable.RenderableImageOp
Gets the minimum X coordinate of the rendering-independent image data.
getMinX() - Method in interface java.awt.image.RenderedImage
Returns the minimum X coordinate (inclusive) of the RenderedImage.
getMinY() - Method in class java.awt.geom.RectangularShape
Returns the smallest Y coordinate of the framing rectangle of the Shape in double precision.
getMinY() - Method in class java.awt.image.BufferedImage
Returns the minimum y coordinate of this BufferedImage.
getMinY() - Method in class java.awt.image.Raster
Returns the minimum valid Y coordinate of the Raster.
getMinY() - Method in interface java.awt.image.renderable.RenderableImage
Gets the minimum Y coordinate of the rendering-independent image data.
getMinY() - Method in class java.awt.image.renderable.RenderableImageOp
Gets the minimum Y coordinate of the rendering-independent image data.
getMinY() - Method in interface java.awt.image.RenderedImage
Returns the minimum Y coordinate (inclusive) of the RenderedImage.
getMissingGlyphCode() - Method in class java.awt.Font
Returns the glyphCode which is used when this Font does not have a glyph for a specified unicode code point.
getMiterLimit() - Method in class java.awt.BasicStroke
Returns the limit of miter joins.
getModalExclusionType() - Method in class java.awt.Window
Returns the modal exclusion type of this window.
getModalityType() - Method in class java.awt.Dialog
Returns the modality type of this dialog.
getMode() - Method in class java.awt.FileDialog
Indicates whether this file dialog box is for loading from a file or for saving to a file.
getModifiers() - Method in class java.awt.AWTKeyStroke
Returns the modifier keys for this AWTKeyStroke.
getModifiers() - Method in class java.awt.event.ActionEvent
Returns the modifier keys held down during this action event.
getModifiers() - Method in class java.awt.event.InputEvent
Returns the modifier mask for this event.
getModifiers() - Method in class java.lang.Class
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the access modifiers of the underlying member.
getModifiers() - Method in class java.lang.reflect.Constructor
Returns the Java language modifiers for the executable represented by this object.
getModifiers() - Method in class java.lang.reflect.Executable
Returns the Java language modifiers for the executable represented by this object.
getModifiers() - Method in class java.lang.reflect.Field
Returns the Java language modifiers for the field represented by this Field object, as an integer.
getModifiers() - Method in interface java.lang.reflect.Member
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers() - Method in class java.lang.reflect.Method
Returns the Java language modifiers for the executable represented by this object.
getModifiers() - Method in class java.lang.reflect.Parameter
Get the modifier flags for this the parameter represented by this Parameter object.
getModifiersEx() - Method in class java.awt.event.InputEvent
Returns the extended modifier mask for this event.
getModifiersEx() - Method in class java.awt.event.MouseEvent
Returns the extended modifier mask for this event.
getModifiersExText(int) - Static method in class java.awt.event.InputEvent
Returns a String describing the extended modifier keys and mouse buttons, such as "Shift", "Button1", or "Ctrl+Shift".
getModulus() - Method in interface java.security.interfaces.RSAKey
Returns the modulus.
getModulus() - Method in class java.security.spec.RSAPrivateKeySpec
Returns the modulus.
getModulus() - Method in class java.security.spec.RSAPublicKeySpec
Returns the modulus.
getMonetaryDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
Returns the monetary decimal separator.
getMonth() - Method in class java.sql.Time
Deprecated. 
getMonth() - Method in class java.time.LocalDate
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.LocalDateTime
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.MonthDay
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.OffsetDateTime
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.YearMonth
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the month of the transition.
getMonth() - Method in class java.time.ZonedDateTime
Gets the month-of-year field using the Month enum.
getMonth() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.MONTH).
getMonths() - Method in class java.text.DateFormatSymbols
Gets month strings.
getMonths() - Method in class java.time.Period
Gets the amount of months of this period.
getMonthValue() - Method in class java.time.LocalDate
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.LocalDateTime
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.MonthDay
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.OffsetDateTime
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.YearMonth
Gets the month-of-year field from 1 to 12.
getMonthValue() - Method in class java.time.ZonedDateTime
Gets the month-of-year field from 1 to 12.
getMoreResults() - Method in interface java.sql.Statement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in interface java.sql.Statement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getMostRecentEventTime() - Static method in class java.awt.EventQueue
Returns the timestamp of the most recent event that had a timestamp, and that was dispatched from the EventQueue associated with the calling thread.
getMostRecentFocusOwner() - Method in class java.awt.Window
Returns the child Component of this Window that will receive the focus when this Window is focused.
getMostSignificantBits() - Method in class java.util.UUID
Returns the most significant 64 bits of this UUID's 128 bit value.
getMouseInfoPeer() - Method in class java.awt.Toolkit
Obtains this toolkit's implementation of helper class for MouseInfo operations.
getMouseListeners() - Method in class java.awt.Component
Returns an array of all the mouse listeners registered on this component.
getMouseListeners() - Method in class java.awt.TrayIcon
Returns an array of all the mouse listeners registered on this TrayIcon.
getMouseModifiersText(int) - Static method in class java.awt.event.MouseEvent
Returns a String instance describing the modifier keys and mouse buttons that were down during the event, such as "Shift", or "Ctrl+Shift".
getMouseMotionListeners() - Method in class java.awt.Component
Returns an array of all the mouse motion listeners registered on this component.
getMouseMotionListeners() - Method in class java.awt.TrayIcon
Returns an array of all the mouse-motion listeners registered on this TrayIcon.
getMousePosition() - Method in class java.awt.Component
Returns the position of the mouse pointer in this Component's coordinate space if the Component is directly under the mouse pointer, otherwise returns null.
getMousePosition(boolean) - Method in class java.awt.Container
Returns the position of the mouse pointer in this Container's coordinate space if the Container is under the mouse pointer, otherwise returns null.
getMouseWheelListeners() - Method in class java.awt.Component
Returns an array of all the mouse wheel listeners registered on this component.
getMTU() - Method in class java.net.NetworkInterface
Returns the Maximum Transmission Unit (MTU) of this interface.
getMultipleDocumentHandling() - Method in class java.awt.JobAttributes
Specifies the handling of multiple copies, including collation, for jobs using these attributes.
getMultiplier() - Method in class java.text.DecimalFormat
Gets the multiplier for use in percent, per mille, and similar formats.
getName(int) - Method in class java.awt.color.ColorSpace
Returns the name of the component given the component index.
getName() - Method in class java.awt.Component
Gets the name of the component.
getName() - Method in class java.awt.Cursor
Returns the name of this cursor.
getName() - Method in class java.awt.datatransfer.Clipboard
Returns the name of this clipboard object.
getName() - Method in class java.awt.Font
Returns the logical name of this Font.
getName() - Method in class java.awt.MenuComponent
Gets the name of the menu component.
getName() - Method in class java.beans.FeatureDescriptor
Gets the programmatic name of this feature.
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class java.io.ObjectStreamClass
Returns the name of the class described by this descriptor.
getName() - Method in class java.io.ObjectStreamField
Get the name of this field.
getName(int) - Static method in class java.lang.Character
Returns the Unicode name of the specified character codePoint, or null if the code point is unassigned.
getName() - Method in class java.lang.Class
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the name of the cracked method handle's underlying member.
getName() - Method in interface java.lang.management.BufferPoolMXBean
Returns the name representing this buffer pool.
getName() - Method in interface java.lang.management.CompilationMXBean
Returns the name of the Just-in-time (JIT) compiler.
getName() - Method in interface java.lang.management.MemoryManagerMXBean
Returns the name representing this memory manager.
getName() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the name representing this memory pool.
getName() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the operating system name.
getName() - Method in interface java.lang.management.RuntimeMXBean
Returns the name representing the running Java virtual machine.
getName() - Method in class java.lang.Package
Return the name of this package.
getName() - Method in class java.lang.reflect.Constructor
Returns the name of this constructor, as a string.
getName() - Method in class java.lang.reflect.Executable
Returns the name of the executable represented by this object.
getName() - Method in class java.lang.reflect.Field
Returns the name of the field represented by this Field object.
getName() - Method in interface java.lang.reflect.Member
Returns the simple name of the underlying member or constructor represented by this Member.
getName() - Method in class java.lang.reflect.Method
Returns the name of the method represented by this Method object, as a String.
getName() - Method in class java.lang.reflect.Parameter
Returns the name of the parameter.
getName() - Method in interface java.lang.reflect.TypeVariable
Returns the name of this type variable, as it occurs in the source code.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getName() - Method in class java.net.HttpCookie
Returns the name of the cookie.
getName() - Method in class java.net.NetworkInterface
Get the name of this network interface.
getName() - Method in exception java.nio.file.attribute.UserPrincipalNotFoundException
Returns the user principal name if this exception was created with the user principal name that was not found, otherwise null.
getName(int) - Method in interface java.nio.file.Path
Returns a name element of this path as a Path object.
getName() - Method in interface java.security.acl.Acl
Returns the name of this ACL.
getName() - Method in class java.security.Identity
Deprecated.
Returns this identity's name.
getName() - Method in interface java.security.KeyStore.Entry.Attribute
Returns the attribute's name.
getName() - Method in class java.security.Permission
Returns the name of this Permission.
getName() - Method in class java.security.PKCS12Attribute
Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.
getName() - Method in interface java.security.Principal
Returns the name of this principal.
getName() - Method in class java.security.Provider
Returns the name of this provider.
getName() - Method in class java.security.spec.ECGenParameterSpec
Returns the standard or predefined name of the to-be-generated EC domain parameters.
getName() - Method in enum java.sql.JDBCType
Returns the SQLType name that represents a SQL data type.
getName() - Method in interface java.sql.SQLType
Returns the SQLType name that represents a SQL data type.
getName() - Method in class java.text.AttributedCharacterIterator.Attribute
Returns the name of the attribute.
getName() - Method in class java.util.logging.Level
Return the non-localized string name of the Level.
getName() - Method in class java.util.logging.Logger
Get the name for this logger.
getName() - Method in class java.util.zip.ZipEntry
Returns the name of the entry.
getName() - Method in class java.util.zip.ZipFile
Returns the path name of the ZIP file.
getNameConstraints() - Method in class java.security.cert.TrustAnchor
Returns the name constraints parameter.
getNameConstraints() - Method in class java.security.cert.X509CertSelector
Returns the name constraints criterion.
getNameCount() - Method in interface java.nio.file.Path
Returns the number of name elements in the path.
getNaN() - Method in class java.text.DecimalFormatSymbols
Gets the string used to represent "not a number".
getNano() - Method in class java.time.Duration
Gets the number of nanoseconds within the second in this duration.
getNano() - Method in class java.time.Instant
Gets the number of nanoseconds, later along the time-line, from the start of the second.
getNano() - Method in class java.time.LocalDateTime
Gets the nano-of-second field.
getNano() - Method in class java.time.LocalTime
Gets the nano-of-second field.
getNano() - Method in class java.time.OffsetDateTime
Gets the nano-of-second field.
getNano() - Method in class java.time.OffsetTime
Gets the nano-of-second field.
getNano() - Method in class java.time.ZonedDateTime
Gets the nano-of-second field.
getNanos() - Method in class java.sql.Timestamp
Gets this Timestamp object's nanos value.
getNativeContainer(Component) - Static method in class java.awt.Toolkit
Give native peers the ability to query the native container given a native component (eg the direct parent may be lightweight).
getNativesForFlavor(DataFlavor) - Method in interface java.awt.datatransfer.FlavorTable
Returns a List of String natives to which the specified DataFlavor corresponds.
getNativesForFlavor(DataFlavor) - Method in class java.awt.datatransfer.SystemFlavorMap
Returns a List of String natives to which the specified DataFlavor can be translated by the data transfer subsystem.
getNativesForFlavors(DataFlavor[]) - Method in interface java.awt.datatransfer.FlavorMap
Returns a Map of the specified DataFlavors to their corresponding String native.
getNativesForFlavors(DataFlavor[]) - Method in class java.awt.datatransfer.SystemFlavorMap
Returns a Map of the specified DataFlavors to their most preferred String native.
getNCharacterStream(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNClob(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
getNClob(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
getNegativePrefix() - Method in class java.text.DecimalFormat
Get the negative prefix.
getNegativeSign() - Method in class java.time.format.DecimalStyle
Gets the character that represents the negative sign.
getNegativeSuffix() - Method in class java.text.DecimalFormat
Get the negative suffix.
getNetworkInterface() - Method in class java.net.MulticastSocket
Get the multicast network interface set.
getNetworkInterfaces() - Static method in class java.net.NetworkInterface
Returns all the interfaces on this machine.
getNetworkPrefixLength() - Method in class java.net.InterfaceAddress
Returns the network prefix length for this address.
getNetworkTimeout() - Method in interface java.sql.Connection
Retrieves the number of milliseconds the driver will wait for a database request to complete.
getNewState() - Method in class java.awt.event.WindowEvent
For WINDOW_STATE_CHANGED events returns the new state of the window.
getNewValue() - Method in class java.beans.PropertyChangeEvent
Gets the new value for the property, expressed as an Object.
getNewValue() - Method in class java.util.prefs.PreferenceChangeEvent
Returns the new value for the preference.
getNextEntry() - Method in class java.util.jar.JarInputStream
Reads the next ZIP file entry and positions the stream at the beginning of the entry data.
getNextEntry() - Method in class java.util.zip.ZipInputStream
Reads the next ZIP file entry and positions the stream at the beginning of the entry data.
getNextEvent() - Method in class java.awt.EventQueue
Removes an event from the EventQueue and returns it.
getNextException() - Method in exception java.sql.SQLException
Retrieves the exception chained to this SQLException object by setNextException(SQLException ex).
getNextJarEntry() - Method in class java.util.jar.JarInputStream
Reads the next JAR file entry and positions the stream at the beginning of the entry data.
getNextLeftHit(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the left (top); if no such hit, returns null.
getNextLeftHit(int, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the left (top); if no such hit, returns null.
getNextLeftHit(int) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the left (top); if no such hit, returns null.
getNextRightHit(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the right (bottom); if there is no such hit, returns null.
getNextRightHit(int, TextLayout.CaretPolicy) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the right (bottom); if no such hit, returns null.
getNextRightHit(int) - Method in class java.awt.font.TextLayout
Returns the hit for the next caret to the right (bottom); if no such hit, returns null.
getNextUpdate() - Method in class java.security.cert.X509CRL
Gets the nextUpdate date from the CRL.
getNextWarning() - Method in exception java.sql.SQLWarning
Retrieves the warning chained to this SQLWarning object by setNextWarning.
getNode() - Method in class java.util.prefs.PreferenceChangeEvent
Returns the preference node that emitted the event.
getNoFallbackControl(List<String>) - Static method in class java.util.ResourceBundle.Control
Returns a ResourceBundle.Control in which the getFormats method returns the specified formats and the getFallbackLocale method returns null.
getNonCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface.
getNonHeapMemoryUsage() - Method in interface java.lang.management.MemoryMXBean
Returns the current memory usage of non-heap memory that is used by the Java virtual machine.
getNormalizedComponents(int[], int, float[], int) - Method in class java.awt.image.ColorModel
Returns an array of all of the color/alpha components in normalized form, given an unnormalized component array.
getNormalizedComponents(Object, float[], int) - Method in class java.awt.image.ColorModel
Returns an array of all of the color/alpha components in normalized form, given a pixel in this ColorModel.
getNormalizedComponents(int[], int, float[], int) - Method in class java.awt.image.ComponentColorModel
Returns an array of all of the color/alpha components in normalized form, given an unnormalized component array.
getNormalizedComponents(Object, float[], int) - Method in class java.awt.image.ComponentColorModel
Returns an array of all of the color/alpha components in normalized form, given a pixel in this ColorModel.
getNormalizingTransform() - Method in class java.awt.GraphicsConfiguration
Returns a AffineTransform that can be concatenated with the default AffineTransform of a GraphicsConfiguration so that 72 units in user space equals 1 inch in device space.
getNotAfter() - Method in class java.security.cert.X509Certificate
Gets the notAfter date from the validity period of the certificate.
getNotBefore() - Method in class java.security.cert.X509Certificate
Gets the notBefore date from the validity period of the certificate.
getNow(T) - Method in class java.util.concurrent.CompletableFuture
Returns the result value (or throws any encountered exception) if completed, else returns the given valueIfAbsent.
getNString(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNumBands() - Method in class java.awt.image.Raster
Returns the number of bands (samples per pixel) in this Raster.
getNumBands() - Method in class java.awt.image.SampleModel
Returns the total number of bands of image data.
getNumBanks() - Method in class java.awt.image.DataBuffer
Returns the number of banks in this DataBuffer.
getNumberFormat() - Method in class java.text.DateFormat
Gets the number formatter which this date/time formatter uses to format and parse a time.
getNumberInstance() - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the current default FORMAT locale.
getNumberInstance(Locale) - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getNumberInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
Returns a new general-purpose NumberFormat instance for the specified locale.
getNumberOfButtons() - Static method in class java.awt.MouseInfo
Returns the number of buttons on the mouse.
getNumberOfDependents() - Method in class java.util.concurrent.CompletableFuture
Returns the estimated number of CompletableFutures whose completions are awaiting completion of this CompletableFuture.
getNumberOfPages() - Method in class java.awt.print.Book
Returns the number of pages in this Book.
getNumberOfPages() - Method in interface java.awt.print.Pageable
Returns the number of pages in the set.
getNumberWaiting() - Method in class java.util.concurrent.CyclicBarrier
Returns the number of parties currently waiting at the barrier.
getNumChars() - Method in class java.awt.font.LineMetrics
Returns the number of characters (char values) in the text whose metrics are encapsulated by this LineMetrics object.
getNumColorComponents() - Method in class java.awt.image.ColorModel
Returns the number of color components in this ColorModel.
getNumComponents() - Method in class java.awt.color.ColorSpace
Returns the number of components of this ColorSpace.
getNumComponents() - Method in class java.awt.color.ICC_Profile
Returns the number of color components in the "input" color space of this profile.
getNumComponents() - Method in class java.awt.image.ColorModel
Returns the number of components, including alpha, in this ColorModel.
getNumComponents() - Method in class java.awt.image.LookupTable
Returns the number of components in the lookup table.
getNumDataElements() - Method in class java.awt.image.ComponentSampleModel
getNumDataElements() - Method in class java.awt.image.MultiPixelPackedSampleModel
getNumDataElements() - Method in class java.awt.image.Raster
Returns the number of data elements needed to transfer one pixel via the getDataElements and setDataElements methods.
getNumDataElements() - Method in class java.awt.image.SampleModel
Returns the number of data elements needed to transfer a pixel via the getDataElements and setDataElements methods.
getNumDataElements() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the number of data elements needed to transfer one pixel via the getDataElements and setDataElements methods.
getNumDesignAxes() - Method in interface java.awt.font.MultipleMaster
Returns the number of multiple master design controls.
getNumericCode() - Method in class java.util.Currency
Returns the ISO 4217 numeric code of this currency.
getNumericFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of math functions available with this database.
getNumericValue(char) - Static method in class java.lang.Character
Returns the int value that the specified Unicode character represents.
getNumericValue(int) - Static method in class java.lang.Character
Returns the int value that the specified character (Unicode code point) represents.
getNumFactors() - Method in class java.awt.image.RescaleOp
Returns the number of scaling factors and offsets used in this RescaleOp.
getNumGlyphs() - Method in class java.awt.Font
Returns the number of glyphs in this Font.
getNumGlyphs() - Method in class java.awt.font.GlyphVector
Returns the number of glyphs in this GlyphVector.
getNumParameters() - Method in class java.awt.image.renderable.ParameterBlock
Returns the number of parameters (not including source images).
getNumSources() - Method in class java.awt.image.renderable.ParameterBlock
Returns the number of source images.
getNumXTiles() - Method in class java.awt.image.BufferedImage
Returns the number of tiles in the x direction.
getNumXTiles() - Method in interface java.awt.image.RenderedImage
Returns the number of tiles in the X direction.
getNumYTiles() - Method in class java.awt.image.BufferedImage
Returns the number of tiles in the y direction.
getNumYTiles() - Method in interface java.awt.image.RenderedImage
Returns the number of tiles in the Y direction.
getObject() - Method in class java.security.GuardedObject
Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
getObject() - Method in class java.security.SignedObject
Retrieves the encapsulated object.
getObject(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterIndex and uses map for the custom mapping of the parameter value.
getObject(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in interface java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterName and uses map for the custom mapping of the parameter value.
getObject(int, Class<T>) - Method in interface java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterIndex and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
getObject(String, Class<T>) - Method in interface java.sql.CallableStatement
Returns an object representing the value of OUT parameter parameterName and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
getObject(Map<String, Class<?>>) - Method in interface java.sql.Ref
Retrieves the referenced object and maps it to a Java type using the given type map.
getObject() - Method in interface java.sql.Ref
Retrieves the SQL structured type instance referenced by this Ref object.
getObject(int) - Method in interface java.sql.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - Method in interface java.sql.ResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Class<T>) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
getObject(String, Class<T>) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
getObject(String) - Method in class java.util.ResourceBundle
Gets an object for the given key from this resource bundle or one of its parents.
getObjectName() - Method in interface java.lang.management.PlatformManagedObject
Returns an ObjectName instance representing the object name of this platform managed object.
getObjectParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
Gets a parameter as an object.
getObjectPendingFinalizationCount() - Method in interface java.lang.management.MemoryMXBean
Returns the approximate number of objects for which finalization is pending.
getObjectSize(Object) - Method in interface java.lang.instrument.Instrumentation
Returns an implementation-specific approximation of the amount of storage consumed by the specified object.
getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
Get the ObjectStreamClass that describes the fields in the stream.
getOcspExtensions() - Method in class java.security.cert.PKIXRevocationChecker
Gets the optional OCSP request extensions.
getOcspResponder() - Method in class java.security.cert.PKIXRevocationChecker
Gets the URI that identifies the location of the OCSP responder.
getOcspResponderCert() - Method in class java.security.cert.PKIXRevocationChecker
Gets the OCSP responder's certificate.
getOcspResponses() - Method in class java.security.cert.PKIXRevocationChecker
Gets the OCSP responses.
getOffset(int, int) - Method in class java.awt.image.ComponentSampleModel
Gets the offset for the first band of pixel (x,y).
getOffset(int, int, int) - Method in class java.awt.image.ComponentSampleModel
Gets the offset for band b of pixel (x,y).
getOffset() - Method in class java.awt.image.DataBuffer
Returns the offset of the default bank in array elements.
getOffset() - Method in class java.awt.image.LookupTable
Returns the offset.
getOffset(int, int) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the offset of pixel (x, y) in data array elements.
getOffset(int, int) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the offset (in data array elements) of pixel (x,y).
getOffset() - Method in class java.io.ObjectStreamField
Offset of field within instance data.
getOffset() - Method in class java.net.DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset() - Method in class java.text.CollationElementIterator
Returns the character offset in the original text corresponding to the next collation element.
getOffset() - Method in interface java.time.chrono.ChronoZonedDateTime
Gets the zone offset, such as '+01:00'.
getOffset() - Method in class java.time.OffsetDateTime
Gets the zone offset, such as '+01:00'.
getOffset() - Method in class java.time.OffsetTime
Gets the zone offset, such as '+01:00'.
getOffset(Instant) - Method in class java.time.zone.ZoneRules
Gets the offset applicable at the specified instant in these rules.
getOffset(LocalDateTime) - Method in class java.time.zone.ZoneRules
Gets a suitable offset for the specified local date-time in these rules.
getOffset() - Method in class java.time.ZonedDateTime
Gets the zone offset, such as '+01:00'.
getOffset(long) - Method in class java.util.SimpleTimeZone
Returns the offset of this time zone from UTC at the given time.
getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
Returns the difference in milliseconds between local time and UTC, taking into account both the raw offset and the effect of daylight saving, for the specified date and time.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - Method in class java.util.TimeZone
Returns the offset of this time zone from UTC at the specified date.
getOffsetAfter() - Method in class java.time.zone.ZoneOffsetTransition
Gets the offset after the transition.
getOffsetAfter() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the offset after the transition.
getOffsetBefore() - Method in class java.time.zone.ZoneOffsetTransition
Gets the offset before the transition.
getOffsetBefore() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the offset before the transition.
getOffsetHit(int) - Method in class java.awt.font.TextHitInfo
Creates a TextHitInfo whose character index is offset by delta from the charIndex of this TextHitInfo.
getOffsets() - Method in class java.awt.image.DataBuffer
Returns the offsets (in array elements) of all the banks.
getOffsets(float[]) - Method in class java.awt.image.RescaleOp
Returns the offsets in the given array.
getOldState() - Method in class java.awt.event.WindowEvent
For WINDOW_STATE_CHANGED events returns the previous state of the window.
getOldValue() - Method in class java.beans.PropertyChangeEvent
Gets the old value for the property, expressed as an Object.
getOOBInline() - Method in class java.net.Socket
Tests if SO_OOBINLINE is enabled.
getOpacity() - Method in class java.awt.Window
Returns the opacity of the window.
getOperatingSystemMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the operating system on which the Java virtual machine is running.
getOperation() - Method in class java.rmi.server.Operation
Deprecated.
no replacement
getOperations() - Method in interface java.rmi.server.Skeleton
Deprecated.
no replacement
getOppositeComponent() - Method in class java.awt.event.FocusEvent
Returns the other Component involved in this focus change.
getOppositeWindow() - Method in class java.awt.event.WindowEvent
Returns the other Window involved in this focus or activation change.
getOption(int) - Method in interface java.net.SocketOptions
Fetch the value of an option.
getOption(SocketOption<T>) - Method in interface java.nio.channels.NetworkChannel
Returns the value of a socket option.
getOptions() - Method in class java.security.cert.PKIXRevocationChecker
Gets the revocation options.
getOrDefault(Object, Object) - Method in class java.security.Provider
 
getOrDefault(Object, V) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface java.util.concurrent.ConcurrentMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or the given defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class java.util.HashMap
 
getOrDefault(Object, V) - Method in class java.util.Hashtable
 
getOrDefault(Object, V) - Method in class java.util.LinkedHashMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface java.util.Map
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrder() - Method in class java.security.spec.ECParameterSpec
Returns the order of the generator.
getOrientation() - Method in interface java.awt.Adjustable
Gets the orientation of the adjustable object.
getOrientation(Locale) - Static method in class java.awt.ComponentOrientation
Returns the orientation that is appropriate for the given locale.
getOrientation(ResourceBundle) - Static method in class java.awt.ComponentOrientation
getOrientation() - Method in class java.awt.print.PageFormat
Returns the orientation of this PageFormat.
getOrientation() - Method in class java.awt.Scrollbar
Returns the orientation of this scroll bar.
getOrientation() - Method in class java.awt.ScrollPaneAdjustable
Returns the orientation of this scrollbar.
getOrientationRequested() - Method in class java.awt.PageAttributes
Returns the print orientation for pages using these attributes.
getOrigin() - Method in class java.awt.PageAttributes
Returns whether drawing at (0, 0) to pages using these attributes draws at the upper-left corner of the physical page, or at the upper-left corner of the printable area.
getOtherFile() - Method in exception java.nio.file.FileSystemException
Returns the other file used to create this exception.
getOtherHit() - Method in class java.awt.font.TextHitInfo
Creates a TextHitInfo on the other side of the insertion point.
getOtherPrimeInfo() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the otherPrimeInfo or null if there are only two prime factors (p and q).
getOtherPrimeInfo() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns a copy of the otherPrimeInfo or null if there are only two prime factors (p and q).
getOutline() - Method in class java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector.
getOutline(float, float) - Method in class java.awt.font.GlyphVector
Returns a Shape whose interior corresponds to the visual representation of this GlyphVector when rendered at x, y.
getOutline(AffineTransform) - Method in class java.awt.font.GraphicAttribute
Return a Shape that represents the region that this GraphicAttribute renders.
getOutline(AffineTransform) - Method in class java.awt.font.ShapeGraphicAttribute
Return a Shape that represents the region that this ShapeGraphicAttribute renders.
getOutline(AffineTransform) - Method in class java.awt.font.TextLayout
Returns a Shape representing the outline of this TextLayout.
getOutputStream() - Method in class java.lang.Process
Returns the output stream connected to the normal input of the subprocess.
getOutputStream() - Method in class java.net.Socket
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.SocketImpl
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getOutputStream() - Method in class java.rmi.server.LogStream
Deprecated.
no replacement
getOutputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
getOwnedWindows() - Method in class java.awt.Window
Return an array containing all the windows this window currently owns.
getOwner() - Method in class java.awt.Window
Returns the owner of this window.
getOwner() - Method in class java.beans.XMLDecoder
Gets the owner of this decoder.
getOwner() - Method in class java.beans.XMLEncoder
Gets the owner of this encoder.
getOwner() - Method in interface java.nio.file.attribute.FileOwnerAttributeView
Read the file owner.
getOwner(Path, LinkOption...) - Static method in class java.nio.file.Files
Returns the owner of a file.
getOwner() - Method in class java.util.concurrent.locks.ReentrantLock
Returns the thread that currently owns this lock, or null if not owned.
getOwner() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns the thread that currently owns the write lock, or null if not owned.
getOwnerlessWindows() - Static method in class java.awt.Window
Returns an array of all Windows created by this application that have no owner.
getOwnerType() - Method in interface java.lang.reflect.ParameterizedType
Returns a Type object representing the type that this type is a member of.
getP() - Method in interface java.security.interfaces.DSAParams
Returns the prime, p.
getP() - Method in class java.security.spec.DSAParameterSpec
Returns the prime p.
getP() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the prime p.
getP() - Method in class java.security.spec.DSAPublicKeySpec
Returns the prime p.
getP() - Method in class java.security.spec.ECFieldFp
Returns the prime p of this prime finite field.
getP1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the start point.
getP1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the start point.
getP1() - Method in class java.awt.geom.CubicCurve2D
Returns the start point.
getP1() - Method in class java.awt.geom.Line2D.Double
Returns the start Point2D of this Line2D.
getP1() - Method in class java.awt.geom.Line2D.Float
Returns the start Point2D of this Line2D.
getP1() - Method in class java.awt.geom.Line2D
Returns the start Point2D of this Line2D.
getP1() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the start point.
getP1() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the start point.
getP1() - Method in class java.awt.geom.QuadCurve2D
Returns the start point.
getP2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the end point.
getP2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the end point.
getP2() - Method in class java.awt.geom.CubicCurve2D
Returns the end point.
getP2() - Method in class java.awt.geom.Line2D.Double
Returns the end Point2D of this Line2D.
getP2() - Method in class java.awt.geom.Line2D.Float
Returns the end Point2D of this Line2D.
getP2() - Method in class java.awt.geom.Line2D
Returns the end Point2D of this Line2D.
getP2() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the end point.
getP2() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the end point.
getP2() - Method in class java.awt.geom.QuadCurve2D
Returns the end point.
getPackage() - Method in class java.lang.Class
Gets the package for this class.
getPackage(String) - Method in class java.lang.ClassLoader
Returns a Package that has been defined by this class loader or any of its ancestors.
getPackage(String) - Static method in class java.lang.Package
Find a package by name in the callers ClassLoader instance.
getPackages() - Method in class java.lang.ClassLoader
Returns all of the Packages defined by this class loader and its ancestors.
getPackages() - Static method in class java.lang.Package
Get all the packages currently known for the caller's ClassLoader instance.
getPageDimension() - Method in class java.awt.PrintJob
Returns the dimensions of the page in pixels.
getPageFormat(int) - Method in class java.awt.print.Book
Returns the PageFormat of the page specified by pageIndex.
getPageFormat(int) - Method in interface java.awt.print.Pageable
Returns the PageFormat of the page specified by pageIndex.
getPageFormat(PrintRequestAttributeSet) - Method in class java.awt.print.PrinterJob
Calculates a PageFormat with values consistent with those supported by the current PrintService for this job (ie the value returned by getPrintService()) and media, printable area and orientation contained in attributes.
getPageIncrement() - Method in class java.awt.Scrollbar
Deprecated.
As of JDK version 1.1, replaced by getBlockIncrement().
getPageRanges() - Method in class java.awt.JobAttributes
Specifies, for jobs using these attributes, the ranges of pages to be printed, if a range of pages is to be printed.
getPageResolution() - Method in class java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getPaint() - Method in class java.awt.Graphics2D
Returns the current Paint of the Graphics2D context.
getPaper() - Method in class java.awt.print.PageFormat
Returns a copy of the Paper object associated with this PageFormat.
getParallelism() - Method in class java.util.concurrent.ForkJoinPool
Returns the targeted parallelism level of this pool.
getParamClasses() - Method in class java.awt.image.renderable.ParameterBlock
Returns an array of Class objects describing the types of the parameters.
getParameter(String) - Method in class java.applet.Applet
Returns the value of the named parameter in the HTML tag.
getParameter(String) - Method in interface java.applet.AppletStub
Returns the value of the named parameter in the HTML tag.
getParameter(String) - Method in class java.awt.datatransfer.DataFlavor
Returns the human presentable name for this DataFlavor if paramName equals "humanPresentableName".
getParameter(String) - Method in class java.security.Signature
Deprecated. 
getParameter() - Method in exception java.sql.DataTruncation
Indicates whether the value truncated was a parameter value or a column value.
getParameterAnnotations() - Method in class java.lang.reflect.Constructor
Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
getParameterAnnotations() - Method in class java.lang.reflect.Executable
Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
getParameterAnnotations() - Method in class java.lang.reflect.Method
Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
getParameterBlock() - Method in class java.awt.image.renderable.RenderableImageOp
Returns a reference to the current parameter block.
getParameterClassName(int) - Method in interface java.sql.ParameterMetaData
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method PreparedStatement.setObject.
getParameterCount() - Method in class java.lang.reflect.Constructor
Returns the number of formal parameters (whether explicitly declared or implicitly declared or neither) for the executable represented by this object.
getParameterCount() - Method in class java.lang.reflect.Executable
Returns the number of formal parameters (whether explicitly declared or implicitly declared or neither) for the executable represented by this object.
getParameterCount() - Method in class java.lang.reflect.Method
Returns the number of formal parameters (whether explicitly declared or implicitly declared or neither) for the executable represented by this object.
getParameterCount() - Method in interface java.sql.ParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
getParameterDescriptors() - Method in class java.beans.MethodDescriptor
Gets the ParameterDescriptor for each of this MethodDescriptor's method's parameters.
getParameterInfo() - Method in class java.applet.Applet
Returns information about the parameters that are understood by this applet.
getParameterizedType() - Method in class java.lang.reflect.Parameter
Returns a Type object that identifies the parameterized type for the parameter represented by this Parameter object.
getParameterMetaData() - Method in interface java.sql.PreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParameterMode(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's mode.
getParameters() - Method in class java.awt.image.renderable.ParameterBlock
Returns the entire Vector of parameters.
getParameters() - Method in class java.lang.reflect.Executable
Returns an array of Parameter objects that represent all the parameters to the underlying executable represented by this object.
getParameters() - Method in class java.security.Policy
Return Policy parameters.
getParameters() - Method in class java.security.Signature
Returns the parameters used with this signature object.
getParameters() - Method in class java.util.logging.LogRecord
Get the parameters to the log message.
getParameterSpec(Class<T>) - Method in class java.security.AlgorithmParameters
Returns a (transparent) specification of this parameter object.
getParameterType(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's SQL type.
getParameterTypeName(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's database-specific type name.
getParameterTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getParameterTypes() - Method in class java.lang.reflect.Executable
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getParameterTypes() - Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
getParams() - Method in interface java.security.interfaces.DSAKey
Returns the DSA-specific key parameters.
getParams() - Method in interface java.security.interfaces.ECKey
Returns the domain parameters associated with this key.
getParams() - Method in class java.security.spec.ECPrivateKeySpec
Returns the associated elliptic curve domain parameters.
getParams() - Method in class java.security.spec.ECPublicKeySpec
Returns the associated elliptic curve domain parameters.
getParent() - Method in class java.awt.Component
Gets the parent of this component.
getParent() - Method in class java.awt.image.Raster
Returns the parent Raster (if any) of this Raster or null.
getParent() - Method in class java.awt.MenuComponent
Returns the parent container for this menu component.
getParent() - Method in class java.awt.PopupMenu
Returns the parent container for this menu component.
getParent() - Method in class java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class java.lang.ClassLoader
Returns the parent class loader for delegation.
getParent() - Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getParent() - Method in class java.net.NetworkInterface
Returns the parent NetworkInterface of this interface if this is a subinterface, or null if it is a physical (non virtual) interface or has no parent.
getParent() - Method in interface java.nio.file.Path
Returns the parent path, or null if this path does not have a parent.
getParent() - Method in interface java.security.cert.PolicyNode
Returns the parent of this node, or null if this is the root node.
getParent() - Method in class java.util.concurrent.Phaser
Returns the parent of this phaser, or null if none.
getParent() - Method in class java.util.logging.Logger
Return the parent for this Logger.
getParent() - Method in class java.util.prefs.NodeChangeEvent
Returns the parent of the node that was added or removed.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentLogger() - Method in interface java.sql.Driver
Return the parent Logger of all the Loggers used by this driver.
getParentLoggerName(String) - Method in interface java.lang.management.PlatformLoggingMXBean
Returns the name of the parent for the specified logger.
getParentLoggerName(String) - Method in interface java.util.logging.LoggingMXBean
Returns the name of the parent for the specified logger.
getParsedString() - Method in exception java.time.format.DateTimeParseException
Returns the string that was being parsed.
getParties() - Method in class java.util.concurrent.CyclicBarrier
Returns the number of parties required to trip this barrier.
getPassword() - Method in class java.net.PasswordAuthentication
Returns the user password.
getPassword() - Method in class java.security.KeyStore.PasswordProtection
Gets the password.
getPasswordAuthentication() - Method in class java.net.Authenticator
Called when password authorization is needed.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPath() - Method in class java.net.HttpCookie
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in class java.net.URI
Returns the decoded path component of this URI.
getPath() - Method in class java.net.URL
Gets the path part of this URL.
getPath(String, String...) - Method in class java.nio.file.FileSystem
Converts a path string, or a sequence of strings that when joined form a path string, to a Path.
getPath(URI) - Method in class java.nio.file.spi.FileSystemProvider
Return a Path object by converting the given URI.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Arc2D
Returns an iteration object that defines the boundary of the arc.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Area
Creates a PathIterator for the outline of this Area object.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Area
Creates a PathIterator for the flattened outline of this Area object.
getPathIterator(AffineTransform) - Method in class java.awt.geom.CubicCurve2D
Returns an iteration object that defines the boundary of the shape.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.CubicCurve2D
Return an iteration object that defines the boundary of the flattened shape.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Ellipse2D
Returns an iteration object that defines the boundary of this Ellipse2D.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Line2D
Returns an iteration object that defines the boundary of this Line2D.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Line2D
Returns an iteration object that defines the boundary of this flattened Line2D.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Path2D.Double
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Path2D.Float
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Path2D
Returns an iterator object that iterates along the Shape boundary and provides access to a flattened view of the Shape outline geometry.
getPathIterator(AffineTransform) - Method in class java.awt.geom.QuadCurve2D
Returns an iteration object that defines the boundary of the shape of this QuadCurve2D.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.QuadCurve2D
Returns an iteration object that defines the boundary of the flattened shape of this QuadCurve2D.
getPathIterator(AffineTransform) - Method in class java.awt.geom.Rectangle2D
Returns an iteration object that defines the boundary of this Rectangle2D.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.Rectangle2D
Returns an iteration object that defines the boundary of the flattened Rectangle2D.
getPathIterator(AffineTransform, double) - Method in class java.awt.geom.RectangularShape
Returns an iterator object that iterates along the Shape object's boundary and provides access to a flattened view of the outline of the Shape object's geometry.
getPathIterator(AffineTransform) - Method in class java.awt.geom.RoundRectangle2D
Returns an iteration object that defines the boundary of this RoundRectangle2D.
getPathIterator(AffineTransform) - Method in class java.awt.Polygon
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform, double) - Method in class java.awt.Polygon
Returns an iterator object that iterates along the boundary of the Shape and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform) - Method in interface java.awt.Shape
Returns an iterator object that iterates along the Shape boundary and provides access to the geometry of the Shape outline.
getPathIterator(AffineTransform, double) - Method in interface java.awt.Shape
Returns an iterator object that iterates along the Shape boundary and provides access to a flattened view of the Shape outline geometry.
getPathMatcher(String) - Method in class java.nio.file.FileSystem
Returns a PathMatcher that performs match operations on the String representation of Path objects by interpreting a given pattern.
getPathToNames() - Method in class java.security.cert.X509CertSelector
Returns a copy of the pathToNames criterion.
getPattern() - Method in exception java.util.regex.PatternSyntaxException
Retrieves the erroneous regular-expression pattern.
getPatternSeparator() - Method in class java.text.DecimalFormatSymbols
Gets the character used to separate positive and negative subpatterns in a pattern.
getPCSType() - Method in class java.awt.color.ICC_Profile
Returns the color space type of the Profile Connection Space (PCS).
getPeakThreadCount() - Method in interface java.lang.management.ThreadMXBean
Returns the peak live thread count since the Java virtual machine started or peak was reset.
getPeakUsage() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the peak memory usage of this memory pool since the Java virtual machine was started or since the peak was reset.
getPeer() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, programs should not directly manipulate peers; replaced by boolean isDisplayable().
getPeer() - Method in class java.awt.Font
Deprecated.
Font rendering is now platform independent.
getPeer() - Method in class java.awt.MenuComponent
Deprecated.
As of JDK version 1.1, programs should not directly manipulate peers.
getPeerPrincipal() - Method in class java.net.SecureCacheResponse
Returns the server's principal which was established as part of defining the session during the original connection that retrieved the network resource.
getPendingCount() - Method in class java.util.concurrent.CountedCompleter
Returns the current pending count.
getPercent() - Method in class java.text.DecimalFormatSymbols
Gets the character used for percent sign.
getPercentInstance() - Static method in class java.text.NumberFormat
Returns a percentage format for the current default FORMAT locale.
getPercentInstance(Locale) - Static method in class java.text.NumberFormat
Returns a percentage format for the specified locale.
getPercentInstance(Locale) - Method in class java.text.spi.NumberFormatProvider
Returns a new NumberFormat instance which formats percentage values for the specified locale.
getPermanentFocusOwner() - Method in class java.awt.KeyboardFocusManager
Returns the permanent focus owner, if the permanent focus owner is in the same context as the calling thread.
getPerMill() - Method in class java.text.DecimalFormatSymbols
Gets the character used for per mille sign.
getPermission() - Method in class java.net.HttpURLConnection
Returns a SocketPermission object representing the permission necessary to connect to the destination host and port.
getPermission() - Method in class java.net.URLConnection
Returns a permission object representing the permission necessary to make the connection represented by this object.
getPermission() - Method in exception java.security.AccessControlException
Gets the Permission object associated with this exception, or null if there was no corresponding Permission object.
getPermissions(CodeSource) - Method in class java.net.URLClassLoader
Returns the permissions for the given codesource object.
getPermissions(Principal) - Method in interface java.security.acl.Acl
Returns an enumeration for the set of allowed permissions for the specified principal (representing an entity such as an individual or a group).
getPermissions(CodeSource) - Method in class java.security.Policy
Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.
getPermissions(ProtectionDomain) - Method in class java.security.Policy
Return a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.
getPermissions() - Method in class java.security.ProtectionDomain
Returns the static permissions granted to this domain.
getPermissions(CodeSource) - Method in class java.security.SecureClassLoader
Returns the permissions for the given CodeSource object.
getPersistenceDelegate(Class<?>) - Method in class java.beans.Encoder
Returns the persistence delegate for the given type.
getPhase() - Method in class java.util.concurrent.Phaser
Returns the current phase number.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns all samples for the specified pixel in an int array.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns all samples for the specified pixel in an int array, one sample per array element.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the specified single band pixel in the first element of an int array.
getPixel(int, int, int[]) - Method in class java.awt.image.Raster
Returns the samples in an array of int for the specified pixel.
getPixel(int, int, float[]) - Method in class java.awt.image.Raster
Returns the samples in an array of float for the specified pixel.
getPixel(int, int, double[]) - Method in class java.awt.image.Raster
Returns the samples in an array of double for the specified pixel.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for a specified pixel in an int array, one sample per array element.
getPixel(int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for the specified pixel in an array of float.
getPixel(int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for the specified pixel in an array of double.
getPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns all samples in for the specified pixel in an int array.
getPixelBitStride() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the pixel bit stride in bits.
getPixelBounds(FontRenderContext, float, float) - Method in class java.awt.font.GlyphVector
Returns the pixel bounds of this GlyphVector when rendered in a graphics with the given FontRenderContext at the given location.
getPixelBounds(FontRenderContext, float, float) - Method in class java.awt.font.TextLayout
Returns the pixel bounds of this TextLayout when rendered in a graphics with the given FontRenderContext at the given location.
getPixelColor(int, int) - Method in class java.awt.Robot
Returns the color of a pixel at the given screen coordinates.
getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns all samples for the specified rectangle of pixels in an int array, one sample per data array element.
getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns all samples for the specified rectangle of pixels in an int array, one sample per array element.
getPixels() - Method in class java.awt.image.PixelGrabber
Get the pixel buffer.
getPixels(int, int, int, int, int[]) - Method in class java.awt.image.Raster
Returns an int array containing all samples for a rectangle of pixels, one sample per array element.
getPixels(int, int, int, int, float[]) - Method in class java.awt.image.Raster
Returns a float array containing all samples for a rectangle of pixels, one sample per array element.
getPixels(int, int, int, int, double[]) - Method in class java.awt.image.Raster
Returns a double array containing all samples for a rectangle of pixels, one sample per array element.
getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns all samples for a rectangle of pixels in an int array, one sample per array element.
getPixels(int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns all samples for a rectangle of pixels in a float array, one sample per array element.
getPixels(int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns all samples for a rectangle of pixels in a double array, one sample per array element.
getPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns all samples for the specified rectangle of pixels in an int array, one sample per array element.
getPixelSize() - Method in class java.awt.image.ColorModel
Returns the number of bits per pixel described by this ColorModel.
getPixelStride() - Method in class java.awt.image.ComponentSampleModel
Returns the pixel stride of this ComponentSampleModel.
getPlatformManagementInterfaces() - Static method in class java.lang.management.ManagementFactory
Returns the set of Class objects, subinterface of PlatformManagedObject, representing all management interfaces for monitoring and managing the Java platform.
getPlatformMBeanServer() - Static method in class java.lang.management.ManagementFactory
Returns the platform MBeanServer.
getPlatformMXBean(Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns the platform MXBean implementing the given mxbeanInterface which is specified to have one single instance in the Java virtual machine.
getPlatformMXBean(MBeanServerConnection, Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns the platform MXBean proxy for mxbeanInterface which is specified to have one single instance in a Java virtual machine and the proxy will forward the method calls through the given MBeanServerConnection.
getPlatformMXBeans(Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns the list of platform MXBeans implementing the given mxbeanInterface in the Java virtual machine.
getPlatformMXBeans(MBeanServerConnection, Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns the list of the platform MXBean proxies for forwarding the method calls of the mxbeanInterface through the given MBeanServerConnection.
getPoint() - Method in class java.awt.event.MouseEvent
Returns the x,y position of the event relative to the source component.
getPoint1() - Method in class java.awt.GradientPaint
Returns a copy of the point P1 that anchors the first color.
getPoint2() - Method in class java.awt.GradientPaint
Returns a copy of the point P2 which anchors the second color.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.AffineTransformOp
Returns the location of the corresponding destination point given a point in the source.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.BandCombineOp
Returns the location of the corresponding destination point given a point in the source Raster.
getPoint2D(Point2D, Point2D) - Method in interface java.awt.image.BufferedImageOp
Returns the location of the corresponding destination point given a point in the source image.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.ColorConvertOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.ConvolveOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.LookupOp
Returns the location of the destination point given a point in the source.
getPoint2D(Point2D, Point2D) - Method in interface java.awt.image.RasterOp
Returns the location of the destination point given a point in the source Raster.
getPoint2D(Point2D, Point2D) - Method in class java.awt.image.RescaleOp
Returns the location of the destination point given a point in the source.
getPointerInfo() - Static method in class java.awt.MouseInfo
Returns a PointerInfo instance that represents the current location of the mouse pointer.
getPolicy() - Method in class java.security.cert.X509CertSelector
Returns the policy criterion.
getPolicy() - Static method in class java.security.Policy
Returns the installed Policy object.
getPolicyQualifier() - Method in class java.security.cert.PolicyQualifierInfo
Returns the ASN.1 DER encoded form of the qualifier field of this PolicyQualifierInfo.
getPolicyQualifierId() - Method in class java.security.cert.PolicyQualifierInfo
Returns the policyQualifierId field of this PolicyQualifierInfo.
getPolicyQualifiers() - Method in interface java.security.cert.PolicyNode
Returns the set of policy qualifiers associated with the valid policy represented by this node.
getPolicyQualifiersRejected() - Method in class java.security.cert.PKIXParameters
Gets the PolicyQualifiersRejected flag.
getPolicyTree() - Method in class java.security.cert.PKIXCertPathValidatorResult
Returns the root node of the valid policy tree resulting from the PKIX certification path validation algorithm.
getPool() - Static method in class java.util.concurrent.ForkJoinTask
Returns the pool hosting the current task execution, or null if this task is executing outside of any ForkJoinPool.
getPool() - Method in class java.util.concurrent.ForkJoinWorkerThread
Returns the pool hosting this thread.
getPoolIndex() - Method in class java.util.concurrent.ForkJoinWorkerThread
Returns the unique index number of this thread in its pool.
getPoolName() - Method in class java.lang.management.MemoryNotificationInfo
Returns the name of the memory pool that triggers this notification.
getPoolSize() - Method in class java.util.concurrent.ForkJoinPool
Returns the number of worker threads that have started but not yet terminated.
getPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the current number of threads in the pool.
getPopupMenu() - Method in class java.awt.TrayIcon
Returns the popup menu associated with this TrayIcon.
getPort() - Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort() - Method in class java.net.DatagramSocket
Returns the port number to which this socket is connected.
getPort() - Method in class java.net.InetSocketAddress
Gets the port number.
getPort() - Method in class java.net.Socket
Returns the remote port number to which this socket is connected.
getPort() - Method in class java.net.SocketImpl
Returns the value of this socket's port field.
getPort() - Method in class java.net.URI
Returns the port number of this URI.
getPort() - Method in class java.net.URL
Gets the port number of this URL.
getPort() - Method in class java.security.cert.LDAPCertStoreParameters
Returns the port number of the LDAP server.
getPortlist() - Method in class java.net.HttpCookie
Returns the port list attribute of the cookie
getPosition() - Method in class java.awt.font.LineBreakMeasurer
Returns the current position of this LineBreakMeasurer.
getPositivePrefix() - Method in class java.text.DecimalFormat
Get the positive prefix.
getPositiveSign() - Method in class java.time.format.DecimalStyle
Gets the character that represents the positive sign.
getPositiveSuffix() - Method in class java.text.DecimalFormat
Get the positive suffix.
getPosixFilePermissions(Path, LinkOption...) - Static method in class java.nio.file.Files
Returns a file's POSIX file permissions.
getPreciseWheelRotation() - Method in class java.awt.event.MouseWheelEvent
Returns the number of "clicks" the mouse wheel was rotated, as a double.
getPrecision() - Method in class java.math.MathContext
Returns the precision setting.
getPrecision(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's specified column size.
getPrecision(int) - Method in interface java.sql.ResultSetMetaData
Get the designated column's specified column size.
getPrecision() - Method in exception java.util.IllegalFormatPrecisionException
Returns the precision
getPredefinedCursor(int) - Static method in class java.awt.Cursor
Returns a cursor object with the specified predefined type.
getPreferredSize() - Method in class java.awt.Component
Gets the preferred size of this component.
getPreferredSize() - Method in class java.awt.Container
Returns the preferred size of this container.
getPreferredSize(int) - Method in class java.awt.List
Gets the preferred dimensions for a list with the specified number of rows.
getPreferredSize() - Method in class java.awt.List
Gets the preferred size of this scrolling list.
getPreferredSize() - Method in interface java.awt.peer.ComponentPeer
Determines the preferred size of the component.
getPreferredSize(int) - Method in interface java.awt.peer.ListPeer
Returns the preferred size for a list with the specified number of rows.
getPreferredSize(int, int) - Method in interface java.awt.peer.TextAreaPeer
Returns the preferred size of a textarea with the specified number of columns and rows.
getPreferredSize(int) - Method in interface java.awt.peer.TextFieldPeer
Returns the preferred size of the text field with the specified number of columns.
getPreferredSize(int, int) - Method in class java.awt.TextArea
Determines the preferred size of a text area with the specified number of rows and columns.
getPreferredSize() - Method in class java.awt.TextArea
Determines the preferred size of this text area.
getPreferredSize(int) - Method in class java.awt.TextField
Gets the preferred size of this text field with the specified number of columns.
getPreferredSize() - Method in class java.awt.TextField
Gets the preferred size of this text field.
getPrimaryKeys(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given table's primary key columns.
getPrimaryType() - Method in class java.awt.datatransfer.DataFlavor
Returns the primary MIME type for this DataFlavor.
getPrime() - Method in class java.security.spec.RSAOtherPrimeInfo
Returns the prime.
getPrimeExponentP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeExponentP.
getPrimeExponentP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentP.
getPrimeExponentP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeExponentP.
getPrimeExponentP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentP.
getPrimeExponentQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeExponentQ.
getPrimeExponentQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentQ.
getPrimeExponentQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeExponentQ.
getPrimeExponentQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentQ.
getPrimeP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeP.
getPrimeP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeP.
getPrimeP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeP.
getPrimeP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeP.
getPrimePLength() - Method in class java.security.spec.DSAGenParameterSpec
Returns the desired length of the prime P of the to-be-generated DSA domain parameters in bits.
getPrimeQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the primeQ.
getPrimeQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeQ.
getPrimeQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the primeQ.
getPrimeQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeQ.
getPrincipal() - Method in interface java.security.acl.AclEntry
Returns the principal for which permissions are granted or denied by this ACL entry.
getPrincipal() - Method in interface java.security.Certificate
Deprecated.
Returns the principal of the principal-key pair being guaranteed by the guarantor.
getPrincipals() - Method in class java.security.ProtectionDomain
Returns an array of principals for this domain.
getPrintable(int) - Method in class java.awt.print.Book
Returns the Printable instance responsible for rendering the page specified by pageIndex.
getPrintable(int) - Method in interface java.awt.print.Pageable
Returns the Printable instance responsible for rendering the page specified by pageIndex.
getPrinter() - Method in class java.awt.JobAttributes
Returns the destination printer for jobs using these attributes.
getPrinterJob() - Method in interface java.awt.print.PrinterGraphics
Returns the PrinterJob that is controlling the current rendering request.
getPrinterJob() - Static method in class java.awt.print.PrinterJob
Creates and returns a PrinterJob which is initially associated with the default printer.
getPrinterResolution() - Method in class java.awt.PageAttributes
Returns the print resolution for pages using these attributes.
getPrintJob() - Method in interface java.awt.PrintGraphics
Returns the PrintJob object from which this PrintGraphics object originated.
getPrintJob(Frame, String, Properties) - Method in class java.awt.Toolkit
Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
getPrintJob(Frame, String, JobAttributes, PageAttributes) - Method in class java.awt.Toolkit
Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
getPrintQuality() - Method in class java.awt.PageAttributes
Returns the print quality for pages using these attributes.
getPrintService() - Method in class java.awt.print.PrinterJob
Returns the service (printer) for this printer job.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getPrivate() - Method in class java.security.KeyPair
Returns a reference to the private key component of this key pair.
getPrivateExponent() - Method in interface java.security.interfaces.RSAPrivateKey
Returns the private exponent.
getPrivateExponent() - Method in class java.security.spec.RSAPrivateKeySpec
Returns the private exponent.
getPrivateKey() - Method in class java.security.KeyStore.PrivateKeyEntry
Gets the PrivateKey from this entry.
getPrivateKey() - Method in class java.security.Signer
Deprecated.
Returns this signer's private key.
getPrivateKeyValid() - Method in class java.security.cert.X509CertSelector
Returns the privateKeyValid criterion.
getProcedureColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedures(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the stored procedures available in the given catalog.
getProcedureTerm() - Method in interface java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "procedure".
getProfile() - Method in class java.awt.color.ICC_ColorSpace
Returns the ICC_Profile for this ICC_ColorSpace.
getProfileClass() - Method in class java.awt.color.ICC_Profile
Returns the profile class.
getPropagatedFrom() - Method in class java.beans.beancontext.BeanContextEvent
Gets the BeanContext from which this event was propagated.
getPropagationId() - Method in class java.beans.PropertyChangeEvent
The "propagationId" field is reserved for future use.
getProperties() - Static method in class java.lang.System
Determines the current system properties.
getProperty(String, ImageObserver) - Method in class java.awt.image.BufferedImage
Returns a property of the image by name.
getProperty(String) - Method in class java.awt.image.BufferedImage
Returns a property of the image by name.
getProperty(String, ImageObserver) - Method in class java.awt.Image
Gets a property of this image by name.
getProperty(ParameterBlock, String) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Gets the appropriate instance of the property specified by the name parameter.
getProperty(String) - Method in interface java.awt.image.renderable.RenderableImage
Gets a property from the property set of this image.
getProperty(String) - Method in class java.awt.image.renderable.RenderableImageOp
Gets a property from the property set of this image.
getProperty(String) - Method in interface java.awt.image.RenderedImage
Gets a property from the property set of this image.
getProperty(String, String) - Static method in class java.awt.Toolkit
Gets a property with the specified key and default.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String) - Method in class java.security.Provider
 
getProperty(String) - Static method in class java.security.Security
Gets a security property value.
getProperty(String) - Method in class java.util.logging.LogManager
Get the value of a logging property.
getProperty(String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getPropertyChangeEvent() - Method in exception java.beans.PropertyVetoException
Gets the vetoed PropertyChangeEvent.
getPropertyChangeListeners() - Method in class java.awt.Component
Returns an array of all the property change listeners registered on this component.
getPropertyChangeListeners(String) - Method in class java.awt.Component
Returns an array of all the listeners which have been associated with the named property.
getPropertyChangeListeners() - Method in class java.awt.KeyboardFocusManager
Returns an array of all the property change listeners registered on this keyboard focus manager.
getPropertyChangeListeners(String) - Method in class java.awt.KeyboardFocusManager
Returns an array of all the PropertyChangeListeners associated with the named property.
getPropertyChangeListeners(String) - Method in class java.awt.SystemTray
Returns an array of all the listeners that have been associated with the named property.
getPropertyChangeListeners() - Method in class java.awt.Toolkit
Returns an array of all the property change listeners registered on this toolkit.
getPropertyChangeListeners(String) - Method in class java.awt.Toolkit
Returns an array of all property change listeners associated with the specified name of a desktop property.
getPropertyChangeListeners() - Method in class java.beans.PropertyChangeSupport
Returns an array of all the listeners that were added to the PropertyChangeSupport object with addPropertyChangeListener().
getPropertyChangeListeners(String) - Method in class java.beans.PropertyChangeSupport
Returns an array of all the listeners which have been associated with the named property.
getPropertyDescriptors() - Method in interface java.beans.BeanInfo
Returns descriptors for all properties of the bean.
getPropertyDescriptors() - Method in class java.beans.SimpleBeanInfo
Deny knowledge of properties.
getPropertyEditorClass() - Method in class java.beans.PropertyDescriptor
Gets any explicit PropertyEditor Class that has been registered for this property.
getPropertyInfo(String, Properties) - Method in interface java.sql.Driver
Gets information about the possible properties for this driver.
getPropertyName() - Method in class java.beans.PropertyChangeEvent
Gets the programmatic name of the property that was changed.
getPropertyName() - Method in class java.beans.PropertyChangeListenerProxy
Returns the name of the named property associated with the listener.
getPropertyName() - Method in class java.beans.VetoableChangeListenerProxy
Returns the name of the named property associated with the listener.
getPropertyNames() - Method in class java.awt.image.BufferedImage
Returns an array of names recognized by getProperty(String) or null, if no property names are recognized.
getPropertyNames() - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Returns a list of names recognized by getProperty.
getPropertyNames() - Method in interface java.awt.image.renderable.RenderableImage
Returns a list of names recognized by getProperty.
getPropertyNames() - Method in class java.awt.image.renderable.RenderableImageOp
Return a list of names recognized by getProperty.
getPropertyNames() - Method in interface java.awt.image.RenderedImage
Returns an array of names recognized by getProperty(String) or null, if no property names are recognized.
getPropertyOverrides() - Method in class java.rmi.activation.ActivationGroupDesc
Returns the group's property-override list.
getPropertyType() - Method in class java.beans.PropertyDescriptor
Returns the Java type info for the property.
getProtectionAlgorithm() - Method in class java.security.KeyStore.PasswordProtection
Gets the name of the protection algorithm.
getProtectionDomain() - Method in class java.lang.Class
Returns the ProtectionDomain of this class.
getProtectionParameter() - Method in class java.security.DomainLoadStoreParameter
Gets the keystore protection parameters for this domain.
getProtectionParameter(String) - Method in class java.security.KeyStore.Builder
Returns the ProtectionParameters that should be used to obtain the Entry with the given alias.
getProtectionParameter() - Method in interface java.security.KeyStore.LoadStoreParameter
Gets the parameter used to protect keystore data.
getProtectionParameters() - Method in class java.security.KeyStore.PasswordProtection
Gets the parameters supplied for the protection algorithm.
getProtectionParams() - Method in class java.security.DomainLoadStoreParameter
Gets the keystore protection parameters for keystores in this domain.
getProtocol() - Method in class java.net.URL
Gets the protocol name of this URL.
getProvider() - Method in class java.security.AlgorithmParameterGenerator
Returns the provider of this algorithm parameter generator object.
getProvider() - Method in class java.security.AlgorithmParameters
Returns the provider of this parameter object.
getProvider() - Method in class java.security.cert.CertificateFactory
Returns the provider of this certificate factory.
getProvider() - Method in class java.security.cert.CertPathBuilder
Returns the provider of this CertPathBuilder.
getProvider() - Method in class java.security.cert.CertPathValidator
Returns the Provider of this CertPathValidator.
getProvider() - Method in class java.security.cert.CertStore
Returns the provider of this CertStore.
getProvider() - Method in class java.security.KeyFactory
Returns the provider of this key factory object.
getProvider() - Method in class java.security.KeyPairGenerator
Returns the provider of this key pair generator object.
getProvider() - Method in class java.security.KeyStore
Returns the provider of this keystore.
getProvider() - Method in class java.security.MessageDigest
Returns the provider of this message digest object.
getProvider() - Method in class java.security.Policy
Return the Provider of this Policy.
getProvider() - Method in class java.security.Provider.Service
Return the Provider of this service.
getProvider() - Method in class java.security.SecureRandom
Returns the provider of this SecureRandom object.
getProvider(String) - Static method in class java.security.Security
Returns the provider installed with the specified name, if any.
getProvider() - Method in class java.security.Signature
Returns the provider of this signature object.
getProviders() - Static method in class java.security.Security
Returns an array containing all the installed providers.
getProviders(String) - Static method in class java.security.Security
Returns an array containing all installed providers that satisfy the specified selection criterion, or null if no such providers have been installed.
getProviders(Map<String, String>) - Static method in class java.security.Security
Returns an array containing all installed providers that satisfy the specified* selection criteria, or null if no such providers have been installed.
getProxyClass(ClassLoader, Class<?>...) - Static method in class java.lang.reflect.Proxy
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getPseudoColumns(String, String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
getPSName() - Method in class java.awt.Font
Returns the postscript name of this Font.
getPublic() - Method in class java.security.KeyPair
Returns a reference to the public key component of this key pair.
getPublicExponent() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the public exponent.
getPublicExponent() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the public exponent.
getPublicExponent() - Method in interface java.security.interfaces.RSAPublicKey
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the public-exponent value.
getPublicExponent() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAPublicKeySpec
Returns the public exponent.
getPublicKey() - Method in class java.security.cert.Certificate
Gets the public key from this certificate.
getPublicKey() - Method in class java.security.cert.PKIXCertPathValidatorResult
Returns the public key of the subject (target) of the certification path, including any inherited public key parameters if applicable.
getPublicKey() - Method in interface java.security.Certificate
Deprecated.
Returns the key of the principal-key pair being guaranteed by the guarantor.
getPublicKey() - Method in class java.security.Identity
Deprecated.
Returns this identity's public key.
getPushLevel() - Method in class java.util.logging.MemoryHandler
Get the pushLevel.
getQ() - Method in interface java.security.interfaces.DSAParams
Returns the subprime, q.
getQ() - Method in class java.security.spec.DSAParameterSpec
Returns the sub-prime q.
getQ() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the sub-prime q.
getQ() - Method in class java.security.spec.DSAPublicKeySpec
Returns the sub-prime q.
getQuadrantRotateInstance(int) - Static method in class java.awt.geom.AffineTransform
Returns a transform that rotates coordinates by the specified number of quadrants.
getQuadrantRotateInstance(int, double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform that rotates coordinates by the specified number of quadrants around the specified anchor point.
getQuery() - Method in class java.net.URI
Returns the decoded query component of this URI.
getQuery() - Method in class java.net.URL
Gets the query part of this URL.
getQueryTimeout() - Method in interface java.sql.Statement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getQueue() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Returns the task queue used by this executor.
getQueue() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the task queue used by this executor.
getQueuedReaderThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire the read lock.
getQueuedSubmissionCount() - Method in class java.util.concurrent.ForkJoinPool
Returns an estimate of the number of tasks submitted to this pool that have not yet begun executing.
getQueuedTaskCount() - Method in class java.util.concurrent.ForkJoinPool
Returns an estimate of the total number of tasks currently held in queues by worker threads (but not including tasks submitted to the pool that have not begun executing).
getQueuedTaskCount() - Static method in class java.util.concurrent.ForkJoinTask
Returns an estimate of the number of tasks that have been forked by the current worker thread but not yet executed.
getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire.
getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire.
getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantLock
Returns a collection containing threads that may be waiting to acquire this lock.
getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire either the read or write lock.
getQueuedThreads() - Method in class java.util.concurrent.Semaphore
Returns a collection containing threads that may be waiting to acquire.
getQueuedWriterThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire the write lock.
getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns an estimate of the number of threads waiting to acquire.
getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns an estimate of the number of threads waiting to acquire.
getQueueLength() - Method in class java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting to acquire this lock.
getQueueLength() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting to acquire either the read or write lock.
getQueueLength() - Method in class java.util.concurrent.Semaphore
Returns an estimate of the number of threads waiting to acquire.
getRadius() - Method in class java.awt.RadialGradientPaint
Returns the radius of the circle defining the radial gradient.
getRange() - Method in class java.util.Locale.LanguageRange
Returns the language range of this LanguageRange.
getRanges() - Method in class java.awt.font.NumericShaper
Returns an int that ORs together the values for all the ranges that will be shaped.
getRangeSet() - Method in class java.awt.font.NumericShaper
Returns a Set representing all the Unicode ranges in this NumericShaper that will be shaped.
getRangeUnit() - Method in enum java.time.temporal.ChronoField
 
getRangeUnit() - Method in interface java.time.temporal.TemporalField
Gets the range that the field is bound by.
getRaster() - Method in class java.awt.image.BufferedImage
Returns the WritableRaster.
getRaster(int, int, int, int) - Method in interface java.awt.PaintContext
Returns a Raster containing the colors generated for the graphics operation.
getRawAuthority() - Method in class java.net.URI
Returns the raw authority component of this URI.
getRawFragment() - Method in class java.net.URI
Returns the raw fragment component of this URI.
getRawOffset() - Method in class java.util.SimpleTimeZone
Gets the GMT offset for this time zone.
getRawOffset() - Method in class java.util.TimeZone
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
getRawPath() - Method in class java.net.URI
Returns the raw path component of this URI.
getRawQuery() - Method in class java.net.URI
Returns the raw query component of this URI.
getRawResult() - Method in class java.util.concurrent.CountedCompleter
Returns the result of the computation.
getRawResult() - Method in class java.util.concurrent.ForkJoinTask
Returns the result that would be returned by ForkJoinTask.join(), even if this task completed abnormally, or null if this task is not known to have been completed.
getRawResult() - Method in class java.util.concurrent.RecursiveAction
Always returns null.
getRawResult() - Method in class java.util.concurrent.RecursiveTask
 
getRawSchemeSpecificPart() - Method in class java.net.URI
Returns the raw scheme-specific part of this URI.
getRawType() - Method in interface java.lang.reflect.ParameterizedType
Returns the Type object representing the class or interface that declared this type.
getRawUserInfo() - Method in class java.net.URI
Returns the raw user-information component of this URI.
getRead() - Method in exception java.sql.DataTruncation
Indicates whether or not the value was truncated on a read.
getReaderForText(Transferable) - Method in class java.awt.datatransfer.DataFlavor
Gets a Reader for a text flavor, decoded, if necessary, for the expected charset (encoding).
getReadHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant read holds on this lock by the current thread.
getReadLockCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of read locks held for this lock.
getReadLockCount() - Method in class java.util.concurrent.locks.StampedLock
Queries the number of read locks held for this lock.
getReadMethod() - Method in class java.beans.PropertyDescriptor
Gets the method that should be used to read the property value.
getReadTimeout() - Method in class java.net.URLConnection
Returns setting for read timeout.
getReason() - Method in exception java.net.HttpRetryException
Returns a string explaining why the http request could not be retried.
getReason() - Method in exception java.net.URISyntaxException
Returns a string explaining why the input string could not be parsed.
getReason() - Method in exception java.nio.file.FileSystemException
Returns the string explaining why the file system operation failed.
getReason() - Method in exception java.nio.file.InvalidPathException
Returns a string explaining why the input string was rejected.
getReason() - Method in exception java.security.cert.CertPathValidatorException
Returns the reason that the validation failed.
getReceiveBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
getReceiveBufferSize() - Method in class java.net.ServerSocket
Gets the value of the SO_RCVBUF option for this ServerSocket, that is the proposed buffer size that will be used for Sockets accepted from this ServerSocket.
getReceiveBufferSize() - Method in class java.net.Socket
Gets the value of the SO_RCVBUF option for this Socket, that is the buffer size used by the platform for input on this Socket.
getRecursionLimit() - Method in class java.awt.geom.FlatteningPathIterator
Returns the recursion limit of this iterator.
getRed() - Method in class java.awt.Color
Returns the red component in the range 0-255 in the default sRGB space.
getRed(int) - Method in class java.awt.image.ColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - Method in class java.awt.image.ColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - Method in class java.awt.image.ComponentColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - Method in class java.awt.image.ComponentColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - Method in class java.awt.image.DirectColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(Object) - Method in class java.awt.image.DirectColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRed(int) - Method in class java.awt.image.IndexColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
getRedMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the red color component.
getReds(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of red color components into the specified array.
getReductionPolynomial() - Method in class java.security.spec.ECFieldF2m
Returns a BigInteger whose i-th bit corresponds to the i-th coefficient of the reduction polynomial for polynomial basis or null for normal basis.
getRef() - Method in class java.net.URL
Gets the anchor (also known as the "reference") of this URL.
getRef() - Method in class java.rmi.server.RemoteObject
Returns the remote reference for the remote object.
getRef(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRefClass(ObjectOutput) - Method in interface java.rmi.server.RemoteRef
Returns the class name of the ref type to be serialized onto the stream 'out'.
getReference() - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the reference.
getReference() - Method in class java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the reference.
getReferenceKind() - Method in interface java.lang.invoke.MethodHandleInfo
Returns the reference kind of the cracked method handle, which in turn determines whether the method handle's underlying member was a constructor, method, or field.
getRefreshRate() - Method in class java.awt.DisplayMode
Returns the refresh rate of the display, in hertz.
getRegisteredParties() - Method in class java.util.concurrent.Phaser
Returns the number of parties registered at this phaser.
getRegistry() - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the default registry port of 1099.
getRegistry(int) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the the remote object Registry for the local host on the specified port.
getRegistry(String) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host on the default registry port of 1099.
getRegistry(String, int) - Static method in class java.rmi.registry.LocateRegistry
Returns a reference to the remote object Registry on the specified host and port.
getRegistry(String, int, RMIClientSocketFactory) - Static method in class java.rmi.registry.LocateRegistry
Returns a locally created remote reference to the remote object Registry on the specified host and port.
getRejectedExecutionHandler() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the current handler for unexecutable tasks.
getRemaining() - Method in class java.util.zip.Inflater
Returns the total number of bytes remaining in the input buffer.
getRemoteAddress() - Method in class java.nio.channels.AsynchronousSocketChannel
Returns the remote address to which this channel's socket is connected.
getRemoteAddress() - Method in class java.nio.channels.DatagramChannel
Returns the remote address to which this channel's socket is connected.
getRemoteAddress() - Method in class java.nio.channels.SocketChannel
Returns the remote address to which this channel's socket is connected.
getRemoteSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoteSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoveListenerMethod() - Method in class java.beans.EventSetDescriptor
Gets the method used to remove event listeners.
getRemoveOnCancelPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.
getRenderableSource(int) - Method in class java.awt.image.renderable.ParameterBlock
Returns a source as a RenderableImage.
getRenderedSource(int) - Method in class java.awt.image.renderable.ParameterBlock
Returns a source as a RenderedImage.
getRenderingHint(RenderingHints.Key) - Method in class java.awt.Graphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - Method in class java.awt.Graphics2D
Gets the preferences for the rendering algorithms.
getRenderingHints() - Method in class java.awt.image.AffineTransformOp
Returns the rendering hints used by this transform operation.
getRenderingHints() - Method in class java.awt.image.BandCombineOp
Returns the rendering hints for this operation.
getRenderingHints() - Method in interface java.awt.image.BufferedImageOp
Returns the rendering hints for this operation.
getRenderingHints() - Method in class java.awt.image.ColorConvertOp
Returns the rendering hints used by this op.
getRenderingHints() - Method in class java.awt.image.ConvolveOp
Returns the rendering hints for this op.
getRenderingHints() - Method in class java.awt.image.LookupOp
Returns the rendering hints for this op.
getRenderingHints() - Method in interface java.awt.image.RasterOp
Returns the rendering hints for this RasterOp.
getRenderingHints() - Method in class java.awt.image.renderable.RenderContext
Gets the rendering hints of this RenderContext.
getRenderingHints() - Method in class java.awt.image.RescaleOp
Returns the rendering hints for this op.
getRepresentationClass() - Method in class java.awt.datatransfer.DataFlavor
Returns the Class which objects supporting this DataFlavor will return when this DataFlavor is requested.
getRequestingHost() - Method in class java.net.Authenticator
Gets the hostname of the site or proxy requesting authentication, or null if not available.
getRequestingPort() - Method in class java.net.Authenticator
Gets the port number for the requested connection.
getRequestingPrompt() - Method in class java.net.Authenticator
Gets the prompt string given by the requestor.
getRequestingProtocol() - Method in class java.net.Authenticator
Give the protocol that's requesting the connection.
getRequestingScheme() - Method in class java.net.Authenticator
Gets the scheme of the requestor (the HTTP scheme for an HTTP firewall, for example).
getRequestingSite() - Method in class java.net.Authenticator
Gets the InetAddress of the site requesting authorization, or null if not available.
getRequestingURL() - Method in class java.net.Authenticator
Returns the URL that resulted in this request for authentication.
getRequestMethod() - Method in class java.net.HttpURLConnection
Get the request method.
getRequestorType() - Method in class java.net.Authenticator
Returns whether the requestor is a Proxy or a Server.
getRequestProperties() - Method in class java.net.URLConnection
Returns an unmodifiable Map of general request properties for this connection.
getRequestProperty(String) - Method in class java.net.URLConnection
Returns the value of the named general request property for this connection.
getResolverFields() - Method in class java.time.format.DateTimeFormatter
Gets the resolver fields to use during parsing.
getResolverStyle() - Method in class java.time.format.DateTimeFormatter
Gets the resolver style to use during parsing.
getResource(String, BeanContextChild) - Method in interface java.beans.beancontext.BeanContext
Analagous to java.lang.ClassLoader.getResource(), this method allows a BeanContext implementation to interpose behavior between the child Component and underlying ClassLoader.
getResource(String, BeanContextChild) - Method in class java.beans.beancontext.BeanContextSupport
 
getResource(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
getResourceAsStream(String, BeanContextChild) - Method in interface java.beans.beancontext.BeanContext
Analagous to java.lang.ClassLoader.getResourceAsStream(), this method allows a BeanContext implementation to interpose behavior between the child Component and underlying ClassLoader.
getResourceAsStream(String, BeanContextChild) - Method in class java.beans.beancontext.BeanContextSupport
 
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceAsStream(String) - Method in class java.lang.ClassLoader
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - Method in class java.net.URLClassLoader
Returns an input stream for reading the specified resource.
getResourceBundle() - Method in class java.util.logging.Logger
Retrieve the localization resource bundle for this logger.
getResourceBundle() - Method in class java.util.logging.LogRecord
Get the localization resource bundle
getResourceBundleName() - Method in class java.util.logging.Level
Return the level's localization resource bundle name, or null if no localization bundle is defined.
getResourceBundleName() - Method in class java.util.logging.Logger
Retrieve the localization resource bundle name for this logger.
getResourceBundleName() - Method in class java.util.logging.LogRecord
Get the localization resource bundle name
getResources(String) - Method in class java.lang.ClassLoader
Finds all the resources with the given name.
getResponseCode() - Method in class java.net.HttpURLConnection
Gets the status code from an HTTP response message.
getResponseMessage() - Method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getRestartMode() - Method in class java.rmi.activation.ActivationDesc
Returns the "restart" mode of the object associated with this activation descriptor.
getResultSet() - Method in interface java.sql.Array
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(Map<String, Class<?>>) - Method in interface java.sql.Array
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(long, int) - Method in interface java.sql.Array
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(long, int, Map<String, Class<?>>) - Method in interface java.sql.Array
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet() - Method in interface java.sql.Statement
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in interface java.sql.Statement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in interface java.sql.DatabaseMetaData
Retrieves this database's default holdability for ResultSet objects.
getResultSetHoldability() - Method in interface java.sql.Statement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in interface java.sql.Statement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getResultStream(boolean) - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
getReturnType() - Method in class java.lang.reflect.Method
Returns a Class object that represents the formal return type of the method represented by this Method object.
getReuseAddress() - Method in class java.net.DatagramSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.ServerSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.Socket
Tests if SO_REUSEADDR is enabled.
getRevocationChecker() - Method in class java.security.cert.CertPathBuilder
Returns a CertPathChecker that the encapsulated CertPathBuilderSpi implementation uses to check the revocation status of certificates.
getRevocationChecker() - Method in class java.security.cert.CertPathValidator
Returns a CertPathChecker that the encapsulated CertPathValidatorSpi implementation uses to check the revocation status of certificates.
getRevocationDate() - Method in exception java.security.cert.CertificateRevokedException
Returns the date on which the certificate was revoked.
getRevocationDate() - Method in class java.security.cert.X509CRLEntry
Gets the revocation date from this X509CRLEntry, the revocationDate.
getRevocationReason() - Method in exception java.security.cert.CertificateRevokedException
Returns the reason the certificate was revoked.
getRevocationReason() - Method in class java.security.cert.X509CRLEntry
Returns the reason the certificate has been revoked, as specified in the Reason Code extension of this CRL entry.
getRevokedCertificate(BigInteger) - Method in class java.security.cert.X509CRL
Gets the CRL entry, if any, with the given certificate serialNumber.
getRevokedCertificate(X509Certificate) - Method in class java.security.cert.X509CRL
Get the CRL entry, if any, for the given certificate.
getRevokedCertificates() - Method in class java.security.cert.X509CRL
Gets all the entries from this CRL.
getRGB() - Method in class java.awt.Color
Returns the RGB value representing the color in the default sRGB ColorModel.
getRGB(int, int) - Method in class java.awt.image.BufferedImage
Returns an integer pixel in the default RGB color model (TYPE_INT_ARGB) and default sRGB colorspace.
getRGB(int, int, int, int, int[], int, int) - Method in class java.awt.image.BufferedImage
Returns an array of integer pixels in the default RGB color model (TYPE_INT_ARGB) and default sRGB color space, from a portion of the image data.
getRGB(int) - Method in class java.awt.image.ColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(Object) - Method in class java.awt.image.ColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.ComponentColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(Object) - Method in class java.awt.image.ComponentColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.DirectColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(Object) - Method in class java.awt.image.DirectColorModel
Returns the color/alpha components for the specified pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.IndexColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGBColorComponents(float[]) - Method in class java.awt.Color
Returns a float array containing only the color components of the Color, in the default sRGB color space.
getRGBComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, as represented in the default sRGB color space.
getRGBdefault() - Static method in class java.awt.image.ColorModel
Returns a DirectColorModel that describes the default format for integer RGB values used in many of the methods in the AWT image interfaces for the convenience of the programmer.
getRGBPixel(int, int) - Method in interface java.awt.peer.RobotPeer
Gets the RGB value of the specified pixel on screen.
getRGBPixels(Rectangle) - Method in interface java.awt.peer.RobotPeer
Gets the RGB values of the specified screen area as an array.
getRGBs(int[]) - Method in class java.awt.image.IndexColorModel
Converts data for each index from the color and alpha component arrays to an int in the default RGB ColorModel format and copies the resulting 32-bit ARGB values into the specified array.
getRoot() - Method in interface java.nio.file.Path
Returns the root component of this path as a Path object, or null if this path does not have a root component.
getRoot() - Method in class java.util.concurrent.CountedCompleter
Returns the root of the current computation; i.e., this task if it has no completer, else its completer's root.
getRoot() - Method in class java.util.concurrent.Phaser
Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent.
getRootDirectories() - Method in class java.nio.file.FileSystem
Returns an object to iterate over the paths of the root directories.
getRotateInstance(double) - Static method in class java.awt.geom.AffineTransform
Returns a transform representing a rotation transformation.
getRotateInstance(double, double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform that rotates coordinates around an anchor point.
getRotateInstance(double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform that rotates coordinates according to a rotation vector.
getRotateInstance(double, double, double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform that rotates coordinates around an anchor point according to a rotation vector.
getRoundingMode() - Method in class java.math.MathContext
Returns the roundingMode setting.
getRoundingMode() - Method in class java.text.DecimalFormat
Gets the RoundingMode used in this DecimalFormat.
getRoundingMode() - Method in class java.text.NumberFormat
Gets the RoundingMode used in this NumberFormat.
getRow() - Method in interface java.sql.ResultSet
Retrieves the current row number.
getRowId(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
getRowId(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
getRowIdLifetime() - Method in interface java.sql.DatabaseMetaData
Indicates whether or not this data source supports the SQL ROWID type, and if so the lifetime for which a RowId object remains valid.
getRows() - Method in class java.awt.GridLayout
Gets the number of rows in this layout.
getRows() - Method in class java.awt.List
Gets the number of visible lines in this list.
getRows() - Method in class java.awt.TextArea
Returns the number of rows in the text area.
getRSB() - Method in class java.awt.font.GlyphMetrics
Returns the right (bottom) side bearing of the glyph.
getRule() - Method in class java.awt.AlphaComposite
Returns the compositing rule of this AlphaComposite.
getRules() - Method in class java.text.RuleBasedCollator
Gets the table-based rules for the collation object.
getRules(String, boolean) - Static method in class java.time.zone.ZoneRulesProvider
Gets the rules for the zone ID.
getRules() - Method in class java.time.ZoneId
Gets the time-zone rules for this ID allowing calculations to be performed.
getRules() - Method in class java.time.ZoneOffset
Gets the associated time-zone rules.
getRunCount() - Method in class java.text.Bidi
Return the number of level runs.
getRunLevel(int) - Method in class java.text.Bidi
Return the level of the nth logical run in this line.
getRunLimit() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attributes containing the current character.
getRunLimit(int) - Method in class java.text.Bidi
Return the index of the character past the end of the nth logical run in this line, as an offset from the start of the line.
getRunningThreadCount() - Method in class java.util.concurrent.ForkJoinPool
Returns an estimate of the number of worker threads that are not blocked waiting to join tasks or for other managed synchronization.
getRunStart() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attributes containing the current character.
getRunStart(int) - Method in class java.text.Bidi
Return the index of the character at the start of the nth logical run in this line, as an offset from the start of the line.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getRuntimeMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the runtime system of the Java virtual machine.
getS() - Method in interface java.security.interfaces.ECPrivateKey
Returns the private value S.
getS() - Method in class java.security.spec.ECPrivateKeySpec
Returns the private value S.
getSaltLength() - Method in class java.security.spec.PSSParameterSpec
Returns the salt length in bits.
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns as int the sample in a specified band for the pixel located at (x,y).
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns as int the sample in a specified band for the pixel located at (x,y).
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns as int the sample in a specified band for the pixel located at (x, y).
getSample(int, int, int) - Method in class java.awt.image.Raster
Returns the sample in a specified band for the pixel located at (x,y) as an int.
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
Returns the sample in a specified band for the pixel located at (x,y) as an int.
getSample(int, int, int, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns as int the sample in a specified band for the pixel located at (x,y).
getSampleDouble(int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleDouble(int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleDouble(int, int, int) - Method in class java.awt.image.Raster
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleDouble(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
Returns the sample in a specified band for a pixel located at (x,y) as a double.
getSampleFloat(int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleFloat(int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleFloat(int, int, int) - Method in class java.awt.image.Raster
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleFloat(int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
Returns the sample in a specified band for the pixel located at (x,y) as a float.
getSampleModel() - Method in class java.awt.image.BufferedImage
Returns the SampleModel associated with this BufferedImage.
getSampleModel() - Method in class java.awt.image.Raster
Returns the SampleModel that describes the layout of the image data.
getSampleModel() - Method in interface java.awt.image.RenderedImage
Returns the SampleModel associated with this image.
getSampleModelTranslateX() - Method in class java.awt.image.Raster
Returns the X translation from the coordinate system of the SampleModel to that of the Raster.
getSampleModelTranslateY() - Method in class java.awt.image.Raster
Returns the Y translation from the coordinate system of the SampleModel to that of the Raster.
getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Returns the samples in a specified band for the specified rectangle of pixels in an int array, one sample per data array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns the samples in a specified band for the specified rectangle of pixels in an int array, one sample per data array element.
getSamples(int, int, int, int, int, int[]) - Method in class java.awt.image.Raster
Returns the samples for a specified band for the specified rectangle of pixels in an int array, one sample per array element.
getSamples(int, int, int, int, int, float[]) - Method in class java.awt.image.Raster
Returns the samples for a specified band for the specified rectangle of pixels in a float array, one sample per array element.
getSamples(int, int, int, int, int, double[]) - Method in class java.awt.image.Raster
Returns the samples for a specified band for a specified rectangle of pixels in a double array, one sample per array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for a specified band for the specified rectangle of pixels in an int array, one sample per array element.
getSamples(int, int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for a specified band for the specified rectangle of pixels in a float array, one sample per array element.
getSamples(int, int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Returns the samples for a specified band for a specified rectangle of pixels in a double array, one sample per array element.
getSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the samples for a specified band for the specified rectangle of pixels in an int array, one sample per array element.
getSampleSize() - Method in class java.awt.image.ComponentSampleModel
Returns the number of bits per sample for all bands.
getSampleSize(int) - Method in class java.awt.image.ComponentSampleModel
Returns the number of bits per sample for the specified band.
getSampleSize() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the number of bits per sample for all bands.
getSampleSize(int) - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the number of bits per sample for the specified band.
getSampleSize() - Method in class java.awt.image.SampleModel
Returns the size in bits of samples for all bands.
getSampleSize(int) - Method in class java.awt.image.SampleModel
Returns the size in bits of samples for the specified band.
getSampleSize() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the number of bits per sample for all bands.
getSampleSize(int) - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the number of bits per sample for the specified band.
getSavepointId() - Method in interface java.sql.Savepoint
Retrieves the generated ID for the savepoint that this Savepoint object represents.
getSavepointName() - Method in interface java.sql.Savepoint
Retrieves the name of the savepoint that this Savepoint object represents.
getScale(int) - Method in interface java.sql.ParameterMetaData
Retrieves the designated parameter's number of digits to right of the decimal point.
getScale(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's number of digits to right of the decimal point.
getScaledInstance(int, int, int) - Method in class java.awt.Image
Creates a scaled version of this image.
getScaleFactors(float[]) - Method in class java.awt.image.RescaleOp
Returns the scale factors in the given array.
getScaleInstance(double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform representing a scaling transformation.
getScaleX() - Method in class java.awt.geom.AffineTransform
Returns the X coordinate scaling element (m00) of the 3x3 affine transformation matrix.
getScaleY() - Method in class java.awt.geom.AffineTransform
Returns the Y coordinate scaling element (m11) of the 3x3 affine transformation matrix.
getScanlineStride() - Method in class java.awt.image.ComponentSampleModel
Returns the scanline stride of this ComponentSampleModel.
getScanlineStride() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the scanline stride.
getScanlineStride() - Method in class java.awt.image.SinglePixelPackedSampleModel
Returns the scanline stride of this SinglePixelPackedSampleModel.
getSchema() - Method in interface java.sql.Connection
Retrieves this Connection object's current schema name.
getSchemaName(int) - Method in interface java.sql.ResultSetMetaData
Get the designated column's table's schema.
getSchemas() - Method in interface java.sql.DatabaseMetaData
Retrieves the schema names available in this database.
getSchemas(String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves the schema names available in this database.
getSchemaTerm() - Method in interface java.sql.DatabaseMetaData
Retrieves the database vendor's preferred term for "schema".
getScheme() - Method in class java.net.URI
Returns the scheme component of this URI.
getScheme() - Method in class java.nio.file.spi.FileSystemProvider
Returns the URI scheme that identifies this provider.
getSchemeSpecificPart() - Method in class java.net.URI
Returns the decoded scheme-specific part of this URI.
getScope() - Method in class java.security.Identity
Deprecated.
Returns this identity's scope.
getScopedInterface() - Method in class java.net.Inet6Address
Returns the scoped interface, if this instance was created with with a scoped interface.
getScopeId() - Method in class java.net.Inet6Address
Returns the numeric scopeId, if this instance is associated with an interface.
getScreenDevices() - Method in class java.awt.GraphicsEnvironment
Returns an array of all of the screen GraphicsDevice objects.
getScreenInsets(GraphicsConfiguration) - Method in class java.awt.Toolkit
Gets the insets of the screen.
getScreenResolution() - Method in class java.awt.Toolkit
Returns the screen resolution in dots-per-inch.
getScreenSize() - Method in class java.awt.Toolkit
Gets the size of the screen.
getScript() - Method in class java.util.Locale
Returns the script for this locale, which should either be the empty string or an ISO 15924 4-letter script code.
getScrollAmount() - Method in class java.awt.event.MouseWheelEvent
Returns the number of units that should be scrolled per click of mouse wheel rotation.
getScrollbarDisplayPolicy() - Method in class java.awt.ScrollPane
Returns the display policy for the scrollbars.
getScrollbarVisibility() - Method in class java.awt.TextArea
Returns an enumerated value that indicates which scroll bars the text area uses.
getScrollPosition() - Method in class java.awt.ScrollPane
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
getScrollType() - Method in class java.awt.event.MouseWheelEvent
Returns the type of scrolling that should take place in response to this event.
getSearchStringEscape() - Method in interface java.sql.DatabaseMetaData
Retrieves the string that can be used to escape wildcard characters.
getSecond() - Method in class java.time.LocalDateTime
Gets the second-of-minute field.
getSecond() - Method in class java.time.LocalTime
Gets the second-of-minute field.
getSecond() - Method in class java.time.OffsetDateTime
Gets the second-of-minute field.
getSecond() - Method in class java.time.OffsetTime
Gets the second-of-minute field.
getSecond() - Method in class java.time.ZonedDateTime
Gets the second-of-minute field.
getSeconds() - Method in class java.sql.Date
Deprecated. 
getSeconds() - Method in class java.time.Duration
Gets the number of seconds in this duration.
getSeconds() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.SECOND).
getSecretKey() - Method in class java.security.KeyStore.SecretKeyEntry
Gets the SecretKey from this entry.
getSecure() - Method in class java.net.HttpCookie
Returns true if sending this cookie should be restricted to a secure protocol, or false if the it can be sent using any protocol.
getSecurityContext() - Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityContext(ClassLoader) - Method in interface java.rmi.server.LoaderHandler
Deprecated.
no replacement
getSecurityContext(ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no longer uses this method to obtain a class loader's security context.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getSeed(int) - Static method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
getSeed() - Method in class java.security.spec.EllipticCurve
Returns the seeding bytes seed used during curve generation.
getSeedLength() - Method in class java.security.spec.DSAGenParameterSpec
Returns the desired length of the domain parameter seed in bits.
getSelectedCheckbox() - Method in class java.awt.CheckboxGroup
Gets the current choice from this check box group.
getSelectedIndex() - Method in class java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndex() - Method in class java.awt.List
Gets the index of the selected item on the list,
getSelectedIndexes() - Method in class java.awt.List
Gets the selected indexes on the list.
getSelectedIndexes() - Method in interface java.awt.peer.ListPeer
Returns the indices of the list items that are currently selected.
getSelectedItem() - Method in class java.awt.Choice
Gets a representation of the current choice as a string.
getSelectedItem() - Method in class java.awt.List
Gets the selected item on this scrolling list.
getSelectedItems() - Method in class java.awt.List
Gets the selected items on this scrolling list.
getSelectedObjects() - Method in class java.awt.Checkbox
Returns an array (length 1) containing the checkbox label or null if the checkbox is not selected.
getSelectedObjects() - Method in class java.awt.CheckboxMenuItem
Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
getSelectedObjects() - Method in class java.awt.Choice
Returns an array (length 1) containing the currently selected item.
getSelectedObjects() - Method in interface java.awt.ItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects() - Method in class java.awt.List
Gets the selected items on this scrolling list in an array of Objects.
getSelectedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets the currently selected text from the text editing component.
getSelectedText() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Returns the portion of the text that is selected.
getSelectedText() - Method in class java.awt.TextComponent
Returns the selected text from the text that is presented by this text component.
getSelectionEnd() - Method in interface java.awt.peer.TextComponentPeer
Returns the end index of the current selection.
getSelectionEnd() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Returns the end offset within the selected text.
getSelectionEnd() - Method in class java.awt.TextComponent
Gets the end position of the selected text in this text component.
getSelectionStart() - Method in interface java.awt.peer.TextComponentPeer
Returns the start index of the current selection.
getSelectionStart() - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
Returns the start offset within the selected text.
getSelectionStart() - Method in class java.awt.TextComponent
Gets the start position of the selected text in this text component.
getSendBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
getSendBufferSize() - Method in class java.net.Socket
Get value of the SO_SNDBUF option for this Socket, that is the buffer size used by the platform for output on this Socket.
getSentenceInstance() - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for sentence breaks for the default locale.
getSentenceInstance(Locale) - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for sentence breaks for the given locale.
getSentenceInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for sentence breaks for the given locale.
getSeparator() - Method in class java.nio.file.FileSystem
Returns the name separator, represented as a string.
getSequenceNumber() - Method in class java.util.logging.LogRecord
Get the sequence number.
getSerialNumber() - Method in class java.security.cert.X509Certificate
Gets the serialNumber value from the certificate.
getSerialNumber() - Method in class java.security.cert.X509CertSelector
Returns the serialNumber criterion.
getSerialNumber() - Method in class java.security.cert.X509CRLEntry
Gets the serial number from this X509CRLEntry, the userCertificate.
getSerialVersionUID() - Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getServerCertificateChain() - Method in class java.net.SecureCacheResponse
Returns the server's certificate chain, which was established as part of defining the session in the original connection that retrieved the network resource, from cache.
getServerName() - Method in class java.security.cert.LDAPCertStoreParameters
Returns the DNS name of the LDAP server.
getService(BeanContextServices, Object, Class, Object) - Method in interface java.beans.beancontext.BeanContextServiceProvider
Invoked by BeanContextServices, this method requests an instance of a service from this BeanContextServiceProvider.
getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in interface java.beans.beancontext.BeanContextServices
A BeanContextChild, or any arbitrary object associated with a BeanContextChild, may obtain a reference to a currently registered service from its nesting BeanContextServices via invocation of this method.
getService(BeanContextServices, Object, Class, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
 
getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in class java.beans.beancontext.BeanContextServicesSupport
obtain a service which may be delegated
getService(String, String) - Method in class java.security.Provider
Get the service describing this Provider's implementation of the specified type of this algorithm or alias.
getServiceClass() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
Gets the service class that is the subject of this notification.
getServiceClass() - Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
Gets the service class that is the subject of this notification
getServiceProvider() - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
Returns the service provider.
getServices() - Method in class java.security.Provider
Get an unmodifiable Set of all services supported by this Provider.
getServicesBeanInfo() - Method in interface java.beans.beancontext.BeanContextServiceProviderBeanInfo
Gets a BeanInfo array, one for each service class or interface statically available from this ServiceProvider.
getShape() - Method in class java.awt.Window
Returns the shape of the window.
getShaper(int) - Static method in class java.awt.font.NumericShaper
Returns a shaper for the provided unicode range.
getShaper(NumericShaper.Range) - Static method in class java.awt.font.NumericShaper
Returns a shaper for the provided Unicode range.
getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire in shared mode.
getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire in shared mode.
getShearInstance(double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform representing a shearing transformation.
getShearX() - Method in class java.awt.geom.AffineTransform
Returns the X coordinate shearing element (m01) of the 3x3 affine transformation matrix.
getShearY() - Method in class java.awt.geom.AffineTransform
Returns the Y coordinate shearing element (m10) of the 3x3 affine transformation matrix.
getShort(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a short.
getShort(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type short or of another primitive type convertible to type short via a widening conversion.
getShort() - Method in class java.nio.ByteBuffer
Relative get method for reading a short value.
getShort(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a short value.
getShort(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShortcut() - Method in class java.awt.MenuItem
Get the MenuShortcut object associated with this menu item,
getShortcutMenuItem(MenuShortcut) - Method in class java.awt.MenuBar
Gets the instance of MenuItem associated with the specified MenuShortcut object, or null if none of the menu items being managed by this menu bar is associated with the specified menu shortcut.
getShortDescription() - Method in class java.beans.FeatureDescriptor
Gets the short description of this feature.
getShortMonths() - Method in class java.text.DateFormatSymbols
Gets short month strings.
getShortParameter(int) - Method in class java.awt.image.renderable.ParameterBlock
A convenience method to return a parameter as a short.
getShortWeekdays() - Method in class java.text.DateFormatSymbols
Gets short weekday strings.
getSides() - Method in class java.awt.JobAttributes
Returns how consecutive pages should be imposed upon the sides of the print medium for jobs using these attributes.
getSigAlgName() - Method in class java.security.cert.X509Certificate
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgName() - Method in class java.security.cert.X509CRL
Gets the signature algorithm name for the CRL signature algorithm.
getSigAlgOID() - Method in class java.security.cert.X509Certificate
Gets the signature algorithm OID string from the certificate.
getSigAlgOID() - Method in class java.security.cert.X509CRL
Gets the signature algorithm OID string from the CRL.
getSigAlgParams() - Method in class java.security.cert.X509Certificate
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
getSigAlgParams() - Method in class java.security.cert.X509CRL
Gets the DER-encoded signature algorithm parameters from this CRL's signature algorithm.
getSignature() - Method in class java.security.cert.X509Certificate
Gets the signature value (the raw signature bits) from the certificate.
getSignature() - Method in class java.security.cert.X509CRL
Gets the signature value (the raw signature bits) from the CRL.
getSignature() - Method in class java.security.SignedObject
Retrieves the signature on the signed object, in the form of a byte array.
getSignerCertPath() - Method in class java.security.CodeSigner
Returns the signer's certificate path.
getSignerCertPath() - Method in class java.security.Timestamp
Returns the certificate path for the Timestamping Authority.
getSigners() - Method in class java.lang.Class
Gets the signers of this class.
getSigProvider() - Method in class java.security.cert.PKIXParameters
Returns the signature provider's name, or null if not set.
getSimpleName() - Method in class java.lang.Class
Returns the simple name of the underlying class as given in the source code.
getSize() - Method in class java.awt.Component.AccessibleAWTComponent
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class java.awt.Component
Returns the size of this component in the form of a Dimension object.
getSize(Dimension) - Method in class java.awt.Component
Stores the width/height of this component into "return value" rv and return rv.
getSize() - Method in class java.awt.Dimension
Gets the size of this Dimension object.
getSize() - Method in class java.awt.Font
Returns the point size of this Font, rounded to an integer.
getSize() - Method in class java.awt.image.DataBuffer
Returns the size (in array elements) of all banks.
getSize() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns the size of this object in the form of a Dimension object.
getSize() - Method in class java.awt.Rectangle
Gets the size of this Rectangle, represented by the returned Dimension.
getSize() - Method in class java.awt.SplashScreen
Returns the size of the splash screen window as a Dimension.
getSize() - Method in class java.awt.TrayIcon
Returns the size, in pixels, of the space that the tray icon occupies in the system tray.
getSize() - Method in class java.util.zip.ZipEntry
Returns the uncompressed size of the entry data.
getSize2D() - Method in class java.awt.Font
Returns the point size of this Font in float value.
getSmallestMaximum() - Method in class java.time.temporal.ValueRange
Gets the smallest possible maximum value that the field can take.
getSnapshot() - Method in class java.awt.image.VolatileImage
Returns a static snapshot image of this object.
getSocketAddress() - Method in class java.net.DatagramPacket
Gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
getSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
Returns the socket factory set by the setSocketFactory method.
getSoftFailExceptions() - Method in class java.security.cert.PKIXRevocationChecker
Returns a list containing the exceptions that are ignored by the revocation checker when the SOFT_FAIL option is set.
getSoLinger() - Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout() - Method in class java.net.DatagramSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.ServerSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSource() - Method in class java.awt.image.BufferedImage
Returns the object that produces the pixels for the image.
getSource() - Method in class java.awt.Image
Gets the object that produces the pixels for the image.
getSource(int) - Method in class java.awt.image.renderable.ParameterBlock
Returns a source as a general Object.
getSource() - Method in class java.awt.image.VolatileImage
This returns an ImageProducer for this VolatileImage.
getSource() - Method in class java.beans.PropertyEditorSupport
Returns the bean that is used as the source of events.
getSource(Class<T>) - Method in interface java.sql.SQLXML
Returns a Source for reading the XML value designated by this SQLXML instance.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSourceActions() - Method in class java.awt.dnd.DragGestureRecognizer
This method returns an int representing the type of action(s) this Drag and Drop operation will support.
getSourceActions() - Method in class java.awt.dnd.DragSourceContext
Returns a bitwise mask of DnDConstants that represent the set of drop actions supported by the drag source for the drag operation associated with this DragSourceContext.
getSourceActions() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns the source drop actions.
getSourceActions() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns the source drop actions.
getSourceAsBeanContextServices() - Method in class java.beans.beancontext.BeanContextServiceAvailableEvent
Gets the source as a reference of type BeanContextServices.
getSourceAsBeanContextServices() - Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
Gets the source as a reference of type BeanContextServices
getSourceAsDragGestureRecognizer() - Method in class java.awt.dnd.DragGestureEvent
Returns the source as a DragGestureRecognizer.
getSourceClassName() - Method in class java.util.logging.LogRecord
Get the name of the class that (allegedly) issued the logging request.
getSourceMethodName() - Method in class java.util.logging.LogRecord
Get the name of the method that (allegedly) issued the logging request.
getSources() - Method in class java.awt.image.BufferedImage
Returns a Vector of RenderedImage objects that are the immediate sources, not the sources of these immediate sources, of image data for this BufferedImage.
getSources() - Method in class java.awt.image.renderable.ParameterBlock
Returns the entire Vector of sources.
getSources() - Method in interface java.awt.image.renderable.RenderableImage
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.
getSources() - Method in class java.awt.image.renderable.RenderableImageOp
Returns a vector of RenderableImages that are the sources of image data for this RenderableImage.
getSources() - Method in interface java.awt.image.RenderedImage
Returns a vector of RenderedImages that are the immediate sources of image data for this RenderedImage.
getSourceString() - Method in class java.text.CollationKey
Returns the String that this CollationKey represents.
getSpecificationTitle() - Method in class java.lang.Package
Return the title of the specification that this package implements.
getSpecificationVendor() - Method in class java.lang.Package
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.
getSpecificationVersion() - Method in class java.lang.Package
Returns the version number of the specification that this package implements.
getSpecName() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine specification name.
getSpecVendor() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine specification vendor.
getSpecVersion() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine specification version.
getSpi(String) - Method in class java.util.prefs.AbstractPreferences
Return the value associated with the specified key at this preference node, or null if there is no association for this key, or the association cannot be determined at this time.
getSplashScreen() - Static method in class java.awt.SplashScreen
Returns the SplashScreen object used for Java startup splash screen control on systems that support display.
getSQLKeywords() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL:2003 keywords.
getSQLState() - Method in exception java.sql.SQLException
Retrieves the SQLState for this SQLException object.
getSQLStateType() - Method in interface java.sql.DatabaseMetaData
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL:2003.
getSQLTypeName() - Method in interface java.sql.SQLData
Returns the fully-qualified name of the SQL user-defined type that this object represents.
getSQLTypeName() - Method in interface java.sql.Struct
Retrieves the SQL type name of the SQL structured type that this Struct object represents.
getSQLXML(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getSQLXML(String) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getSQLXML(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
getSQLXML(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
getStackTrace() - Method in class java.lang.management.ThreadInfo
Returns the stack trace of the thread associated with this ThreadInfo.
getStackTrace() - Method in class java.lang.Thread
Returns an array of stack trace elements representing the stack dump of this thread.
getStackTrace() - Method in class java.lang.Throwable
Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
getStamp() - Method in class java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the stamp.
getStandardOffset() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the standard offset in force at the transition.
getStandardOffset(Instant) - Method in class java.time.zone.ZoneRules
Gets the standard offset for the specified instant in this zone.
getStartPoint() - Method in class java.awt.geom.Arc2D
Returns the starting point of the arc.
getStartPoint() - Method in class java.awt.LinearGradientPaint
Returns a copy of the start point of the gradient axis.
getStartTime() - Method in interface java.lang.management.RuntimeMXBean
Returns the start time of the Java virtual machine in milliseconds.
getState() - Method in class java.awt.Checkbox
Determines whether this check box is in the "on" or "off" state.
getState() - Method in class java.awt.CheckboxMenuItem
Determines whether the state of this check box menu item is "on" or "off."
getState() - Method in class java.awt.Frame
Gets the state of this frame (obsolete).
getState() - Method in class java.awt.im.InputMethodHighlight
Returns the conversion state of the text range.
getState() - Method in interface java.awt.peer.FramePeer
Returns the current state of the frame.
getState() - Method in class java.lang.Thread
Returns the state of this thread.
getState() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns the current value of synchronization state.
getState() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns the current value of synchronization state.
getStateChange() - Method in class java.awt.event.ItemEvent
Returns the type of state change (selected or deselected).
getStatement() - Method in interface java.sql.ResultSet
Retrieves the Statement object that produced this ResultSet object.
getStatus() - Method in class java.awt.image.PixelGrabber
Return the status of the pixels.
getStealCount() - Method in class java.util.concurrent.ForkJoinPool
Returns an estimate of the total number of tasks stolen from one thread's work queue by another.
getStream(String) - Method in interface java.applet.AppletContext
Returns the stream to which specified key is associated within this applet context.
getStreamKeys() - Method in interface java.applet.AppletContext
Finds all the keys of the streams in this applet context.
getStrength() - Method in class java.text.Collator
Returns this Collator's strength property.
getStrikethroughOffset() - Method in class java.awt.font.LineMetrics
Returns the position of the strike-through line relative to the baseline.
getStrikethroughThickness() - Method in class java.awt.font.LineMetrics
Returns the thickness of the strike-through line.
getString(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString() - Method in interface java.sql.SQLXML
Returns a string representation of the XML value designated by this SQLXML instance.
getString(String) - Method in class java.util.ResourceBundle
Gets a string for the given key from this resource bundle or one of its parents.
getStringArray(String) - Method in class java.util.ResourceBundle
Gets a string array for the given key from this resource bundle or one of its parents.
getStringBounds(String, FontRenderContext) - Method in class java.awt.Font
Returns the logical bounds of the specified String in the specified FontRenderContext.
getStringBounds(String, int, int, FontRenderContext) - Method in class java.awt.Font
Returns the logical bounds of the specified String in the specified FontRenderContext.
getStringBounds(char[], int, int, FontRenderContext) - Method in class java.awt.Font
Returns the logical bounds of the specified array of characters in the specified FontRenderContext.
getStringBounds(CharacterIterator, int, int, FontRenderContext) - Method in class java.awt.Font
Returns the logical bounds of the characters indexed in the specified CharacterIterator in the specified FontRenderContext.
getStringBounds(String, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the specified String in the specified Graphics context.
getStringBounds(String, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the specified String in the specified Graphics context.
getStringBounds(char[], int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the specified array of characters in the specified Graphics context.
getStringBounds(CharacterIterator, int, int, Graphics) - Method in class java.awt.FontMetrics
Returns the bounds of the characters indexed in the specified CharacterIterator in the specified Graphics context.
getStringFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of string functions available with this database.
getStroke() - Method in class java.awt.Graphics2D
Returns the current Stroke in the Graphics2D context.
getStrongCaret(TextHitInfo, TextHitInfo, TextLayout) - Method in class java.awt.font.TextLayout.CaretPolicy
Chooses one of the specified TextHitInfo instances as a strong caret in the specified TextLayout.
getStyle() - Method in class java.awt.Font
Returns the style of this Font.
getStyle() - Method in class java.awt.im.InputMethodHighlight
Returns the rendering style attributes for the text range, or null.
getSubimage(int, int, int, int) - Method in class java.awt.image.BufferedImage
Returns a subimage defined by a specified rectangular region.
getSubInterfaces() - Method in class java.net.NetworkInterface
Get an Enumeration with all the subinterfaces (also known as virtual interfaces) attached to this network interface.
getSubject() - Method in class java.security.cert.X509CertSelector
Returns the subject criterion as an X500Principal.
getSubjectAlternativeNames() - Method in class java.security.cert.X509Certificate
Gets an immutable collection of subject alternative names from the SubjectAltName extension, (OID = 2.5.29.17).
getSubjectAlternativeNames() - Method in class java.security.cert.X509CertSelector
Returns a copy of the subjectAlternativeNames criterion.
getSubjectAsBytes() - Method in class java.security.cert.X509CertSelector
Returns the subject criterion as a byte array.
getSubjectAsString() - Method in class java.security.cert.X509CertSelector
getSubjectDN() - Method in class java.security.cert.X509Certificate
getSubjectKeyIdentifier() - Method in class java.security.cert.X509CertSelector
Returns the subjectKeyIdentifier criterion.
getSubjectPublicKey() - Method in class java.security.cert.X509CertSelector
Returns the subjectPublicKey criterion.
getSubjectPublicKeyAlgID() - Method in class java.security.cert.X509CertSelector
Returns the subjectPublicKeyAlgID criterion.
getSubjectUniqueID() - Method in class java.security.cert.X509Certificate
Gets the subjectUniqueID value from the certificate.
getSubjectX500Principal() - Method in class java.security.cert.X509Certificate
Returns the subject (subject distinguished name) value from the certificate as an X500Principal.
getSubprimeQLength() - Method in class java.security.spec.DSAGenParameterSpec
Returns the desired length of the sub-prime Q of the to-be-generated DSA domain parameters in bits.
getSubString(long, int) - Method in interface java.sql.Clob
Retrieves a copy of the specified substring in the CLOB value designated by this Clob object.
getSubType() - Method in class java.awt.datatransfer.DataFlavor
Returns the sub MIME type of this DataFlavor.
getSum() - Method in class java.util.DoubleSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSum() - Method in class java.util.IntSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSum() - Method in class java.util.LongSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSuperclass() - Method in class java.lang.Class
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuperTables(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSupportedExtensions() - Method in class java.security.cert.PKIXCertPathChecker
Returns an immutable Set of X.509 certificate extensions that this PKIXCertPathChecker supports (i.e.
getSuppressed() - Method in class java.lang.Throwable
Returns an array containing all of the exceptions that were suppressed, typically by the try-with-resources statement, in order to deliver this exception.
getSurplusQueuedTaskCount() - Static method in class java.util.concurrent.ForkJoinTask
Returns an estimate of how many more locally queued tasks are held by the current worker thread than there are other worker threads that might steal them, or zero if this thread is not operating in a ForkJoinPool.
getSymbol() - Method in class java.util.Currency
Gets the symbol of this currency for the default DISPLAY locale.
getSymbol(Locale) - Method in class java.util.Currency
Gets the symbol of this currency for the specified locale.
getSymbol(String, Locale) - Method in class java.util.spi.CurrencyNameProvider
Gets the symbol of the given currency code for the specified locale.
getSystem() - Static method in class java.rmi.activation.ActivationGroup
Returns the activation system for the VM.
getSystem() - Method in class java.rmi.activation.ActivationGroupID
Returns the group's activation system.
getSystemClassLoader() - Static method in class java.lang.ClassLoader
Returns the system class loader for delegation.
getSystemClipboard() - Method in class java.awt.Toolkit
Gets the singleton instance of the system Clipboard which interfaces with clipboard facilities provided by the native platform.
getSystemCustomCursor(String) - Static method in class java.awt.Cursor
Returns a system-specific custom cursor object matching the specified name.
getSystemEventQueue() - Method in class java.awt.Toolkit
Get the application's or applet's EventQueue instance.
getSystemEventQueueImpl() - Method in class java.awt.Toolkit
Gets the application's or applet's EventQueue instance, without checking access.
getSystemFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of system functions available with this database.
getSystemLoadAverage() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the system load average for the last minute.
getSystemProperties() - Method in interface java.lang.management.RuntimeMXBean
Returns a map of names and values of all system properties.
getSystemResource(String) - Static method in class java.lang.ClassLoader
Find a resource of the specified name from the search path used to load classes.
getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
Open for reading, a resource of the specified name from the search path used to load classes.
getSystemResources(String) - Static method in class java.lang.ClassLoader
Finds all resources of the specified name from the search path used to load classes.
getSystemScope() - Static method in class java.security.IdentityScope
Deprecated.
Returns the system's identity scope.
getSystemSelection() - Method in class java.awt.Toolkit
Gets the singleton instance of the system selection as a Clipboard object.
getSystemTray() - Static method in class java.awt.SystemTray
Gets the SystemTray instance that represents the desktop's tray area.
getTable() - Method in class java.awt.image.ByteLookupTable
Returns the lookup table data by reference.
getTable() - Method in class java.awt.image.LookupOp
Returns the LookupTable.
getTable() - Method in class java.awt.image.ShortLookupTable
Returns the lookup table data by reference.
getTableName(int) - Method in interface java.sql.ResultSetMetaData
Gets the designated column's table name.
getTablePrivileges(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the tables available in the given catalog.
getTableTypes() - Method in interface java.sql.DatabaseMetaData
Retrieves the table types available in this database.
getTags() - Method in interface java.beans.PropertyEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTags() - Method in class java.beans.PropertyEditorSupport
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTail(Handler) - Method in class java.util.logging.Formatter
Return the tail string for a set of formatted records.
getTail(Handler) - Method in class java.util.logging.XMLFormatter
Return the tail string for a set of XML formatted records.
getTarget() - Method in class java.beans.EventHandler
Returns the object to which this event handler will send a message.
getTarget() - Method in class java.beans.Statement
Returns the target object of this statement.
getTarget() - Method in class java.lang.invoke.CallSite
Returns the target method of the call site, according to the behavior defined by this call site's specific class.
getTarget() - Method in class java.lang.invoke.ConstantCallSite
Returns the target method of the call site, which behaves like a final field of the ConstantCallSite.
getTarget() - Method in class java.lang.invoke.MutableCallSite
Returns the target method of the call site, which behaves like a normal field of the MutableCallSite.
getTarget() - Method in class java.lang.invoke.VolatileCallSite
Returns the target method of the call site, which behaves like a volatile field of the VolatileCallSite.
getTargetActions() - Method in class java.awt.dnd.DragSourceDragEvent
This method returns the target drop action.
getTargetActions() - Method in class java.awt.dnd.DropTargetContext
This method returns an int representing the current actions this DropTarget will accept.
getTargetActions() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
get the current Target actions
getTargetCertConstraints() - Method in class java.security.cert.PKIXParameters
Returns the required constraints on the target certificate.
getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have ever been scheduled for execution.
getTBSCertificate() - Method in class java.security.cert.X509Certificate
Gets the DER-encoded certificate information, the tbsCertificate from this certificate.
getTBSCertList() - Method in class java.security.cert.X509CRL
Gets the DER-encoded CRL information, the tbsCertList from this CRL.
getTcpNoDelay() - Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getText() - Method in class java.awt.event.InputMethodEvent
Gets the combined committed and composed text.
getText() - Method in class java.awt.Label
Gets the text of this label.
getText() - Method in interface java.awt.peer.TextComponentPeer
Returns the current content of the text component.
getText() - Method in class java.awt.TextComponent
Returns the text that is presented by this text component.
getText() - Method in class java.text.BreakIterator
Get the text being scanned
getTextListeners() - Method in class java.awt.TextComponent
Returns an array of all the text listeners registered on this text component.
getTextLocation(TextHitInfo) - Method in interface java.awt.im.InputMethodRequests
Gets the location of a specified offset in the current composed text, or of the selection in committed text.
getTextPlainUnicodeFlavor() - Static method in class java.awt.datatransfer.DataFlavor
Returns a DataFlavor representing plain text with Unicode encoding, where:
getThenReset() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Equivalent in effect to DoubleAccumulator.get() followed by DoubleAccumulator.reset().
getThenReset() - Method in class java.util.concurrent.atomic.LongAccumulator
Equivalent in effect to LongAccumulator.get() followed by LongAccumulator.reset().
getThisUpdate() - Method in class java.security.cert.X509CRL
Gets the thisUpdate date from the CRL.
getThreadCount() - Method in interface java.lang.management.ThreadMXBean
Returns the current number of live threads including both daemon and non-daemon threads.
getThreadCpuTime(long) - Method in interface java.lang.management.ThreadMXBean
Returns the total CPU time for a thread of the specified ID in nanoseconds.
getThreadFactory() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the thread factory used to create new threads.
getThreadGroup() - Method in class java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThreadGroup() - Method in class java.lang.Thread
Returns the thread group to which this thread belongs.
getThreadId() - Method in class java.lang.management.ThreadInfo
Returns the ID of the thread associated with this ThreadInfo.
getThreadID() - Method in class java.util.logging.LogRecord
Get an identifier for the thread where the message originated.
getThreadInfo(long) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for a thread of the specified id with no stack trace.
getThreadInfo(long[]) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for each thread whose ID is in the input array ids with no stack trace.
getThreadInfo(long, int) - Method in interface java.lang.management.ThreadMXBean
Returns a thread info for a thread of the specified id, with stack trace of a specified number of stack trace elements.
getThreadInfo(long[], int) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for each thread whose ID is in the input array ids, with stack trace of a specified number of stack trace elements.
getThreadInfo(long[], boolean, boolean) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for each thread whose ID is in the input array ids, with stack trace and synchronization information.
getThreadMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the thread system of the Java virtual machine.
getThreadName() - Method in class java.lang.management.ThreadInfo
Returns the name of the thread associated with this ThreadInfo.
getThreadState() - Method in class java.lang.management.ThreadInfo
Returns the state of the thread associated with this ThreadInfo.
getThreadUserTime(long) - Method in interface java.lang.management.ThreadMXBean
Returns the CPU time that a thread of the specified ID has executed in user mode in nanoseconds.
getThrowable() - Method in class java.awt.event.InvocationEvent
Returns any Throwable caught while executing the Runnable's run() method.
getThrown() - Method in class java.util.logging.LogRecord
Get any throwable associated with the log record.
getTile(int, int) - Method in class java.awt.image.BufferedImage
Returns tile (tileXtileY).
getTile(int, int) - Method in interface java.awt.image.RenderedImage
Returns tile (tileX, tileY).
getTileGridXOffset() - Method in class java.awt.image.BufferedImage
Returns the x offset of the tile grid relative to the origin, For example, the x coordinate of the location of tile (0, 0).
getTileGridXOffset() - Method in interface java.awt.image.RenderedImage
Returns the X offset of the tile grid relative to the origin, i.e., the X coordinate of the upper-left pixel of tile (0, 0).
getTileGridYOffset() - Method in class java.awt.image.BufferedImage
Returns the y offset of the tile grid relative to the origin, For example, the y coordinate of the location of tile (0, 0).
getTileGridYOffset() - Method in interface java.awt.image.RenderedImage
Returns the Y offset of the tile grid relative to the origin, i.e., the Y coordinate of the upper-left pixel of tile (0, 0).
getTileHeight() - Method in class java.awt.image.BufferedImage
Returns the tile height in pixels.
getTileHeight() - Method in interface java.awt.image.RenderedImage
Returns the tile height in pixels.
getTileWidth() - Method in class java.awt.image.BufferedImage
Returns the tile width in pixels.
getTileWidth() - Method in interface java.awt.image.RenderedImage
Returns the tile width in pixels.
getTime(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime() - Method in class java.sql.Timestamp
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Timestamp object.
getTime() - Method in class java.util.Calendar
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - Method in class java.util.zip.ZipEntry
Returns the last modification time of the entry.
getTimeDateFunctions() - Method in interface java.sql.DatabaseMetaData
Retrieves a comma-separated list of the time and date functions available with this database.
getTimeDefinition() - Method in class java.time.zone.ZoneOffsetTransitionRule
Gets the time definition, specifying how to convert the time to an instant.
getTimeInMillis() - Method in class java.util.Calendar
Returns this Calendar's time value in milliseconds.
getTimeInstance() - Static method in class java.text.DateFormat
Gets the time formatter with the default formatting style for the default FORMAT locale.
getTimeInstance(int) - Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the default FORMAT locale.
getTimeInstance(int, Locale) - Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the given locale.
getTimeInstance(int, Locale) - Method in class java.text.spi.DateFormatProvider
Returns a new DateFormat instance which formats time with the given formatting style for the specified locale.
getTimestamp() - Method in class java.security.CodeSigner
Returns the signature timestamp.
getTimestamp() - Method in class java.security.Timestamp
Returns the date and time when the timestamp was generated.
getTimestamp(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String, Calendar) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimeToLive() - Method in class java.net.DatagramSocketImpl
Retrieve the TTL (time-to-live) option.
getTimeToLive() - Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getTimeToLive(String, Locale) - Method in class java.util.ResourceBundle.Control
Returns the time-to-live (TTL) value for resource bundles that are loaded under this ResourceBundle.Control.
getTimeZone() - Method in class java.text.DateFormat
Gets the time zone.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone() - Method in class java.util.GregorianCalendar
 
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimeZone(ZoneId) - Static method in class java.util.TimeZone
Gets the TimeZone for the given zoneId.
getTimezoneOffset() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by -(Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000).
getTitle() - Method in class java.awt.Dialog
Gets the title of the dialog.
getTitle() - Method in class java.awt.Frame
Gets the title of the frame.
getToolkit() - Method in class java.awt.Component
Gets the toolkit of this component.
getToolkit() - Method in class java.awt.Window
Returns the toolkit of this frame.
getToolTip() - Method in class java.awt.TrayIcon
Returns the tooltip string associated with this TrayIcon.
getToPage() - Method in class java.awt.JobAttributes
Returns, for jobs using these attributes, the last page (inclusive) to be printed, if a range of pages is to be printed.
getTotalCapacity() - Method in interface java.lang.management.BufferPoolMXBean
Returns an estimate of the total capacity of the buffers in this pool.
getTotalCompilationTime() - Method in interface java.lang.management.CompilationMXBean
Returns the approximate accumulated elapsed time (in milliseconds) spent in compilation.
getTotalIn() - Method in class java.util.zip.Deflater
Returns the total number of uncompressed bytes input so far.
getTotalIn() - Method in class java.util.zip.Inflater
Returns the total number of compressed bytes input so far.
getTotalLoadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
Returns the total number of classes that have been loaded since the Java virtual machine has started execution.
getTotalOut() - Method in class java.util.zip.Deflater
Returns the total number of compressed bytes output so far.
getTotalOut() - Method in class java.util.zip.Inflater
Returns the total number of uncompressed bytes output so far.
getTotalSeconds() - Method in class java.time.ZoneOffset
Gets the total zone offset in seconds.
getTotalSpace() - Method in class java.io.File
Returns the size of the partition named by this abstract pathname.
getTotalSpace() - Method in class java.nio.file.FileStore
Returns the size, in bytes, of the file store.
getTotalStartedThreadCount() - Method in interface java.lang.management.ThreadMXBean
Returns the total number of threads created and also started since the Java virtual machine started.
getTrafficClass() - Method in class java.net.DatagramSocket
Gets traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
getTrafficClass() - Method in class java.net.Socket
Gets traffic class or type-of-service in the IP header for packets sent from this Socket
getTrailerField() - Method in class java.security.spec.PSSParameterSpec
Returns the value for the trailer field, i.e.
getTransactionIsolation() - Method in interface java.sql.Connection
Retrieves this Connection object's current transaction isolation level.
getTransferable() - Method in class java.awt.dnd.DragSourceContext
Returns the Transferable associated with this DragSourceContext.
getTransferable() - Method in class java.awt.dnd.DropTargetContext
get the Transferable (proxy) operand of this operation
getTransferable() - Method in class java.awt.dnd.DropTargetDragEvent
This method returns the Transferable object that represents the data associated with the current drag operation.
getTransferable() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns the Transferable object associated with the drop.
getTransferable() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
get an input stream to the remote data
getTransferData(DataFlavor) - Method in class java.awt.datatransfer.StringSelection
Returns the Transferable's data in the requested DataFlavor if possible.
getTransferData(DataFlavor) - Method in interface java.awt.datatransfer.Transferable
Returns an object which represents the data to be transferred.
getTransferData(DataFlavor) - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
Returns an object which represents the data provided by the encapsulated transferable for the requested data flavor.
getTransferDataFlavors() - Method in class java.awt.datatransfer.StringSelection
Returns an array of flavors in which this Transferable can provide the data.
getTransferDataFlavors() - Method in interface java.awt.datatransfer.Transferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDataFlavors() - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
Returns an array of DataFlavor objects indicating the flavors the data can be provided in by the encapsulated transferable.
getTransferDataFlavors() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
get the (remote) DataFlavors from the peer
getTransferSize() - Method in exception java.sql.DataTruncation
Gets the number of bytes of data actually transferred.
getTransferType() - Method in class java.awt.image.ColorModel
Returns the transfer type of this ColorModel.
getTransferType() - Method in class java.awt.image.MultiPixelPackedSampleModel
Returns the TransferType used to transfer pixels by way of the getDataElements and setDataElements methods.
getTransferType() - Method in class java.awt.image.Raster
Returns the TransferType used to transfer pixels via the getDataElements and setDataElements methods.
getTransferType() - Method in class java.awt.image.SampleModel
Returns the TransferType used to transfer pixels via the getDataElements and setDataElements methods.
getTransform() - Method in class java.awt.font.FontRenderContext
Gets the transform that is used to scale typographical points to pixels in this FontRenderContext.
getTransform() - Method in class java.awt.Font
Returns a copy of the transform associated with this Font.
getTransform() - Method in class java.awt.font.TransformAttribute
Returns a copy of the wrapped transform.
getTransform() - Method in class java.awt.Graphics2D
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class java.awt.image.AffineTransformOp
Returns the affine transform used by this transform operation.
getTransform() - Method in class java.awt.image.renderable.RenderContext
Gets the current user-to-device AffineTransform.
getTransform() - Method in class java.awt.MultipleGradientPaint
Returns a copy of the transform applied to the gradient.
getTransformType() - Method in class java.awt.font.FontRenderContext
Returns the integer type of the affine transform for this FontRenderContext as specified by AffineTransform.getType()
getTransition(LocalDateTime) - Method in class java.time.zone.ZoneRules
Gets the offset transition applicable at the specified local date-time in these rules.
getTransitionRules() - Method in class java.time.zone.ZoneRules
Gets the list of transition rules for years beyond those defined in the transition list.
getTransitions() - Method in class java.time.zone.ZoneRules
Gets the complete list of fully defined transitions.
getTranslateInstance(double, double) - Static method in class java.awt.geom.AffineTransform
Returns a transform representing a translation transformation.
getTranslateX() - Method in class java.awt.geom.AffineTransform
Returns the X coordinate of the translation element (m02) of the 3x3 affine transformation matrix.
getTranslateY() - Method in class java.awt.geom.AffineTransform
Returns the Y coordinate of the translation element (m12) of the 3x3 affine transformation matrix.
getTransparency() - Method in class java.awt.Color
Returns the transparency mode for this Color.
getTransparency() - Method in class java.awt.GradientPaint
Returns the transparency mode for this GradientPaint.
getTransparency() - Method in class java.awt.image.BufferedImage
Returns the transparency.
getTransparency() - Method in class java.awt.image.ColorModel
Returns the transparency.
getTransparency() - Method in class java.awt.image.IndexColorModel
Returns the transparency.
getTransparency() - Method in class java.awt.image.VolatileImage
Returns the transparency.
getTransparency() - Method in class java.awt.MultipleGradientPaint
Returns the transparency mode for this Paint object.
getTransparency() - Method in class java.awt.TexturePaint
Returns the transparency mode for this TexturePaint.
getTransparency() - Method in interface java.awt.Transparency
Returns the type of this Transparency.
getTransparentPixel() - Method in class java.awt.image.IndexColorModel
Returns the index of a transparent pixel in this IndexColorModel or -1 if there is no pixel with an alpha value of 0.
getTrayIcons() - Method in class java.awt.SystemTray
Returns an array of all icons added to the tray by this application.
getTrayIconSize() - Method in interface java.awt.peer.SystemTrayPeer
Returns the size of the system tray icon.
getTrayIconSize() - Method in class java.awt.SystemTray
Returns the size, in pixels, of the space that a tray icon will occupy in the system tray.
getTRC() - Method in class java.awt.color.ICC_ProfileGray
Returns the TRC as an array of shorts.
getTRC(int) - Method in class java.awt.color.ICC_ProfileRGB
Returns the TRC for a particular component as an array.
getTreeLock() - Method in class java.awt.Component
Gets this component's locking object (the object that owns the thread synchronization monitor) for AWT component-tree and layout operations.
getTreeLock() - Method in class java.awt.MenuComponent
Gets this component's locking object (the object that owns the thread synchronization monitor) for AWT component-tree and layout operations.
getTrigger() - Method in class java.awt.dnd.DragSourceContext
Returns the DragGestureEvent that initially triggered the drag.
getTriggerEvent() - Method in class java.awt.dnd.DragGestureEvent
Returns the initial event that triggered the gesture.
getTriggerEvent() - Method in class java.awt.dnd.DragGestureRecognizer
This method returns the first event in the series of events that initiated the Drag and Drop operation.
getTrustAnchor() - Method in class java.security.cert.PKIXCertPathValidatorResult
Returns the TrustAnchor describing the CA that served as a trust anchor for the certification path.
getTrustAnchors() - Method in class java.security.cert.PKIXParameters
Returns an immutable Set of the most-trusted CAs.
getTrustedCert() - Method in class java.security.cert.TrustAnchor
Returns the most-trusted CA certificate.
getTrustedCertificate() - Method in class java.security.KeyStore.TrustedCertificateEntry
Gets the trusted Certficate from this entry.
getTTL() - Method in class java.net.DatagramSocketImpl
Deprecated.
use getTimeToLive instead.
getTTL() - Method in class java.net.MulticastSocket
Deprecated.
use the getTimeToLive method instead, which returns an int instead of a byte.
getType() - Method in class java.awt.color.ColorSpace
Returns the color space type of this ColorSpace (for example TYPE_RGB, TYPE_XYZ, ...).
getType() - Method in class java.awt.Cursor
Returns the type for this cursor.
getType() - Method in class java.awt.font.GlyphMetrics
Returns the raw glyph type code.
getType() - Method in class java.awt.geom.AffineTransform
Retrieves the flag bits describing the conversion properties of this transform.
getType() - Method in class java.awt.GraphicsDevice
Returns the type of this GraphicsDevice.
getType() - Method in class java.awt.image.BufferedImage
Returns the image type.
getType() - Method in class java.awt.Window
Returns the type of the window.
getType() - Method in class java.io.ObjectStreamField
Get the type of the field.
getType(char) - Static method in class java.lang.Character
Returns a value indicating a character's general category.
getType(int) - Static method in class java.lang.Character
Returns a value indicating a character's general category.
getType() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the type of this memory pool.
getType() - Method in interface java.lang.reflect.AnnotatedType
Returns the underlying type that this annotated type represents.
getType() - Method in class java.lang.reflect.Field
Returns a Class object that identifies the declared type for the field represented by this Field object.
getType() - Method in class java.lang.reflect.Parameter
Returns a Class object that identifies the declared type for the parameter represented by this Parameter object.
getType() - Method in class java.security.cert.Certificate
Returns the type of this certificate.
getType() - Method in class java.security.cert.CertificateFactory
Returns the name of the certificate type associated with this certificate factory.
getType() - Method in class java.security.cert.CertPath
Returns the type of Certificates in this certification path.
getType() - Method in class java.security.cert.CertStore
Returns the type of this CertStore.
getType() - Method in class java.security.cert.CRL
Returns the type of this CRL.
getType() - Method in class java.security.KeyStore
Returns the type of this keystore.
getType() - Method in class java.security.Policy
Return the type of this Policy.
getType() - Method in class java.security.Provider.Service
Get the type of this service.
getType() - Method in interface java.sql.ResultSet
Retrieves the type of this ResultSet object.
getTypeCode() - Method in class java.io.ObjectStreamField
Returns character encoding of field type.
getTypeInfo() - Method in interface java.sql.DatabaseMetaData
Retrieves a description of all the data types supported by this database.
getTypeMap() - Method in interface java.sql.Connection
Retrieves the Map object associated with this Connection object.
getTypeName() - Method in class java.lang.Class
Return an informative string for the name of this type.
getTypeName() - Method in interface java.lang.reflect.Type
Returns a string describing this type, including information about any type parameters.
getTypeParameters() - Method in class java.lang.Class
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in class java.lang.reflect.Constructor
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in class java.lang.reflect.Executable
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in interface java.lang.reflect.GenericDeclaration
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in class java.lang.reflect.Method
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeString() - Method in class java.io.ObjectStreamField
Return the JVM type signature.
getUDTs(String, String, String, int[]) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
getUnallocatedSpace() - Method in class java.nio.file.FileStore
Returns the number of unallocated bytes in the file store.
getUnarrivedParties() - Method in class java.util.concurrent.Phaser
Returns the number of registered parties that have not yet arrived at the current phase of this phaser.
getUncaughtExceptionHandler() - Method in class java.lang.Thread
Returns the handler invoked when this thread abruptly terminates due to an uncaught exception.
getUncaughtExceptionHandler() - Method in class java.util.concurrent.ForkJoinPool
Returns the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
getUndeclaredThrowable() - Method in exception java.lang.reflect.UndeclaredThrowableException
Returns the Throwable instance wrapped in this UndeclaredThrowableException, which may be null.
getUnderlineOffset() - Method in class java.awt.font.LineMetrics
Returns the position of the underline relative to the baseline.
getUnderlineThickness() - Method in class java.awt.font.LineMetrics
Returns the thickness of the underline.
getUnicodeLocaleAttributes() - Method in class java.util.Locale
Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes.
getUnicodeLocaleKeys() - Method in class java.util.Locale
Returns the set of Unicode locale keys defined by this locale, or the empty set if this locale has none.
getUnicodeLocaleType(String) - Method in class java.util.Locale
Returns the Unicode locale type associated with the specified Unicode locale key for this locale.
getUnicodeStream(int) - Method in interface java.sql.ResultSet
Deprecated.
use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in interface java.sql.ResultSet
Deprecated.
use getCharacterStream instead
getUnitIncrement() - Method in interface java.awt.Adjustable
Gets the unit value increment for the adjustable object.
getUnitIncrement() - Method in class java.awt.Scrollbar
Gets the unit increment for this scrollbar.
getUnitIncrement() - Method in class java.awt.ScrollPaneAdjustable
 
getUnits() - Method in interface java.time.chrono.ChronoPeriod
Gets the set of units supported by this period.
getUnits() - Method in class java.time.Duration
Gets the set of units supported by this duration.
getUnits() - Method in class java.time.Period
Gets the set of units supported by this period.
getUnits() - Method in interface java.time.temporal.TemporalAmount
Returns the list of units uniquely defining the value of this TemporalAmount.
getUnitsToScroll() - Method in class java.awt.event.MouseWheelEvent
This is a convenience method to aid in the implementation of the common-case MouseWheelListener - to scroll a ScrollPane or JScrollPane by an amount which conforms to the platform settings.
getUnloadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
Returns the total number of classes unloaded since the Java virtual machine has started execution.
getUnnormalizedComponents(float[], int, int[], int) - Method in class java.awt.image.ColorModel
Returns an array of all of the color/alpha components in unnormalized form, given a normalized component array.
getUnnormalizedComponents(float[], int, int[], int) - Method in class java.awt.image.ComponentColorModel
Returns an array of all of the color/alpha components in unnormalized form, given a normalized component array.
getUnresolvedActions() - Method in class java.security.UnresolvedPermission
Get the actions for the underlying permission that has not been resolved.
getUnresolvedCerts() - Method in class java.security.UnresolvedPermission
Get the signer certificates (without any supporting chain) for the underlying permission that has not been resolved.
getUnresolvedName() - Method in class java.security.UnresolvedPermission
Get the target name of the underlying permission that has not been resolved.
getUnresolvedType() - Method in class java.security.UnresolvedPermission
Get the type (class name) of the underlying permission that has not been resolved.
getUpdateCount() - Method in interface java.sql.Statement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUpdateCounts() - Method in exception java.sql.BatchUpdateException
Retrieves the update count for each update statement in the batch update that executed successfully before this exception occurred.
getUpdateRect() - Method in class java.awt.event.PaintEvent
Returns the rectangle representing the area which needs to be repainted in response to this event.
getUpperBounds() - Method in interface java.lang.reflect.WildcardType
Returns an array of Type objects representing the upper bound(s) of this type variable.
getUptime() - Method in interface java.lang.management.RuntimeMXBean
Returns the uptime of the Java virtual machine in milliseconds.
getURI() - Method in class java.security.URIParameter
Returns the URI.
getURIs() - Method in interface java.net.CookieStore
Get all URIs which identify the cookies in this cookie store.
getURL() - Method in class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getURL(int) - Method in interface java.sql.CallableStatement
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in interface java.sql.CallableStatement
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getURL() - Method in interface java.sql.DatabaseMetaData
Retrieves the URL for this DBMS.
getURL(int) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in interface java.sql.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getUrlDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the URL and Filename safe type base64 encoding scheme.
getUrlEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the URL and Filename safe type base64 encoding scheme.
getURLs() - Method in class java.net.URLClassLoader
Returns the search path of URLs for loading classes and resources.
getUsableSpace() - Method in class java.io.File
Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.
getUsableSpace() - Method in class java.nio.file.FileStore
Returns the number of bytes available to this Java virtual machine on the file store.
getUsage() - Method in class java.lang.management.MemoryNotificationInfo
Returns the memory usage of the memory pool when this notification was constructed.
getUsage() - Method in interface java.lang.management.MemoryPoolMXBean
Returns an estimate of the memory usage of this memory pool.
getUsageThreshold() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the usage threshold value of this memory pool in bytes.
getUsageThresholdCount() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the number of times that the memory usage has crossed the usage threshold.
getUseCaches() - Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUsed() - Method in class java.lang.management.MemoryUsage
Returns the amount of used memory in bytes.
getUseParentHandlers() - Method in class java.util.logging.Logger
Discover whether or not this logger is sending its output to its parent logger.
getUserAction() - Method in class java.awt.dnd.DragSourceDragEvent
This method returns the user drop action.
getUserInfo() - Method in class java.net.URI
Returns the decoded user-information component of this URI.
getUserInfo() - Method in class java.net.URL
Gets the userInfo part of this URL.
getUserName() - Method in class java.awt.print.PrinterJob
Gets the name of the printing user.
getUserName() - Method in class java.net.PasswordAuthentication
Returns the user name.
getUserName() - Method in interface java.sql.DatabaseMetaData
Retrieves the user name as known to this database.
getUserPrincipalLookupService() - Method in class java.nio.file.FileSystem
Returns the UserPrincipalLookupService for this file system (optional operation).
getVAdjustable() - Method in class java.awt.ScrollPane
Returns the ScrollPaneAdjustable object which represents the state of the vertical scrollbar.
getValidOffsets(LocalDateTime) - Method in class java.time.zone.ZoneRules
Gets the offset applicable at the specified local date-time in these rules.
getValidPixels() - Method in class java.awt.image.IndexColorModel
Returns a BigInteger that indicates the valid/invalid pixels in the colormap.
getValidPolicy() - Method in interface java.security.cert.PolicyNode
Returns the valid policy represented by this node.
getValue() - Method in interface java.awt.Adjustable
Gets the current value of the adjustable object.
getValue() - Method in class java.awt.event.AdjustmentEvent
Returns the current value in the adjustment event.
getValue() - Method in class java.awt.Scrollbar
Gets the current value of this scroll bar.
getValue() - Method in class java.awt.ScrollPaneAdjustable
 
getValue() - Method in class java.beans.Expression
If the value property of this instance is not already set, this method dynamically finds the method with the specified methodName on this target with these arguments and calls it.
getValue(String) - Method in class java.beans.FeatureDescriptor
Retrieve a named attribute with this feature.
getValue() - Method in interface java.beans.PropertyEditor
Gets the property value.
getValue() - Method in class java.beans.PropertyEditorSupport
Gets the value of the property.
getValue() - Method in class java.net.HttpCookie
Returns the value of the cookie.
getValue() - Method in class java.rmi.dgc.Lease
Returns the lease duration.
getValue() - Method in interface java.security.cert.Extension
Gets the extensions's DER-encoded value.
getValue() - Method in interface java.security.KeyStore.Entry.Attribute
Returns the attribute's value.
getValue() - Method in class java.security.PKCS12Attribute
Returns the attribute's ASN.1 DER-encoded value as a string.
getValue() - Method in class java.text.Annotation
Returns the value of the attribute, which may be null.
getValue() - Method in interface java.time.chrono.Era
Gets the numeric value associated with the era as defined by the chronology.
getValue() - Method in enum java.time.chrono.HijrahEra
Gets the numeric era int value.
getValue() - Method in enum java.time.chrono.IsoEra
Gets the numeric era int value.
getValue() - Method in class java.time.chrono.JapaneseEra
Gets the numeric era int value.
getValue() - Method in enum java.time.chrono.MinguoEra
Gets the numeric era int value.
getValue() - Method in enum java.time.chrono.ThaiBuddhistEra
Gets the numeric era int value.
getValue() - Method in enum java.time.DayOfWeek
Gets the day-of-week int value.
getValue() - Method in enum java.time.Month
Gets the month-of-year int value.
getValue() - Method in class java.time.Year
Gets the year value.
getValue() - Method in class java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValue(String) - Method in class java.util.jar.Attributes
Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.
getValue(Attributes.Name) - Method in class java.util.jar.Attributes
Returns the value of the specified Attributes.Name, or null if the attribute was not found.
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.zip.Adler32
Returns the checksum value.
getValue() - Method in interface java.util.zip.Checksum
Returns the current checksum value.
getValue() - Method in class java.util.zip.CRC32
Returns CRC-32 value.
getValueIsAdjusting() - Method in class java.awt.event.AdjustmentEvent
Returns true if this is one of multiple adjustment events.
getValueIsAdjusting() - Method in class java.awt.Scrollbar
Returns true if the value is in the process of changing as a result of actions being taken by the user.
getValueIsAdjusting() - Method in class java.awt.ScrollPaneAdjustable
Returns true if the value is in the process of changing as a result of actions being taken by the user.
getVariant() - Method in class java.util.Locale
Returns the variant code for this locale.
getVariation() - Method in class java.awt.im.InputMethodHighlight
Returns the variation of the text range.
getVendor() - Method in enum java.sql.JDBCType
Returns the name of the vendor that supports this data type.
getVendor() - Method in interface java.sql.SQLType
Returns the name of the vendor that supports this data type.
getVendorTypeNumber() - Method in enum java.sql.JDBCType
Returns the vendor specific type number for the data type.
getVendorTypeNumber() - Method in interface java.sql.SQLType
Returns the vendor specific type number for the data type.
getVersion() - Method in interface java.awt.font.OpenType
Returns the version of the OpenType font.
getVersion() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the operating system version.
getVersion() - Method in class java.net.HttpCookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in class java.security.cert.X509Certificate
Gets the version (version number) value from the certificate.
getVersion() - Method in class java.security.cert.X509CRL
Gets the version (version number) value from the CRL.
getVersion() - Method in class java.security.Provider
Returns the version number for this provider.
getVersionColumns(String, String, String) - Method in interface java.sql.DatabaseMetaData
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
getVersions(String) - Static method in class java.time.zone.ZoneRulesProvider
Gets the history of rules for the zone ID.
getVetoableChangeListeners() - Method in class java.awt.KeyboardFocusManager
Returns an array of all the vetoable change listeners registered on this keyboard focus manager.
getVetoableChangeListeners(String) - Method in class java.awt.KeyboardFocusManager
Returns an array of all the VetoableChangeListeners associated with the named property.
getVetoableChangeListeners() - Method in class java.beans.VetoableChangeSupport
Returns an array of all the listeners that were added to the VetoableChangeSupport object with addVetoableChangeListener().
getVetoableChangeListeners(String) - Method in class java.beans.VetoableChangeSupport
Returns an array of all the listeners which have been associated with the named property.
getVgap() - Method in class java.awt.BorderLayout
Returns the vertical gap between components.
getVgap() - Method in class java.awt.CardLayout
Gets the vertical gap between components.
getVgap() - Method in class java.awt.FlowLayout
Gets the vertical gap between components and between the components and the borders of the Container.
getVgap() - Method in class java.awt.GridLayout
Gets the vertical gap between components.
getViewportSize() - Method in class java.awt.ScrollPane
Returns the current size of the scroll pane's view port.
getVisible() - Method in class java.awt.Scrollbar
Deprecated.
As of JDK version 1.1, replaced by getVisibleAmount().
getVisibleAdvance() - Method in class java.awt.font.TextLayout
Returns the advance of this TextLayout, minus trailing whitespace.
getVisibleAmount() - Method in interface java.awt.Adjustable
Gets the length of the proportional indicator.
getVisibleAmount() - Method in class java.awt.Scrollbar
Gets the visible amount of this scroll bar.
getVisibleAmount() - Method in class java.awt.ScrollPaneAdjustable
 
getVisibleIndex() - Method in class java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getVisiblePosition() - Method in class java.awt.event.InputMethodEvent
Gets the position that's most important to be visible.
getVisualBounds() - Method in class java.awt.font.GlyphVector
Returns the visual bounds of this GlyphVector The visual bounds is the bounding box of the outline of this GlyphVector.
getVisualHighlightShape(TextHitInfo, TextHitInfo, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns a path enclosing the visual selection in the specified range, extended to bounds.
getVisualHighlightShape(TextHitInfo, TextHitInfo) - Method in class java.awt.font.TextLayout
Returns a Shape enclosing the visual selection in the specified range, extended to the bounds.
getVisualOtherHit(TextHitInfo) - Method in class java.awt.font.TextLayout
Returns the hit on the opposite side of the specified hit's caret.
getVMID() - Method in class java.rmi.dgc.Lease
Returns the client VMID associated with the lease.
getVmName() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine implementation name.
getVmVendor() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine implementation vendor.
getVmVersion() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine implementation version.
getVScrollbarWidth() - Method in interface java.awt.peer.ScrollPanePeer
Returns the width of the vertical scroll bar.
getVScrollbarWidth() - Method in class java.awt.ScrollPane
Returns the width that would be occupied by a vertical scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getW() - Method in interface java.security.interfaces.ECPublicKey
Returns the public point W.
getW() - Method in class java.security.spec.ECPublicKeySpec
Returns the public point W.
getWaitedCount() - Method in class java.lang.management.ThreadInfo
Returns the total number of times that the thread associated with this ThreadInfo waited for notification.
getWaitedTime() - Method in class java.lang.management.ThreadInfo
Returns the approximate accumulated elapsed time (in milliseconds) that the thread associated with this ThreadInfo has waited for notification since thread contention monitoring is enabled.
getWaitingConsumerCount() - Method in class java.util.concurrent.LinkedTransferQueue
 
getWaitingConsumerCount() - Method in interface java.util.concurrent.TransferQueue
Returns an estimate of the number of consumers waiting to receive elements via BlockingQueue.take() or timed poll.
getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Returns a collection containing those threads that may be waiting on this Condition.
getWaitingThreads(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.
getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Returns a collection containing those threads that may be waiting on this Condition.
getWaitingThreads(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.
getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
Returns a collection containing those threads that may be waiting on the given condition associated with this lock.
getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing those threads that may be waiting on the given condition associated with the write lock.
getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Returns an estimate of the number of threads waiting on this condition.
getWaitQueueLength(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns an estimate of the number of threads waiting on the given condition associated with this synchronizer.
getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Returns an estimate of the number of threads waiting on this condition.
getWaitQueueLength(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns an estimate of the number of threads waiting on the given condition associated with this synchronizer.
getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting on the given condition associated with this lock.
getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting on the given condition associated with the write lock.
getWarnings() - Method in interface java.sql.Connection
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - Method in interface java.sql.ResultSet
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - Method in interface java.sql.Statement
Retrieves the first warning reported by calls on this Statement object.
getWarningString() - Method in class java.awt.Window
Gets the warning string that is displayed with this window.
getWeekdays() - Method in class java.text.DateFormatSymbols
Gets weekday strings.
getWeeksInWeekYear() - Method in class java.util.Calendar
Returns the number of weeks in the week year represented by this Calendar.
getWeeksInWeekYear() - Method in class java.util.GregorianCalendar
Returns the number of weeks in the week year represented by this GregorianCalendar.
getWeekYear() - Method in class java.util.Calendar
Returns the week year represented by this Calendar.
getWeekYear() - Method in class java.util.GregorianCalendar
Returns the week year represented by this GregorianCalendar.
getWeight() - Method in class java.util.Locale.LanguageRange
Returns the weight of this LanguageRange.
getWheelRotation() - Method in class java.awt.event.MouseWheelEvent
Returns the number of "clicks" the mouse wheel was rotated, as an integer.
getWhen() - Method in class java.awt.event.ActionEvent
Returns the timestamp of when this event occurred.
getWhen() - Method in class java.awt.event.InputEvent
Returns the difference in milliseconds between the timestamp of when this event occurred and midnight, January 1, 1970 UTC.
getWhen() - Method in class java.awt.event.InputMethodEvent
Returns the time stamp of when this event occurred.
getWhen() - Method in class java.awt.event.InvocationEvent
Returns the timestamp of when this event occurred.
getWidth() - Method in class java.awt.Component
Returns the current width of this component.
getWidth() - Method in class java.awt.Dimension
Returns the width of this Dimension in double precision.
getWidth() - Method in class java.awt.DisplayMode
Returns the width of the display, in pixels.
getWidth() - Method in class java.awt.geom.Arc2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.geom.Arc2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.geom.Dimension2D
Returns the width of this Dimension in double precision.
getWidth() - Method in class java.awt.geom.Ellipse2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.geom.Ellipse2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.geom.Rectangle2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.geom.Rectangle2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.geom.RectangularShape
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the width of the framing rectangle in double precision.
getWidth() - Method in class java.awt.image.BufferedImage
Returns the width of the BufferedImage.
getWidth(ImageObserver) - Method in class java.awt.image.BufferedImage
Returns the width of the BufferedImage.
getWidth(ImageObserver) - Method in class java.awt.Image
Determines the width of the image.
getWidth() - Method in class java.awt.image.Kernel
Returns the width of this Kernel.
getWidth() - Method in class java.awt.image.PixelGrabber
Get the width of the pixel buffer (after adjusting for image width).
getWidth() - Method in class java.awt.image.Raster
Returns the width in pixels of the Raster.
getWidth() - Method in interface java.awt.image.renderable.RenderableImage
Gets the width in user coordinate space.
getWidth() - Method in class java.awt.image.renderable.RenderableImageOp
Gets the width in user coordinate space.
getWidth() - Method in interface java.awt.image.RenderedImage
Returns the width of the RenderedImage.
getWidth() - Method in class java.awt.image.SampleModel
Returns the width in pixels.
getWidth() - Method in class java.awt.image.VolatileImage
Returns the width of the VolatileImage.
getWidth() - Method in class java.awt.print.PageFormat
Returns the width, in 1/72nds of an inch, of the page.
getWidth() - Method in class java.awt.print.Paper
Returns the width of the page in 1/72nds of an inch.
getWidth() - Method in class java.awt.Rectangle
Returns the width of the bounding Rectangle in double precision.
getWidth() - Method in exception java.util.IllegalFormatWidthException
Returns the width
getWidths() - Method in class java.awt.FontMetrics
Gets the advance widths of the first 256 characters in the Font.
getWindingRule() - Method in class java.awt.geom.FlatteningPathIterator
Returns the winding rule for determining the interior of the path.
getWindingRule() - Method in class java.awt.geom.Path2D
Returns the fill style winding rule.
getWindingRule() - Method in interface java.awt.geom.PathIterator
Returns the winding rule for determining the interior of the path.
getWindow() - Method in class java.awt.event.WindowEvent
Returns the originator of the event.
getWindowFocusListeners() - Method in class java.awt.Window
Returns an array of all the window focus listeners registered on this window.
getWindowListeners() - Method in class java.awt.Window
Returns an array of all the window listeners registered on this window.
getWindows() - Static method in class java.awt.Window
Returns an array of all Windows, both owned and ownerless, created by this application.
getWindowStateListeners() - Method in class java.awt.Window
Returns an array of all the window state listeners registered on this window.
getWordInstance() - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for word breaks for the default locale.
getWordInstance(Locale) - Static method in class java.text.BreakIterator
Returns a new BreakIterator instance for word breaks for the given locale.
getWordInstance(Locale) - Method in class java.text.spi.BreakIteratorProvider
Returns a new BreakIterator instance for word breaks for the given locale.
getWritableParent() - Method in class java.awt.image.WritableRaster
Returns the parent WritableRaster (if any) of this WritableRaster, or else null.
getWritableTile(int, int) - Method in class java.awt.image.BufferedImage
Checks out a tile for writing.
getWritableTile(int, int) - Method in interface java.awt.image.WritableRenderedImage
Checks out a tile for writing.
getWritableTileIndices() - Method in class java.awt.image.BufferedImage
Returns an array of Point objects indicating which tiles are checked out for writing.
getWritableTileIndices() - Method in interface java.awt.image.WritableRenderedImage
Returns an array of Point objects indicating which tiles are checked out for writing.
getWriteHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant write holds on this lock by the current thread.
getWriteMethod() - Method in class java.beans.PropertyDescriptor
Gets the method that should be used to write the property value.
getX() - Method in class java.awt.Component
Returns the current x coordinate of the components origin.
getX() - Method in class java.awt.dnd.DragSourceEvent
This method returns the horizontal coordinate of the cursor location in screen coordinates at the moment this event occurred, or zero if the cursor location is not specified for this event.
getX() - Method in class java.awt.event.MouseEvent
Returns the horizontal x position of the event relative to the source component.
getX() - Method in class java.awt.geom.Arc2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.geom.Arc2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.geom.Ellipse2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.geom.Ellipse2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.geom.Point2D.Double
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class java.awt.geom.Point2D.Float
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class java.awt.geom.Point2D
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class java.awt.geom.Rectangle2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.geom.Rectangle2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.geom.RectangularShape
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
getX() - Method in class java.awt.Point
Returns the X coordinate of this Point2D in double precision.
getX() - Method in class java.awt.Rectangle
Returns the X coordinate of the bounding Rectangle in double precision.
getX() - Method in interface java.security.interfaces.DSAPrivateKey
Returns the value of the private key, x.
getX() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the private key x.
getX1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.CubicCurve2D
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.Line2D.Double
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.Line2D.Float
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.Line2D
Returns the X coordinate of the start point in double precision.
getX1() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the X coordinate of the start point in double in precision.
getX1() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the X coordinate of the start point in double in precision.
getX1() - Method in class java.awt.geom.QuadCurve2D
Returns the X coordinate of the start point in double in precision.
getX2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.CubicCurve2D
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.Line2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.Line2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.Line2D
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the X coordinate of the end point in double precision.
getX2() - Method in class java.awt.geom.QuadCurve2D
Returns the X coordinate of the end point in double precision.
getXOnScreen() - Method in class java.awt.event.MouseEvent
Returns the absolute horizontal x position of the event.
getXOrigin() - Method in class java.awt.image.Kernel
Returns the X origin of this Kernel.
getY() - Method in class java.awt.Component
Returns the current y coordinate of the components origin.
getY() - Method in class java.awt.dnd.DragSourceEvent
This method returns the vertical coordinate of the cursor location in screen coordinates at the moment this event occurred, or zero if the cursor location is not specified for this event.
getY() - Method in class java.awt.event.MouseEvent
Returns the vertical y position of the event relative to the source component.
getY() - Method in class java.awt.geom.Arc2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.geom.Arc2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.geom.Ellipse2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.geom.Ellipse2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.geom.Point2D.Double
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class java.awt.geom.Point2D.Float
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class java.awt.geom.Point2D
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class java.awt.geom.Rectangle2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.geom.Rectangle2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.geom.RectangularShape
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.geom.RoundRectangle2D.Double
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.geom.RoundRectangle2D.Float
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
getY() - Method in class java.awt.Point
Returns the Y coordinate of this Point2D in double precision.
getY() - Method in class java.awt.Rectangle
Returns the Y coordinate of the bounding Rectangle in double precision.
getY() - Method in interface java.security.interfaces.DSAPublicKey
Returns the value of the public key, y.
getY() - Method in class java.security.spec.DSAPublicKeySpec
Returns the public key y.
getY1() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.CubicCurve2D
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.Line2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.Line2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.Line2D
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the Y coordinate of the start point in double precision.
getY1() - Method in class java.awt.geom.QuadCurve2D
Returns the Y coordinate of the start point in double precision.
getY2() - Method in class java.awt.geom.CubicCurve2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.CubicCurve2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.CubicCurve2D
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.Line2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.Line2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.Line2D
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.QuadCurve2D.Double
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.QuadCurve2D.Float
Returns the Y coordinate of the end point in double precision.
getY2() - Method in class java.awt.geom.QuadCurve2D
Returns the Y coordinate of the end point in double precision.
getYear() - Method in class java.sql.Time
Deprecated. 
getYear() - Method in class java.time.LocalDate
Gets the year field.
getYear() - Method in class java.time.LocalDateTime
Gets the year field.
getYear() - Method in class java.time.OffsetDateTime
Gets the year field.
getYear() - Method in class java.time.YearMonth
Gets the year field.
getYear() - Method in class java.time.ZonedDateTime
Gets the year field.
getYear() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.YEAR) - 1900.
getYears() - Method in class java.time.Period
Gets the amount of years of this period.
getYOnScreen() - Method in class java.awt.event.MouseEvent
Returns the absolute vertical y position of the event.
getYOrigin() - Method in class java.awt.image.Kernel
Returns the Y origin of this Kernel.
getZeroDigit() - Method in class java.text.DecimalFormatSymbols
Gets the character used for zero.
getZeroDigit() - Method in class java.time.format.DecimalStyle
Gets the character that represents zero.
getZone() - Method in interface java.time.chrono.ChronoZonedDateTime
Gets the zone ID, such as 'Europe/Paris'.
getZone() - Method in class java.time.Clock
Gets the time-zone being used to create dates and times.
getZone() - Method in class java.time.format.DateTimeFormatter
Gets the overriding zone to be used during formatting.
getZone() - Method in class java.time.ZonedDateTime
Gets the time-zone, such as 'Europe/Paris'.
getZoneStrings() - Method in class java.text.DateFormatSymbols
Gets time zone strings.
GLAGOLITIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Glagolitic" Unicode character block.
global - Static variable in class java.util.logging.Logger
Deprecated.
Initialization of this field is prone to deadlocks. The field must be initialized by the Logger class initialization which may cause deadlocks with the LogManager class initialization. In such cases two class initialization wait for each other to complete. The preferred way to get the global logger object is via the call Logger.getGlobal(). For compatibility with old JDK versions where the Logger.getGlobal() is not available use the call Logger.getLogger(Logger.GLOBAL_LOGGER_NAME) or Logger.getLogger("global").
GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
GLOBAL_LOGGER_NAME is a name for the global logger.
globalHierarchyLock - Static variable in interface java.beans.beancontext.BeanContext
This global lock is used by both BeanContext and BeanContextServices implementors to serialize changes in a BeanContext hierarchy and any service requests etc.
GlyphJustificationInfo - Class in java.awt.font
The GlyphJustificationInfo class represents information about the justification properties of a glyph.
GlyphJustificationInfo(float, boolean, int, float, float, boolean, int, float, float) - Constructor for class java.awt.font.GlyphJustificationInfo
Constructs information about the justification properties of a glyph.
GlyphMetrics - Class in java.awt.font
The GlyphMetrics class represents information for a single glyph.
GlyphMetrics(float, Rectangle2D, byte) - Constructor for class java.awt.font.GlyphMetrics
Constructs a GlyphMetrics object.
GlyphMetrics(boolean, float, float, Rectangle2D, byte) - Constructor for class java.awt.font.GlyphMetrics
Constructs a GlyphMetrics object.
GlyphVector - Class in java.awt.font
A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which the GlyphVector is ultimately displayed.
GlyphVector() - Constructor for class java.awt.font.GlyphVector
 
GOT_FOCUS - Static variable in class java.awt.Event
A component gained the focus.
gotFocus(Event, Object) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
GOTHIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Gothic" Unicode character block.
grabPixels() - Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered.
grabPixels(long) - Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered or until the specified timeout has elapsed.
GradientPaint - Class in java.awt
The GradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
GradientPaint(float, float, Color, float, float, Color) - Constructor for class java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(Point2D, Color, Point2D, Color) - Constructor for class java.awt.GradientPaint
Constructs a simple acyclic GradientPaint object.
GradientPaint(float, float, Color, float, float, Color, boolean) - Constructor for class java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GradientPaint(Point2D, Color, Point2D, Color, boolean) - Constructor for class java.awt.GradientPaint
Constructs either a cyclic or acyclic GradientPaint object depending on the boolean parameter.
GraphicAttribute - Class in java.awt.font
This class is used with the CHAR_REPLACEMENT attribute.
GraphicAttribute(int) - Constructor for class java.awt.font.GraphicAttribute
Constructs a GraphicAttribute.
Graphics - Class in java.awt
The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.
Graphics() - Constructor for class java.awt.Graphics
Constructs a new Graphics object.
Graphics2D - Class in java.awt
This Graphics2D class extends the Graphics class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout.
Graphics2D() - Constructor for class java.awt.Graphics2D
Constructs a new Graphics2D object.
GraphicsConfigTemplate - Class in java.awt
The GraphicsConfigTemplate class is used to obtain a valid GraphicsConfiguration.
GraphicsConfigTemplate() - Constructor for class java.awt.GraphicsConfigTemplate
This class is an abstract class so only subclasses can be instantiated.
GraphicsConfiguration - Class in java.awt
The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
GraphicsConfiguration() - Constructor for class java.awt.GraphicsConfiguration
This is an abstract class that cannot be instantiated directly.
GraphicsDevice - Class in java.awt
The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
GraphicsDevice() - Constructor for class java.awt.GraphicsDevice
This is an abstract class that cannot be instantiated directly.
GraphicsDevice.WindowTranslucency - Enum in java.awt
Kinds of translucency supported by the underlying system.
GraphicsEnvironment - Class in java.awt
The GraphicsEnvironment class describes the collection of GraphicsDevice objects and Font objects available to a Java(tm) application on a particular platform.
GraphicsEnvironment() - Constructor for class java.awt.GraphicsEnvironment
This is an abstract class and cannot be instantiated directly.
gray - Static variable in class java.awt.Color
The color gray.
GRAY - Static variable in class java.awt.Color
The color gray.
GREEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Greek and Coptic" Unicode character block.
GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Greek Extended" Unicode character block.
green - Static variable in class java.awt.Color
The color green.
GREEN - Static variable in class java.awt.Color
The color green.
GREENCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
Used to get a gamma value or TRC for the green component.
GregorianCalendar - Class in java.util
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar system used by most of the world.
GregorianCalendar() - Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default FORMAT locale.
GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default FORMAT locale.
GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GridBagConstraints - Class in java.awt
The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
GridBagConstraints() - Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraint object with all of its fields set to their default value.
GridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraints object with all of its fields set to the passed-in arguments.
GridBagLayout - Class in java.awt
The GridBagLayout class is a flexible layout manager that aligns components vertically, horizontally or along their baseline without requiring that the components be of the same size.
GridBagLayout() - Constructor for class java.awt.GridBagLayout
Creates a grid bag layout manager.
GridBagLayoutInfo - Class in java.awt
The GridBagLayoutInfo is an utility class for GridBagLayout layout manager.
gridheight - Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a column for the component's display area.
GridLayout - Class in java.awt
The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
GridLayout() - Constructor for class java.awt.GridLayout
Creates a grid layout with a default of one column per component, in a single row.
GridLayout(int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
GridLayout(int, int, int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
gridwidth - Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a row for the component's display area.
gridx - Variable in class java.awt.GridBagConstraints
Specifies the cell containing the leading edge of the component's display area, where the first cell in a row has gridx=0.
gridy - Variable in class java.awt.GridBagConstraints
Specifies the cell at the top of the component's display area, where the topmost cell has gridy=0.
group() - Method in class java.nio.channels.MembershipKey
Returns the multicast group for which this membership key was created.
group() - Method in interface java.nio.file.attribute.PosixFileAttributes
Returns the group owner of the file.
Group - Interface in java.security.acl
This interface is used to represent a group of principals.
group() - Method in class java.util.regex.Matcher
Returns the input subsequence matched by the previous match.
group(int) - Method in class java.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String) - Method in class java.util.regex.Matcher
Returns the input subsequence captured by the given named-capturing group during the previous match operation.
group() - Method in interface java.util.regex.MatchResult
Returns the input subsequence matched by the previous match.
group(int) - Method in interface java.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
groupCount() - Method in class java.util.regex.Matcher
Returns the number of capturing groups in this matcher's pattern.
groupCount() - Method in interface java.util.regex.MatchResult
Returns the number of capturing groups in this match result's pattern.
GROUPING_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Constant identifying the grouping separator field.
groupingBy(Function<? super T, ? extends K>) - Static method in class java.util.stream.Collectors
Returns a Collector implementing a "group by" operation on input elements of type T, grouping elements according to a classification function, and returning the results in a Map.
groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingByConcurrent(Function<? super T, ? extends K>) - Static method in class java.util.stream.Collectors
Returns a concurrent Collector implementing a "group by" operation on input elements of type T, grouping elements according to a classification function.
groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
Returns a concurrent Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingByConcurrent(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
Returns a concurrent Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
GroupPrincipal - Interface in java.nio.file.attribute
A UserPrincipal representing a group identity, used to determine access rights to objects in a file system.
grow(int, int) - Method in class java.awt.Rectangle
Resizes the Rectangle both horizontally and vertically.
growAbsorb - Variable in class java.awt.font.GlyphJustificationInfo
If true, this glyph absorbs all extra space at this and lower priority levels when it grows.
growLeftLimit - Variable in class java.awt.font.GlyphJustificationInfo
The maximum amount by which the left side of this glyph can grow.
growPriority - Variable in class java.awt.font.GlyphJustificationInfo
The priority level of this glyph as it is growing.
growRightLimit - Variable in class java.awt.font.GlyphJustificationInfo
The maximum amount by which the right side of this glyph can grow.
Guard - Interface in java.security
This interface represents a guard, which is an object that is used to protect access to another object.
GuardedObject - Class in java.security
A GuardedObject is an object that is used to protect access to another object.
GuardedObject(Object, Guard) - Constructor for class java.security.GuardedObject
Constructs a GuardedObject using the specified object and guard.
guardWithTest(MethodHandle, MethodHandle, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Makes a method handle which adapts a target method handle, by guarding it with a test, a boolean-valued method handle.
guardWithTest(MethodHandle, MethodHandle) - Method in class java.lang.invoke.SwitchPoint
Returns a method handle which always delegates either to the target or the fallback.
guessContentTypeFromName(String) - Static method in class java.net.URLConnection
Tries to determine the content type of an object, based on the specified "file" component of a URL.
guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.
GUJARATI - Static variable in class java.awt.font.NumericShaper
Identifies the GUJARATI range and decimal base.
GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Gujarati" Unicode character block.
GURMUKHI - Static variable in class java.awt.font.NumericShaper
Identifies the GURMUKHI range and decimal base.
GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Gurmukhi" Unicode character block.
GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
GZIP header magic number.
GZIPInputStream - Class in java.util.zip
This class implements a stream filter for reading compressed data in the GZIP file format.
GZIPInputStream(InputStream, int) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPInputStream(InputStream) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPOutputStream - Class in java.util.zip
This class implements a stream filter for writing compressed data in the GZIP file format.
GZIPOutputStream(OutputStream, int) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.
GZIPOutputStream(OutputStream, int, boolean) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size and flush mode.
GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIPOutputStream(OutputStream, boolean) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size and the specified flush mode.

H

h - Variable in class java.lang.reflect.Proxy
the invocation handler for this proxy instance.
HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Halfwidth and Fullwidth Forms" Unicode character block.
HALFWIDTH_KATAKANA - Static variable in class java.awt.im.InputSubset
Constant for the halfwidth katakana subset of the Unicode halfwidth and fullwidth forms character block.
halt(int) - Method in class java.lang.Runtime
Forcibly terminates the currently running Java virtual machine.
HAND_CURSOR - Static variable in class java.awt.Cursor
The hand cursor type.
HAND_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.HAND_CURSOR.
handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class java.util.concurrent.CompletableFuture
 
handle(BiFunction<? super T, Throwable, ? extends U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes either normally or exceptionally, is executed with this stage's result and exception as arguments to the supplied function.
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class java.util.concurrent.CompletableFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class java.util.concurrent.CompletableFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes either normally or exceptionally, is executed using this stage's default asynchronous execution facility, with this stage's result and exception as arguments to the supplied function.
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes either normally or exceptionally, is executed using the supplied executor, with this stage's result and exception as arguments to the supplied function.
handleEvent(Event) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1 replaced by processEvent(AWTEvent).
handleEvent(AWTEvent) - Method in interface java.awt.peer.ComponentPeer
Called to let the component peer handle events.
handleGetObject(String) - Method in class java.util.ListResourceBundle
 
handleGetObject(String) - Method in class java.util.PropertyResourceBundle
 
handleGetObject(String) - Method in class java.util.ResourceBundle
Gets an object for the given key from this resource bundle.
handleJustify(float) - Method in class java.awt.font.TextLayout
Justify this layout.
handleKeySet() - Method in class java.util.ListResourceBundle
Returns a Set of the keys contained only in this ResourceBundle.
handleKeySet() - Method in class java.util.PropertyResourceBundle
Returns a Set of the keys contained only in this ResourceBundle.
handleKeySet() - Method in class java.util.ResourceBundle
Returns a Set of the keys contained only in this ResourceBundle.
Handler - Class in java.util.logging
A Handler object takes log messages from a Logger and exports them.
Handler() - Constructor for class java.util.logging.Handler
Default constructor.
handlesWheelScrolling() - Method in interface java.awt.peer.ComponentPeer
Determines if the component handles wheel scrolling itself.
HANGING_BASELINE - Static variable in class java.awt.font.GraphicAttribute
Aligns origin of graphic to hanging baseline of line.
HANGING_BASELINE - Static variable in class java.awt.Font
The baseline used in Devanigiri and similar scripts when laying out text.
HANGUL_COMPATIBILITY_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Compatibility Jamo" Unicode character block.
HANGUL_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Jamo" Unicode character block.
HANGUL_JAMO_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Jamo Extended-A" Unicode character block.
HANGUL_JAMO_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Jamo Extended-B" Unicode character block.
HANGUL_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Syllables" Unicode character block.
HANJA - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Korean, including a subset of the CJK unified ideographs as well as Korean Han characters that may be defined as surrogate characters.
HANUNOO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hanunoo" Unicode character block.
hasAlpha() - Method in class java.awt.image.ColorModel
Returns whether or not alpha is supported in this ColorModel.
hasAnchoringBounds() - Method in class java.util.regex.Matcher
Queries the anchoring of region bounds for this matcher.
hasArray() - Method in class java.nio.Buffer
Tells whether or not this buffer is backed by an accessible array.
hasArray() - Method in class java.nio.ByteBuffer
Tells whether or not this buffer is backed by an accessible byte array.
hasArray() - Method in class java.nio.CharBuffer
Tells whether or not this buffer is backed by an accessible char array.
hasArray() - Method in class java.nio.DoubleBuffer
Tells whether or not this buffer is backed by an accessible double array.
hasArray() - Method in class java.nio.FloatBuffer
Tells whether or not this buffer is backed by an accessible float array.
hasArray() - Method in class java.nio.IntBuffer
Tells whether or not this buffer is backed by an accessible int array.
hasArray() - Method in class java.nio.LongBuffer
Tells whether or not this buffer is backed by an accessible long array.
hasArray() - Method in class java.nio.ShortBuffer
Tells whether or not this buffer is backed by an accessible short array.
hasBeenInvalidated() - Method in class java.lang.invoke.SwitchPoint
Determines if this switch point has been invalidated yet.
hasChanged() - Method in class java.util.Observable
Tests if this object has changed.
hasCharacteristics(int) - Method in interface java.util.Spliterator
Returns true if this Spliterator's Spliterator.characteristics() contain all of the given characteristics.
hasContended() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether any threads have ever contended to acquire this synchronizer; that is if an acquire method has ever blocked.
hasContended() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether any threads have ever contended to acquire this synchronizer; that is if an acquire method has ever blocked.
hasDynamicLocaleList() - Method in interface java.awt.im.spi.InputMethodDescriptor
Returns whether the list of available locales can change at runtime.
hasExpired() - Method in class java.net.HttpCookie
Reports whether this HTTP cookie has expired or not.
hasExtensions() - Method in class java.security.cert.X509CRLEntry
Returns true if this CRL entry has extensions.
hasExtensions() - Method in class java.util.Locale
Returns true if this Locale has any extensions.
hasFocus() - Method in class java.awt.Component
Returns true if this Component is the focus owner.
hash(Object...) - Static method in class java.util.Objects
Generates a hash code for a sequence of input values.
hashCode() - Method in class java.awt.AlphaComposite
Returns the hashcode for this composite.
hashCode() - Method in class java.awt.AWTKeyStroke
Returns a numeric value for this object that is likely to be unique, making it a good choice as the index value in a hash table.
hashCode() - Method in class java.awt.BasicStroke
Returns the hashcode for this stroke.
hashCode() - Method in class java.awt.Color
Computes the hash code for this Color.
hashCode() - Method in class java.awt.datatransfer.DataFlavor
Returns hash code for this DataFlavor.
hashCode() - Method in class java.awt.Dimension
Returns the hash code for this Dimension.
hashCode() - Method in class java.awt.DisplayMode
Returns a hash code value for the object.
hashCode() - Method in class java.awt.font.FontRenderContext
Return a hashcode for this FontRenderContext.
hashCode() - Method in class java.awt.Font
Returns a hashcode for this Font.
hashCode() - Method in class java.awt.font.ImageGraphicAttribute
Returns a hashcode for this ImageGraphicAttribute.
hashCode() - Method in class java.awt.font.NumericShaper
Returns a hash code for this shaper.
hashCode() - Method in class java.awt.font.ShapeGraphicAttribute
Returns a hashcode for this ShapeGraphicAttribute.
hashCode() - Method in class java.awt.font.TextHitInfo
Returns the hash code.
hashCode() - Method in class java.awt.font.TextLayout
Returns the hash code of this TextLayout.
hashCode() - Method in class java.awt.font.TransformAttribute
 
hashCode() - Method in class java.awt.geom.AffineTransform
Returns the hashcode for this transform.
hashCode() - Method in class java.awt.geom.Arc2D
Returns the hashcode for this Arc2D.
hashCode() - Method in class java.awt.geom.Ellipse2D
Returns the hashcode for this Ellipse2D.
hashCode() - Method in class java.awt.geom.Point2D
Returns the hashcode for this Point2D.
hashCode() - Method in class java.awt.geom.Rectangle2D
Returns the hashcode for this Rectangle2D.
hashCode() - Method in class java.awt.geom.RoundRectangle2D
Returns the hashcode for this RoundRectangle2D.
hashCode() - Method in class java.awt.image.BandedSampleModel
 
hashCode() - Method in class java.awt.image.ColorModel
Returns the hash code for this ColorModel.
hashCode() - Method in class java.awt.image.ComponentSampleModel
 
hashCode() - Method in class java.awt.image.MultiPixelPackedSampleModel
 
hashCode() - Method in class java.awt.image.PixelInterleavedSampleModel
 
hashCode() - Method in class java.awt.image.SinglePixelPackedSampleModel
 
hashCode() - Method in class java.awt.Insets
Returns the hash code for this Insets.
hashCode() - Method in class java.awt.JobAttributes
Returns a hash code value for this JobAttributes.
hashCode() - Method in class java.awt.MenuShortcut
Returns the hashcode for this MenuShortcut.
hashCode() - Method in class java.awt.PageAttributes
Returns a hash code value for this PageAttributes.
hashCode() - Method in class java.awt.RenderingHints
Returns the hash code value for this RenderingHints.
hashCode() - Method in class java.awt.RenderingHints.Key
The hash code for all Key objects will be the same as the system identity code of the object as defined by the System.identityHashCode() method.
hashCode() - Method in class java.beans.IndexedPropertyDescriptor
Returns a hash code value for the object.
hashCode() - Method in class java.beans.PropertyDescriptor
Returns a hash code value for the object.
hashCode() - Method in class java.io.File
Computes a hash code for this abstract pathname.
hashCode() - Method in class java.io.FilePermission
Returns the hash code value for this object.
hashCode() - Method in interface java.lang.annotation.Annotation
Returns the hash code of this annotation, as defined below:
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode(boolean) - Static method in class java.lang.Boolean
Returns a hash code for a boolean value; compatible with Boolean.hashCode().
hashCode() - Method in class java.lang.Byte
Returns a hash code for this Byte; equal to the result of invoking intValue().
hashCode(byte) - Static method in class java.lang.Byte
Returns a hash code for a byte value; compatible with Byte.hashCode().
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character; equal to the result of invoking charValue().
hashCode(char) - Static method in class java.lang.Character
Returns a hash code for a char value; compatible with Character.hashCode().
hashCode() - Method in class java.lang.Character.Subset
Returns the standard hash code as defined by the Object.hashCode() method.
hashCode() - Method in class java.lang.Double
Returns a hash code for this Double object.
hashCode(double) - Static method in class java.lang.Double
Returns a hash code for a double value; compatible with Double.hashCode().
hashCode() - Method in class java.lang.Enum
Returns a hash code for this enum constant.
hashCode() - Method in class java.lang.Float
Returns a hash code for this Float object.
hashCode(float) - Static method in class java.lang.Float
Returns a hash code for a float value; compatible with Float.hashCode().
hashCode() - Method in class java.lang.Integer
Returns a hash code for this Integer.
hashCode(int) - Static method in class java.lang.Integer
Returns a hash code for a int value; compatible with Integer.hashCode().
hashCode() - Method in class java.lang.invoke.MethodType
Returns the hash code value for this method type.
hashCode() - Method in class java.lang.Long
Returns a hash code for this Long.
hashCode(long) - Static method in class java.lang.Long
Returns a hash code for a long value; compatible with Long.hashCode().
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Package
Return the hash code computed from the package name.
hashCode() - Method in class java.lang.ProcessBuilder.Redirect
Returns a hash code value for this Redirect.
hashCode() - Method in class java.lang.reflect.Constructor
Returns a hashcode for this Constructor.
hashCode() - Method in class java.lang.reflect.Field
Returns a hashcode for this Field.
hashCode() - Method in class java.lang.reflect.Method
Returns a hashcode for this Method.
hashCode() - Method in class java.lang.reflect.Parameter
Returns a hash code based on the executable's hash code and the index.
hashCode() - Method in class java.lang.Short
Returns a hash code for this Short; equal to the result of invoking intValue().
hashCode(short) - Static method in class java.lang.Short
Returns a hash code for a short value; compatible with Short.hashCode().
hashCode() - Method in class java.lang.StackTraceElement
Returns a hash code value for this stack trace element.
hashCode() - Method in class java.lang.String
Returns a hash code for this string.
hashCode() - Method in class java.math.BigDecimal
Returns the hash code for this BigDecimal.
hashCode() - Method in class java.math.BigInteger
Returns the hash code for this BigInteger.
hashCode() - Method in class java.math.MathContext
Returns the hash code for this MathContext.
hashCode() - Method in class java.net.HttpCookie
Returns the hash code of this HTTP cookie.
hashCode() - Method in class java.net.Inet4Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.Inet6Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetAddress
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetSocketAddress
Returns a hashcode for this socket address.
hashCode() - Method in class java.net.InterfaceAddress
Returns a hashcode for this Interface address.
hashCode() - Method in class java.net.NetworkInterface
 
hashCode() - Method in class java.net.Proxy
Returns a hashcode for this Proxy.
hashCode() - Method in class java.net.SocketPermission
Returns the hash code value for this object.
hashCode() - Method in class java.net.URI
Returns a hash-code value for this URI.
hashCode() - Method in class java.net.URL
Creates an integer suitable for hash table indexing.
hashCode() - Method in class java.net.URLPermission
Returns a hashcode calculated from the hashcode of the actions String and the url string.
hashCode(URL) - Method in class java.net.URLStreamHandler
Provides the default hash calculation.
hashCode() - Method in class java.nio.ByteBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.CharBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.charset.Charset
Computes a hashcode for this charset.
hashCode() - Method in class java.nio.DoubleBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.file.attribute.AclEntry
Returns the hash-code value for this ACL entry.
hashCode() - Method in class java.nio.file.attribute.FileTime
Computes a hash code for this file time.
hashCode() - Method in interface java.nio.file.Path
Computes a hash code for this path.
hashCode() - Method in class java.nio.FloatBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.IntBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.LongBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.ShortBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.rmi.activation.ActivationDesc
Return the same hashCode for similar ActivationDescs.
hashCode() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
Return identical values for similar CommandEnvironments.
hashCode() - Method in class java.rmi.activation.ActivationGroupDesc
Produce identical numbers for similar ActivationGroupDescs.
hashCode() - Method in class java.rmi.activation.ActivationGroupID
Returns a hashcode for the group's identifier.
hashCode() - Method in class java.rmi.activation.ActivationID
Returns a hashcode for the activation id.
hashCode() - Method in class java.rmi.dgc.VMID
Compute hash code for this VMID.
hashCode() - Method in class java.rmi.MarshalledObject
Return a hash code for this MarshalledObject.
hashCode() - Method in class java.rmi.server.ObjID
Returns the hash code value for this object identifier, the object number.
hashCode() - Method in class java.rmi.server.RemoteObject
Returns a hashcode for a remote object.
hashCode() - Method in class java.rmi.server.UID
Returns the hash code value for this UID.
hashCode() - Method in class java.security.AccessControlContext
Returns the hash code value for this context.
hashCode() - Method in class java.security.AllPermission
Returns the hash code value for this object.
hashCode() - Method in class java.security.BasicPermission
Returns the hash code value for this object.
hashCode() - Method in class java.security.cert.Certificate
Returns a hashcode value for this certificate from its encoded form.
hashCode() - Method in class java.security.cert.CertPath
Returns the hashcode for this certification path.
hashCode() - Method in class java.security.cert.X509CRL
Returns a hashcode value for this CRL from its encoded form.
hashCode() - Method in class java.security.cert.X509CRLEntry
Returns a hashcode value for this CRL entry from its encoded form.
hashCode() - Method in class java.security.CodeSigner
Returns the hash code value for this code signer.
hashCode() - Method in class java.security.CodeSource
Returns the hash code value for this object.
hashCode() - Method in class java.security.Identity
Deprecated.
Returns a hashcode for this identity.
hashCode() - Method in class java.security.Permission
Returns the hash code value for this Permission object.
hashCode() - Method in class java.security.PKCS12Attribute
Returns the hashcode for this PKCS12Attribute.
hashCode() - Method in interface java.security.Principal
Returns a hashcode for this principal.
hashCode() - Method in class java.security.spec.ECFieldF2m
Returns a hash code value for this characteristic 2 finite field.
hashCode() - Method in class java.security.spec.ECFieldFp
Returns a hash code value for this prime finite field.
hashCode() - Method in class java.security.spec.ECPoint
Returns a hash code value for this elliptic curve point.
hashCode() - Method in class java.security.spec.EllipticCurve
Returns a hash code value for this elliptic curve.
hashCode() - Method in class java.security.Timestamp
Returns the hash code value for this timestamp.
hashCode() - Method in class java.security.UnresolvedPermission
Returns the hash code value for this object.
hashCode() - Method in interface java.sql.RowId
Returns a hash code value of this RowId object.
hashCode() - Method in class java.sql.Timestamp
Returns a hash code value for this object.
hashCode() - Method in class java.text.AttributedCharacterIterator.Attribute
Returns a hash code value for the object.
hashCode() - Method in class java.text.ChoiceFormat
Generates a hash code for the message format object.
hashCode() - Method in class java.text.Collator
Generates the hash code for this Collator.
hashCode() - Method in class java.text.DateFormat
Overrides hashCode
hashCode() - Method in class java.text.DateFormatSymbols
Override hashCode.
hashCode() - Method in class java.text.DecimalFormat
Overrides hashCode
hashCode() - Method in class java.text.DecimalFormatSymbols
Override hashCode.
hashCode() - Method in class java.text.FieldPosition
Returns a hash code for this FieldPosition.
hashCode() - Method in class java.text.MessageFormat
Generates a hash code for the message format object.
hashCode() - Method in class java.text.NumberFormat
Overrides hashCode.
hashCode() - Method in class java.text.ParsePosition
Returns a hash code for this ParsePosition.
hashCode() - Method in class java.text.RuleBasedCollator
Generates the hash code for the table-based collation object
hashCode() - Method in class java.text.SimpleDateFormat
Returns the hash code value for this SimpleDateFormat object.
hashCode() - Method in class java.text.StringCharacterIterator
Computes a hashcode for this iterator.
hashCode() - Method in class java.time.chrono.AbstractChronology
A hash code for this chronology.
hashCode() - Method in interface java.time.chrono.ChronoLocalDate
A hash code for this date.
hashCode() - Method in interface java.time.chrono.ChronoLocalDateTime
A hash code for this date-time.
hashCode() - Method in interface java.time.chrono.Chronology
A hash code for this chronology.
hashCode() - Method in interface java.time.chrono.ChronoPeriod
A hash code for this period.
hashCode() - Method in interface java.time.chrono.ChronoZonedDateTime
A hash code for this date-time.
hashCode() - Method in class java.time.chrono.HijrahDate
A hash code for this date.
hashCode() - Method in class java.time.chrono.JapaneseDate
A hash code for this date.
hashCode() - Method in class java.time.chrono.MinguoDate
A hash code for this date.
hashCode() - Method in class java.time.chrono.ThaiBuddhistDate
A hash code for this date.
hashCode() - Method in class java.time.Clock
A hash code for this clock.
hashCode() - Method in class java.time.Duration
A hash code for this duration.
hashCode() - Method in class java.time.format.DecimalStyle
A hash code for this DecimalStyle.
hashCode() - Method in class java.time.Instant
Returns a hash code for this instant.
hashCode() - Method in class java.time.LocalDate
A hash code for this date.
hashCode() - Method in class java.time.LocalDateTime
A hash code for this date-time.
hashCode() - Method in class java.time.LocalTime
A hash code for this time.
hashCode() - Method in class java.time.MonthDay
A hash code for this month-day.
hashCode() - Method in class java.time.OffsetDateTime
A hash code for this date-time.
hashCode() - Method in class java.time.OffsetTime
A hash code for this time.
hashCode() - Method in class java.time.Period
A hash code for this period.
hashCode() - Method in class java.time.temporal.ValueRange
A hash code for this range.
hashCode() - Method in class java.time.temporal.WeekFields
A hash code for this WeekFields.
hashCode() - Method in class java.time.Year
A hash code for this year.
hashCode() - Method in class java.time.YearMonth
A hash code for this year-month.
hashCode() - Method in class java.time.zone.ZoneOffsetTransition
Returns a suitable hash code.
hashCode() - Method in class java.time.zone.ZoneOffsetTransitionRule
Returns a suitable hash code.
hashCode() - Method in class java.time.zone.ZoneRules
Returns a suitable hash code given the definition of #equals.
hashCode() - Method in class java.time.ZonedDateTime
A hash code for this date-time.
hashCode() - Method in class java.time.ZoneId
A hash code for this time-zone ID.
hashCode() - Method in class java.time.ZoneOffset
A hash code for this offset.
hashCode() - Method in class java.util.AbstractList
Returns the hash code value for this list.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.AbstractMap.SimpleEntry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractSet
Returns the hash code value for this set.
hashCode(long[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(int[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(short[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(char[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(byte[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(boolean[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(float[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(double[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode() - Method in class java.util.BitSet
Returns the hash code value for this bit set.
hashCode() - Method in class java.util.Calendar
Returns a hash code for this calendar.
hashCode() - Method in interface java.util.Collection
Returns the hash code value for this collection.
hashCode() - Method in class java.util.concurrent.ConcurrentHashMap
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
hashCode() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the hash code value for this list.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class java.util.EnumMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.GregorianCalendar
Generates the hash code for this GregorianCalendar object.
hashCode() - Method in class java.util.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
hashCode() - Method in class java.util.IdentityHashMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.jar.Attributes
Returns the hash code value for this Map.
hashCode() - Method in class java.util.jar.Attributes.Name
Computes the hash value for this attribute name.
hashCode() - Method in class java.util.jar.Manifest
Returns the hash code for this Manifest.
hashCode() - Method in interface java.util.List
Returns the hash code value for this list.
hashCode() - Method in class java.util.Locale
Override hashCode.
hashCode() - Method in class java.util.Locale.LanguageRange
Returns a hash code value for the object.
hashCode() - Method in class java.util.logging.Level
Generate a hashcode.
hashCode() - Method in interface java.util.Map.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface java.util.Map
Returns the hash code value for this map.
hashCode(Object) - Static method in class java.util.Objects
Returns the hash code of a non-null argument and 0 for a null argument.
hashCode() - Method in class java.util.Optional
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class java.util.OptionalDouble
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class java.util.OptionalInt
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class java.util.OptionalLong
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class java.util.PropertyPermission
Returns the hash code value for this object.
hashCode() - Method in interface java.util.Set
Returns the hash code value for this set.
hashCode() - Method in class java.util.SimpleTimeZone
Generates the hash code for the SimpleDateFormat object.
hashCode() - Method in class java.util.UUID
Returns a hash code for this UUID.
hashCode() - Method in class java.util.Vector
Returns the hash code value for this Vector.
hashCode() - Method in class java.util.zip.ZipEntry
Returns the hash code value for this entry.
HashMap<K,V> - Class in java.util
Hash table based implementation of the Map interface.
HashMap(int, float) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
HashMap(int) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
HashMap() - Constructor for class java.util.HashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
HashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.HashMap
Constructs a new HashMap with the same mappings as the specified Map.
HashSet<E> - Class in java.util
This class implements the Set interface, backed by a hash table (actually a HashMap instance).
HashSet() - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
HashSet(Collection<? extends E>) - Constructor for class java.util.HashSet
Constructs a new set containing the elements in the specified collection.
HashSet(int, float) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
HashSet(int) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor (0.75).
Hashtable<K,V> - Class in java.util
This class implements a hash table, which maps keys to values.
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor (0.75).
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default initial capacity (11) and load factor (0.75).
Hashtable(Map<? extends K, ? extends V>) - Constructor for class java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
hasLayoutAttributes() - Method in class java.awt.Font
Return true if this Font contains attributes that require extra layout processing.
hasListeners(String) - Method in class java.beans.PropertyChangeSupport
Check if there are any listeners for a specific property, including those registered on all properties.
hasListeners(String) - Method in class java.beans.VetoableChangeSupport
Check if there are any listeners for a specific property, including those registered on all properties.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens() - Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNext() - Method in class java.beans.beancontext.BeanContextSupport.BCSIterator
 
hasNext() - Method in interface java.util.Iterator
Returns true if the iteration has more elements.
hasNext() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasNext() - Method in class java.util.Scanner
Returns true if this scanner has another token in its input.
hasNext(String) - Method in class java.util.Scanner
Returns true if the next token matches the pattern constructed from the specified string.
hasNext(Pattern) - Method in class java.util.Scanner
Returns true if the next complete token matches the specified pattern.
hasNextBigDecimal() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigDecimal using the Scanner.nextBigDecimal() method.
hasNextBigInteger() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigInteger in the default radix using the Scanner.nextBigInteger() method.
hasNextBigInteger(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigInteger in the specified radix using the Scanner.nextBigInteger() method.
hasNextBoolean() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a boolean value using a case insensitive pattern created from the string "true|false".
hasNextByte() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a byte value in the default radix using the Scanner.nextByte() method.
hasNextByte(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a byte value in the specified radix using the Scanner.nextByte() method.
hasNextDouble() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a double value using the Scanner.nextDouble() method.
hasNextFloat() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a float value using the Scanner.nextFloat() method.
hasNextInt() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as an int value in the default radix using the Scanner.nextInt() method.
hasNextInt(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as an int value in the specified radix using the Scanner.nextInt() method.
hasNextLine() - Method in class java.util.Scanner
Returns true if there is another line in the input of this scanner.
hasNextLong() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a long value in the default radix using the Scanner.nextLong() method.
hasNextLong(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a long value in the specified radix using the Scanner.nextLong() method.
hasNextShort() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a short value in the default radix using the Scanner.nextShort() method.
hasNextShort(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a short value in the specified radix using the Scanner.nextShort() method.
hasPrevious() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
hasPrimitives() - Method in class java.lang.invoke.MethodType
Reports if this type contains a primitive argument or return value.
hasQueuedPredecessors() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether any threads have been waiting to acquire longer than the current thread.
hasQueuedPredecessors() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether any threads have been waiting to acquire longer than the current thread.
hasQueuedSubmissions() - Method in class java.util.concurrent.ForkJoinPool
Returns true if there are any tasks submitted to this pool that have not yet begun executing.
hasQueuedThread(Thread) - Method in class java.util.concurrent.locks.ReentrantLock
Queries whether the given thread is waiting to acquire this lock.
hasQueuedThread(Thread) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries whether the given thread is waiting to acquire either the read or write lock.
hasQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether any threads are waiting to acquire.
hasQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether any threads are waiting to acquire.
hasQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantLock
Queries whether any threads are waiting to acquire this lock.
hasQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries whether any threads are waiting to acquire the read or write lock.
hasQueuedThreads() - Method in class java.util.concurrent.Semaphore
Queries whether any threads are waiting to acquire.
hasRemaining() - Method in class java.nio.Buffer
Tells whether there are any elements between the current position and the limit.
hasSameRules(TimeZone) - Method in class java.util.SimpleTimeZone
Returns true if this zone has the same rules and offset as another zone.
hasSameRules(TimeZone) - Method in class java.util.TimeZone
Returns true if this zone has the same rule and offset as another zone.
hasService(Class) - Method in interface java.beans.beancontext.BeanContextServices
Reports whether or not a given service is currently available from this context.
hasService(Class) - Method in class java.beans.beancontext.BeanContextServicesSupport
has a service, which may be delegated
hasTileWriters() - Method in class java.awt.image.BufferedImage
Returns whether or not any tile is checked out for writing.
hasTileWriters() - Method in interface java.awt.image.WritableRenderedImage
Returns whether any tile is checked out for writing.
hasTransparentBounds() - Method in class java.util.regex.Matcher
Queries the transparency of region bounds for this matcher.
hasUniformLineMetrics() - Method in class java.awt.Font
Checks whether or not this Font has uniform line metrics.
hasUniformLineMetrics() - Method in class java.awt.FontMetrics
Checks to see if the Font has uniform line metrics.
hasUnsupportedCriticalExtension() - Method in interface java.security.cert.X509Extension
Check if there is a critical extension that is not supported.
hasWaiters() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Queries whether any threads are waiting on this condition.
hasWaiters(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether any threads are waiting on the given condition associated with this synchronizer.
hasWaiters() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Queries whether any threads are waiting on this condition.
hasWaiters(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether any threads are waiting on the given condition associated with this synchronizer.
hasWaiters(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
Queries whether any threads are waiting on the given condition associated with this lock.
hasWaiters(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries whether any threads are waiting on the given condition associated with the write lock.
hasWaitingConsumer() - Method in class java.util.concurrent.LinkedTransferQueue
 
hasWaitingConsumer() - Method in interface java.util.concurrent.TransferQueue
Returns true if there is at least one consumer waiting to receive an element via BlockingQueue.take() or timed poll.
hasWrappers() - Method in class java.lang.invoke.MethodType
Reports if this type contains a wrapper argument or return value.
HeadlessException - Exception in java.awt
Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse.
HeadlessException() - Constructor for exception java.awt.HeadlessException
 
HeadlessException(String) - Constructor for exception java.awt.HeadlessException
 
headMap(K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
headMap(K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
headMap(K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
headMap(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
headMap(K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
headMap(K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K, boolean) - Method in class java.util.TreeMap
 
headMap(K) - Method in class java.util.TreeMap
 
headSet(E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
headSet(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
headSet(E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
headSet(E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E, boolean) - Method in class java.util.TreeSet
 
headSet(E) - Method in class java.util.TreeSet
 
HEBREW - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hebrew" Unicode character block.
height - Variable in class java.awt.Component.BltBufferStrategy
 
height - Variable in class java.awt.Dimension
The height dimension; negative values can be used.
height - Variable in class java.awt.geom.Arc2D.Double
The overall height of the full ellipse of which this arc is a partial section (not considering the angular extents).
height - Variable in class java.awt.geom.Arc2D.Float
The overall height of the full ellipse of which this arc is a partial section (not considering the angular extents).
height - Variable in class java.awt.geom.Ellipse2D.Double
The overall height of the Ellipse2D.
height - Variable in class java.awt.geom.Ellipse2D.Float
The overall height of this Ellipse2D.
height - Variable in class java.awt.geom.Rectangle2D.Double
The height of this Rectangle2D.
height - Variable in class java.awt.geom.Rectangle2D.Float
The height of this Rectangle2D.
height - Variable in class java.awt.geom.RoundRectangle2D.Double
The height of this RoundRectangle2D.
height - Variable in class java.awt.geom.RoundRectangle2D.Float
The height of this RoundRectangle2D.
HEIGHT - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that the height of the base image is now available and can be taken from the height argument to the imageUpdate callback method.
height - Variable in class java.awt.image.Raster
The height of this Raster.
height - Variable in class java.awt.image.SampleModel
Height in pixels of the region of image data that this SampleModel describes.
height - Variable in class java.awt.Rectangle
The height of the Rectangle.
HEISEI - Static variable in class java.time.chrono.JapaneseEra
The singleton instance for the 'Heisei' era (1989-01-08 - current) which has the value 2.
helpComplete(int) - Method in class java.util.concurrent.CountedCompleter
If this task has not completed, attempts to process at most the given number of other unprocessed tasks for which this task is on the completion path, if any are known to exist.
helpQuiesce() - Static method in class java.util.concurrent.ForkJoinTask
Possibly executes tasks until the pool hosting the current task is quiescent.
hide() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setVisible(boolean).
hide() - Method in class java.awt.Dialog
Deprecated.
As of JDK version 1.5, replaced by setVisible(boolean).
hide() - Method in class java.awt.Window
Deprecated.
As of JDK version 1.5, replaced by Window.setVisible(boolean).
hideWindows() - Method in interface java.awt.im.spi.InputMethod
Closes or hides all windows opened by this input method instance or its class.
HIERARCHY_BOUNDS_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting hierarchy bounds events.
HIERARCHY_CHANGED - Static variable in class java.awt.event.HierarchyEvent
The event id indicating that modification was made to the entire hierarchy tree.
HIERARCHY_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting hierarchy events.
HIERARCHY_FIRST - Static variable in class java.awt.event.HierarchyEvent
Marks the first integer id for the range of hierarchy event ids.
HIERARCHY_LAST - Static variable in class java.awt.event.HierarchyEvent
Marks the last integer id for the range of ancestor event ids.
HierarchyBoundsAdapter - Class in java.awt.event
An abstract adapter class for receiving ancestor moved and resized events.
HierarchyBoundsAdapter() - Constructor for class java.awt.event.HierarchyBoundsAdapter
 
HierarchyBoundsListener - Interface in java.awt.event
The listener interface for receiving ancestor moved and resized events.
hierarchyChanged(HierarchyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the hierarchyChanged event by invoking the hierarchyChanged methods on listener-a and listener-b.
hierarchyChanged(HierarchyEvent) - Method in interface java.awt.event.HierarchyListener
Called when the hierarchy has been changed.
HierarchyEvent - Class in java.awt.event
An event which indicates a change to the Component hierarchy to which Component belongs.
HierarchyEvent(Component, int, Component, Container) - Constructor for class java.awt.event.HierarchyEvent
Constructs an HierarchyEvent object to identify a change in the Component hierarchy.
HierarchyEvent(Component, int, Component, Container, long) - Constructor for class java.awt.event.HierarchyEvent
Constructs an HierarchyEvent object to identify a change in the Component hierarchy.
HierarchyListener - Interface in java.awt.event
The listener interface for receiving hierarchy changed events.
HIGH - Static variable in class java.awt.PageAttributes.PrintQualityType
The PrintQualityType instance to use for specifying a high print quality.
HIGH_PRIVATE_USE_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "High Private Use Surrogates" Unicode character block.
HIGH_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "High Surrogates" Unicode character block.
higher(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
higher(E) - Method in interface java.util.NavigableSet
Returns the least element in this set strictly greater than the given element, or null if there is no such element.
higher(E) - Method in class java.util.TreeSet
 
higherEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(K) - Method in class java.util.TreeMap
 
higherKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
higherKey(K) - Method in interface java.util.NavigableMap
Returns the least key strictly greater than the given key, or null if there is no such key.
higherKey(K) - Method in class java.util.TreeMap
 
highestOneBit(int) - Static method in class java.lang.Integer
Returns an int value with at most a single one-bit, in the position of the highest-order ("leftmost") one-bit in the specified int value.
highestOneBit(long) - Static method in class java.lang.Long
Returns a long value with at most a single one-bit, in the position of the highest-order ("leftmost") one-bit in the specified long value.
highSurrogate(int) - Static method in class java.lang.Character
Returns the leading surrogate (a high surrogate code unit) of the surrogate pair representing the specified supplementary character (Unicode code point) in the UTF-16 encoding.
HijrahChronology - Class in java.time.chrono
The Hijrah calendar is a lunar calendar supporting Islamic calendars.
HijrahDate - Class in java.time.chrono
A date in the Hijrah calendar system.
HijrahEra - Enum in java.time.chrono
An era in the Hijrah calendar system.
HINTS_OBSERVED - Static variable in interface java.awt.image.renderable.RenderableImage
String constant that can be used to identify a property on a RenderedImage obtained via the createRendering or createScaledRendering methods.
HIRAGANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hiragana" Unicode character block.
hit(Rectangle, Shape, boolean) - Method in class java.awt.Graphics2D
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.
hitClip(int, int, int, int) - Method in class java.awt.Graphics
Returns true if the specified rectangular area might intersect the current clipping area.
hitEnd() - Method in class java.util.regex.Matcher
Returns true if the end of input was hit by the search engine in the last match operation performed by this matcher.
hitTestChar(float, float, Rectangle2D) - Method in class java.awt.font.TextLayout
Returns a TextHitInfo corresponding to the specified point.
hitTestChar(float, float) - Method in class java.awt.font.TextLayout
Returns a TextHitInfo corresponding to the specified point.
hitToPoint(TextHitInfo, Point2D) - Method in class java.awt.font.TextLayout
Convert a hit to a point in standard coordinates.
HOLD_CURSORS_OVER_COMMIT - Static variable in interface java.sql.ResultSet
The constant indicating that open ResultSet objects with this holdability will remain open when the current transaction is committed.
holdsLock(Object) - Static method in class java.lang.Thread
Returns true if and only if the current thread holds the monitor lock on the specified object.
HOME - Static variable in class java.awt.Event
The Home key, a non-ASCII action key.
HORIZONTAL - Static variable in interface java.awt.Adjustable
Indicates that the Adjustable has horizontal orientation.
HORIZONTAL - Static variable in class java.awt.GridBagConstraints
Resize the component horizontally but not vertically.
HORIZONTAL - Static variable in class java.awt.Scrollbar
A constant that indicates a horizontal scroll bar.
hostsEqual(URL, URL) - Method in class java.net.URLStreamHandler
Compares the host components of two URLs.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR0 - Static variable in class java.text.DateFormat.Field
Constant identifying the hour field, where the legal values are 0 to 11.
HOUR0_FIELD - Static variable in class java.text.DateFormat
Useful constant for zero-based HOUR field alignment.
HOUR1 - Static variable in class java.text.DateFormat.Field
Constant identifying the hour field, where the legal values are 1 to 12.
HOUR1_FIELD - Static variable in class java.text.DateFormat
Useful constant for one-based HOUR field alignment.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HOUR_OF_DAY0 - Static variable in class java.text.DateFormat.Field
Constant identifying the hour of day field, where the legal values are 0 to 23.
HOUR_OF_DAY0_FIELD - Static variable in class java.text.DateFormat
Useful constant for zero-based HOUR_OF_DAY field alignment.
HOUR_OF_DAY1 - Static variable in class java.text.DateFormat.Field
Constant identifying the hour of day field, where the legal values are 1 to 24.
HOUR_OF_DAY1_FIELD - Static variable in class java.text.DateFormat
Useful constant for one-based HOUR_OF_DAY field alignment.
HSBtoRGB(float, float, float) - Static method in class java.awt.Color
Converts the components of a color, as specified by the HSB model, to an equivalent set of values for the default RGB model.
HTTP_ACCEPTED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 202: Accepted.
HTTP_BAD_GATEWAY - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 502: Bad Gateway.
HTTP_BAD_METHOD - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 405: Method Not Allowed.
HTTP_BAD_REQUEST - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 400: Bad Request.
HTTP_CLIENT_TIMEOUT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 408: Request Time-Out.
HTTP_CONFLICT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 409: Conflict.
HTTP_CREATED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 201: Created.
HTTP_ENTITY_TOO_LARGE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 413: Request Entity Too Large.
HTTP_FORBIDDEN - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 403: Forbidden.
HTTP_GATEWAY_TIMEOUT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 504: Gateway Timeout.
HTTP_GONE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 410: Gone.
HTTP_INTERNAL_ERROR - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 500: Internal Server Error.
HTTP_LENGTH_REQUIRED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 411: Length Required.
HTTP_MOVED_PERM - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 301: Moved Permanently.
HTTP_MOVED_TEMP - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 302: Temporary Redirect.
HTTP_MULT_CHOICE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 300: Multiple Choices.
HTTP_NO_CONTENT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 204: No Content.
HTTP_NOT_ACCEPTABLE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 406: Not Acceptable.
HTTP_NOT_AUTHORITATIVE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 203: Non-Authoritative Information.
HTTP_NOT_FOUND - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 404: Not Found.
HTTP_NOT_IMPLEMENTED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 501: Not Implemented.
HTTP_NOT_MODIFIED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 304: Not Modified.
HTTP_OK - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 200: OK.
HTTP_PARTIAL - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 206: Partial Content.
HTTP_PAYMENT_REQUIRED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 402: Payment Required.
HTTP_PRECON_FAILED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 412: Precondition Failed.
HTTP_PROXY_AUTH - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 407: Proxy Authentication Required.
HTTP_REQ_TOO_LONG - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 414: Request-URI Too Large.
HTTP_RESET - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 205: Reset Content.
HTTP_SEE_OTHER - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 303: See Other.
HTTP_SERVER_ERROR - Static variable in class java.net.HttpURLConnection
Deprecated.
it is misplaced and shouldn't have existed.
HTTP_UNAUTHORIZED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 401: Unauthorized.
HTTP_UNAVAILABLE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 503: Service Unavailable.
HTTP_UNSUPPORTED_TYPE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 415: Unsupported Media Type.
HTTP_USE_PROXY - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 305: Use Proxy.
HTTP_VERSION - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 505: HTTP Version Not Supported.
HttpCookie - Class in java.net
An HttpCookie object represents an HTTP cookie, which carries state information between server and user agent.
HttpCookie(String, String) - Constructor for class java.net.HttpCookie
Constructs a cookie with a specified name and value.
HttpRetryException - Exception in java.net
Thrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled.
HttpRetryException(String, int) - Constructor for exception java.net.HttpRetryException
Constructs a new HttpRetryException from the specified response code and exception detail message
HttpRetryException(String, int, String) - Constructor for exception java.net.HttpRetryException
Constructs a new HttpRetryException with detail message responseCode and the contents of the Location response header field.
HttpURLConnection - Class in java.net
A URLConnection with support for HTTP-specific features.
HttpURLConnection(URL) - Constructor for class java.net.HttpURLConnection
Constructor for the HttpURLConnection.
HUFFMAN_ONLY - Static variable in class java.util.zip.Deflater
Compression strategy for Huffman coding only.
hypot(double, double) - Static method in class java.lang.Math
Returns sqrt(x2 +y2) without intermediate overflow or underflow.
hypot(double, double) - Static method in class java.lang.StrictMath
Returns sqrt(x2 +y2) without intermediate overflow or underflow.

I

icAbsoluteColorimetric - Static variable in class java.awt.color.ICC_Profile
ICC Profile Rendering Intent: AbsoluteColorimetric.
ICC_ColorSpace - Class in java.awt.color
The ICC_ColorSpace class is an implementation of the abstract ColorSpace class.
ICC_ColorSpace(ICC_Profile) - Constructor for class java.awt.color.ICC_ColorSpace
Constructs a new ICC_ColorSpace from an ICC_Profile object.
ICC_Profile - Class in java.awt.color
A representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium Specification ICC.1:2001-12, File Format for Color Profiles, (see http://www.color.org).
ICC_ProfileGray - Class in java.awt.color
A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is TYPE_GRAY and the profile includes the grayTRCTag and mediaWhitePointTag tags.
ICC_ProfileRGB - Class in java.awt.color
The ICC_ProfileRGB class is a subclass of the ICC_Profile class that represents profiles which meet the following criteria: The profile's color space type is RGB. The profile includes the redColorantTag, greenColorantTag, blueColorantTag, redTRCTag, greenTRCTag, blueTRCTag, and mediaWhitePointTag tags. The ICC_Profile getInstance method will return an ICC_ProfileRGB object when these conditions are met.
icCurveCount - Static variable in class java.awt.color.ICC_Profile
ICC Profile Constant: curveType count.
icCurveData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Constant: curveType data.
icHdrAttributes - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: device attributes.
icHdrCmmId - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: CMM for this profile.
icHdrColorSpace - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: color space of data.
icHdrCreator - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: profile creator.
icHdrDate - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: date profile was created.
icHdrDeviceClass - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: type of profile.
icHdrFlags - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: various bit settings.
icHdrIlluminant - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: profile illuminant.
icHdrMagic - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: icMagicNumber.
icHdrManufacturer - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: device manufacturer.
icHdrModel - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: device model number.
icHdrPcs - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: PCS - XYZ or Lab only.
icHdrPlatform - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: primary platform.
icHdrProfileID - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: profile's ID.
icHdrRenderingIntent - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: rendering intent.
icHdrSize - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: profile size in bytes.
icHdrVersion - Static variable in class java.awt.color.ICC_Profile
ICC Profile Header Location: format version number.
icICCAbsoluteColorimetric - Static variable in class java.awt.color.ICC_Profile
ICC Profile Rendering Intent: ICC-AbsoluteColorimetric.
icMediaRelativeColorimetric - Static variable in class java.awt.color.ICC_Profile
ICC Profile Rendering Intent: Media-RelativeColorimetric.
ICON_COLOR_16x16 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 color icon.
ICON_COLOR_32x32 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 color icon.
ICON_MONO_16x16 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 monochrome icon.
ICON_MONO_32x32 - Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 monochrome icon.
ICONIFIED - Static variable in class java.awt.Frame
This state bit indicates that frame is iconified.
icPerceptual - Static variable in class java.awt.color.ICC_Profile
ICC Profile Rendering Intent: Perceptual.
icRelativeColorimetric - Static variable in class java.awt.color.ICC_Profile
ICC Profile Rendering Intent: RelativeColorimetric.
icSaturation - Static variable in class java.awt.color.ICC_Profile
ICC Profile Rendering Intent: Saturation.
icSigAbstractClass - Static variable in class java.awt.color.ICC_Profile
ICC Profile Class Signature: 'abst'.
icSigAToB0Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'A2B0'.
icSigAToB1Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'A2B1'.
icSigAToB2Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'A2B2'.
icSigBlueColorantTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'bXYZ'.
icSigBlueMatrixColumnTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'bXYZ'.
icSigBlueTRCTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'bTRC'.
icSigBToA0Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'B2A0'.
icSigBToA1Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'B2A1'.
icSigBToA2Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'B2A2'.
icSigCalibrationDateTimeTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'calt'.
icSigCharTargetTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'targ'.
icSigChromaticAdaptationTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'chad'.
icSigChromaticityTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'chrm'.
icSigCmyData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'CMY '.
icSigCmykData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'CMYK'.
icSigColorantOrderTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'clro'.
icSigColorantTableTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'clrt'.
icSigColorSpaceClass - Static variable in class java.awt.color.ICC_Profile
ICC Profile Class Signature: 'spac'.
icSigCopyrightTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'cprt'.
icSigCrdInfoTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'crdi'.
icSigDeviceMfgDescTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'dmnd'.
icSigDeviceModelDescTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'dmdd'.
icSigDeviceSettingsTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'devs'.
icSigDisplayClass - Static variable in class java.awt.color.ICC_Profile
ICC Profile Class Signature: 'mntr'.
icSigGamutTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'gamt'.
icSigGrayData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'GRAY'.
icSigGrayTRCTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'kTRC'.
icSigGreenColorantTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'gXYZ'.
icSigGreenMatrixColumnTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'gXYZ'.
icSigGreenTRCTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'gTRC'.
icSigHead - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'head' - special.
icSigHlsData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'HLS'.
icSigHsvData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'HSV'.
icSigInputClass - Static variable in class java.awt.color.ICC_Profile
ICC Profile Class Signature: 'scnr'.
icSigLabData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'Lab '.
icSigLinkClass - Static variable in class java.awt.color.ICC_Profile
ICC Profile Class Signature: 'link'.
icSigLuminanceTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'lumi'.
icSigLuvData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'Luv '.
icSigMeasurementTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'meas'.
icSigMediaBlackPointTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'bkpt'.
icSigMediaWhitePointTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'wtpt'.
icSigNamedColor2Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'ncl2'.
icSigNamedColorClass - Static variable in class java.awt.color.ICC_Profile
ICC Profile Class Signature: 'nmcl'.
icSigOutputClass - Static variable in class java.awt.color.ICC_Profile
ICC Profile Class Signature: 'prtr'.
icSigOutputResponseTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'resp'.
icSigPreview0Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'pre0'.
icSigPreview1Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'pre1'.
icSigPreview2Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'pre2'.
icSigProfileDescriptionTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'desc'.
icSigProfileSequenceDescTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'pseq'.
icSigPs2CRD0Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'psd0'.
icSigPs2CRD1Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'psd1'.
icSigPs2CRD2Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'psd2'.
icSigPs2CRD3Tag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'psd3'.
icSigPs2CSATag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'ps2s'.
icSigPs2RenderingIntentTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'ps2i'.
icSigRedColorantTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'rXYZ'.
icSigRedMatrixColumnTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'rXYZ'.
icSigRedTRCTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'rTRC'.
icSigRgbData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'RGB '.
icSigScreeningDescTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'scrd'.
icSigScreeningTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'scrn'.
icSigSpace2CLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: '2CLR'.
icSigSpace3CLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: '3CLR'.
icSigSpace4CLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: '4CLR'.
icSigSpace5CLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: '5CLR'.
icSigSpace6CLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: '6CLR'.
icSigSpace7CLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: '7CLR'.
icSigSpace8CLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: '8CLR'.
icSigSpace9CLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: '9CLR'.
icSigSpaceACLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'ACLR'.
icSigSpaceBCLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'BCLR'.
icSigSpaceCCLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'CCLR'.
icSigSpaceDCLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'DCLR'.
icSigSpaceECLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'ECLR'.
icSigSpaceFCLR - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'FCLR'.
icSigTechnologyTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'tech'.
icSigUcrBgTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'bfd '.
icSigViewingCondDescTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'vued'.
icSigViewingConditionsTag - Static variable in class java.awt.color.ICC_Profile
ICC Profile Tag Signature: 'view'.
icSigXYZData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'XYZ '.
icSigYCbCrData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'YCbr'.
icSigYxyData - Static variable in class java.awt.color.ICC_Profile
ICC Profile Color Space Type Signature: 'Yxy '.
icTagReserved - Static variable in class java.awt.color.ICC_Profile
ICC Profile Constant: reserved.
icTagType - Static variable in class java.awt.color.ICC_Profile
ICC Profile Constant: tag type signaturE.
icXYZNumberX - Static variable in class java.awt.color.ICC_Profile
ICC Profile Constant: XYZNumber X.
id - Variable in class java.awt.AWTEvent
The event's id.
id - Variable in class java.awt.Event
Indicates which type of event the event is, and which other Event variables are relevant for the event.
IDENTICAL - Static variable in class java.text.Collator
Collator strength value.
identities() - Method in class java.security.IdentityScope
Deprecated.
Returns an enumeration of all identities in this identity scope.
IDENTITY - Static variable in class java.awt.font.TransformAttribute
A TransformAttribute representing the identity transform.
identity(Class<?>) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle which returns its sole argument when invoked.
Identity - Class in java.security
Deprecated.
This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
Identity() - Constructor for class java.security.Identity
Deprecated.
Constructor for serialization only.
Identity(String, IdentityScope) - Constructor for class java.security.Identity
Deprecated.
Constructs an identity with the specified name and scope.
Identity(String) - Constructor for class java.security.Identity
Deprecated.
Constructs an identity with the specified name and no scope.
identity() - Static method in interface java.util.function.DoubleUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface java.util.function.Function
Returns a function that always returns its input argument.
identity() - Static method in interface java.util.function.IntUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface java.util.function.LongUnaryOperator
Returns a unary operator that always returns its input argument.
identity() - Static method in interface java.util.function.UnaryOperator
Returns a unary operator that always returns its input argument.
identityEquals(Identity) - Method in class java.security.Identity
Deprecated.
Tests for equality between the specified identity and this identity.
identityHashCode(Object) - Static method in class java.lang.System
Returns the same hash code for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IdentityHashMap<K,V> - Class in java.util
This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values).
IdentityHashMap() - Constructor for class java.util.IdentityHashMap
Constructs a new, empty identity hash map with a default expected maximum size (21).
IdentityHashMap(int) - Constructor for class java.util.IdentityHashMap
Constructs a new, empty map with the specified expected maximum size.
IdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.IdentityHashMap
Constructs a new identity hash map containing the keys-value mappings in the specified map.
IdentityScope - Class in java.security
Deprecated.
This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
IdentityScope() - Constructor for class java.security.IdentityScope
Deprecated.
This constructor is used for serialization only and should not be used by subclasses.
IdentityScope(String) - Constructor for class java.security.IdentityScope
Deprecated.
Constructs a new identity scope with the specified name.
IdentityScope(String, IdentityScope) - Constructor for class java.security.IdentityScope
Deprecated.
Constructs a new identity scope with the specified name and scope.
IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ideographic Description Characters" Unicode character block.
IDN - Class in java.net
Provides methods to convert internationalized domain names (IDNs) between a normal Unicode representation and an ASCII Compatible Encoding (ACE) representation.
IEEEremainder(double, double) - Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IEEEremainder(double, double) - Static method in class java.lang.StrictMath
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
ifModifiedSince - Variable in class java.net.URLConnection
Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time.
ifPresent(Consumer<? super T>) - Method in class java.util.Optional
If a value is present, invoke the specified consumer with the value, otherwise do nothing.
ifPresent(DoubleConsumer) - Method in class java.util.OptionalDouble
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresent(IntConsumer) - Method in class java.util.OptionalInt
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresent(LongConsumer) - Method in class java.util.OptionalLong
Have the specified consumer accept the value if a value is present, otherwise do nothing.
IGNORE - Static variable in class java.nio.charset.CodingErrorAction
Action indicating that a coding error is to be handled by dropping the erroneous input and resuming the coding operation.
IGNORE_ALL_BEANINFO - Static variable in class java.beans.Introspector
Flag to indicate to ignore all beaninfo.
IGNORE_IMMEDIATE_BEANINFO - Static variable in class java.beans.Introspector
Flag to indicate to ignore immediate beaninfo.
IllegalAccessError - Error in java.lang
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException - Exception in java.lang
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalArgumentException(String, Throwable) - Constructor for exception java.lang.IllegalArgumentException
Constructs a new exception with the specified detail message and cause.
IllegalArgumentException(Throwable) - Constructor for exception java.lang.IllegalArgumentException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IllegalBlockingModeException - Exception in java.nio.channels
Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode.
IllegalBlockingModeException() - Constructor for exception java.nio.channels.IllegalBlockingModeException
Constructs an instance of this class.
IllegalChannelGroupException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider.
IllegalChannelGroupException() - Constructor for exception java.nio.channels.IllegalChannelGroupException
Constructs an instance of this class.
IllegalCharsetNameException - Exception in java.nio.charset
Unchecked exception thrown when a string that is not a legal charset name is used as such.
IllegalCharsetNameException(String) - Constructor for exception java.nio.charset.IllegalCharsetNameException
Constructs an instance of this class.
IllegalClassFormatException - Exception in java.lang.instrument
Thrown by an implementation of ClassFileTransformer.transform when its input parameters are invalid.
IllegalClassFormatException() - Constructor for exception java.lang.instrument.IllegalClassFormatException
Constructs an IllegalClassFormatException with no detail message.
IllegalClassFormatException(String) - Constructor for exception java.lang.instrument.IllegalClassFormatException
Constructs an IllegalClassFormatException with the specified detail message.
IllegalComponentStateException - Exception in java.awt
Signals that an AWT component is not in an appropriate state for the requested operation.
IllegalComponentStateException() - Constructor for exception java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with no detail message.
IllegalComponentStateException(String) - Constructor for exception java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with the specified detail message.
IllegalFormatCodePointException - Exception in java.util
Unchecked exception thrown when a character with an invalid Unicode code point as defined by Character.isValidCodePoint(int) is passed to the Formatter.
IllegalFormatCodePointException(int) - Constructor for exception java.util.IllegalFormatCodePointException
Constructs an instance of this class with the specified illegal code point as defined by Character.isValidCodePoint(int).
IllegalFormatConversionException - Exception in java.util
Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type.
IllegalFormatConversionException(char, Class<?>) - Constructor for exception java.util.IllegalFormatConversionException
Constructs an instance of this class with the mismatched conversion and the corresponding argument class.
IllegalFormatException - Exception in java.util
Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments.
IllegalFormatFlagsException - Exception in java.util
Unchecked exception thrown when an illegal combination flags is given.
IllegalFormatFlagsException(String) - Constructor for exception java.util.IllegalFormatFlagsException
Constructs an instance of this class with the specified flags.
IllegalFormatPrecisionException - Exception in java.util
Unchecked exception thrown when the precision is a negative value other than -1, the conversion does not support a precision, or the value is otherwise unsupported.
IllegalFormatPrecisionException(int) - Constructor for exception java.util.IllegalFormatPrecisionException
Constructs an instance of this class with the specified precision.
IllegalFormatWidthException - Exception in java.util
Unchecked exception thrown when the format width is a negative value other than -1 or is otherwise unsupported.
IllegalFormatWidthException(int) - Constructor for exception java.util.IllegalFormatWidthException
Constructs an instance of this class with the specified width.
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalPathStateException - Exception in java.awt.geom
The IllegalPathStateException represents an exception that is thrown if an operation is performed on a path that is in an illegal state with respect to the particular operation being performed, such as appending a path segment to a GeneralPath without an initial moveto.
IllegalPathStateException() - Constructor for exception java.awt.geom.IllegalPathStateException
Constructs an IllegalPathStateException with no detail message.
IllegalPathStateException(String) - Constructor for exception java.awt.geom.IllegalPathStateException
Constructs an IllegalPathStateException with the specified detail message.
IllegalSelectorException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel.
IllegalSelectorException() - Constructor for exception java.nio.channels.IllegalSelectorException
Constructs an instance of this class.
IllegalStateException - Exception in java.lang
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalStateException(String, Throwable) - Constructor for exception java.lang.IllegalStateException
Constructs a new exception with the specified detail message and cause.
IllegalStateException(Throwable) - Constructor for exception java.lang.IllegalStateException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
IllformedLocaleException - Exception in java.util
Thrown by methods in Locale and Locale.Builder to indicate that an argument is not a well-formed BCP 47 tag.
IllformedLocaleException() - Constructor for exception java.util.IllformedLocaleException
Constructs a new IllformedLocaleException with no detail message and -1 as the error index.
IllformedLocaleException(String) - Constructor for exception java.util.IllformedLocaleException
Constructs a new IllformedLocaleException with the given message and -1 as the error index.
IllformedLocaleException(String, int) - Constructor for exception java.util.IllformedLocaleException
Constructs a new IllformedLocaleException with the given message and the error index.
Image - Class in java.awt
The abstract class Image is the superclass of all classes that represent graphical images.
Image() - Constructor for class java.awt.Image
 
IMAGE_INCOMPATIBLE - Static variable in class java.awt.image.VolatileImage
Validated image is incompatible with supplied GraphicsConfiguration object and should be re-created as appropriate.
IMAGE_OK - Static variable in class java.awt.image.VolatileImage
Validated image is ready to use as-is.
IMAGE_RESTORED - Static variable in class java.awt.image.VolatileImage
Validated image has been restored and is now ready to use.
IMAGEABORTED - Static variable in interface java.awt.image.ImageConsumer
The image creation process was deliberately aborted.
ImageCapabilities - Class in java.awt
Capabilities and properties of images.
ImageCapabilities(boolean) - Constructor for class java.awt.ImageCapabilities
Creates a new object for specifying image capabilities.
imageComplete(int) - Method in class java.awt.image.BufferedImageFilter
Filters the information provided in the imageComplete method of the ImageConsumer interface.
imageComplete(int) - Method in interface java.awt.image.ImageConsumer
The imageComplete method is called when the ImageProducer is finished delivering all of the pixels that the source image contains, or when a single frame of a multi-frame animation has been completed, or when an error in loading or producing the image has occurred.
imageComplete(int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the imageComplete method of the ImageConsumer interface.
imageComplete(int) - Method in class java.awt.image.PixelGrabber
The imageComplete method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
ImageConsumer - Interface in java.awt.image
The interface for objects expressing interest in image data through the ImageProducer interfaces.
IMAGEERROR - Static variable in interface java.awt.image.ImageConsumer
An error was encountered while producing the image.
ImageFilter - Class in java.awt.image
This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
ImageFilter() - Constructor for class java.awt.image.ImageFilter
 
imageFlavor - Static variable in class java.awt.datatransfer.DataFlavor
The DataFlavor representing a Java Image class, where:
ImageGraphicAttribute - Class in java.awt.font
The ImageGraphicAttribute class is an implementation of GraphicAttribute which draws images in a TextLayout.
ImageGraphicAttribute(Image, int) - Constructor for class java.awt.font.ImageGraphicAttribute
Constucts an ImageGraphicAttribute from the specified Image.
ImageGraphicAttribute(Image, int, float, float) - Constructor for class java.awt.font.ImageGraphicAttribute
Constructs an ImageGraphicAttribute from the specified Image.
ImageObserver - Interface in java.awt.image
An asynchronous update interface for receiving notifications about Image information as the Image is constructed.
ImageProducer - Interface in java.awt.image
The interface for objects which can produce the image data for Images.
imageUpdate(Image, int, int, int, int, int) - Method in class java.awt.Component
Repaints the component when the image has changed.
imageUpdate(Image, int, int, int, int, int) - Method in interface java.awt.image.ImageObserver
This method is called when information about an image which was previously requested using an asynchronous interface becomes available.
ImagingOpException - Exception in java.awt.image
The ImagingOpException is thrown if one of the BufferedImageOp or RasterOp filter methods cannot process the image.
ImagingOpException(String) - Constructor for exception java.awt.image.ImagingOpException
Constructs an ImagingOpException object with the specified message.
IMMUTABLE - Static variable in interface java.util.Spliterator
Characteristic value signifying that the element source cannot be structurally modified; that is, elements cannot be added, replaced, or removed, so such changes cannot occur during traversal.
IMPERIAL_ARAMAIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Imperial Aramaic" Unicode character block.
implAccept(Socket) - Method in class java.net.ServerSocket
Subclasses of ServerSocket use this method to override accept() to return their own subclass of socket.
implCloseChannel() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
Closes this channel.
implCloseChannel() - Method in class java.nio.channels.spi.AbstractSelectableChannel
Closes this channel.
implCloseSelectableChannel() - Method in class java.nio.channels.spi.AbstractSelectableChannel
Closes this selectable channel.
implCloseSelector() - Method in class java.nio.channels.spi.AbstractSelector
Closes this selector.
implConfigureBlocking(boolean) - Method in class java.nio.channels.spi.AbstractSelectableChannel
Adjusts this channel's blocking mode.
IMPLEMENTATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Title manifest attribute used for package versioning.
IMPLEMENTATION_URL - Static variable in class java.util.jar.Attributes.Name
Deprecated.
Extension mechanism will be removed in a future release. Use class path instead.
IMPLEMENTATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Vendor manifest attribute used for package versioning.
IMPLEMENTATION_VENDOR_ID - Static variable in class java.util.jar.Attributes.Name
Deprecated.
Extension mechanism will be removed in a future release. Use class path instead.
IMPLEMENTATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Version manifest attribute used for package versioning.
implFlush(CharBuffer) - Method in class java.nio.charset.CharsetDecoder
Flushes this decoder.
implFlush(ByteBuffer) - Method in class java.nio.charset.CharsetEncoder
Flushes this encoder.
implies(Permission) - Method in class java.io.FilePermission
Checks if this FilePermission object "implies" the specified permission.
implies(Permission) - Method in class java.net.SocketPermission
Checks if this socket permission object "implies" the specified permission.
implies(Permission) - Method in class java.net.URLPermission
Checks if this URLPermission implies the given permission.
implies(Permission) - Method in class java.security.AllPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class java.security.BasicPermission
Checks if the specified permission is "implied" by this object.
implies(CodeSource) - Method in class java.security.CodeSource
Returns true if this CodeSource object "implies" the specified CodeSource.
implies(Permission) - Method in class java.security.Permission
Checks if the specified permission's actions are "implied by" this object's actions.
implies(Permission) - Method in class java.security.PermissionCollection
Checks to see if the specified permission is implied by the collection of Permission objects held in this PermissionCollection.
implies(Permission) - Method in class java.security.Permissions
Checks to see if this object's PermissionCollection for permissions of the specified permission's class implies the permissions expressed in the permission object.
implies(ProtectionDomain, Permission) - Method in class java.security.Policy
Evaluates the global policy for the permissions granted to the ProtectionDomain and tests whether the permission is granted.
implies(Subject) - Method in interface java.security.Principal
Returns true if the specified subject is implied by this principal.
implies(Permission) - Method in class java.security.ProtectionDomain
Check and see if this ProtectionDomain implies the permissions expressed in the Permission object.
implies(Permission) - Method in class java.security.UnresolvedPermission
This method always returns false for unresolved permissions.
implies(Permission) - Method in class java.util.PropertyPermission
Checks if this PropertyPermission object "implies" the specified permission.
implOnMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
Reports a change to this decoder's malformed-input action.
implOnMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
Reports a change to this encoder's malformed-input action.
implOnUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
Reports a change to this decoder's unmappable-character action.
implOnUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
Reports a change to this encoder's unmappable-character action.
implReplaceWith(String) - Method in class java.nio.charset.CharsetDecoder
Reports a change to this decoder's replacement value.
implReplaceWith(byte[]) - Method in class java.nio.charset.CharsetEncoder
Reports a change to this encoder's replacement value.
implReset() - Method in class java.nio.charset.CharsetDecoder
Resets this decoder, clearing any charset-specific internal state.
implReset() - Method in class java.nio.charset.CharsetEncoder
Resets this encoder, clearing any charset-specific internal state.
importedKeyCascade - Static variable in interface java.sql.DatabaseMetaData
For the column UPDATE_RULE, indicates that when the primary key is updated, the foreign key (imported key) is changed to agree with it.
importedKeyInitiallyDeferred - Static variable in interface java.sql.DatabaseMetaData
Indicates deferrability.
importedKeyInitiallyImmediate - Static variable in interface java.sql.DatabaseMetaData
Indicates deferrability.
importedKeyNoAction - Static variable in interface java.sql.DatabaseMetaData
For the columns UPDATE_RULE and DELETE_RULE, indicates that if the primary key has been imported, it cannot be updated or deleted.
importedKeyNotDeferrable - Static variable in interface java.sql.DatabaseMetaData
Indicates deferrability.
importedKeyRestrict - Static variable in interface java.sql.DatabaseMetaData
For the column UPDATE_RULE, indicates that a primary key may not be updated if it has been imported by another table as a foreign key.
importedKeySetDefault - Static variable in interface java.sql.DatabaseMetaData
For the columns UPDATE_RULE and DELETE_RULE, indicates that if the primary key is updated or deleted, the foreign key (imported key) is set to the default value.
importedKeySetNull - Static variable in interface java.sql.DatabaseMetaData
For the columns UPDATE_RULE and DELETE_RULE, indicates that when the primary key is updated or deleted, the foreign key (imported key) is changed to NULL.
importPreferences(InputStream) - Static method in class java.util.prefs.Preferences
Imports all of the preferences represented by the XML document on the specified input stream.
in - Static variable in class java.io.FileDescriptor
A handle to the standard input stream.
in - Variable in class java.io.FilterInputStream
The input stream to be filtered.
in - Variable in class java.io.FilterReader
The underlying character-input stream.
in - Variable in class java.io.PipedInputStream
The index of the position in the circular buffer at which the next byte of data will be stored when received from the connected piped output stream.
in(Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Creates a lookup on the specified new lookup class.
in - Static variable in class java.lang.System
The "standard" input stream.
inactive(ActivationID) - Static method in class java.rmi.activation.Activatable
Informs the system that the object with the corresponding activation id is currently inactive.
INACTIVE_CAPTION - Static variable in class java.awt.SystemColor
The array index for the SystemColor.inactiveCaption system color.
INACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
The array index for the SystemColor.inactiveCaptionBorder system color.
INACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.inactiveCaptionText system color.
inactiveCaption - Static variable in class java.awt.SystemColor
The color rendered for the window-title background of inactive windows.
inactiveCaptionBorder - Static variable in class java.awt.SystemColor
The color rendered for the border around inactive windows.
inactiveCaptionText - Static variable in class java.awt.SystemColor
The color rendered for the window-title text of inactive windows.
inactiveGroup() - Method in class java.rmi.activation.ActivationGroup
This protected method is necessary for subclasses to make the inactiveGroup callback to the group's monitor.
inactiveGroup(ActivationGroupID, long) - Method in interface java.rmi.activation.ActivationMonitor
Informs that the group is now inactive.
inactiveObject(ActivationID) - Method in class java.rmi.activation.ActivationGroup
The group's inactiveObject method is called indirectly via a call to the Activatable.inactive method.
inactiveObject(ActivationID) - Method in interface java.rmi.activation.ActivationMonitor
An activation group calls its monitor's inactiveObject method when an object in its group becomes inactive (deactivates).
inCheck - Variable in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
inClass(String) - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
inClassLoader() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
IncompatibleClassChangeError - Error in java.lang
Thrown when an incompatible class change has occurred to some class definition.
IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
IncompleteAnnotationException - Exception in java.lang.annotation
Thrown to indicate that a program has attempted to access an element of an annotation type that was added to the annotation type definition after the annotation was compiled (or serialized).
IncompleteAnnotationException(Class<? extends Annotation>, String) - Constructor for exception java.lang.annotation.IncompleteAnnotationException
Constructs an IncompleteAnnotationException to indicate that the named element was missing from the specified annotation type.
increment() - Method in class java.util.concurrent.atomic.LongAdder
Equivalent to add(1).
incrementAndGet() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically increments by one the current value.
incrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically increments by one the element at index i.
incrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
incrementAndGet() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically increments by one the current value.
incrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically increments by one the element at index i.
incrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
incrementExact(int) - Static method in class java.lang.Math
Returns the argument incremented by one, throwing an exception if the result overflows an int.
incrementExact(long) - Static method in class java.lang.Math
Returns the argument incremented by one, throwing an exception if the result overflows a long.
inDaylightTime(Date) - Method in class java.util.SimpleTimeZone
Queries if the given date is in daylight saving time.
inDaylightTime(Date) - Method in class java.util.TimeZone
Queries if the given date is in Daylight Saving Time in this time zone.
IndexColorModel - Class in java.awt.image
The IndexColorModel class is a ColorModel class that works with pixel values consisting of a single sample that is an index into a fixed colormap in the default sRGB color space.
IndexColorModel(int, int, byte[], byte[], byte[]) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the specified arrays of red, green, and blue components.
IndexColorModel(int, int, byte[], byte[], byte[], int) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the given arrays of red, green, and blue components.
IndexColorModel(int, int, byte[], byte[], byte[], byte[]) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the given arrays of red, green, blue and alpha components.
IndexColorModel(int, int, byte[], int, boolean) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from a single array of interleaved red, green, blue and optional alpha components.
IndexColorModel(int, int, byte[], int, boolean, int) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from a single array of interleaved red, green, blue and optional alpha components.
IndexColorModel(int, int, int[], int, boolean, int, int) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from an array of ints where each int is comprised of red, green, blue, and optional alpha components in the default RGB color model format.
IndexColorModel(int, int, int[], int, int, BigInteger) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from an int array where each int is comprised of red, green, blue, and alpha components in the default RGB color model format.
IndexedPropertyChangeEvent - Class in java.beans
An "IndexedPropertyChange" event gets delivered whenever a component that conforms to the JavaBeans™ specification (a "bean") changes a bound indexed property.
IndexedPropertyChangeEvent(Object, String, Object, Object, int) - Constructor for class java.beans.IndexedPropertyChangeEvent
Constructs a new IndexedPropertyChangeEvent object.
IndexedPropertyDescriptor - Class in java.beans
An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
IndexedPropertyDescriptor(String, Class<?>) - Constructor for class java.beans.IndexedPropertyDescriptor
This constructor constructs an IndexedPropertyDescriptor for a property that follows the standard Java conventions by having getFoo and setFoo accessor methods, for both indexed access and array access.
IndexedPropertyDescriptor(String, Class<?>, String, String, String, String) - Constructor for class java.beans.IndexedPropertyDescriptor
This constructor takes the name of a simple property, and method names for reading and writing the property, both indexed and non-indexed.
IndexedPropertyDescriptor(String, Method, Method, Method, Method) - Constructor for class java.beans.IndexedPropertyDescriptor
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(String) - Method in class java.lang.StringBuffer
 
indexOf(String, int) - Method in class java.lang.StringBuffer
 
indexOf(String) - Method in class java.lang.StringBuilder
 
indexOf(String, int) - Method in class java.lang.StringBuilder
 
indexOf(Object) - Method in class java.util.AbstractList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.ArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(E, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the index of the first occurrence of the specified element in this list, searching forwards from index, or returns -1 if the element is not found.
indexOf(Object) - Method in class java.util.LinkedList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in interface java.util.List
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.Vector
Returns the index of the first occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
indexOf(Object, int) - Method in class java.util.Vector
Returns the index of the first occurrence of the specified element in this vector, searching forwards from index, or returns -1 if the element is not found.
indexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
Returns the starting position of the first occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
IndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
Inet4Address - Class in java.net
This class represents an Internet Protocol version 4 (IPv4) address.
Inet6Address - Class in java.net
This class represents an Internet Protocol version 6 (IPv6) address.
InetAddress - Class in java.net
This class represents an Internet Protocol (IP) address.
InetSocketAddress - Class in java.net
This class implements an IP Socket Address (IP address + port number) It can also be a pair (hostname + port number), in which case an attempt will be made to resolve the hostname.
InetSocketAddress(int) - Constructor for class java.net.InetSocketAddress
Creates a socket address where the IP address is the wildcard address and the port number a specified value.
InetSocketAddress(InetAddress, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from an IP address and a port number.
InetSocketAddress(String, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from a hostname and a port number.
inf - Variable in class java.util.zip.InflaterInputStream
Decompressor for this stream.
inf - Variable in class java.util.zip.InflaterOutputStream
Decompressor for this stream.
inflate(byte[], int, int) - Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
inflate(byte[]) - Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
Inflater - Class in java.util.zip
This class provides support for general purpose decompression using the popular ZLIB compression library.
Inflater(boolean) - Constructor for class java.util.zip.Inflater
Creates a new decompressor.
Inflater() - Constructor for class java.util.zip.Inflater
Creates a new decompressor.
InflaterInputStream - Class in java.util.zip
This class implements a stream filter for uncompressing data in the "deflate" compression format.
InflaterInputStream(InputStream, Inflater, int) - Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and buffer size.
InflaterInputStream(InputStream, Inflater) - Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and a default buffer size.
InflaterInputStream(InputStream) - Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with a default decompressor and buffer size.
InflaterOutputStream - Class in java.util.zip
Implements an output stream filter for uncompressing data stored in the "deflate" compression format.
InflaterOutputStream(OutputStream) - Constructor for class java.util.zip.InflaterOutputStream
Creates a new output stream with a default decompressor and buffer size.
InflaterOutputStream(OutputStream, Inflater) - Constructor for class java.util.zip.InflaterOutputStream
Creates a new output stream with the specified decompressor and a default buffer size.
InflaterOutputStream(OutputStream, Inflater, int) - Constructor for class java.util.zip.InflaterOutputStream
Creates a new output stream with the specified decompressor and buffer size.
INFO - Static variable in class java.awt.SystemColor
The array index for the SystemColor.info system color.
info - Static variable in class java.awt.SystemColor
The color rendered for the background of tooltips or spot help.
INFO - Static variable in class java.util.logging.Level
INFO is a message level for informational messages.
info(String) - Method in class java.util.logging.Logger
Log an INFO message.
info(Supplier<String>) - Method in class java.util.logging.Logger
Log a INFO message, which is only to be constructed if the logging level is such that the message will actually be logged.
INFO_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.infoText system color.
inForkJoinPool() - Static method in class java.util.concurrent.ForkJoinTask
Returns true if the current thread is a ForkJoinWorkerThread executing as a ForkJoinPool computation.
infoText - Static variable in class java.awt.SystemColor
The color rendered for the text of tooltips or spot help.
INHERIT - Static variable in class java.lang.ProcessBuilder.Redirect
Indicates that subprocess I/O source or destination will be the same as those of the current process.
InheritableThreadLocal<T> - Class in java.lang
This class extends ThreadLocal to provide inheritance of values from parent thread to child thread: when a child thread is created, the child receives initial values for all inheritable thread-local variables for which the parent has values.
InheritableThreadLocal() - Constructor for class java.lang.InheritableThreadLocal
 
Inherited - Annotation Type in java.lang.annotation
Indicates that an annotation type is automatically inherited.
inheritedChannel() - Static method in class java.lang.System
Returns the channel inherited from the entity that created this Java virtual machine.
inheritedChannel() - Method in class java.nio.channels.spi.SelectorProvider
Returns the channel inherited from the entity that created this Java virtual machine.
inheritIO() - Method in class java.lang.ProcessBuilder
Sets the source and destination for subprocess standard I/O to be the same as those of the current Java process.
init() - Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
init(int) - Method in class java.security.AlgorithmParameterGenerator
Initializes this parameter generator for a certain size.
init(int, SecureRandom) - Method in class java.security.AlgorithmParameterGenerator
Initializes this parameter generator for a certain size and source of randomness.
init(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
init(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.AlgorithmParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
init(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParameters
Initializes this parameter object using the parameters specified in paramSpec.
init(byte[]) - Method in class java.security.AlgorithmParameters
Imports the specified parameters and decodes them according to the primary decoding format for parameters.
init(byte[], String) - Method in class java.security.AlgorithmParameters
Imports the parameters from params and decodes them according to the specified decoding scheme.
init(boolean) - Method in interface java.security.cert.CertPathChecker
Initializes the internal state of this CertPathChecker.
init(boolean) - Method in class java.security.cert.PKIXCertPathChecker
Initializes the internal state of this PKIXCertPathChecker.
initCause(Throwable) - Method in class java.lang.Throwable
Initializes the cause of this throwable to the specified value.
INITIAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
General category "Pi" in the Unicode specification.
initialize(Applet, BeanContext) - Method in interface java.beans.AppletInitializer
If passed to the appropriate variant of java.beans.Beans.instantiate this method will be called in order to associate the newly instantiated Applet (JavaBean) with its AppletContext, AppletStub, and Container.
initialize() - Method in class java.beans.beancontext.BeanContextServicesSupport
called by BeanContextSupport superclass during construction and deserialization to initialize subclass transient state.
initialize() - Method in class java.beans.beancontext.BeanContextSupport
protected method called from constructor and readObject to initialize transient state of BeanContextSupport instance.
initialize(Class<?>, Object, Object, Encoder) - Method in class java.beans.DefaultPersistenceDelegate
This default implementation of the initialize method assumes all state held in objects of this type is exposed via the matching pairs of "setter" and "getter" methods in the order they are returned by the Introspector.
initialize(Class<?>, Object, Object, Encoder) - Method in class java.beans.PersistenceDelegate
Produce a series of statements with side effects on newInstance so that the new instance becomes equivalent to oldInstance.
initialize(DSAParams, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key pair generator using the DSA family parameters (p,q and g) and an optional SecureRandom bit source.
initialize(int, boolean, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key pair generator for a given modulus length (instead of parameters), and an optional SecureRandom bit source.
initialize(int) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize using a default parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize with the given source of randomness (and a default parameter set).
initialize(AlgorithmParameterSpec) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator using the specified parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator with the given parameter set and source of randomness.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initializes the key pair generator for a certain keysize, using the default parameter set.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initializes the key pair generator using the specified parameter set and user-provided source of randomness.
initializeAutoscrolling(Point) - Method in class java.awt.dnd.DropTarget
initialize autoscrolling
initializeBeanContextResources() - Method in class java.beans.beancontext.BeanContextChildSupport
This method may be overridden by subclasses to provide their own initialization behaviors.
initializeBeanContextResources() - Method in class java.beans.beancontext.BeanContextServicesSupport
called from setBeanContext to notify a BeanContextChild to allocate resources obtained from the nesting BeanContext.
initializeDesktopProperties() - Method in class java.awt.Toolkit
initializeDesktopProperties
initialValue() - Method in class java.lang.ThreadLocal
Returns the current thread's "initial value" for this thread-local variable.
initSign(PrivateKey) - Method in class java.security.Signature
Initialize this object for signing.
initSign(PrivateKey, SecureRandom) - Method in class java.security.Signature
Initialize this object for signing.
initVerify(PublicKey) - Method in class java.security.Signature
Initializes this object for verification.
initVerify(Certificate) - Method in class java.security.Signature
Initializes this object for verification, using the public key from the given certificate.
INPUT_METHOD_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting input method events.
INPUT_METHOD_FIRST - Static variable in class java.awt.event.InputMethodEvent
Marks the first integer id for the range of input method event ids.
INPUT_METHOD_HIGHLIGHT - Static variable in class java.awt.font.TextAttribute
Attribute key for input method highlight styles.
INPUT_METHOD_LAST - Static variable in class java.awt.event.InputMethodEvent
Marks the last integer id for the range of input method event ids.
INPUT_METHOD_SEGMENT - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for input method segments.
INPUT_METHOD_TEXT_CHANGED - Static variable in class java.awt.event.InputMethodEvent
The event type indicating changed input method text.
INPUT_METHOD_UNDERLINE - Static variable in class java.awt.font.TextAttribute
Attribute key for input method underlines.
InputContext - Class in java.awt.im
Provides methods to control text input facilities such as input methods and keyboard layouts.
InputContext() - Constructor for class java.awt.im.InputContext
Constructs an InputContext.
InputEvent - Class in java.awt.event
The root event class for all component-level input events.
InputMethod - Interface in java.awt.im.spi
Defines the interface for an input method that supports complex text input.
InputMethodContext - Interface in java.awt.im.spi
Provides methods that input methods can use to communicate with their client components or to request other services.
InputMethodDescriptor - Interface in java.awt.im.spi
Defines methods that provide sufficient information about an input method to enable selection and loading of that input method.
InputMethodEvent - Class in java.awt.event
Input method events contain information about text that is being composed using an input method.
InputMethodEvent(Component, int, long, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) - Constructor for class java.awt.event.InputMethodEvent
Constructs an InputMethodEvent with the specified source component, type, time, text, caret, and visiblePosition.
InputMethodEvent(Component, int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) - Constructor for class java.awt.event.InputMethodEvent
Constructs an InputMethodEvent with the specified source component, type, text, caret, and visiblePosition.
InputMethodEvent(Component, int, TextHitInfo, TextHitInfo) - Constructor for class java.awt.event.InputMethodEvent
Constructs an InputMethodEvent with the specified source component, type, caret, and visiblePosition.
InputMethodHighlight - Class in java.awt.im
An InputMethodHighlight is used to describe the highlight attributes of text being composed.
InputMethodHighlight(boolean, int) - Constructor for class java.awt.im.InputMethodHighlight
Constructs an input method highlight record.
InputMethodHighlight(boolean, int, int) - Constructor for class java.awt.im.InputMethodHighlight
Constructs an input method highlight record.
InputMethodHighlight(boolean, int, int, Map<TextAttribute, ?>) - Constructor for class java.awt.im.InputMethodHighlight
Constructs an input method highlight record.
InputMethodListener - Interface in java.awt.event
The listener interface for receiving input method events.
InputMethodRequests - Interface in java.awt.im
InputMethodRequests defines the requests that a text editing component has to handle in order to work with input methods.
inputMethodTextChanged(InputMethodEvent) - Method in class java.awt.AWTEventMulticaster
Handles the inputMethodTextChanged event by invoking the inputMethodTextChanged methods on listener-a and listener-b.
inputMethodTextChanged(InputMethodEvent) - Method in interface java.awt.event.InputMethodListener
Invoked when the text entered through an input method has changed.
InputMismatchException - Exception in java.util
Thrown by a Scanner to indicate that the token retrieved does not match the pattern for the expected type, or that the token is out of range for the expected type.
InputMismatchException() - Constructor for exception java.util.InputMismatchException
Constructs an InputMismatchException with null as its error message string.
InputMismatchException(String) - Constructor for exception java.util.InputMismatchException
Constructs an InputMismatchException, saving a reference to the error message string s for later retrieval by the getMessage method.
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the default charset.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the named charset.
InputStreamReader(InputStream, Charset) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the given charset.
InputStreamReader(InputStream, CharsetDecoder) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the given charset decoder.
InputSubset - Class in java.awt.im
Defines additional Unicode subsets for use by input methods.
INSCRIPTIONAL_PAHLAVI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Inscriptional Pahlavi" Unicode character block.
INSCRIPTIONAL_PARTHIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Inscriptional Parthian" Unicode character block.
insert(String, int) - Method in class java.awt.Choice
Inserts the item into this choice at the specified position.
INSERT - Static variable in class java.awt.Event
The Insert key, a non-ASCII action key.
insert(MenuItem, int) - Method in class java.awt.Menu
Inserts a menu item into this menu at the specified position.
insert(String, int) - Method in class java.awt.Menu
Inserts a menu item with the specified label into this menu at the specified position.
insert(String, int) - Method in interface java.awt.peer.TextAreaPeer
Inserts the specified text at the specified position in the document.
insert(String, int) - Method in class java.awt.TextArea
Inserts the specified text at the specified position in this text area.
insert(int, char[], int, int) - Method in class java.lang.StringBuffer
 
insert(int, Object) - Method in class java.lang.StringBuffer
 
insert(int, String) - Method in class java.lang.StringBuffer
 
insert(int, char[]) - Method in class java.lang.StringBuffer
 
insert(int, CharSequence) - Method in class java.lang.StringBuffer
 
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuffer
 
insert(int, boolean) - Method in class java.lang.StringBuffer
 
insert(int, char) - Method in class java.lang.StringBuffer
 
insert(int, int) - Method in class java.lang.StringBuffer
 
insert(int, long) - Method in class java.lang.StringBuffer
 
insert(int, float) - Method in class java.lang.StringBuffer
 
insert(int, double) - Method in class java.lang.StringBuffer
 
insert(int, char[], int, int) - Method in class java.lang.StringBuilder
 
insert(int, Object) - Method in class java.lang.StringBuilder
 
insert(int, String) - Method in class java.lang.StringBuilder
 
insert(int, char[]) - Method in class java.lang.StringBuilder
 
insert(int, CharSequence) - Method in class java.lang.StringBuilder
 
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuilder
 
insert(int, boolean) - Method in class java.lang.StringBuilder
 
insert(int, char) - Method in class java.lang.StringBuilder
 
insert(int, int) - Method in class java.lang.StringBuilder
 
insert(int, long) - Method in class java.lang.StringBuilder
 
insert(int, float) - Method in class java.lang.StringBuilder
 
insert(int, double) - Method in class java.lang.StringBuilder
 
insertArguments(MethodHandle, int, Object...) - Static method in class java.lang.invoke.MethodHandles
Provides a target method handle with one or more bound arguments in advance of the method handle's invocation.
insertChar(AttributedCharacterIterator, int) - Method in class java.awt.font.LineBreakMeasurer
Updates this LineBreakMeasurer after a single character is inserted into the text, and sets the current position to the beginning of the paragraph.
insertChar(AttributedCharacterIterator, int) - Method in class java.awt.font.TextMeasurer
Updates the TextMeasurer after a single character has been inserted into the paragraph currently represented by this TextMeasurer.
insertElementAt(E, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertParameterTypes(int, Class<?>...) - Method in class java.lang.invoke.MethodType
Finds or creates a method type with additional parameter types.
insertParameterTypes(int, List<Class<?>>) - Method in class java.lang.invoke.MethodType
Finds or creates a method type with additional parameter types.
insertProviderAt(Provider, int) - Static method in class java.security.Security
Adds a new provider, at a specified position.
insertRow() - Method in interface java.sql.ResultSet
Inserts the contents of the insert row into this ResultSet object and into the database.
insertsAreDetected(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
insertSeparator(int) - Method in class java.awt.Menu
Inserts a separator at the specified position.
insertText(String, int) - Method in class java.awt.TextArea
Deprecated.
As of JDK version 1.1, replaced by insert(String, int).
insets() - Method in class java.awt.Container
Deprecated.
As of JDK version 1.1, replaced by getInsets().
insets - Variable in class java.awt.GridBagConstraints
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.
Insets - Class in java.awt
An Insets object is a representation of the borders of a container.
Insets(int, int, int, int) - Constructor for class java.awt.Insets
Creates and initializes a new Insets object with the specified top, left, bottom, and right insets.
inside(int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by contains(int, int).
inside(int, int) - Method in class java.awt.Polygon
Deprecated.
As of JDK version 1.1, replaced by contains(int, int).
inside(int, int) - Method in class java.awt.Rectangle
Deprecated.
As of JDK version 1.1, replaced by contains(int, int).
installedProviders() - Static method in class java.nio.file.spi.FileSystemProvider
Returns a list of the installed file system providers.
INSTANCE - Static variable in class java.time.chrono.HijrahChronology
Singleton instance of the Islamic Umm Al-Qura calendar of Saudi Arabia.
INSTANCE - Static variable in class java.time.chrono.IsoChronology
Singleton instance of the ISO chronology.
INSTANCE - Static variable in class java.time.chrono.JapaneseChronology
Singleton instance for Japanese chronology.
INSTANCE - Static variable in class java.time.chrono.MinguoChronology
Singleton instance for the Minguo chronology.
INSTANCE - Static variable in class java.time.chrono.ThaiBuddhistChronology
Singleton instance of the Buddhist chronology.
instanceFollowRedirects - Variable in class java.net.HttpURLConnection
If true, the protocol will automatically follow redirects.
instant() - Method in class java.time.Clock
Gets the current instant of the clock.
Instant - Class in java.time
An instantaneous point on the time-line.
instantiate(ClassLoader, String) - Static method in class java.beans.Beans
Instantiate a JavaBean.
instantiate(ClassLoader, String, BeanContext) - Static method in class java.beans.Beans
Instantiate a JavaBean.
instantiate(ClassLoader, String, BeanContext, AppletInitializer) - Static method in class java.beans.Beans
Instantiate a bean.
instantiate(Object, Encoder) - Method in class java.beans.DefaultPersistenceDelegate
This default implementation of the instantiate method returns an expression containing the predefined method name "new" which denotes a call to a constructor with the arguments as specified in the DefaultPersistenceDelegate's constructor.
instantiate(Object, Encoder) - Method in class java.beans.PersistenceDelegate
Returns an expression whose value is oldInstance.
instantiateChild(String) - Method in interface java.beans.beancontext.BeanContext
Instantiate the javaBean named as a child of this BeanContext.
instantiateChild(String) - Method in class java.beans.beancontext.BeanContextSupport
The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean, nested, into a BeanContext.
InstantiationError - Error in java.lang
Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
InstantiationError() - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String) - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException - Exception in java.lang
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
Instrumentation - Interface in java.lang.instrument
This class provides services needed to instrument Java programming language code.
IntBinaryOperator - Interface in java.util.function
Represents an operation upon two int-valued operands and producing an int-valued result.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the float value corresponding to a given bit representation.
IntBuffer - Class in java.nio
An int buffer.
IntConsumer - Interface in java.util.function
Represents an operation that accepts a single int-valued argument and returns no result.
Integer - Class in java.lang
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the specified int value.
Integer(String) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.
INTEGER - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.
INTEGER - Static variable in class java.text.NumberFormat.Field
Constant identifying the integer field.
INTEGER_FIELD - Static variable in class java.text.NumberFormat
Field constant used to construct a FieldPosition object.
interestOps() - Method in class java.nio.channels.SelectionKey
Retrieves this key's interest set.
interestOps(int) - Method in class java.nio.channels.SelectionKey
Sets this key's interest set to the given value.
INTERFACE - Static variable in class java.lang.reflect.Modifier
The int value representing the interface modifier.
InterfaceAddress - Class in java.net
This class represents a Network Interface address.
interfaceModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to an interface.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError - Error in java.lang
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
InternalError() - Constructor for error java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified detail message.
InternalError(String, Throwable) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified detail message and cause.
InternalError(Throwable) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
internalGet(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
interrupt() - Method in class java.lang.ThreadGroup
Interrupts all threads in this thread group.
interrupted() - Static method in class java.lang.Thread
Tests whether the current thread has been interrupted.
InterruptedByTimeoutException - Exception in java.nio.channels
Checked exception received by a thread when a timeout elapses before an asynchronous operation completes.
InterruptedByTimeoutException() - Constructor for exception java.nio.channels.InterruptedByTimeoutException
Constructs an instance of this class.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
InterruptibleChannel - Interface in java.nio.channels
A channel that can be asynchronously closed and interrupted.
intersect(Area) - Method in class java.awt.geom.Area
Sets the shape of this Area to the intersection of its current shape and the shape of the specified Area.
intersect(Rectangle2D, Rectangle2D, Rectangle2D) - Static method in class java.awt.geom.Rectangle2D
Intersects the pair of specified source Rectangle2D objects and puts the result into the specified destination Rectangle2D object.
intersection(Rectangle) - Method in class java.awt.Rectangle
Computes the intersection of this Rectangle with the specified Rectangle.
intersects(double, double, double, double) - Method in class java.awt.geom.Arc2D
Determines whether or not the interior of the arc intersects the interior of the specified rectangle.
intersects(double, double, double, double) - Method in class java.awt.geom.Area
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class java.awt.geom.Area
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class java.awt.geom.CubicCurve2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class java.awt.geom.CubicCurve2D
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class java.awt.geom.Ellipse2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(double, double, double, double) - Method in class java.awt.geom.Line2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class java.awt.geom.Line2D
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(PathIterator, double, double, double, double) - Static method in class java.awt.geom.Path2D
Tests if the interior of the specified PathIterator intersects the interior of a specified set of rectangular coordinates.
intersects(PathIterator, Rectangle2D) - Static method in class java.awt.geom.Path2D
Tests if the interior of the specified PathIterator intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class java.awt.geom.Path2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class java.awt.geom.Path2D
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class java.awt.geom.QuadCurve2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class java.awt.geom.QuadCurve2D
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class java.awt.geom.Rectangle2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class java.awt.geom.RectangularShape
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class java.awt.geom.RoundRectangle2D
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(double, double, double, double) - Method in class java.awt.Polygon
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in class java.awt.Polygon
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(Rectangle) - Method in class java.awt.Rectangle
Determines whether or not this Rectangle and the specified Rectangle intersect.
intersects(double, double, double, double) - Method in interface java.awt.Shape
Tests if the interior of the Shape intersects the interior of a specified rectangular area.
intersects(Rectangle2D) - Method in interface java.awt.Shape
Tests if the interior of the Shape intersects the interior of a specified Rectangle2D.
intersects(BitSet) - Method in class java.util.BitSet
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
intersectsLine(double, double, double, double) - Method in class java.awt.geom.Line2D
Tests if the line segment from (x1,y1) to (x2,y2) intersects this line segment.
intersectsLine(Line2D) - Method in class java.awt.geom.Line2D
Tests if the specified line segment intersects this line segment.
intersectsLine(double, double, double, double) - Method in class java.awt.geom.Rectangle2D
Tests if the specified line segment intersects the interior of this Rectangle2D.
intersectsLine(Line2D) - Method in class java.awt.geom.Rectangle2D
Tests if the specified line segment intersects the interior of this Rectangle2D.
IntFunction<R> - Interface in java.util.function
Represents a function that accepts an int-valued argument and produces a result.
intKey() - Method in class java.awt.RenderingHints.Key
Returns the private integer key that the subclass instantiated this Key with.
IntPredicate - Interface in java.util.function
Represents a predicate (boolean-valued function) of one int-valued argument.
IntrospectionException - Exception in java.beans
Thrown when an exception happens during Introspection.
IntrospectionException(String) - Constructor for exception java.beans.IntrospectionException
Constructs an IntrospectionException with a detailed message.
Introspector - Class in java.beans
The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean.
ints(long) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a stream producing the given streamSize number of pseudorandom int values.
ints() - Method in class java.util.concurrent.ThreadLocalRandom
Returns an effectively unlimited stream of pseudorandom int values.
ints(long, int, int) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a stream producing the given streamSize number of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
ints(int, int) - Method in class java.util.concurrent.ThreadLocalRandom
Returns an effectively unlimited stream of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
ints(long) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom int values.
ints() - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom int values.
ints(long, int, int) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
ints(int, int) - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
ints(long) - Method in class java.util.SplittableRandom
Returns a stream producing the given streamSize number of pseudorandom int values from this generator and/or one split from it.
ints() - Method in class java.util.SplittableRandom
Returns an effectively unlimited stream of pseudorandom int values from this generator and/or one split from it.
ints(long, int, int) - Method in class java.util.SplittableRandom
Returns a stream producing the given streamSize number of pseudorandom int values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
ints(int, int) - Method in class java.util.SplittableRandom
Returns an effectively unlimited stream of pseudorandom int values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
IntStream - Interface in java.util.stream
A sequence of primitive int-valued elements supporting sequential and parallel aggregate operations.
intStream(Spliterator.OfInt, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel IntStream from a Spliterator.OfInt.
intStream(Supplier<? extends Spliterator.OfInt>, int, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel IntStream from a Supplier of Spliterator.OfInt.
IntStream.Builder - Interface in java.util.stream
A mutable builder for an IntStream.
IntSummaryStatistics - Class in java.util
A state object for collecting statistics such as count, min, max, sum, and average.
IntSummaryStatistics() - Constructor for class java.util.IntSummaryStatistics
Construct an empty instance with zero count, zero sum, Integer.MAX_VALUE min, Integer.MIN_VALUE max and zero average.
IntSupplier - Interface in java.util.function
Represents a supplier of int-valued results.
IntToDoubleFunction - Interface in java.util.function
Represents a function that accepts an int-valued argument and produces a double-valued result.
IntToLongFunction - Interface in java.util.function
Represents a function that accepts an int-valued argument and produces a long-valued result.
IntUnaryOperator - Interface in java.util.function
Represents an operation on a single int-valued operand that produces an int-valued result.
intValue() - Method in class java.lang.Byte
Returns the value of this Byte as an int after a widening primitive conversion.
intValue() - Method in class java.lang.Double
Returns the value of this Double as an int after a narrowing primitive conversion.
intValue() - Method in class java.lang.Float
Returns the value of this Float as an int after a narrowing primitive conversion.
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue() - Method in class java.lang.Long
Returns the value of this Long as an int after a narrowing primitive conversion.
intValue() - Method in class java.lang.Number
Returns the value of the specified number as an int, which may involve rounding or truncation.
intValue() - Method in class java.lang.Short
Returns the value of this Short as an int after a widening primitive conversion.
intValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to an int.
intValue() - Method in class java.math.BigInteger
Converts this BigInteger to an int.
intValue() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the value of this AtomicInteger as an int.
intValue() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the value of this AtomicLong as an int after a narrowing primitive conversion.
intValue() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Returns the current value as an int after a narrowing primitive conversion.
intValue() - Method in class java.util.concurrent.atomic.DoubleAdder
Returns the DoubleAdder.sum() as an int after a narrowing primitive conversion.
intValue() - Method in class java.util.concurrent.atomic.LongAccumulator
Returns the current value as an int after a narrowing primitive conversion.
intValue() - Method in class java.util.concurrent.atomic.LongAdder
Returns the LongAdder.sum() as an int after a narrowing primitive conversion.
intValue() - Method in class java.util.logging.Level
Get the integer value for this level.
intValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to an int, checking for lost information.
intValueExact() - Method in class java.math.BigInteger
Converts this BigInteger to an int, checking for lost information.
InvalidAlgorithmParameterException - Exception in java.security
This is the exception for invalid or inappropriate algorithm parameters.
InvalidAlgorithmParameterException() - Constructor for exception java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with no detail message.
InvalidAlgorithmParameterException(String) - Constructor for exception java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with the specified detail message.
InvalidAlgorithmParameterException(String, Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
Creates a InvalidAlgorithmParameterException with the specified detail message and cause.
InvalidAlgorithmParameterException(Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
Creates a InvalidAlgorithmParameterException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
invalidate() - Method in class java.awt.Component
Invalidates this component and its ancestors.
invalidate() - Method in class java.awt.Container
Invalidates the container.
invalidate() - Method in class java.awt.Polygon
Invalidates or flushes any internally-cached data that depends on the vertex coordinates of this Polygon.
invalidateAll(SwitchPoint[]) - Static method in class java.lang.invoke.SwitchPoint
Sets all of the given switch points into the invalid state.
invalidateLayout(Container) - Method in class java.awt.BorderLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class java.awt.CardLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class java.awt.GridBagLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in interface java.awt.LayoutManager2
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
InvalidClassException - Exception in java.io
Thrown when the Serialization runtime detects one of the following problems with a Class.
InvalidClassException(String) - Constructor for exception java.io.InvalidClassException
Report an InvalidClassException for the reason specified.
InvalidClassException(String, String) - Constructor for exception java.io.InvalidClassException
Constructs an InvalidClassException object.
InvalidDnDOperationException - Exception in java.awt.dnd
This exception is thrown by various methods in the java.awt.dnd package.
InvalidDnDOperationException() - Constructor for exception java.awt.dnd.InvalidDnDOperationException
Create a default Exception
InvalidDnDOperationException(String) - Constructor for exception java.awt.dnd.InvalidDnDOperationException
Create an Exception with its own descriptive message
InvalidKeyException - Exception in java.security
This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
InvalidKeyException() - Constructor for exception java.security.InvalidKeyException
Constructs an InvalidKeyException with no detail message.
InvalidKeyException(String) - Constructor for exception java.security.InvalidKeyException
Constructs an InvalidKeyException with the specified detail message.
InvalidKeyException(String, Throwable) - Constructor for exception java.security.InvalidKeyException
Creates a InvalidKeyException with the specified detail message and cause.
InvalidKeyException(Throwable) - Constructor for exception java.security.InvalidKeyException
Creates a InvalidKeyException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidKeySpecException - Exception in java.security.spec
This is the exception for invalid key specifications.
InvalidKeySpecException() - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with no detail message.
InvalidKeySpecException(String) - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with the specified detail message.
InvalidKeySpecException(String, Throwable) - Constructor for exception java.security.spec.InvalidKeySpecException
Creates a InvalidKeySpecException with the specified detail message and cause.
InvalidKeySpecException(Throwable) - Constructor for exception java.security.spec.InvalidKeySpecException
Creates a InvalidKeySpecException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidMarkException - Exception in java.nio
Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.
InvalidMarkException() - Constructor for exception java.nio.InvalidMarkException
Constructs an instance of this class.
InvalidObjectException - Exception in java.io
Indicates that one or more deserialized objects failed validation tests.
InvalidObjectException(String) - Constructor for exception java.io.InvalidObjectException
Constructs an InvalidObjectException.
InvalidParameterException - Exception in java.security
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.
InvalidParameterException() - Constructor for exception java.security.InvalidParameterException
Constructs an InvalidParameterException with no detail message.
InvalidParameterException(String) - Constructor for exception java.security.InvalidParameterException
Constructs an InvalidParameterException with the specified detail message.
InvalidParameterSpecException - Exception in java.security.spec
This is the exception for invalid parameter specifications.
InvalidParameterSpecException() - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with no detail message.
InvalidParameterSpecException(String) - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with the specified detail message.
InvalidPathException - Exception in java.nio.file
Unchecked exception thrown when path string cannot be converted into a Path because the path string contains invalid characters, or the path string is invalid for other file system specific reasons.
InvalidPathException(String, String, int) - Constructor for exception java.nio.file.InvalidPathException
Constructs an instance from the given input string, reason, and error index.
InvalidPathException(String, String) - Constructor for exception java.nio.file.InvalidPathException
Constructs an instance from the given input string and reason.
InvalidPreferencesFormatException - Exception in java.util.prefs
Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of preferences, as per the Preferences specification.
InvalidPreferencesFormatException(Throwable) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
Constructs an InvalidPreferencesFormatException with the specified cause.
InvalidPreferencesFormatException(String) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
Constructs an InvalidPreferencesFormatException with the specified detail message.
InvalidPreferencesFormatException(String, Throwable) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
Constructs an InvalidPreferencesFormatException with the specified detail message and cause.
InvalidPropertiesFormatException - Exception in java.util
Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of properties, as per the Properties specification.
InvalidPropertiesFormatException(Throwable) - Constructor for exception java.util.InvalidPropertiesFormatException
Constructs an InvalidPropertiesFormatException with the specified cause.
InvalidPropertiesFormatException(String) - Constructor for exception java.util.InvalidPropertiesFormatException
Constructs an InvalidPropertiesFormatException with the specified detail message.
inverseTransform(Point2D, Point2D) - Method in class java.awt.geom.AffineTransform
Inverse transforms the specified ptSrc and stores the result in ptDst.
inverseTransform(double[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
Inverse transforms an array of double precision coordinates by this transform.
invert() - Method in class java.awt.geom.AffineTransform
Sets this transform to the inverse of itself.
INVITE - Static variable in class java.awt.PageAttributes.MediaType
An alias for INVITE_ENVELOPE.
INVITE_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Invitation Envelope, 220 x 220 mm.
INVOCATION_DEFAULT - Static variable in class java.awt.event.InvocationEvent
The default id for all InvocationEvents.
INVOCATION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting invocation events.
INVOCATION_FIRST - Static variable in class java.awt.event.InvocationEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class java.awt.event.InvocationEvent
Marks the last integer id for the range of invocation event ids.
InvocationEvent - Class in java.awt.event
An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.
InvocationEvent(Object, Runnable) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source which will execute the runnable's run method when dispatched.
InvocationEvent(Object, Runnable, Object, boolean) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source which will execute the runnable's run method when dispatched.
InvocationEvent(Object, Runnable, Runnable, boolean) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source which will execute the runnable's run method when dispatched.
InvocationEvent(Object, int, Runnable, Object, boolean) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source and ID which will execute the runnable's run method when dispatched.
InvocationHandler - Interface in java.lang.reflect
InvocationHandler is the interface implemented by the invocation handler of a proxy instance.
InvocationTargetException - Exception in java.lang.reflect
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
InvocationTargetException() - Constructor for exception java.lang.reflect.InvocationTargetException
Constructs an InvocationTargetException with null as the target exception.
InvocationTargetException(Throwable) - Constructor for exception java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception.
InvocationTargetException(Throwable, String) - Constructor for exception java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception and a detail message.
INVOICE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Invoice, 5 1/2 x 8 1/2 in.
invoke(Object, Method, Object[]) - Method in class java.beans.EventHandler
Extract the appropriate property value from the event and pass it to the action associated with this EventHandler.
invoke(Object...) - Method in class java.lang.invoke.MethodHandle
Invokes the method handle, allowing any caller type descriptor, and optionally performing conversions on arguments and return values.
invoke(Object, Method, Object[]) - Method in interface java.lang.reflect.InvocationHandler
Processes a method invocation on a proxy instance and returns the result.
invoke(Object, Object...) - Method in class java.lang.reflect.Method
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
invoke(Object, Method, Object[]) - Method in class java.rmi.server.RemoteObjectInvocationHandler
Processes a method invocation made on the encapsulating proxy instance, proxy, and returns the result.
invoke(Remote, Method, Object[], long) - Method in interface java.rmi.server.RemoteRef
Invoke a method.
invoke(RemoteCall) - Method in interface java.rmi.server.RemoteRef
Deprecated.
1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (newCall, invoke, and done), a stub uses a single method, invoke(Remote, Method, Object[], int), on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.
invoke(ForkJoinTask<T>) - Method in class java.util.concurrent.ForkJoinPool
Performs the given task, returning its result upon completion.
invoke() - Method in class java.util.concurrent.ForkJoinTask
Commences performing this task, awaits its completion if necessary, and returns its result, or throws an (unchecked) RuntimeException or Error if the underlying computation did so.
invokeAll(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.AbstractExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class java.util.concurrent.AbstractExecutorService
 
invokeAll(Collection<? extends Callable<T>>) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete.
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAll(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.ForkJoinPool
 
invokeAll(ForkJoinTask<?>, ForkJoinTask<?>) - Static method in class java.util.concurrent.ForkJoinTask
Forks the given tasks, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
invokeAll(ForkJoinTask<?>...) - Static method in class java.util.concurrent.ForkJoinTask
Forks the given tasks, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
invokeAll(Collection<T>) - Static method in class java.util.concurrent.ForkJoinTask
Forks all tasks in the specified collection, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
invokeAndWait(Runnable) - Static method in class java.awt.EventQueue
Causes runnable to have its run method called in the dispatch thread of the system EventQueue.
invokeAny(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.AbstractExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class java.util.concurrent.AbstractExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do before the given timeout elapses.
invokeExact(Object...) - Method in class java.lang.invoke.MethodHandle
Invokes the method handle, allowing any caller type descriptor, but requiring an exact type match.
invokeLater(Runnable) - Static method in class java.awt.EventQueue
Causes runnable to have its run method called in the dispatch thread of the system EventQueue.
invoker(MethodType) - Static method in class java.lang.invoke.MethodHandles
Produces a special invoker method handle which can be used to invoke any method handle compatible with the given type, as if by invoke.
invokeWithArguments(Object...) - Method in class java.lang.invoke.MethodHandle
Performs a variable arity invocation, passing the arguments in the given list to the method handle, as if via an inexact invoke from a call site which mentions only the type Object, and whose arity is the length of the argument list.
invokeWithArguments(List<?>) - Method in class java.lang.invoke.MethodHandle
Performs a variable arity invocation, passing the arguments in the given array to the method handle, as if via an inexact invoke from a call site which mentions only the type Object, and whose arity is the length of the argument array.
IOError - Error in java.io
Thrown when a serious I/O error has occurred.
IOError(Throwable) - Constructor for error java.io.IOError
Constructs a new instance of IOError with the specified cause.
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
IOException(String, Throwable) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message and cause.
IOException(Throwable) - Constructor for exception java.io.IOException
Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ioException() - Method in class java.util.Formatter
Returns the IOException last thrown by this formatter's Appendable.
ioException() - Method in class java.util.Scanner
Returns the IOException last thrown by this Scanner's underlying Readable.
IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
Set which outgoing interface on which to send multicast packets.
IP_MULTICAST_IF - Static variable in class java.net.StandardSocketOptions
The network interface for Internet Protocol (IP) multicast datagrams.
IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
Same as above.
IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
This option enables or disables local loopback of multicast datagrams.
IP_MULTICAST_LOOP - Static variable in class java.net.StandardSocketOptions
Loopback for Internet Protocol (IP) multicast datagrams.
IP_MULTICAST_TTL - Static variable in class java.net.StandardSocketOptions
The time-to-live for Internet Protocol (IP) multicast datagrams.
IP_TOS - Static variable in interface java.net.SocketOptions
This option sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
IP_TOS - Static variable in class java.net.StandardSocketOptions
The Type of Service (ToS) octet in the Internet Protocol (IP) header.
IPA_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "IPA Extensions" Unicode character block.
ipadx - Variable in class java.awt.GridBagConstraints
This field specifies the internal padding of the component, how much space to add to the minimum width of the component.
ipady - Variable in class java.awt.GridBagConstraints
This field specifies the internal padding, that is, how much space to add to the minimum height of the component.
isAbsolute() - Method in class java.io.File
Tests whether this abstract pathname is absolute.
isAbsolute() - Method in class java.net.URI
Tells whether or not this URI is absolute.
isAbsolute() - Method in interface java.nio.file.Path
Tells whether or not this path is absolute.
isAbstract(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the abstract modifier, false otherwise.
isAccelerated() - Method in class java.awt.ImageCapabilities
Returns true if the object whose capabilities are encapsulated in this ImageCapabilities can be or is accelerated.
isAcceptable() - Method in class java.nio.channels.SelectionKey
Tests whether this key's channel is ready to accept a new socket connection.
isAccessible() - Method in class java.lang.reflect.AccessibleObject
Get the value of the accessible flag for this object.
isAccessibleChildSelected(int) - Method in class java.awt.List.AccessibleAWTList
Returns true if the current child of this object is selected.
isAccessibleChildSelected(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Determines if the current child of this object is selected.
isActionKey() - Method in class java.awt.event.KeyEvent
Returns whether the key in this event is an "action" key.
isActive() - Method in class java.applet.Applet
Determines if this applet is active.
isActive() - Method in interface java.applet.AppletStub
Determines if the applet is active.
isActive() - Method in class java.awt.dnd.DropTarget
Reports whether or not this DropTarget is currently active (ready to accept drops).
isActive() - Method in class java.awt.Window
Returns whether this Window is active.
isAfter(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
Checks if this date is after the specified date ignoring the chronology.
isAfter(ChronoLocalDateTime<?>) - Method in interface java.time.chrono.ChronoLocalDateTime
Checks if this date-time is after the specified date-time ignoring the chronology.
isAfter(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
Checks if the instant of this date-time is after that of the specified date-time.
isAfter(Instant) - Method in class java.time.Instant
Checks if this instant is after the specified instant.
isAfter(ChronoLocalDate) - Method in class java.time.LocalDate
Checks if this date is after the specified date.
isAfter(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
Checks if this date-time is after the specified date-time.
isAfter(LocalTime) - Method in class java.time.LocalTime
Checks if this time is after the specified time.
isAfter(MonthDay) - Method in class java.time.MonthDay
Checks if this month-day is after the specified month-day.
isAfter(OffsetDateTime) - Method in class java.time.OffsetDateTime
Checks if the instant of this date-time is after that of the specified date-time.
isAfter(OffsetTime) - Method in class java.time.OffsetTime
Checks if the instant of this OffsetTime is after that of the specified time applying both times to a common date.
isAfter(Year) - Method in class java.time.Year
Checks if this year is after the specified year.
isAfter(YearMonth) - Method in class java.time.YearMonth
Checks if this year-month is after the specified year-month.
isAfterLast() - Method in interface java.sql.ResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAlive() - Method in class java.lang.Process
Tests whether the subprocess represented by this Process is alive.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAlphabetic(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is an alphabet.
isAlphaPremultiplied() - Method in class java.awt.image.BufferedImage
Returns whether or not the alpha has been premultiplied.
isAlphaPremultiplied() - Method in class java.awt.image.ColorModel
Returns whether or not the alpha has been premultiplied in the pixel values to be translated by this ColorModel.
isAltDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Alt modifier is down on this event.
isAltGraphDown() - Method in class java.awt.event.InputEvent
Returns whether or not the AltGraph modifier is down on this event.
isAlwaysOnTop() - Method in class java.awt.Window
Returns whether this window is an always-on-top window.
isAlwaysOnTopSupported() - Method in class java.awt.Toolkit
Returns whether the always-on-top mode is supported by this toolkit.
isAlwaysOnTopSupported() - Method in class java.awt.Window
Returns whether the always-on-top mode is supported for this window.
isAncestorOf(Component) - Method in class java.awt.Container
Checks if the component is contained in the component hierarchy of this container.
isAnnotation() - Method in class java.lang.Class
Returns true if this Class object represents an annotation type.
isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.Class
Returns true if an annotation for the specified type is present on this element, else false.
isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.Package
Returns true if an annotation for the specified type is present on this element, else false.
isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.reflect.AccessibleObject
Returns true if an annotation for the specified type is present on this element, else false.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface java.lang.reflect.AnnotatedElement
Returns true if an annotation for the specified type is present on this element, else false.
isAnonymousClass() - Method in class java.lang.Class
Returns true if and only if the underlying class is an anonymous class.
isAntiAliased() - Method in class java.awt.font.FontRenderContext
Returns a boolean which indicates whether or not some form of antialiasing is specified by this FontRenderContext.
isAnyLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress in a wildcard address.
isAnyPolicyInhibited() - Method in class java.security.cert.PKIXParameters
Checks whether the any policy OID should be processed if it is included in a certificate.
isArchive() - Method in interface java.nio.file.attribute.DosFileAttributes
Returns the value of the archive attribute.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAssignableFrom(Class<?>) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAutoDetecting() - Method in class java.nio.charset.CharsetDecoder
Tells whether or not this decoder implements an auto-detecting charset.
isAutoIncrement(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether the designated column is automatically numbered.
isAutoRequestFocus() - Method in class java.awt.Window
Returns whether this window should receive focus on subsequently being shown (with a call to setVisible(true)), or being moved to the front (with a call to Window.toFront()).
isAutoWaitForIdle() - Method in class java.awt.Robot
Returns whether this Robot automatically invokes waitForIdle after generating an event.
isBackgroundSet() - Method in class java.awt.Component
Returns whether the background color has been explicitly set for this Component.
isBefore(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
Checks if this date is before the specified date ignoring the chronology.
isBefore(ChronoLocalDateTime<?>) - Method in interface java.time.chrono.ChronoLocalDateTime
Checks if this date-time is before the specified date-time ignoring the chronology.
isBefore(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
Checks if the instant of this date-time is before that of the specified date-time.
isBefore(Instant) - Method in class java.time.Instant
Checks if this instant is before the specified instant.
isBefore(ChronoLocalDate) - Method in class java.time.LocalDate
Checks if this date is before the specified date.
isBefore(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
Checks if this date-time is before the specified date-time.
isBefore(LocalTime) - Method in class java.time.LocalTime
Checks if this time is before the specified time.
isBefore(MonthDay) - Method in class java.time.MonthDay
Checks if this month-day is before the specified month-day.
isBefore(OffsetDateTime) - Method in class java.time.OffsetDateTime
Checks if the instant of this date-time is before that of the specified date-time.
isBefore(OffsetTime) - Method in class java.time.OffsetTime
Checks if the instant of this OffsetTime is before that of the specified time applying both times to a common date.
isBefore(Year) - Method in class java.time.Year
Checks if this year is before the specified year.
isBefore(YearMonth) - Method in class java.time.YearMonth
Checks if this year-month is before the specified year-month.
isBeforeFirst() - Method in interface java.sql.ResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isBlocking() - Method in class java.nio.channels.SelectableChannel
Tells whether or not every I/O operation on this channel will block until it completes.
isBlocking() - Method in class java.nio.channels.spi.AbstractSelectableChannel
 
isBmpCodePoint(int) - Static method in class java.lang.Character
Determines whether the specified character (Unicode code point) is in the Basic Multilingual Plane (BMP).
isBold() - Method in class java.awt.Font
Indicates whether or not this Font object's style is BOLD.
isBootClassPathSupported() - Method in interface java.lang.management.RuntimeMXBean
Tests if the Java virtual machine supports the boot class path mechanism used by the bootstrap class loader to search for class files.
isBound() - Method in class java.beans.PropertyDescriptor
Updates to "bound" properties will cause a "PropertyChange" event to get fired when the property is changed.
isBound() - Method in class java.net.DatagramSocket
Returns the binding state of the socket.
isBound() - Method in class java.net.ServerSocket
Returns the binding state of the ServerSocket.
isBound() - Method in class java.net.Socket
Returns the binding state of the socket.
isBoundary(int) - Method in class java.text.BreakIterator
Returns true if the specified character offset is a text boundary.
isBridge() - Method in class java.lang.reflect.Method
Returns true if this method is a bridge method; returns false otherwise.
isBroken() - Method in class java.util.concurrent.CyclicBarrier
Queries if this barrier is in a broken state.
isCancelled() - Method in class java.awt.print.PrinterJob
Returns true if a print job is in progress, but is going to be cancelled at the next opportunity; otherwise returns false.
isCancelled() - Method in class java.util.concurrent.CompletableFuture
Returns true if this CompletableFuture was cancelled before it completed normally.
isCancelled() - Method in class java.util.concurrent.ForkJoinTask
 
isCancelled() - Method in interface java.util.concurrent.Future
Returns true if this task was cancelled before it completed normally.
isCancelled() - Method in class java.util.concurrent.FutureTask
 
isCaseSensitive(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog appears at the start of a fully qualified table name.
isCertificateEntry(String) - Method in class java.security.KeyStore
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry, or created by a call to setEntry with a TrustedCertificateEntry.
isCharsetDetected() - Method in class java.nio.charset.CharsetDecoder
Tells whether or not this decoder has yet detected a charset  (optional operation).
isClosed() - Method in class java.net.DatagramSocket
Returns whether the socket is closed or not.
isClosed() - Method in class java.net.ServerSocket
Returns the closed state of the ServerSocket.
isClosed() - Method in class java.net.Socket
Returns the closed state of the socket.
isClosed() - Method in interface java.sql.Connection
Retrieves whether this Connection object has been closed.
isClosed() - Method in interface java.sql.ResultSet
Retrieves whether this ResultSet object has been closed.
isClosed() - Method in interface java.sql.Statement
Retrieves whether this Statement object has been closed.
isCloseOnCompletion() - Method in interface java.sql.Statement
Returns a value indicating whether this Statement will be closed when all its dependent result sets are closed.
isCollectionUsageThresholdExceeded() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if the memory usage of this memory pool after the most recent collection on which the Java virtual machine has expended effort has reached or exceeded its collection usage threshold.
isCollectionUsageThresholdSupported() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if this memory pool supports a collection usage threshold.
isCombining() - Method in class java.awt.font.GlyphMetrics
Returns true if this is a combining glyph.
isCompatibleRaster(Raster) - Method in class java.awt.image.ColorModel
Returns true if raster is compatible with this ColorModel and false if it is not.
isCompatibleRaster(Raster) - Method in class java.awt.image.ComponentColorModel
Returns true if raster is compatible with this ColorModel; false if it is not.
isCompatibleRaster(Raster) - Method in class java.awt.image.DirectColorModel
Returns true if raster is compatible with this ColorModel and false if it is not.
isCompatibleRaster(Raster) - Method in class java.awt.image.IndexColorModel
Returns true if raster is compatible with this ColorModel or false if it is not compatible with this ColorModel.
isCompatibleSampleModel(SampleModel) - Method in class java.awt.image.ColorModel
Checks if the SampleModel is compatible with this ColorModel.
isCompatibleSampleModel(SampleModel) - Method in class java.awt.image.ComponentColorModel
Checks whether or not the specified SampleModel is compatible with this ColorModel.
isCompatibleSampleModel(SampleModel) - Method in class java.awt.image.IndexColorModel
Checks if the specified SampleModel is compatible with this ColorModel.
isCompatibleSampleModel(SampleModel) - Method in class java.awt.image.PackedColorModel
Checks if the specified SampleModel is compatible with this ColorModel.
isCompatibleValue(Object) - Method in class java.awt.RenderingHints.Key
Returns true if the specified object is a valid value for this Key.
isCompatibleWith(String) - Method in class java.lang.Package
Compare this package's specification version with a desired version.
isCompilationTimeMonitoringSupported() - Method in interface java.lang.management.CompilationMXBean
Tests if the Java virtual machine supports the monitoring of compilation time.
isCompletedAbnormally() - Method in class java.util.concurrent.ForkJoinTask
Returns true if this task threw an exception or was cancelled.
isCompletedExceptionally() - Method in class java.util.concurrent.CompletableFuture
Returns true if this CompletableFuture completed exceptionally, in any way.
isCompletedNormally() - Method in class java.util.concurrent.ForkJoinTask
Returns true if this task completed without throwing an exception and was not cancelled.
isComponent() - Method in class java.awt.font.GlyphMetrics
Returns true if this is a component glyph.
isCompositionEnabled() - Method in class java.awt.im.InputContext
Determines whether the current input method is enabled for composition.
isCompositionEnabled() - Method in interface java.awt.im.spi.InputMethod
Determines whether this input method is enabled.
isConnectable() - Method in class java.nio.channels.SelectionKey
Tests whether this key's channel has either finished, or failed to finish, its socket-connection operation.
isConnected() - Method in class java.net.DatagramSocket
Returns the connection state of the socket.
isConnected() - Method in class java.net.Socket
Returns the connection state of the socket.
isConnected() - Method in class java.nio.channels.DatagramChannel
Tells whether or not this channel's socket is connected.
isConnected() - Method in class java.nio.channels.SocketChannel
Tells whether or not this channel's network socket is connected.
isConnectionPending() - Method in class java.nio.channels.SocketChannel
Tells whether or not a connection operation is in progress on this channel.
isConstrained() - Method in class java.beans.PropertyDescriptor
Attempted updates to "Constrained" properties will cause a "VetoableChange" event to get fired when the property is changed.
isConsumed() - Method in class java.awt.AWTEvent
Returns whether this event has been consumed.
isConsumed() - Method in class java.awt.event.InputEvent
Returns whether or not this event has been consumed.
isConsumed() - Method in class java.awt.event.InputMethodEvent
Returns whether or not this event has been consumed.
isConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Determines whether an ImageConsumer is on the list of consumers currently interested in data for this image.
isConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Determines if a specified ImageConsumer object is currently registered with this ImageProducer as one of its consumers.
isConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Determines if an ImageConsumer is on the list of consumers currently interested in data for this image.
isConsumer(ImageConsumer) - Method in class java.awt.image.renderable.RenderableImageProducer
Determine if an ImageConsumer is on the list of consumers currently interested in data for this image.
isContextual() - Method in class java.awt.font.NumericShaper
Returns a boolean indicating whether or not this shaper shapes contextually.
isControlDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Control modifier is down on this event.
isCritical() - Method in interface java.security.cert.Extension
Gets the extension's criticality setting.
isCritical() - Method in interface java.security.cert.PolicyNode
Returns the criticality indicator of the certificate policy extension in the most recently processed certificate.
isCS_sRGB() - Method in class java.awt.color.ColorSpace
Returns true if the ColorSpace is CS_sRGB.
isCurrency(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether the designated column is a cash value.
isCurrentServiceInvalidNow() - Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
Reports if the current service is being forcibly revoked, in which case the references are now invalidated and unusable.
isCurrentThreadCpuTimeSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine supports CPU time measurement for the current thread.
isCursorSet() - Method in class java.awt.Component
Returns whether the cursor has been explicitly set for this Component.
isCyclic() - Method in class java.awt.GradientPaint
Returns true if the gradient cycles repeatedly between the two colors C1 and C2.
isDaemon() - Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isDaemon() - Method in class java.lang.ThreadGroup
Tests if this thread group is a daemon thread group.
isDataFlavorAvailable(DataFlavor) - Method in class java.awt.datatransfer.Clipboard
Returns whether or not the current contents of this clipboard can be provided in the specified DataFlavor.
isDataFlavorSupported(DataFlavor) - Method in class java.awt.datatransfer.StringSelection
Returns whether the requested flavor is supported by this Transferable.
isDataFlavorSupported(DataFlavor) - Method in interface java.awt.datatransfer.Transferable
Returns whether or not the specified data flavor is supported for this object.
isDataFlavorSupported(DataFlavor) - Method in class java.awt.dnd.DropTargetContext
This method returns a boolean indicating if the given DataFlavor is supported by this DropTargetContext.
isDataFlavorSupported(DataFlavor) - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
Returns whether or not the specified data flavor is supported by the encapsulated transferable.
isDataFlavorSupported(DataFlavor) - Method in class java.awt.dnd.DropTargetDragEvent
This method returns a boolean indicating if the specified DataFlavor is supported.
isDataFlavorSupported(DataFlavor) - Method in class java.awt.dnd.DropTargetDropEvent
This method returns a boolean indicating if the specified DataFlavor is available from the source.
isDateBased() - Method in enum java.time.temporal.ChronoField
Checks if this field represents a component of a date.
isDateBased() - Method in enum java.time.temporal.ChronoUnit
Checks if this unit is a date unit.
isDateBased() - Method in interface java.time.temporal.TemporalField
Checks if this field represents a component of a date.
isDateBased() - Method in interface java.time.temporal.TemporalUnit
Checks if this unit represents a component of a date.
isDaylightSavings(Instant) - Method in class java.time.zone.ZoneRules
Checks if the specified instant is in daylight savings.
isDecimalSeparatorAlwaysShown() - Method in class java.text.DecimalFormat
Allows you to get the behavior of the decimal separator with integers.
isDefault() - Method in class java.lang.reflect.Method
Returns true if this method is a default method; returns false otherwise.
isDefined(char) - Static method in class java.lang.Character
Determines if a character is defined in Unicode.
isDefined(int) - Static method in class java.lang.Character
Determines if a character (Unicode code point) is defined in Unicode.
isDefinitelyWritable(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether a write on the designated column will definitely succeed.
isDelegated() - Method in class java.beans.beancontext.BeanContextChildSupport
Reports whether or not this class is a delegate of another.
isDesignTime() - Method in class java.beans.beancontext.BeanContextSupport
Reports whether or not this object is in currently in design time mode.
isDesignTime() - Static method in class java.beans.Beans
Test if we are in design-mode.
isDesignTime() - Method in interface java.beans.DesignMode
A value of true denotes that JavaBeans should behave in design time mode, a value of false denotes runtime behavior.
isDesktopSupported() - Static method in class java.awt.Desktop
Tests whether this class is supported on the current platform.
isDestroyed() - Method in class java.lang.ThreadGroup
Tests if this thread group has been destroyed.
isDestroyed() - Method in class java.security.KeyStore.PasswordProtection
Determines if password has been cleared.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDigit(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a digit.
isDirect() - Method in class java.nio.Buffer
Tells whether or not this buffer is direct.
isDirect() - Method in class java.nio.ByteBuffer
Tells whether or not this byte buffer is direct.
isDirect() - Method in class java.nio.CharBuffer
Tells whether or not this char buffer is direct.
isDirect() - Method in class java.nio.DoubleBuffer
Tells whether or not this double buffer is direct.
isDirect() - Method in class java.nio.FloatBuffer
Tells whether or not this float buffer is direct.
isDirect() - Method in class java.nio.IntBuffer
Tells whether or not this int buffer is direct.
isDirect() - Method in class java.nio.LongBuffer
Tells whether or not this long buffer is direct.
isDirect() - Method in class java.nio.ShortBuffer
Tells whether or not this short buffer is direct.
isDirectory() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a directory.
isDirectory() - Method in interface java.nio.file.attribute.BasicFileAttributes
Tells whether the file is a directory.
isDirectory(Path, LinkOption...) - Static method in class java.nio.file.Files
Tests whether a file is a directory.
isDirectory() - Method in class java.util.zip.ZipEntry
Returns true if this is a directory entry.
isDispatched() - Method in class java.awt.event.InvocationEvent
Returns true if the event is dispatched or any exception is thrown while dispatching, false otherwise.
isDispatchThread() - Static method in class java.awt.EventQueue
Returns true if the calling thread is the current AWT EventQueue's dispatch thread.
isDisplayable() - Method in class java.awt.Component
Determines whether this component is displayable.
isDisplayChangeSupported() - Method in class java.awt.GraphicsDevice
Returns true if this GraphicsDevice supports low-level display changes.
isDone() - Method in class java.awt.geom.FlatteningPathIterator
Tests if the iteration is complete.
isDone() - Method in interface java.awt.geom.PathIterator
Tests if the iteration is complete.
isDone() - Method in class java.util.concurrent.CompletableFuture
Returns true if completed in any fashion: normally, exceptionally, or via cancellation.
isDone() - Method in class java.util.concurrent.ForkJoinTask
 
isDone() - Method in interface java.util.concurrent.Future
Returns true if this task completed.
isDone() - Method in class java.util.concurrent.FutureTask
 
isDoubleBuffered() - Method in class java.awt.Component
Returns true if this component is painted to an offscreen image ("buffer") that's copied to the screen later.
isDragImageSupported() - Static method in class java.awt.dnd.DragSource
Reports whether or not drag Image support is available on the underlying platform.
isDurationEstimated() - Method in enum java.time.temporal.ChronoUnit
Checks if the duration of the unit is an estimate.
isDurationEstimated() - Method in interface java.time.temporal.TemporalUnit
Checks if the duration of the unit is an estimate.
isDynamic() - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Returns true if successive renderings (that is, calls to create(RenderContext, ParameterBlock)) with the same arguments may produce different results.
isDynamic() - Method in interface java.awt.image.renderable.RenderableImage
Returns true if successive renderings (that is, calls to createRendering() or createScaledRendering()) with the same arguments may produce different results.
isDynamic() - Method in class java.awt.image.renderable.RenderableImageOp
Returns true if successive renderings (that is, calls to createRendering() or createScaledRendering()) with the same arguments may produce different results.
isDynamicLayoutActive() - Method in class java.awt.Toolkit
Returns whether dynamic layout of Containers on resize is currently active (both set in program ( isDynamicLayoutSet() ) , and supported by the underlying operating system and/or window manager).
isDynamicLayoutSet() - Method in class java.awt.Toolkit
Returns whether the layout of Containers is validated dynamically during resizing, or statically, after resizing is complete.
isEditable() - Method in class java.awt.TextComponent
Indicates whether or not this text component is editable.
isEmpty() - Method in class java.awt.geom.Arc2D.Double
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.geom.Arc2D.Float
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.geom.Area
Tests whether this Area object encloses any area.
isEmpty() - Method in class java.awt.geom.Ellipse2D.Double
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.geom.Ellipse2D.Float
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.geom.Rectangle2D.Double
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.geom.Rectangle2D.Float
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.geom.RectangularShape
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.geom.RoundRectangle2D.Double
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.geom.RoundRectangle2D.Float
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.Rectangle
Determines whether the RectangularShape is empty.
isEmpty() - Method in class java.awt.RenderingHints
Returns true if this RenderingHints contains no key-value mappings.
isEmpty() - Method in class java.beans.beancontext.BeanContextSupport
Reports whether or not this BeanContext is empty.
isEmpty() - Method in class java.lang.String
Returns true if, and only if, String.length() is 0.
isEmpty() - Method in class java.util.AbstractCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.AbstractMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.ArrayDeque
Returns true if this deque contains no elements.
isEmpty() - Method in class java.util.ArrayList
Returns true if this list contains no elements.
isEmpty() - Method in class java.util.BitSet
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in interface java.util.Collection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.concurrent.ConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains no elements.
isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains no elements.
isEmpty() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.concurrent.LinkedTransferQueue
Returns true if this queue contains no elements.
isEmpty() - Method in class java.util.concurrent.SynchronousQueue
Always returns true.
isEmpty() - Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty() - Method in class java.util.HashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.HashSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class java.util.IdentityHashMap
Returns true if this identity hash map contains no key-value mappings.
isEmpty() - Method in class java.util.jar.Attributes
Returns true if this Map contains no attributes.
isEmpty() - Method in interface java.util.List
Returns true if this list contains no elements.
isEmpty() - Method in interface java.util.Map
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface java.util.Set
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.TreeSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class java.util.WeakHashMap
Returns true if this map contains no key-value mappings.
isEnabled() - Method in class java.awt.Component.AccessibleAWTComponent
Determines if the object is enabled.
isEnabled() - Method in class java.awt.Component
Determines whether this component is enabled.
isEnabled() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Determine if the object is enabled.
isEnabled() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Determines if the object is enabled.
isEnabled() - Method in class java.awt.MenuItem
Checks whether this menu item is enabled.
isEnqueued() - Method in class java.lang.ref.Reference
Tells whether or not this reference object has been enqueued, either by the program or by the garbage collector.
isEnum() - Method in class java.lang.Class
Returns true if and only if this class was declared as an enum in the source code.
isEnumConstant() - Method in class java.lang.reflect.Field
Returns true if this field represents an element of an enumerated type; returns false otherwise.
isEqual(byte[], byte[]) - Static method in class java.security.MessageDigest
Compares two digests for equality.
isEqual(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
Checks if this date is equal to the specified date ignoring the chronology.
isEqual(ChronoLocalDateTime<?>) - Method in interface java.time.chrono.ChronoLocalDateTime
Checks if this date-time is equal to the specified date-time ignoring the chronology.
isEqual(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
Checks if the instant of this date-time is equal to that of the specified date-time.
isEqual(ChronoLocalDate) - Method in class java.time.LocalDate
Checks if this date is equal to the specified date.
isEqual(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
Checks if this date-time is equal to the specified date-time.
isEqual(OffsetDateTime) - Method in class java.time.OffsetDateTime
Checks if the instant of this date-time is equal to that of the specified date-time.
isEqual(OffsetTime) - Method in class java.time.OffsetTime
Checks if the instant of this OffsetTime is equal to that of the specified time applying both times to a common date.
isEqual(Object) - Static method in interface java.util.function.Predicate
Returns a predicate that tests if two arguments are equal according to Objects.equals(Object, Object).
isError() - Method in class java.nio.charset.CoderResult
Tells whether or not this object describes an error condition.
isErrorAny() - Method in class java.awt.MediaTracker
Checks the error status of all of the images.
isErrorID(int) - Method in class java.awt.MediaTracker
Checks the error status of all of the images tracked by this media tracker with the specified identifier.
isExecutable(Path) - Static method in class java.nio.file.Files
Tests whether a file is executable.
isExpert() - Method in class java.beans.FeatureDescriptor
The "expert" flag is used to distinguish between those features that are intended for expert users from those that are intended for normal users.
isExplicitPolicyRequired() - Method in class java.security.cert.PKIXParameters
Checks if explicit policy is required.
isFair() - Method in class java.util.concurrent.locks.ReentrantLock
Returns true if this lock has fairness set true.
isFair() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns true if this lock has fairness set true.
isFair() - Method in class java.util.concurrent.Semaphore
Returns true if this semaphore has fairness set true.
isFile() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a normal file.
isFinal(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the final modifier, false otherwise.
isFinite(double) - Static method in class java.lang.Double
Returns true if the argument is a finite floating-point value; returns false otherwise (for NaN and infinity arguments).
isFinite(float) - Static method in class java.lang.Float
Returns true if the argument is a finite floating-point value; returns false otherwise (for NaN and infinity arguments).
isFirst() - Method in interface java.sql.ResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isFixed() - Method in class java.time.temporal.ValueRange
Is the value range fixed and fully known.
isFixedOffset() - Method in class java.time.zone.ZoneRules
Checks of the zone rules are fixed, such that the offset never varies.
isFlavorJavaFileListType() - Method in class java.awt.datatransfer.DataFlavor
Returns true if the DataFlavor specified represents a list of file objects.
isFlavorRemoteObjectType() - Method in class java.awt.datatransfer.DataFlavor
Returns true if the DataFlavor specified represents a remote object.
isFlavorSerializedObjectType() - Method in class java.awt.datatransfer.DataFlavor
Returns true if the DataFlavor specified represents a serialized object.
isFlavorTextType() - Method in class java.awt.datatransfer.DataFlavor
Returns whether this DataFlavor is a valid text flavor for this implementation of the Java platform.
isFocusable() - Method in class java.awt.Component
Returns whether this Component can be focused.
isFocusable() - Method in interface java.awt.peer.ComponentPeer
Returns true when the component takes part in the focus traversal, false otherwise.
isFocusableWindow() - Method in class java.awt.Window
Returns whether this Window can become the focused Window, that is, whether this Window or any of its subcomponents can become the focus owner.
isFocusCycleRoot(Container) - Method in class java.awt.Component
Returns whether the specified Container is the focus cycle root of this Component's focus traversal cycle.
isFocusCycleRoot(Container) - Method in class java.awt.Container
Returns whether the specified Container is the focus cycle root of this Container's focus traversal cycle.
isFocusCycleRoot() - Method in class java.awt.Container
Returns whether this Container is the root of a focus traversal cycle.
isFocusCycleRoot() - Method in class java.awt.Window
Always returns true because all Windows must be roots of a focus traversal cycle.
isFocused() - Method in class java.awt.Window
Returns whether this Window is focused.
isFocusOwner() - Method in class java.awt.Component
Returns true if this Component is the focus owner.
isFocusTraversable() - Method in class java.awt.Component.AccessibleAWTComponent
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class java.awt.Component
Deprecated.
As of 1.4, replaced by isFocusable().
isFocusTraversable() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Returns whether this object can accept focus or not.
isFocusTraversalPolicyProvider() - Method in class java.awt.Container
Returns whether this container provides focus traversal policy.
isFocusTraversalPolicySet() - Method in class java.awt.Container
Returns whether the focus traversal policy has been explicitly set for this Container.
isFontSet() - Method in class java.awt.Component
Returns whether the font has been explicitly set for this Component.
isForegroundSet() - Method in class java.awt.Component
Returns whether the foreground color has been explicitly set for this Component.
isForwardCheckingSupported() - Method in interface java.security.cert.CertPathChecker
Indicates if forward checking is supported.
isForwardCheckingSupported() - Method in class java.security.cert.PKIXCertPathChecker
Indicates if forward checking is supported.
isFrameStateSupported(int) - Method in class java.awt.Toolkit
Returns whether Toolkit supports this state for Frames.
isFullScreenRequired() - Method in class java.awt.BufferCapabilities
 
isFullScreenSupported() - Method in class java.awt.GraphicsDevice
Returns true if this GraphicsDevice supports full-screen exclusive mode.
isGap() - Method in class java.time.zone.ZoneOffsetTransition
Does this transition represent a gap in the local time-line.
isGraphicsConfigSupported(GraphicsConfiguration) - Method in class java.awt.GraphicsConfigTemplate
Returns a boolean indicating whether or not the specified GraphicsConfiguration can be used to create a drawing surface that supports the indicated features.
isGroupingUsed() - Method in class java.text.NumberFormat
Returns true if grouping is used in this format.
isGuiAvailable() - Static method in class java.beans.Beans
Determines whether beans can assume a GUI is available.
isHeadless() - Static method in class java.awt.GraphicsEnvironment
Tests whether or not a display, keyboard, and mouse can be supported in this environment.
isHeadlessInstance() - Method in class java.awt.GraphicsEnvironment
Returns whether or not a display, keyboard, and mouse can be supported in this graphics environment.
isHeldByCurrentThread() - Method in class java.util.concurrent.locks.ReentrantLock
Queries if this lock is held by the current thread.
isHeldByCurrentThread() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries if this write lock is held by the current thread.
isHeldExclusively() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns true if synchronization is held exclusively with respect to the current (calling) thread.
isHeldExclusively() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns true if synchronization is held exclusively with respect to the current (calling) thread.
isHidden() - Method in class java.beans.FeatureDescriptor
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
isHidden() - Method in class java.io.File
Tests whether the file named by this abstract pathname is a hidden file.
isHidden() - Method in interface java.nio.file.attribute.DosFileAttributes
Returns the value of the hidden attribute.
isHidden(Path) - Static method in class java.nio.file.Files
Tells whether or not a file is considered hidden.
isHidden(Path) - Method in class java.nio.file.spi.FileSystemProvider
Tells whether or not a file is considered hidden.
isHighSurrogate(char) - Static method in class java.lang.Character
Determines if the given char value is a Unicode high-surrogate code unit (also known as leading-surrogate code unit).
isHorizontal() - Method in class java.awt.ComponentOrientation
Are lines horizontal? This will return true for horizontal, left-to-right writing systems such as Roman.
isHttpOnly() - Method in class java.net.HttpCookie
Returns true if this cookie contains the HttpOnly attribute.
isIdentifierIgnorable(char) - Static method in class java.lang.Character
Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isIdentifierIgnorable(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isIdentity() - Method in class java.awt.font.TransformAttribute
Returns true if the wrapped transform is an identity transform.
isIdentity() - Method in class java.awt.geom.AffineTransform
Returns true if this AffineTransform is an identity transform.
isIdeographic(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a CJKV (Chinese, Japanese, Korean and Vietnamese) ideograph, as defined by the Unicode Standard.
isImageAutoSize() - Method in class java.awt.TrayIcon
Returns the value of the auto-size property.
isImplicit() - Method in class java.lang.reflect.Parameter
Returns true if this parameter is implicitly declared in source code; returns false otherwise.
isInDefaultEventSet() - Method in class java.beans.EventSetDescriptor
Reports if an event set is in the "default" set.
isIndexSelected(int) - Method in class java.awt.List
Determines if the specified item in this scrolling list is selected.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude, false otherwise.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude, false otherwise.
isInNative() - Method in class java.lang.management.ThreadInfo
Tests if the thread associated with this ThreadInfo is executing native code via the Java Native Interface (JNI).
isInputShutdown() - Method in class java.net.Socket
Returns whether the read-half of the socket connection is closed.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInstanceOf(Object, Class<?>) - Static method in class java.beans.Beans
Check if a bean can be viewed as a given target type.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInterface(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the interface modifier, false otherwise.
isInterrupted() - Method in class java.lang.Thread
Tests whether this thread has been interrupted.
isIntValue() - Method in class java.time.temporal.ValueRange
Checks if all values in the range fit in an int.
isIPv4CompatibleAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.
isISOControl(char) - Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isISOControl(int) - Static method in class java.lang.Character
Determines if the referenced character (Unicode code point) is an ISO control character.
isItalic() - Method in class java.awt.Font
Indicates whether or not this Font object's style is ITALIC.
isJavaIdentifierPart(char) - Static method in class java.lang.Character
Determines if the specified character may be part of a Java identifier as other than the first character.
isJavaIdentifierPart(int) - Static method in class java.lang.Character
Determines if the character (Unicode code point) may be part of a Java identifier as other than the first character.
isJavaIdentifierStart(char) - Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Java identifier.
isJavaIdentifierStart(int) - Static method in class java.lang.Character
Determines if the character (Unicode code point) is permissible as the first character in a Java identifier.
isJavaLetter(char) - Static method in class java.lang.Character
Deprecated.
Replaced by isJavaIdentifierStart(char).
isJavaLetterOrDigit(char) - Static method in class java.lang.Character
Deprecated.
Replaced by isJavaIdentifierPart(char).
isJavaMIMEType(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
Returns whether the specified String is an encoded Java MIME type.
isKeyEntry(String) - Method in class java.security.KeyStore
Returns true if the entry identified by the given alias was created by a call to setKeyEntry, or created by a call to setEntry with a PrivateKeyEntry or a SecretKeyEntry.
isLast() - Method in interface java.sql.ResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isLeadingEdge() - Method in class java.awt.font.TextHitInfo
Returns true if the leading edge of the character was hit.
isLeap(long) - Static method in class java.time.Year
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeap() - Method in class java.time.Year
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear() - Method in interface java.time.chrono.ChronoLocalDate
Checks if the year is a leap year, as defined by the calendar system.
isLeapYear(long) - Method in interface java.time.chrono.Chronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class java.time.chrono.HijrahChronology
 
isLeapYear() - Method in class java.time.chrono.HijrahDate
Checks if the year is a leap year, according to the Hijrah calendar system rules.
isLeapYear(long) - Method in class java.time.chrono.IsoChronology
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear(long) - Method in class java.time.chrono.JapaneseChronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class java.time.chrono.MinguoChronology
Checks if the specified year is a leap year.
isLeapYear(long) - Method in class java.time.chrono.ThaiBuddhistChronology
Checks if the specified year is a leap year.
isLeapYear() - Method in class java.time.LocalDate
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear() - Method in class java.time.YearMonth
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLeapYear(int) - Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLeftToRight() - Method in class java.awt.ComponentOrientation
HorizontalLines: Do items run left-to-right?
Vertical Lines: Do lines run left-to-right?
This will return true for horizontal, left-to-right writing systems such as Roman.
isLeftToRight() - Method in class java.awt.font.TextLayout
Returns true if this TextLayout has a left-to-right base direction or false if it has a right-to-left base direction.
isLeftToRight() - Method in class java.text.Bidi
Return true if the line is all left-to-right text and the base direction is left-to-right.
isLegalReplacement(byte[]) - Method in class java.nio.charset.CharsetEncoder
Tells whether or not the given byte array is a legal replacement value for this encoder.
isLenient() - Method in class java.text.DateFormat
Tell whether date/time parsing is to be lenient.
isLenient() - Method in class java.util.Calendar
Tells whether date/time interpretation is to be lenient.
isLetter(char) - Static method in class java.lang.Character
Determines if the specified character is a letter.
isLetter(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a letter.
isLetterOrDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a letter or digit.
isLetterOrDigit(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a letter or digit.
isLigature() - Method in class java.awt.font.GlyphMetrics
Returns true if this is a ligature glyph.
isLightweight() - Method in class java.awt.Component
A lightweight component doesn't have a native toolkit peer.
isLinkLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an link local address.
isLoaded() - Method in class java.nio.MappedByteBuffer
Tells whether or not this buffer's content is resident in physical memory.
isLocal - Variable in class java.awt.dnd.DropTargetContext.TransferableProxy
A boolean indicating if the encapsulated Transferable object represents the result of local drag-n-drop operation (within the same JVM).
isLocalClass() - Method in class java.lang.Class
Returns true if and only if the underlying class is a local class.
isLocalTransfer() - Method in class java.awt.dnd.DropTargetDropEvent
This method returns an int indicating if the source is in the same JVM as the target.
isLocationByPlatform() - Method in class java.awt.Window
Returns true if this Window will appear at the default location for the native windowing system the next time this Window is made visible.
isLocked() - Method in class java.util.concurrent.locks.ReentrantLock
Queries if this lock is held by any thread.
isLoggable(LogRecord) - Method in interface java.util.logging.Filter
Check if a given log record should be published.
isLoggable(LogRecord) - Method in class java.util.logging.Handler
Check if this Handler would actually log a given LogRecord.
isLoggable(Level) - Method in class java.util.logging.Logger
Check if a message of the given level would actually be logged by this logger.
isLoggable(LogRecord) - Method in class java.util.logging.MemoryHandler
Check if this Handler would actually log a given LogRecord into its internal buffer.
isLoggable(LogRecord) - Method in class java.util.logging.StreamHandler
Check if this Handler would actually log a given LogRecord.
isLoopback() - Method in class java.net.NetworkInterface
Returns whether a network interface is a loopback interface.
isLoopbackAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is a loopback address.
isLoopbackAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a loopback address.
isLoopbackAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a loopback address.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isLowerCase(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a lowercase character.
isLowSurrogate(char) - Static method in class java.lang.Character
Determines if the given char value is a Unicode low-surrogate code unit (also known as trailing-surrogate code unit).
isMalformed() - Method in class java.nio.charset.CoderResult
Tells whether or not this object describes a malformed-input error.
isMarked() - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the mark.
isMaximumSizeSet() - Method in class java.awt.Component
Returns true if the maximum size has been set to a non-null value otherwise returns false.
isMCGlobal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has global scope.
isMCLinkLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has link scope.
isMCNodeLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has node scope.
isMCOrgLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has organization scope.
isMCSiteLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has site scope.
isMember(Principal) - Method in interface java.security.acl.Group
Returns true if the passed principal is a member of the group.
isMemberClass() - Method in class java.lang.Class
Returns true if and only if the underlying class is a member class.
isMetaDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Meta modifier is down on this event.
isMidnightEndOfDay() - Method in class java.time.zone.ZoneOffsetTransitionRule
Is the transition local time midnight at the end of day.
isMimeTypeEqual(String) - Method in class java.awt.datatransfer.DataFlavor
Returns whether the string representation of the MIME type passed in is equivalent to the MIME type of this DataFlavor.
isMimeTypeEqual(DataFlavor) - Method in class java.awt.datatransfer.DataFlavor
Compares the mimeType of two DataFlavor objects.
isMimeTypeSerializedObject() - Method in class java.awt.datatransfer.DataFlavor
Does the DataFlavor represent a serialized object?
isMinimumSizeSet() - Method in class java.awt.Component
Returns whether or not setMinimumSize has been invoked with a non-null value.
isMirrored(char) - Static method in class java.lang.Character
Determines whether the character is mirrored according to the Unicode specification.
isMirrored(int) - Static method in class java.lang.Character
Determines whether the specified character (Unicode code point) is mirrored according to the Unicode specification.
isMixed() - Method in class java.text.Bidi
Return true if the line is not left-to-right or right-to-left.
isModal() - Method in class java.awt.Dialog
Indicates whether the dialog is modal.
isModalExclusionTypeSupported(Dialog.ModalExclusionType) - Method in class java.awt.Toolkit
Returns whether the given modal exclusion type is supported by this toolkit.
isModalityTypeSupported(Dialog.ModalityType) - Method in class java.awt.Toolkit
Returns whether the given modality type is supported by this toolkit.
isModifiableClass(Class<?>) - Method in interface java.lang.instrument.Instrumentation
Determines whether a class is modifiable by retransformation or redefinition.
isMultiBufferAvailable() - Method in class java.awt.BufferCapabilities
 
isMulticastAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an IP multicast address.
isMultipleMode() - Method in class java.awt.FileDialog
Returns whether the file dialog allows the multiple file selection.
isMultipleMode() - Method in class java.awt.List
Determines whether this list allows multiple selections.
isNamePresent() - Method in class java.lang.reflect.Parameter
Returns true if the parameter has a name according to the class file; returns false otherwise.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is a Not-a-Number (NaN), false otherwise.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is a Not-a-Number (NaN), false otherwise.
isNative(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the native modifier, false otherwise.
isNativeMethod() - Method in class java.lang.StackTraceElement
Returns true if the method containing the execution point represented by this stack trace element is a native method.
isNativeMethodPrefixSupported() - Method in interface java.lang.instrument.Instrumentation
Returns whether the current JVM configuration supports setting a native method prefix.
isNegative() - Method in interface java.security.acl.AclEntry
Returns true if this is a negative ACL entry (one denying the associated principal the set of permissions in the entry), false otherwise.
isNegative() - Method in interface java.time.chrono.ChronoPeriod
Checks if any of the supported units of this period are negative.
isNegative() - Method in class java.time.Duration
Checks if this duration is negative, excluding zero.
isNegative() - Method in class java.time.Period
Checks if any of the three units of this period are negative.
isNormalized(CharSequence, Normalizer.Form) - Static method in class java.text.Normalizer
Determines if the given sequence of char values is normalized.
isNull(Object) - Static method in class java.util.Objects
Returns true if the provided reference is null otherwise returns false.
isNullable(int) - Method in interface java.sql.ParameterMetaData
Retrieves whether null values are allowed in the designated parameter.
isNullable(int) - Method in interface java.sql.ResultSetMetaData
Indicates the nullability of values in the designated column.
ISO - Static variable in class java.time.temporal.WeekFields
The ISO-8601 definition, where a week starts on Monday and the first week has a minimum of 4 days.
ISO_2A0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS 2A0, 1189 x 1682 mm.
ISO_4A0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS 4A0, 1682 x 2378 mm.
ISO_8859_1 - Static variable in class java.nio.charset.StandardCharsets
ISO Latin Alphabet No.
ISO_A0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A0, 841 x 1189 mm.
ISO_A1 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A1, 594 x 841 mm.
ISO_A10 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A10, 26 x 37 mm.
ISO_A2 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A2, 420 x 594 mm.
ISO_A3 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A3, 297 x 420 mm.
ISO_A4 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A4, 210 x 297 mm.
ISO_A5 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A5, 148 x 210 mm.
ISO_A6 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A6, 105 x 148 mm.
ISO_A7 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A7, 74 x 105 mm.
ISO_A8 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A8, 52 x 74 mm.
ISO_A9 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN and JIS A9, 37 x 52 mm.
ISO_B0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B0, 1000 x 1414 mm.
ISO_B1 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B1, 707 x 1000 mm.
ISO_B10 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B10, 31 x 44 mm.
ISO_B2 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B2, 500 x 707 mm.
ISO_B3 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B3, 353 x 500 mm.
ISO_B4 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B4, 250 x 353 mm.
ISO_B4_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B4.
ISO_B5 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B5, 176 x 250 mm.
ISO_B5_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_B5.
ISO_B6 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B6, 125 x 176 mm.
ISO_B7 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B7, 88 x 125 mm.
ISO_B8 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B8, 62 x 88 mm.
ISO_B9 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN B9, 44 x 62 mm.
ISO_C0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C0, 917 x 1297 mm.
ISO_C0_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C0.
ISO_C1 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C1, 648 x 917 mm.
ISO_C10 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C10, 28 x 40 mm.
ISO_C10_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C10.
ISO_C1_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C1.
ISO_C2 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C2, 458 x 648 mm.
ISO_C2_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C2.
ISO_C3 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C3, 324 x 458 mm.
ISO_C3_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C3.
ISO_C4 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C4, 229 x 324 mm.
ISO_C4_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C4.
ISO_C5 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C5, 162 x 229 mm.
ISO_C5_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C5.
ISO_C6 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C6, 114 x 162 mm.
ISO_C6_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C6.
ISO_C7 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C7, 81 x 114 mm.
ISO_C7_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C7.
ISO_C8 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C8, 57 x 81 mm.
ISO_C8_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C8.
ISO_C9 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO/DIN C9, 40 x 57 mm.
ISO_C9_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_C9.
ISO_DATE - Static variable in class java.time.format.DateTimeFormatter
The ISO date formatter that formats or parses a date with the offset if available, such as '2011-12-03' or '2011-12-03+01:00'.
ISO_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
The ISO-like date-time formatter that formats or parses a date-time with the offset and zone if available, such as '2011-12-03T10:15:30', '2011-12-03T10:15:30+01:00' or '2011-12-03T10:15:30+01:00[Europe/Paris]'.
ISO_DESIGNATED_LONG - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for ISO Designated Long, 110 x 220 mm.
ISO_DESIGNATED_LONG_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
An alias for ISO_DESIGNATED_LONG.
ISO_INSTANT - Static variable in class java.time.format.DateTimeFormatter
The ISO instant formatter that formats or parses an instant in UTC, such as '2011-12-03T10:15:30Z'.
ISO_LOCAL_DATE - Static variable in class java.time.format.DateTimeFormatter
The ISO date formatter that formats or parses a date without an offset, such as '2011-12-03'.
ISO_LOCAL_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
The ISO date-time formatter that formats or parses a date-time without an offset, such as '2011-12-03T10:15:30'.
ISO_LOCAL_TIME - Static variable in class java.time.format.DateTimeFormatter
The ISO time formatter that formats or parses a time without an offset, such as '10:15' or '10:15:30'.
ISO_OFFSET_DATE - Static variable in class java.time.format.DateTimeFormatter
The ISO date formatter that formats or parses a date with an offset, such as '2011-12-03+01:00'.
ISO_OFFSET_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
The ISO date-time formatter that formats or parses a date-time with an offset, such as '2011-12-03T10:15:30+01:00'.
ISO_OFFSET_TIME - Static variable in class java.time.format.DateTimeFormatter
The ISO time formatter that formats or parses a time with an offset, such as '10:15+01:00' or '10:15:30+01:00'.
ISO_ORDINAL_DATE - Static variable in class java.time.format.DateTimeFormatter
The ISO date formatter that formats or parses the ordinal date without an offset, such as '2012-337'.
ISO_TIME - Static variable in class java.time.format.DateTimeFormatter
The ISO time formatter that formats or parses a time, with the offset if available, such as '10:15', '10:15:30' or '10:15:30+01:00'.
ISO_WEEK_DATE - Static variable in class java.time.format.DateTimeFormatter
The ISO date formatter that formats or parses the week-based date without an offset, such as '2012-W48-6'.
ISO_ZONED_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
The ISO-like date-time formatter that formats or parses a date-time with offset and zone, such as '2011-12-03T10:15:30+01:00[Europe/Paris]'.
isObjectMonitorUsageSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine supports monitoring of object monitor usage.
isObscured() - Method in interface java.awt.peer.ComponentPeer
Determines if a component has been obscured, i.e.
IsoChronology - Class in java.time.chrono
The ISO calendar system.
IsoEra - Enum in java.time.chrono
An era in the ISO calendar system.
IsoFields - Class in java.time.temporal
Fields and units specific to the ISO-8601 calendar system, including quarter-of-year and week-based-year.
isOnKeyRelease() - Method in class java.awt.AWTKeyStroke
Returns whether this AWTKeyStroke represents a key release.
isOpaque() - Method in class java.awt.Component
Returns true if this component is completely opaque, returns false by default.
isOpaque() - Method in class java.awt.Window
Indicates if the window is currently opaque.
isOpaque() - Method in class java.net.URI
Tells whether or not this URI is opaque.
isOpen() - Method in interface java.nio.channels.Channel
Tells whether or not this channel is open.
isOpen() - Method in class java.nio.channels.Selector
Tells whether or not this selector is open.
isOpen() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
 
isOpen() - Method in class java.nio.channels.spi.AbstractSelector
 
isOpen() - Method in class java.nio.file.FileSystem
Tells whether or not this file system is open.
isOther() - Method in interface java.nio.file.attribute.BasicFileAttributes
Tells whether the file is something other than a regular file, directory, or symbolic link.
isOutputShutdown() - Method in class java.net.Socket
Returns whether the write-half of the socket connection is closed.
isOverflow() - Method in class java.nio.charset.CoderResult
Tells whether or not this object describes an overflow condition.
isOverlap() - Method in class java.time.zone.ZoneOffsetTransition
Does this transition represent an overlap in the local time-line.
isOwner(Principal) - Method in interface java.security.acl.Owner
Returns true if the given principal is an owner of the ACL.
isPageFlipping() - Method in class java.awt.BufferCapabilities
 
isPaintable() - Method in interface java.beans.PropertyEditor
Determines whether this property editor is paintable.
isPaintable() - Method in class java.beans.PropertyEditorSupport
Determines whether the class will honor the paintValue method.
isParallel() - Method in interface java.util.stream.BaseStream
Returns whether this stream, if a terminal operation were to be executed, would execute in parallel.
isParseBigDecimal() - Method in class java.text.DecimalFormat
Returns whether the DecimalFormat.parse(java.lang.String, java.text.ParsePosition) method returns BigDecimal.
isParseIntegerOnly() - Method in class java.text.NumberFormat
Returns true if this format will parse numbers as integers only.
isPeriodic() - Method in interface java.util.concurrent.RunnableScheduledFuture
Returns true if this task is periodic.
isPlain() - Method in class java.awt.Font
Indicates whether or not this Font object's style is PLAIN.
isPointToPoint() - Method in class java.net.NetworkInterface
Returns whether a network interface is a point to point interface.
isPolicyMappingInhibited() - Method in class java.security.cert.PKIXParameters
Checks if policy mapping is inhibited.
isPolygonal() - Method in class java.awt.geom.Area
Tests whether this Area consists entirely of straight edged polygonal geometry.
isPoolable() - Method in interface java.sql.Statement
Returns a value indicating whether the Statement is poolable or not.
isPopupTrigger() - Method in class java.awt.event.MouseEvent
Returns whether or not this mouse event is the popup menu trigger event for the platform.
isPreferred() - Method in class java.beans.FeatureDescriptor
The "preferred" flag is used to identify features that are particularly important for presenting to humans.
isPreferredSizeSet() - Method in class java.awt.Component
Returns true if the preferred size has been set to a non-null value otherwise returns false.
isPresent() - Method in class java.util.Optional
Return true if there is a value present, otherwise false.
isPresent() - Method in class java.util.OptionalDouble
Return true if there is a value present, otherwise false.
isPresent() - Method in class java.util.OptionalInt
Return true if there is a value present, otherwise false.
isPresent() - Method in class java.util.OptionalLong
Return true if there is a value present, otherwise false.
isPrimitive() - Method in class java.io.ObjectStreamField
Return true if this field has a primitive type.
isPrimitive() - Method in class java.lang.Class
Determines if the specified Class object represents a primitive type.
isPrivate(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the private modifier, false otherwise.
isProbablePrime(int) - Method in class java.math.BigInteger
Returns true if this BigInteger is probably prime, false if it's definitely composite.
isPropagated() - Method in class java.beans.beancontext.BeanContextEvent
Reports whether or not this event is propagated from some other BeanContext.
isProtected(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the protected modifier, false otherwise.
isProxyClass(Class<?>) - Static method in class java.lang.reflect.Proxy
Returns true if and only if the specified class was dynamically generated to be a proxy class using the getProxyClass method or the newProxyInstance method.
isPublic(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the public modifier, false otherwise.
isQueued(Thread) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns true if the given thread is currently queued.
isQueued(Thread) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns true if the given thread is currently queued.
isQuiescent() - Method in class java.util.concurrent.ForkJoinPool
Returns true if all worker threads are currently idle.
isReachable(int) - Method in class java.net.InetAddress
Test whether that address is reachable.
isReachable(NetworkInterface, int, int) - Method in class java.net.InetAddress
Test whether that address is reachable.
isReadable() - Method in class java.nio.channels.SelectionKey
Tests whether this key's channel is ready for reading.
isReadable(Path) - Static method in class java.nio.file.Files
Tests whether a file is readable.
isReadLocked() - Method in class java.util.concurrent.locks.StampedLock
Returns true if the lock is currently held non-exclusively.
isReadOnly() - Method in class java.nio.Buffer
Tells whether or not this buffer is read-only.
isReadOnly() - Method in interface java.nio.file.attribute.DosFileAttributes
Returns the value of the read-only attribute.
isReadOnly() - Method in class java.nio.file.FileStore
Tells whether this file store is read-only.
isReadOnly() - Method in class java.nio.file.FileSystem
Tells whether or not this file system allows only read-only access to its file stores.
isReadOnly() - Method in class java.security.PermissionCollection
Returns true if this PermissionCollection object is marked as readonly.
isReadOnly() - Method in interface java.sql.Connection
Retrieves whether this Connection object is in read-only mode.
isReadOnly() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database is in read-only mode.
isReadOnly(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether the designated column is definitely not writable.
isRectangular() - Method in class java.awt.geom.Area
Tests whether this Area is rectangular in shape.
isRedefineClassesSupported() - Method in interface java.lang.instrument.Instrumentation
Returns whether or not the current JVM configuration supports redefinition of classes.
isRegistered() - Method in class java.nio.channels.SelectableChannel
Tells whether or not this channel is currently registered with any selectors.
isRegistered() - Method in class java.nio.channels.spi.AbstractSelectableChannel
 
isRegistered() - Method in class java.nio.charset.Charset
Tells whether or not this charset is registered in the IANA Charset Registry.
isRegularFile() - Method in interface java.nio.file.attribute.BasicFileAttributes
Tells whether the file is a regular file with opaque content.
isRegularFile(Path, LinkOption...) - Static method in class java.nio.file.Files
Tests whether a file is a regular file with opaque content.
isReleasable() - Method in interface java.util.concurrent.ForkJoinPool.ManagedBlocker
Returns true if blocking is unnecessary.
isRemoved() - Method in class java.util.prefs.AbstractPreferences
Returns true iff this node (or an ancestor) has been removed with the AbstractPreferences.removeNode() method.
isReparentSupported() - Method in interface java.awt.peer.ComponentPeer
Returns whether this peer supports reparenting to another parent without destroying the peer.
isRepresentationClassByteBuffer() - Method in class java.awt.datatransfer.DataFlavor
Returns whether the representation class for this DataFlavor is java.nio.ByteBuffer or a subclass thereof.
isRepresentationClassCharBuffer() - Method in class java.awt.datatransfer.DataFlavor
Returns whether the representation class for this DataFlavor is java.nio.CharBuffer or a subclass thereof.
isRepresentationClassInputStream() - Method in class java.awt.datatransfer.DataFlavor
Does the DataFlavor represent a java.io.InputStream?
isRepresentationClassReader() - Method in class java.awt.datatransfer.DataFlavor
Returns whether the representation class for this DataFlavor is java.io.Reader or a subclass thereof.
isRepresentationClassRemote() - Method in class java.awt.datatransfer.DataFlavor
Returns true if the representation class is Remote.
isRepresentationClassSerializable() - Method in class java.awt.datatransfer.DataFlavor
Returns true if the representation class can be serialized.
isResizable() - Method in class java.awt.Dialog
Indicates whether this dialog is resizable by the user.
isResizable() - Method in class java.awt.Frame
Indicates whether this frame is resizable by the user.
isRetransformClassesSupported() - Method in interface java.lang.instrument.Instrumentation
Returns whether or not the current JVM configuration supports retransformation of classes.
isRevocationEnabled() - Method in class java.security.cert.PKIXParameters
Checks the RevocationEnabled flag.
isRevoked(Certificate) - Method in class java.security.cert.CRL
Checks whether the given certificate is on this CRL.
isRightToLeft() - Method in class java.text.Bidi
Return true if the line is all right-to-left text, and the base direction is right-to-left.
isSameFile(Path, Path) - Static method in class java.nio.file.Files
Tests if two paths locate the same file.
isSameFile(Path, Path) - Method in class java.nio.file.spi.FileSystemProvider
Tests if two paths locate the same file.
isSealed() - Method in class java.lang.Package
Returns true if this package is sealed.
isSealed(URL) - Method in class java.lang.Package
Returns true if this package is sealed with respect to the specified code source url.
isSearchable(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether the designated column can be used in a where clause.
isSelected() - Method in class java.awt.im.InputMethodHighlight
Returns whether the text range is selected.
isSelected(int) - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, replaced by isIndexSelected(int).
isSerializing() - Method in class java.beans.beancontext.BeanContextSupport
Is this BeanContext in the process of being serialized?
isServiceClass(Class) - Method in class java.beans.beancontext.BeanContextServiceRevokedEvent
Checks this event to determine whether or not the service being revoked is of a particular class.
isSet - Variable in class java.util.Calendar
The flags which tell if a specified calendar field for the calendar is set.
isSet(int) - Method in class java.util.Calendar
Determines if the given calendar field has a value set, including cases that the value has been set by internal fields calculations triggered by a get method call.
isShared() - Method in class java.nio.channels.FileLock
Tells whether this lock is shared.
isShiftDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Shift modifier is down on this event.
isShowing() - Method in class java.awt.Component.AccessibleAWTComponent
Determines if the object is showing.
isShowing() - Method in class java.awt.Component
Determines whether this component is showing on screen.
isShowing() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Determine if the object is showing.
isShowing() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Determines if the object is showing.
isShowing() - Method in class java.awt.Window
Checks if this Window is showing on screen.
isShutdown() - Method in class java.nio.channels.AsynchronousChannelGroup
Tells whether or not this asynchronous channel group is shutdown.
isShutdown() - Method in interface java.util.concurrent.ExecutorService
Returns true if this executor has been shut down.
isShutdown() - Method in class java.util.concurrent.ForkJoinPool
Returns true if this pool has been shut down.
isShutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
 
isSigned(int) - Method in interface java.sql.ParameterMetaData
Retrieves whether values for the designated parameter can be signed numbers.
isSigned(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether values in the designated column are signed numbers.
isSingular() - Method in class java.awt.geom.Area
Tests whether this Area is comprised of a single closed subpath.
isSiteLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a site local address.
isSpace(char) - Static method in class java.lang.Character
Deprecated.
Replaced by isWhitespace(char).
isSpaceChar(char) - Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isSpaceChar(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a Unicode space character.
isStandalone() - Method in enum java.time.format.TextStyle
Returns true if the Style is a stand-alone style.
isStandard() - Method in class java.awt.font.GlyphMetrics
Returns true if this is a standard glyph.
isStatic(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the static modifier, false otherwise.
isStrict(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the strictfp modifier, false otherwise.
isSupplementaryCodePoint(int) - Static method in class java.lang.Character
Determines whether the specified character (Unicode code point) is in the supplementary character range.
isSupported(Desktop.Action) - Method in class java.awt.Desktop
Tests whether an action is supported on the current platform.
isSupported(Desktop.Action) - Method in interface java.awt.peer.DesktopPeer
Returns whether the given action is supported on the current platform.
isSupported() - Static method in class java.awt.SystemTray
Returns whether the system tray is supported on the current platform.
isSupported(String) - Static method in class java.nio.charset.Charset
Tells whether the named charset is supported.
isSupported(TemporalField) - Method in interface java.time.chrono.ChronoLocalDate
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDate
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in interface java.time.chrono.ChronoLocalDateTime
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDateTime
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in interface java.time.chrono.ChronoZonedDateTime
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in interface java.time.chrono.Era
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class java.time.chrono.JapaneseDate
Checks if the specified field is supported.
isSupported(TemporalField) - Method in enum java.time.DayOfWeek
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class java.time.Instant
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class java.time.Instant
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in class java.time.LocalDate
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class java.time.LocalDate
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in class java.time.LocalDateTime
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class java.time.LocalDateTime
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in class java.time.LocalTime
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class java.time.LocalTime
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in enum java.time.Month
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class java.time.MonthDay
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class java.time.OffsetDateTime
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class java.time.OffsetDateTime
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in class java.time.OffsetTime
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class java.time.OffsetTime
Checks if the specified unit is supported.
isSupported(TemporalUnit) - Method in interface java.time.temporal.Temporal
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
Checks if the specified field is supported.
isSupported(TemporalField) - Method in class java.time.Year
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class java.time.Year
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in class java.time.YearMonth
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class java.time.YearMonth
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in class java.time.ZonedDateTime
Checks if the specified field is supported.
isSupported(TemporalUnit) - Method in class java.time.ZonedDateTime
Checks if the specified unit is supported.
isSupported(TemporalField) - Method in class java.time.ZoneOffset
Checks if the specified field is supported.
isSupportedBy(TemporalAccessor) - Method in enum java.time.temporal.ChronoField
 
isSupportedBy(Temporal) - Method in enum java.time.temporal.ChronoUnit
 
isSupportedBy(TemporalAccessor) - Method in interface java.time.temporal.TemporalField
Checks if this field is supported by the temporal object.
isSupportedBy(Temporal) - Method in interface java.time.temporal.TemporalUnit
Checks if this unit is supported by the specified temporal object.
isSupportedLocale(Locale) - Method in class java.util.spi.LocaleServiceProvider
Returns true if the given locale is supported by this locale service provider.
isSurrogate(char) - Static method in class java.lang.Character
Determines if the given char value is a Unicode surrogate code unit.
isSurrogatePair(char, char) - Static method in class java.lang.Character
Determines whether the specified pair of char values is a valid Unicode surrogate pair.
isSuspended() - Method in class java.lang.management.ThreadInfo
Tests if the thread associated with this ThreadInfo is suspended.
isSymbolicLink() - Method in interface java.nio.file.attribute.BasicFileAttributes
Tells whether the file is a symbolic link.
isSymbolicLink(Path) - Static method in class java.nio.file.Files
Tests whether a file is a symbolic link.
isSynchronized(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the synchronized modifier, false otherwise.
isSynchronizerUsageSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine supports monitoring of ownable synchronizer usage.
isSynthetic() - Method in class java.lang.Class
Returns true if this class is a synthetic class; returns false otherwise.
isSynthetic() - Method in class java.lang.reflect.Constructor
Returns true if this executable is a synthetic construct; returns false otherwise.
isSynthetic() - Method in class java.lang.reflect.Executable
Returns true if this executable is a synthetic construct; returns false otherwise.
isSynthetic() - Method in class java.lang.reflect.Field
Returns true if this field is a synthetic field; returns false otherwise.
isSynthetic() - Method in interface java.lang.reflect.Member
Returns true if this member was introduced by the compiler; returns false otherwise.
isSynthetic() - Method in class java.lang.reflect.Method
Returns true if this executable is a synthetic construct; returns false otherwise.
isSynthetic() - Method in class java.lang.reflect.Parameter
Returns true if this parameter is neither implicitly nor explicitly declared in source code; returns false otherwise.
isSystem() - Method in interface java.nio.file.attribute.DosFileAttributes
Returns the value of the system attribute.
isTearOff() - Method in class java.awt.Menu
Indicates whether this menu is a tear-off menu.
isTemporary() - Method in class java.awt.event.FocusEvent
Identifies the focus change event as temporary or permanent.
isTerminated() - Method in class java.nio.channels.AsynchronousChannelGroup
Tells whether or not this group has terminated.
isTerminated() - Method in interface java.util.concurrent.ExecutorService
Returns true if all tasks have completed following shut down.
isTerminated() - Method in class java.util.concurrent.ForkJoinPool
Returns true if all tasks have completed following shut down.
isTerminated() - Method in class java.util.concurrent.Phaser
Returns true if this phaser has been terminated.
isTerminated() - Method in class java.util.concurrent.ThreadPoolExecutor
 
isTerminating() - Method in class java.util.concurrent.ForkJoinPool
Returns true if the process of termination has commenced but not yet completed.
isTerminating() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns true if this executor is in the process of terminating after ThreadPoolExecutor.shutdown() or ThreadPoolExecutor.shutdownNow() but has not completely terminated.
isThreadContentionMonitoringEnabled() - Method in interface java.lang.management.ThreadMXBean
Tests if thread contention monitoring is enabled.
isThreadContentionMonitoringSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine supports thread contention monitoring.
isThreadCpuTimeEnabled() - Method in interface java.lang.management.ThreadMXBean
Tests if thread CPU time measurement is enabled.
isThreadCpuTimeSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine implementation supports CPU time measurement for any thread.
isTileWritable(int, int) - Method in class java.awt.image.BufferedImage
Returns whether or not a tile is currently checked out for writing.
isTileWritable(int, int) - Method in interface java.awt.image.WritableRenderedImage
Returns whether a tile is currently checked out for writing.
isTimeBased() - Method in enum java.time.temporal.ChronoField
Checks if this field represents a component of a time.
isTimeBased() - Method in enum java.time.temporal.ChronoUnit
Checks if this unit is a time unit.
isTimeBased() - Method in interface java.time.temporal.TemporalField
Checks if this field represents a component of a time.
isTimeBased() - Method in interface java.time.temporal.TemporalUnit
Checks if this unit represents a component of a time.
isTimeSet - Variable in class java.util.Calendar
True if then the value of time is valid.
isTitleCase(char) - Static method in class java.lang.Character
Determines if the specified character is a titlecase character.
isTitleCase(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a titlecase character.
isTransferableJVMLocal() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
 
isTransformed() - Method in class java.awt.font.FontRenderContext
Indicates whether or not this FontRenderContext object measures text in a transformed render context.
isTransformed() - Method in class java.awt.Font
Indicates whether or not this Font object has a transform that affects its size in addition to the Size attribute.
isTransient(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the transient modifier, false otherwise.
isTranslucencyCapable() - Method in class java.awt.GraphicsConfiguration
Returns whether this GraphicsConfiguration supports the PERPIXEL_TRANSLUCENT kind of translucency.
isTrueVolatile() - Method in class java.awt.ImageCapabilities
Returns true if the VolatileImage described by this ImageCapabilities can lose its surfaces.
isUndecorated() - Method in class java.awt.Dialog
Indicates whether this dialog is undecorated.
isUndecorated() - Method in class java.awt.Frame
Indicates whether this frame is undecorated.
isUnderflow() - Method in class java.nio.charset.CoderResult
Tells whether or not this object describes an underflow condition.
isUnicast() - Method in class java.beans.EventSetDescriptor
Normally event sources are multicast.
isUnicodeIdentifierPart(char) - Static method in class java.lang.Character
Determines if the specified character may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierPart(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierStart(char) - Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Unicode identifier.
isUnicodeIdentifierStart(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is permissible as the first character in a Unicode identifier.
isUnique() - Static method in class java.rmi.dgc.VMID
Deprecated. 
isUnmappable() - Method in class java.nio.charset.CoderResult
Tells whether or not this object describes an unmappable-character error.
isUnresolved() - Method in class java.net.InetSocketAddress
Checks whether the address has been resolved or not.
isUnshared() - Method in class java.io.ObjectStreamField
Returns boolean value indicating whether or not the serializable field represented by this ObjectStreamField instance is unshared.
isUp() - Method in class java.net.NetworkInterface
Returns whether a network interface is up and running.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isUpperCase(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is an uppercase character.
isUsageThresholdExceeded() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if the memory usage of this memory pool reaches or exceeds its usage threshold value.
isUsageThresholdSupported() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if this memory pool supports usage threshold.
isUserNode() - Method in class java.util.prefs.AbstractPreferences
Implements the isUserNode method as per the specification in Preferences.isUserNode().
isUserNode() - Method in class java.util.prefs.Preferences
Returns true if this preference node is in the user preference tree, false if it's in the system preference tree.
isValid() - Method in class java.awt.Component
Determines whether this component is valid.
isValid(int) - Method in class java.awt.image.IndexColorModel
Returns whether or not the pixel is valid.
isValid() - Method in class java.awt.image.IndexColorModel
Returns whether or not all of the pixels are valid.
isValid() - Method in interface java.lang.management.MemoryManagerMXBean
Tests if this memory manager is valid in the Java virtual machine.
isValid() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if this memory pool is valid in the Java virtual machine.
isValid() - Method in class java.nio.channels.FileLock
Tells whether or not this lock is valid.
isValid() - Method in class java.nio.channels.MembershipKey
Tells whether or not this membership is valid.
isValid() - Method in class java.nio.channels.SelectionKey
Tells whether or not this key is valid.
isValid() - Method in class java.nio.channels.spi.AbstractSelectionKey
 
isValid() - Method in interface java.nio.file.WatchKey
Tells whether or not this watch key is valid.
isValid(int) - Method in interface java.sql.Connection
Returns true if the connection has not been closed and is still valid.
isValidateRoot() - Method in class java.applet.Applet
Indicates if this container is a validate root.
isValidateRoot() - Method in class java.awt.Container
Indicates if this container is a validate root.
isValidateRoot() - Method in class java.awt.Window
Indicates if this container is a validate root.
isValidCodePoint(int) - Static method in class java.lang.Character
Determines whether the specified code point is a valid Unicode code point value.
isValidDay(int) - Method in class java.time.YearMonth
Checks if the day-of-month is valid for this year-month.
isValidIntValue(long) - Method in class java.time.temporal.ValueRange
Checks if the value is within the valid range and that all values in the range fit in an int.
isValidMonthDay(MonthDay) - Method in class java.time.Year
Checks if the month-day is valid for this year.
isValidOffset(ZoneOffset) - Method in class java.time.zone.ZoneOffsetTransition
Checks if the specified offset is valid during this transition.
isValidOffset(LocalDateTime, ZoneOffset) - Method in class java.time.zone.ZoneRules
Checks if the offset date-time is valid for these rules.
isValidValue(long) - Method in class java.time.temporal.ValueRange
Checks if the value is within the valid range.
isValidYear(int) - Method in class java.time.MonthDay
Checks if the year is valid for this month-day.
isVarArgs() - Method in interface java.lang.invoke.MethodHandleInfo
Determines if the underlying member was a variable arity method or constructor.
isVarArgs() - Method in class java.lang.reflect.Constructor
Returns true if this executable was declared to take a variable number of arguments; returns false otherwise.
isVarArgs() - Method in class java.lang.reflect.Executable
Returns true if this executable was declared to take a variable number of arguments; returns false otherwise.
isVarArgs() - Method in class java.lang.reflect.Method
Returns true if this executable was declared to take a variable number of arguments; returns false otherwise.
isVarArgs() - Method in class java.lang.reflect.Parameter
Returns true if this parameter represents a variable argument list; returns false otherwise.
isVarargsCollector() - Method in class java.lang.invoke.MethodHandle
Determines if this method handle supports variable arity calls.
isVerbose() - Method in interface java.lang.management.ClassLoadingMXBean
Tests if the verbose output for the class loading system is enabled.
isVerbose() - Method in interface java.lang.management.MemoryMXBean
Tests if verbose output for the memory system is enabled.
isVertical() - Method in class java.awt.font.TextLayout
Returns true if this TextLayout is vertical.
isVirtual() - Method in class java.net.NetworkInterface
Returns whether this interface is a virtual interface (also called subinterface).
isVisible() - Method in class java.awt.Component.AccessibleAWTComponent
Determines if the object is visible.
isVisible() - Method in class java.awt.Component
Determines whether this component should be visible when its parent is visible.
isVisible() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Determine if the object is visible.
isVisible() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Determines if the object is visible.
isVisible() - Method in class java.awt.SplashScreen
Determines whether the splash screen is visible.
isVolatile(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the volatile modifier, false otherwise.
isWeekDateSupported() - Method in class java.util.Calendar
Returns whether this Calendar supports week dates.
isWeekDateSupported() - Method in class java.util.GregorianCalendar
Returns true indicating this GregorianCalendar supports week dates.
isWheelScrollingEnabled() - Method in class java.awt.ScrollPane
Indicates whether or not scrolling will take place in response to the mouse wheel.
isWhitespace() - Method in class java.awt.font.GlyphMetrics
Returns true if this is a whitespace glyph.
isWhitespace(char) - Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
isWhitespace(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is white space according to Java.
isWindowTranslucencySupported(GraphicsDevice.WindowTranslucency) - Method in class java.awt.GraphicsDevice
Returns whether the given level of translucency is supported by this graphics device.
isWindowUnderMouse(Window) - Method in interface java.awt.peer.MouseInfoPeer
Returns whether or not the window is located under the mouse pointer.
isWrapperFor(Class<?>) - Method in interface java.sql.Wrapper
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperInstance(Object) - Static method in class java.lang.invoke.MethodHandleProxies
Determines if the given object was produced by a call to asInterfaceInstance.
isWritable() - Method in class java.nio.channels.SelectionKey
Tests whether this key's channel is ready for writing.
isWritable(Path) - Static method in class java.nio.file.Files
Tests whether a file is writable.
isWritable(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.
isWriteLocked() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by any thread.
isWriteLocked() - Method in class java.util.concurrent.locks.StampedLock
Returns true if the lock is currently held exclusively.
isWriteLockedByCurrentThread() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by the current thread.
isZero() - Method in interface java.time.chrono.ChronoPeriod
Checks if all the supported units of this period are zero.
isZero() - Method in class java.time.Duration
Checks if this duration is zero length.
isZero() - Method in class java.time.Period
Checks if all three units of this period are zero.
ITALIAN - Static variable in class java.util.Locale
Useful constant for language.
ITALIC - Static variable in class java.awt.Font
The italicized style constant.
ITALY - Static variable in class java.awt.PageAttributes.MediaType
An alias for ITALY_ENVELOPE.
ITALY - Static variable in class java.util.Locale
Useful constant for country.
ITALY_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Italy Envelope, 110 x 230 mm.
ITEM_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting item events.
ITEM_FIRST - Static variable in class java.awt.event.ItemEvent
The first number in the range of ids used for item events.
ITEM_LAST - Static variable in class java.awt.event.ItemEvent
The last number in the range of ids used for item events.
ITEM_STATE_CHANGED - Static variable in class java.awt.event.ItemEvent
This event id indicates that an item's state changed.
ItemEvent - Class in java.awt.event
A semantic event which indicates that an item was selected or deselected.
ItemEvent(ItemSelectable, int, Object, int) - Constructor for class java.awt.event.ItemEvent
Constructs an ItemEvent object.
ItemListener - Interface in java.awt.event
The listener interface for receiving item events.
ItemSelectable - Interface in java.awt
The interface for objects which contain a set of items for which zero or more can be selected.
itemStateChanged(ItemEvent) - Method in class java.awt.AWTEventMulticaster
Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b.
itemStateChanged(ItemEvent) - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Fire accessible property change events when the state of the toggle button changes.
itemStateChanged(ItemEvent) - Method in interface java.awt.event.ItemListener
Invoked when an item has been selected or deselected by the user.
itemStateChanged(ItemEvent) - Method in class java.awt.List.AccessibleAWTList
 
Iterable<T> - Interface in java.lang
Implementing this interface allows an object to be the target of the "for-each loop" statement.
iterate(double, DoubleUnaryOperator) - Static method in interface java.util.stream.DoubleStream
Returns an infinite sequential ordered DoubleStream produced by iterative application of a function f to an initial element seed, producing a Stream consisting of seed, f(seed), f(f(seed)), etc.
iterate(int, IntUnaryOperator) - Static method in interface java.util.stream.IntStream
Returns an infinite sequential ordered IntStream produced by iterative application of a function f to an initial element seed, producing a Stream consisting of seed, f(seed), f(f(seed)), etc.
iterate(long, LongUnaryOperator) - Static method in interface java.util.stream.LongStream
Returns an infinite sequential ordered LongStream produced by iterative application of a function f to an initial element seed, producing a Stream consisting of seed, f(seed), f(f(seed)), etc.
iterate(T, UnaryOperator<T>) - Static method in interface java.util.stream.Stream
Returns an infinite sequential ordered Stream produced by iterative application of a function f to an initial element seed, producing a Stream consisting of seed, f(seed), f(f(seed)), etc.
iterator() - Method in class java.awt.dnd.DragGestureEvent
Returns an Iterator for the events comprising the gesture.
iterator() - Method in class java.beans.beancontext.BeanContextMembershipEvent
Gets the array of children affected by this event.
iterator() - Method in class java.beans.beancontext.BeanContextSupport
Gets all JavaBean or BeanContext instances currently nested in this BeanContext.
iterator() - Method in interface java.lang.Iterable
Returns an iterator over elements of type T.
iterator() - Method in interface java.nio.file.DirectoryStream
Returns the iterator associated with this DirectoryStream.
iterator() - Method in interface java.nio.file.Path
Returns an iterator over the name elements of this path.
iterator() - Method in exception java.sql.SQLException
Returns an iterator over the chained SQLExceptions.
iterator() - Method in class java.util.AbstractCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class java.util.AbstractList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.AbstractSequentialList
Returns an iterator over the elements in this list (in proper sequence).
iterator() - Method in class java.util.ArrayDeque
Returns an iterator over the elements in this deque.
iterator() - Method in class java.util.ArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface java.util.Collection
Returns an iterator over the elements in this collection.
iterator() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in interface java.util.concurrent.BlockingDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
iterator() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in ascending order.
iterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns an iterator over the elements contained in this set in the order in which these elements were added.
iterator() - Method in class java.util.concurrent.DelayQueue
Returns an iterator over all the elements (both expired and unexpired) in this queue.
iterator() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class java.util.concurrent.LinkedTransferQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class java.util.concurrent.SynchronousQueue
Returns an empty iterator in which hasNext always returns false.
iterator() - Method in interface java.util.Deque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class java.util.HashSet
Returns an iterator over the elements in this set.
Iterator<E> - Interface in java.util
An iterator over a collection.
iterator() - Method in interface java.util.List
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface java.util.NavigableSet
Returns an iterator over the elements in this set, in ascending order.
iterator() - Method in class java.util.PriorityQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class java.util.ServiceLoader
Lazily loads the available providers of this loader's service.
iterator() - Method in interface java.util.Set
Returns an iterator over the elements in this set.
iterator(Spliterator<? extends T>) - Static method in class java.util.Spliterators
Creates an Iterator from a Spliterator.
iterator(Spliterator.OfInt) - Static method in class java.util.Spliterators
Creates an PrimitiveIterator.OfInt from a Spliterator.OfInt.
iterator(Spliterator.OfLong) - Static method in class java.util.Spliterators
Creates an PrimitiveIterator.OfLong from a Spliterator.OfLong.
iterator(Spliterator.OfDouble) - Static method in class java.util.Spliterators
Creates an PrimitiveIterator.OfDouble from a Spliterator.OfDouble.
iterator() - Method in interface java.util.stream.BaseStream
Returns an iterator for the elements of this stream.
iterator() - Method in interface java.util.stream.DoubleStream
 
iterator() - Method in interface java.util.stream.IntStream
 
iterator() - Method in interface java.util.stream.LongStream
 
iterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set in ascending order.
iterator() - Method in class java.util.Vector
Returns an iterator over the elements in this list in proper sequence.

J

JANUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the first month of the year in the Gregorian and Julian calendars.
JAPAN - Static variable in class java.util.Locale
Useful constant for country.
JAPANESE - Static variable in class java.util.Locale
Useful constant for language.
JapaneseChronology - Class in java.time.chrono
The Japanese Imperial calendar system.
JapaneseDate - Class in java.time.chrono
A date in the Japanese Imperial calendar system.
JapaneseEra - Class in java.time.chrono
An era in the Japanese Imperial calendar system.
JarEntry - Class in java.util.jar
This class is used to represent a JAR file entry.
JarEntry(String) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry for the specified JAR file entry name.
JarEntry(ZipEntry) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry with fields taken from the specified ZipEntry object.
JarEntry(JarEntry) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry with fields taken from the specified JarEntry object.
JarException - Exception in java.util.jar
Signals that an error of some sort has occurred while reading from or writing to a JAR file.
JarException() - Constructor for exception java.util.jar.JarException
Constructs a JarException with no detail message.
JarException(String) - Constructor for exception java.util.jar.JarException
Constructs a JarException with the specified detail message.
JarFile - Class in java.util.jar
The JarFile class is used to read the contents of a jar file from any file that can be opened with java.io.RandomAccessFile.
JarFile(String) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified file name.
JarFile(String, boolean) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified file name.
JarFile(File) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified File object.
JarFile(File, boolean) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified File object.
JarFile(File, boolean, int) - Constructor for class java.util.jar.JarFile
Creates a new JarFile to read from the specified File object in the specified mode.
jarFileURLConnection - Variable in class java.net.JarURLConnection
The connection to the JAR file URL, if the connection has been initiated.
JarInputStream - Class in java.util.jar
The JarInputStream class is used to read the contents of a JAR file from any input stream.
JarInputStream(InputStream) - Constructor for class java.util.jar.JarInputStream
Creates a new JarInputStream and reads the optional manifest.
JarInputStream(InputStream, boolean) - Constructor for class java.util.jar.JarInputStream
Creates a new JarInputStream and reads the optional manifest.
JarOutputStream - Class in java.util.jar
The JarOutputStream class is used to write the contents of a JAR file to any output stream.
JarOutputStream(OutputStream, Manifest) - Constructor for class java.util.jar.JarOutputStream
Creates a new JarOutputStream with the specified Manifest.
JarOutputStream(OutputStream) - Constructor for class java.util.jar.JarOutputStream
Creates a new JarOutputStream with no manifest.
JarURLConnection - Class in java.net
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
JarURLConnection(URL) - Constructor for class java.net.JarURLConnection
Creates the new JarURLConnection to the specified URL.
java.applet - package java.applet
 
java.awt - package java.awt
 
java.awt.color - package java.awt.color
 
java.awt.datatransfer - package java.awt.datatransfer
 
java.awt.dnd - package java.awt.dnd
 
java.awt.dnd.peer - package java.awt.dnd.peer
 
java.awt.event - package java.awt.event
 
java.awt.font - package java.awt.font
 
java.awt.geom - package java.awt.geom
 
java.awt.im - package java.awt.im
 
java.awt.im.spi - package java.awt.im.spi
 
java.awt.image - package java.awt.image
 
java.awt.image.renderable - package java.awt.image.renderable
 
java.awt.peer - package java.awt.peer
 
java.awt.print - package java.awt.print
 
java.beans - package java.beans
 
java.beans.beancontext - package java.beans.beancontext
 
java.io - package java.io
 
java.lang - package java.lang
Provides classes that are fundamental to the design of the Java programming language.
java.lang.annotation - package java.lang.annotation
Provides library support for the Java programming language annotation facility.
java.lang.instrument - package java.lang.instrument
 
java.lang.invoke - package java.lang.invoke
The java.lang.invoke package contains dynamic language support provided directly by the Java core class libraries and virtual machine.
java.lang.management - package java.lang.management
 
java.lang.ref - package java.lang.ref
 
java.lang.reflect - package java.lang.reflect
Provides classes and interfaces for obtaining reflective information about classes and objects.
java.math - package java.math
Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
java.net - package java.net
Provides the classes for implementing networking applications.
java.nio - package java.nio
 
java.nio.channels - package java.nio.channels
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
java.nio.channels.spi - package java.nio.channels.spi
 
java.nio.charset - package java.nio.charset
 
java.nio.charset.spi - package java.nio.charset.spi
 
java.nio.file - package java.nio.file
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
java.nio.file.attribute - package java.nio.file.attribute
Interfaces and classes providing access to file and file system attributes.
java.nio.file.spi - package java.nio.file.spi
Service-provider classes for the java.nio.file package.
java.rmi - package java.rmi
 
java.rmi.activation - package java.rmi.activation
 
java.rmi.dgc - package java.rmi.dgc
 
java.rmi.registry - package java.rmi.registry
 
java.rmi.server - package java.rmi.server
 
java.security - package java.security
Provides the classes and interfaces for the security framework.
java.security.acl - package java.security.acl
The classes and interfaces in this package have been superseded by classes in the java.security package.
java.security.cert - package java.security.cert
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
java.security.interfaces - package java.security.interfaces
Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS-186.
java.security.spec - package java.security.spec
Provides classes and interfaces for key specifications and algorithm parameter specifications.
java.sql - package java.sql
 
java.text - package java.text
 
java.text.spi - package java.text.spi
 
java.time - package java.time
The main API for dates, times, instants, and durations.
java.time.chrono - package java.time.chrono
Generic API for calendar systems other than the default ISO.
java.time.format - package java.time.format
Provides classes to print and parse dates and times.
java.time.temporal - package java.time.temporal
Access to date and time using fields and units, and date time adjusters.
java.time.zone - package java.time.zone
Support for time-zones and their rules.
java.util - package java.util
 
java.util.concurrent - package java.util.concurrent
Utility classes commonly useful in concurrent programming.
java.util.concurrent.atomic - package java.util.concurrent.atomic
A small toolkit of classes that support lock-free thread-safe programming on single variables.
java.util.concurrent.locks - package java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
java.util.function - package java.util.function
Functional interfaces provide target types for lambda expressions and method references.
java.util.jar - package java.util.jar
 
java.util.logging - package java.util.logging
 
java.util.prefs - package java.util.prefs
 
java.util.regex - package java.util.regex
 
java.util.spi - package java.util.spi
 
java.util.stream - package java.util.stream
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
java.util.zip - package java.util.zip
 
JAVA_OBJECT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
javaFileListFlavor - Static variable in class java.awt.datatransfer.DataFlavor
To transfer a list of files to/from Java (and the underlying platform) a DataFlavor of this type/subtype and representation class of java.util.List is used.
javaJVMLocalObjectMimeType - Static variable in class java.awt.datatransfer.DataFlavor
To transfer a reference to an arbitrary Java object reference that has no associated MIME Content-type, across a Transferable interface WITHIN THE SAME JVM, a DataFlavor with this type/subtype is used, with a representationClass equal to the type of the class/interface being passed across the Transferable.
JAVANESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Javanese" Unicode character block.
javaRemoteObjectMimeType - Static variable in class java.awt.datatransfer.DataFlavor
In order to pass a live link to a Remote object via a Drag and Drop ACTION_LINK operation a Mime Content Type of application/x-java-remote-object should be used, where the representation class of the DataFlavor represents the type of the Remote interface to be transferred.
javaSerializedObjectMimeType - Static variable in class java.awt.datatransfer.DataFlavor
A MIME Content-Type of application/x-java-serialized-object represents a graph of Java object(s) that have been made persistent.
jdbcCompliant() - Method in interface java.sql.Driver
Reports whether this driver is a genuine JDBC Compliant™ driver.
JDBCType - Enum in java.sql
Defines the constants that are used to identify generic SQL types, called JDBC types.
JIS_B0 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B0, 1030 x 1456 mm.
JIS_B1 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B1, 728 x 1030 mm.
JIS_B10 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B10, 32 x 45 mm.
JIS_B2 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B2, 515 x 728 mm.
JIS_B3 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B3, 364 x 515 mm.
JIS_B4 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B4, 257 x 364 mm.
JIS_B5 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B5, 182 x 257 mm.
JIS_B6 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B6, 128 x 182 mm.
JIS_B7 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B7, 91 x 128 mm.
JIS_B8 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B8, 64 x 91 mm.
JIS_B9 - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for JIS B9, 45 x 64 mm.
JobAttributes - Class in java.awt
A set of attributes which control a print job.
JobAttributes() - Constructor for class java.awt.JobAttributes
Constructs a JobAttributes instance with default values for every attribute.
JobAttributes(JobAttributes) - Constructor for class java.awt.JobAttributes
Constructs a JobAttributes instance which is a copy of the supplied JobAttributes.
JobAttributes(int, JobAttributes.DefaultSelectionType, JobAttributes.DestinationType, JobAttributes.DialogType, String, int, int, JobAttributes.MultipleDocumentHandlingType, int[][], String, JobAttributes.SidesType) - Constructor for class java.awt.JobAttributes
Constructs a JobAttributes instance with the specified values for every attribute.
JobAttributes.DefaultSelectionType - Class in java.awt
A type-safe enumeration of possible default selection states.
JobAttributes.DestinationType - Class in java.awt
A type-safe enumeration of possible job destinations.
JobAttributes.DialogType - Class in java.awt
A type-safe enumeration of possible dialogs to display to the user.
JobAttributes.MultipleDocumentHandlingType - Class in java.awt
A type-safe enumeration of possible multiple copy handling states.
JobAttributes.SidesType - Class in java.awt
A type-safe enumeration of possible multi-page impositions.
join(CharSequence, CharSequence...) - Static method in class java.lang.String
Returns a new String composed of copies of the CharSequence elements joined together with a copy of the specified delimiter.
join(CharSequence, Iterable<? extends CharSequence>) - Static method in class java.lang.String
Returns a new String composed of copies of the CharSequence elements joined together with a copy of the specified delimiter.
join(long) - Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
join(long, int) - Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
join() - Method in class java.lang.Thread
Waits for this thread to die.
join(InetAddress) - Method in class java.net.DatagramSocketImpl
Join the multicast group.
join(InetAddress, NetworkInterface) - Method in interface java.nio.channels.MulticastChannel
Joins a multicast group to begin receiving all datagrams sent to the group, returning a membership key.
join(InetAddress, NetworkInterface, InetAddress) - Method in interface java.nio.channels.MulticastChannel
Joins a multicast group to begin receiving datagrams sent to the group from a given source address.
join() - Method in class java.util.concurrent.CompletableFuture
Returns the result value when complete, or throws an (unchecked) exception if completed exceptionally.
join() - Method in class java.util.concurrent.ForkJoinTask
Returns the result of the computation when it is done.
JOIN_BEVEL - Static variable in class java.awt.BasicStroke
Joins path segments by connecting the outer corners of their wide outlines with a straight segment.
JOIN_MITER - Static variable in class java.awt.BasicStroke
Joins path segments by extending their outside edges until they meet.
JOIN_ROUND - Static variable in class java.awt.BasicStroke
Joins path segments by rounding off the corner at a radius of half the line width.
joinGroup(SocketAddress, NetworkInterface) - Method in class java.net.DatagramSocketImpl
Join the multicast group.
joinGroup(InetAddress) - Method in class java.net.MulticastSocket
Joins a multicast group.
joinGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Joins the specified multicast group at the specified interface.
joining() - Static method in class java.util.stream.Collectors
Returns a Collector that concatenates the input elements into a String, in encounter order.
joining(CharSequence) - Static method in class java.util.stream.Collectors
Returns a Collector that concatenates the input elements, separated by the specified delimiter, in encounter order.
joining(CharSequence, CharSequence, CharSequence) - Static method in class java.util.stream.Collectors
Returns a Collector that concatenates the input elements, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.
JULIAN_DAY - Static variable in class java.time.temporal.JulianFields
Julian Day field.
JulianFields - Class in java.time.temporal
A set of date fields that provide access to Julian Days.
JULY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the seventh month of the year in the Gregorian and Julian calendars.
JUNE - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the sixth month of the year in the Gregorian and Julian calendars.
JUSTIFICATION - Static variable in class java.awt.font.TextAttribute
Attribute key for the justification of a paragraph.
JUSTIFICATION_FULL - Static variable in class java.awt.font.TextAttribute
Justify the line to the full requested width.
JUSTIFICATION_NONE - Static variable in class java.awt.font.TextAttribute
Do not allow the line to be justified.

K

KAITHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kaithi" Unicode character block.
KANA_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kana Supplement" Unicode character block.
KANBUN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kanbun" Unicode character block.
KANGXI_RADICALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kangxi Radicals" Unicode character block.
KANJI - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Japanese, including a subset of the CJK unified ideographs as well as Japanese Han characters that may be defined as surrogate characters.
KANNADA - Static variable in class java.awt.font.NumericShaper
Identifies the KANNADA range and decimal base.
KANNADA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kannada" Unicode character block.
KATAKANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Katakana" Unicode character block.
KATAKANA_PHONETIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Katakana Phonetic Extensions" Unicode character block.
KAYAH_LI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kayah Li" Unicode character block.
KEEP - Static variable in interface java.util.jar.Pack200.Packer
The string "keep", a possible value for certain properties.
KEEP - Static variable in interface java.util.jar.Pack200.Unpacker
The string "keep", a possible value for certain properties.
KEEP_CURRENT_RESULT - Static variable in interface java.sql.Statement
The constant indicating that the current ResultSet object should not be closed when calling getMoreResults.
KEEP_FILE_ORDER - Static variable in interface java.util.jar.Pack200.Packer
If this property is set to Pack200.Packer.TRUE, the packer will transmit all elements in their original order within the source archive.
Kernel - Class in java.awt.image
The Kernel class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation.
Kernel(int, int, float[]) - Constructor for class java.awt.image.Kernel
Constructs a Kernel object from an array of floats.
KERNING - Static variable in class java.awt.font.TextAttribute
Attribute key to request kerning.
KERNING_ON - Static variable in class java.awt.font.TextAttribute
Request standard kerning.
key - Variable in class java.awt.Event
The key code of the key that was pressed in a keyboard event.
Key(int) - Constructor for class java.awt.RenderingHints.Key
Construct a key using the indicated private key.
Key - Interface in java.security
The Key interface is the top-level interface for all keys.
KEY_ACTION - Static variable in class java.awt.Event
The user has pressed a non-ASCII action key.
KEY_ACTION_RELEASE - Static variable in class java.awt.Event
The user has released a non-ASCII action key.
KEY_ALPHA_INTERPOLATION - Static variable in class java.awt.RenderingHints
Alpha interpolation hint key.
KEY_ANTIALIASING - Static variable in class java.awt.RenderingHints
Antialiasing hint key.
KEY_COLOR_RENDERING - Static variable in class java.awt.RenderingHints
Color rendering hint key.
KEY_DITHERING - Static variable in class java.awt.RenderingHints
Dithering hint key.
KEY_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting key events.
KEY_FIRST - Static variable in class java.awt.event.KeyEvent
The first number in the range of ids used for key events.
KEY_FRACTIONALMETRICS - Static variable in class java.awt.RenderingHints
Font fractional metrics hint key.
KEY_INTERPOLATION - Static variable in class java.awt.RenderingHints
Interpolation hint key.
KEY_LAST - Static variable in class java.awt.event.KeyEvent
The last number in the range of ids used for key events.
KEY_LOCATION_LEFT - Static variable in class java.awt.event.KeyEvent
A constant indicating that the key pressed or released is in the left key location (there is more than one possible location for this key).
KEY_LOCATION_NUMPAD - Static variable in class java.awt.event.KeyEvent
A constant indicating that the key event originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
KEY_LOCATION_RIGHT - Static variable in class java.awt.event.KeyEvent
A constant indicating that the key pressed or released is in the right key location (there is more than one possible location for this key).
KEY_LOCATION_STANDARD - Static variable in class java.awt.event.KeyEvent
A constant indicating that the key pressed or released is not distinguished as the left or right version of a key, and did not originate on the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
KEY_LOCATION_UNKNOWN - Static variable in class java.awt.event.KeyEvent
A constant indicating that the keyLocation is indeterminate or not relevant.
KEY_PRESS - Static variable in class java.awt.Event
The user has pressed a normal key.
KEY_PRESSED - Static variable in class java.awt.event.KeyEvent
The "key pressed" event.
KEY_RELEASE - Static variable in class java.awt.Event
The user has released a normal key.
KEY_RELEASED - Static variable in class java.awt.event.KeyEvent
The "key released" event.
KEY_RENDERING - Static variable in class java.awt.RenderingHints
Rendering hint key.
KEY_STROKE_CONTROL - Static variable in class java.awt.RenderingHints
Stroke normalization control hint key.
KEY_TEXT_ANTIALIASING - Static variable in class java.awt.RenderingHints
Text antialiasing hint key.
KEY_TEXT_LCD_CONTRAST - Static variable in class java.awt.RenderingHints
LCD text contrast rendering hint key.
KEY_TYPED - Static variable in class java.awt.event.KeyEvent
The "key typed" event.
KeyAdapter - Class in java.awt.event
An abstract adapter class for receiving keyboard events.
KeyAdapter() - Constructor for class java.awt.event.KeyAdapter
 
KeyboardFocusManager - Class in java.awt
The KeyboardFocusManager is responsible for managing the active and focused Windows, and the current focus owner.
KeyboardFocusManager() - Constructor for class java.awt.KeyboardFocusManager
Initializes a KeyboardFocusManager.
KeyboardFocusManagerPeer - Interface in java.awt.peer
The native peer interface for KeyboardFocusManager.
keyDown(Event, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
KeyEvent - Class in java.awt.event
An event which indicates that a keystroke occurred in a component.
KeyEvent(Component, int, long, int, int, char, int) - Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object.
KeyEvent(Component, int, long, int, int, char) - Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object.
KeyEvent(Component, int, long, int, int) - Constructor for class java.awt.event.KeyEvent
Deprecated.
as of JDK1.1
KeyEventDispatcher - Interface in java.awt
A KeyEventDispatcher cooperates with the current KeyboardFocusManager in the targeting and dispatching of all KeyEvents.
KeyEventPostProcessor - Interface in java.awt
A KeyEventPostProcessor cooperates with the current KeyboardFocusManager in the final resolution of all unconsumed KeyEvents.
KeyException - Exception in java.security
This is the basic key exception.
KeyException() - Constructor for exception java.security.KeyException
Constructs a KeyException with no detail message.
KeyException(String) - Constructor for exception java.security.KeyException
Constructs a KeyException with the specified detail message.
KeyException(String, Throwable) - Constructor for exception java.security.KeyException
Creates a KeyException with the specified detail message and cause.
KeyException(Throwable) - Constructor for exception java.security.KeyException
Creates a KeyException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyFactory - Class in java.security
Key factories are used to convert keys (opaque cryptographic keys of type Key) into key specifications (transparent representations of the underlying key material), and vice versa.
KeyFactory(KeyFactorySpi, Provider, String) - Constructor for class java.security.KeyFactory
Creates a KeyFactory object.
KeyFactorySpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyFactory class.
KeyFactorySpi() - Constructor for class java.security.KeyFactorySpi
 
keyFor(Selector) - Method in class java.nio.channels.SelectableChannel
Retrieves the key representing the channel's registration with the given selector.
keyFor(Selector) - Method in class java.nio.channels.spi.AbstractSelectableChannel
 
KeyListener - Interface in java.awt.event
The listener interface for receiving keyboard events (keystrokes).
KeyManagementException - Exception in java.security
This is the general key management exception for all operations dealing with key management.
KeyManagementException() - Constructor for exception java.security.KeyManagementException
Constructs a KeyManagementException with no detail message.
KeyManagementException(String) - Constructor for exception java.security.KeyManagementException
Constructs a KeyManagementException with the specified detail message.
KeyManagementException(String, Throwable) - Constructor for exception java.security.KeyManagementException
Creates a KeyManagementException with the specified detail message and cause.
KeyManagementException(Throwable) - Constructor for exception java.security.KeyManagementException
Creates a KeyManagementException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyPair - Class in java.security
This class is a simple holder for a key pair (a public key and a private key).
KeyPair(PublicKey, PrivateKey) - Constructor for class java.security.KeyPair
Constructs a key pair from the given public key and private key.
KeyPairGenerator - Class in java.security
The KeyPairGenerator class is used to generate pairs of public and private keys.
KeyPairGenerator(String) - Constructor for class java.security.KeyPairGenerator
Creates a KeyPairGenerator object for the specified algorithm.
KeyPairGeneratorSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyPairGenerator class, which is used to generate pairs of public and private keys.
KeyPairGeneratorSpi() - Constructor for class java.security.KeyPairGeneratorSpi
 
keyPress(int) - Method in interface java.awt.peer.RobotPeer
Simulates a key press of the specified key.
keyPress(int) - Method in class java.awt.Robot
Presses a given key.
keyPressed(KeyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b.
keyPressed(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been pressed.
keyRelease(int) - Method in interface java.awt.peer.RobotPeer
Simulates a key release of the specified key.
keyRelease(int) - Method in class java.awt.Robot
Releases a given key.
keyReleased(KeyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b.
keyReleased(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been released.
KeyRep - Class in java.security
Standardized representation for serialized Key objects.
KeyRep(KeyRep.Type, String, String, byte[]) - Constructor for class java.security.KeyRep
Construct the alternate Key class.
KeyRep.Type - Enum in java.security
Key type.
keys() - Method in class java.nio.channels.Selector
Returns this selector's key set.
keys() - Method in class java.security.Provider
 
keys() - Method in class java.util.concurrent.ConcurrentHashMap
Returns an enumeration of the keys in this table.
keys() - Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in class java.util.prefs.AbstractPreferences
Implements the keys method as per the specification in Preferences.keys().
keys() - Method in class java.util.prefs.Preferences
Returns all of the keys that have an associated value in this preference node.
keySet() - Method in class java.awt.RenderingHints
Returns a Set view of the Keys contained in this RenderingHints.
keySet() - Method in class java.security.Provider
Returns an unmodifiable Set view of the property keys contained in this provider.
keySet() - Method in class java.util.AbstractMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Set view of the keys contained in this map.
keySet(V) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
keySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class java.util.EnumMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.HashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.Hashtable
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.IdentityHashMap
Returns an identity-based set view of the keys contained in this map.
keySet() - Method in class java.util.jar.Attributes
Returns a Set view of the attribute names (keys) contained in this Map.
keySet() - Method in class java.util.LinkedHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in interface java.util.Map
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.ResourceBundle
Returns a Set of all keys contained in this ResourceBundle and its parent bundles.
keySet() - Method in interface java.util.SortedMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.TreeMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.WeakHashMap
Returns a Set view of the keys contained in this map.
KeySpec - Interface in java.security.spec
A (transparent) specification of the key material that constitutes a cryptographic key.
keysSpi() - Method in class java.util.prefs.AbstractPreferences
Returns all of the keys that have an associated value in this preference node.
KeyStore - Class in java.security
This class represents a storage facility for cryptographic keys and certificates.
KeyStore(KeyStoreSpi, Provider, String) - Constructor for class java.security.KeyStore
Creates a KeyStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.
KeyStore.Builder - Class in java.security
A description of a to-be-instantiated KeyStore object.
KeyStore.CallbackHandlerProtection - Class in java.security
A ProtectionParameter encapsulating a CallbackHandler.
KeyStore.Entry - Interface in java.security
A marker interface for KeyStore entry types.
KeyStore.Entry.Attribute - Interface in java.security
An attribute associated with a keystore entry.
KeyStore.LoadStoreParameter - Interface in java.security
A marker interface for KeyStore load and store parameters.
KeyStore.PasswordProtection - Class in java.security
A password-based implementation of ProtectionParameter.
KeyStore.PrivateKeyEntry - Class in java.security
A KeyStore entry that holds a PrivateKey and corresponding certificate chain.
KeyStore.ProtectionParameter - Interface in java.security
A marker interface for keystore protection parameters.
KeyStore.SecretKeyEntry - Class in java.security
A KeyStore entry that holds a SecretKey.
KeyStore.TrustedCertificateEntry - Class in java.security
A KeyStore entry that holds a trusted Certificate.
KeyStoreException - Exception in java.security
This is the generic KeyStore exception.
KeyStoreException() - Constructor for exception java.security.KeyStoreException
Constructs a KeyStoreException with no detail message.
KeyStoreException(String) - Constructor for exception java.security.KeyStoreException
Constructs a KeyStoreException with the specified detail message.
KeyStoreException(String, Throwable) - Constructor for exception java.security.KeyStoreException
Creates a KeyStoreException with the specified detail message and cause.
KeyStoreException(Throwable) - Constructor for exception java.security.KeyStoreException
Creates a KeyStoreException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyStoreSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyStore class.
KeyStoreSpi() - Constructor for class java.security.KeyStoreSpi
 
keyTyped(KeyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.
keyTyped(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been typed.
keyUp(Event, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
KHAROSHTHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kharoshthi" Unicode character block.
KHMER - Static variable in class java.awt.font.NumericShaper
Identifies the KHMER range and decimal base.
KHMER - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Khmer" Unicode character block.
KHMER_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Khmer Symbols" Unicode character block.
kind() - Method in interface java.nio.file.WatchEvent
Returns the event kind.
KOREA - Static variable in class java.util.Locale
Useful constant for country.
KOREAN - Static variable in class java.util.Locale
Useful constant for language.

L

Label - Class in java.awt
A Label object is a component for placing text in a container.
Label() - Constructor for class java.awt.Label
Constructs an empty label.
Label(String) - Constructor for class java.awt.Label
Constructs a new label with the specified string of text, left justified.
Label(String, int) - Constructor for class java.awt.Label
Constructs a new label that presents the specified string of text with the specified alignment.
Label.AccessibleAWTLabel - Class in java.awt
This class implements accessibility support for the Label class.
LabelPeer - Interface in java.awt.peer
The peer interface for Label.
LambdaConversionException - Exception in java.lang.invoke
LambdaConversionException
LambdaConversionException() - Constructor for exception java.lang.invoke.LambdaConversionException
Constructs a LambdaConversionException.
LambdaConversionException(String) - Constructor for exception java.lang.invoke.LambdaConversionException
Constructs a LambdaConversionException with a message.
LambdaConversionException(String, Throwable) - Constructor for exception java.lang.invoke.LambdaConversionException
Constructs a LambdaConversionException with a message and cause.
LambdaConversionException(Throwable) - Constructor for exception java.lang.invoke.LambdaConversionException
Constructs a LambdaConversionException with a cause.
LambdaConversionException(String, Throwable, boolean, boolean) - Constructor for exception java.lang.invoke.LambdaConversionException
Constructs a LambdaConversionException with a message, cause, and other settings.
LambdaMetafactory - Class in java.lang.invoke
Methods to facilitate the creation of simple "function objects" that implement one or more interfaces by delegation to a provided MethodHandle, possibly after type adaptation and partial evaluation of arguments.
LambdaMetafactory() - Constructor for class java.lang.invoke.LambdaMetafactory
 
LANDSCAPE - Static variable in class java.awt.PageAttributes.OrientationRequestedType
The OrientationRequestedType instance to use for specifying a landscape orientation.
LANDSCAPE - Static variable in class java.awt.print.PageFormat
The origin is at the bottom left of the paper with x running bottom to top and y running left to right.
LANGUAGE - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for the language of some text.
LanguageRange(String) - Constructor for class java.util.Locale.LanguageRange
Constructs a LanguageRange using the given range.
LanguageRange(String, double) - Constructor for class java.util.Locale.LanguageRange
Constructs a LanguageRange using the given range and weight.
LAO - Static variable in class java.awt.font.NumericShaper
Identifies the LAO range and decimal base.
LAO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lao" Unicode character block.
last(Container) - Method in class java.awt.CardLayout
Flips to the last card of the container.
last() - Method in interface java.sql.ResultSet
Moves the cursor to the last row in this ResultSet object.
last() - Method in class java.text.BreakIterator
Returns the last boundary.
last() - Method in interface java.text.CharacterIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.last() for String.
last() - Method in class java.util.concurrent.ConcurrentSkipListSet
 
last() - Method in interface java.util.SortedSet
Returns the last (highest) element currently in this set.
last() - Method in class java.util.TreeSet
 
LAST_LINE_END - Static variable in class java.awt.GridBagConstraints
Place the component in the corner of its display area where the last line of text on a page would normally end for the current ComponentOrientation.
LAST_LINE_START - Static variable in class java.awt.GridBagConstraints
Place the component in the corner of its display area where the last line of text on a page would normally start for the current ComponentOrientation.
lastAccessTime() - Method in interface java.nio.file.attribute.BasicFileAttributes
Returns the time of last access.
lastDayOfMonth() - Static method in class java.time.temporal.TemporalAdjusters
Returns the "last day of month" adjuster, which returns a new date set to the last day of the current month.
lastDayOfYear() - Static method in class java.time.temporal.TemporalAdjusters
Returns the "last day of year" adjuster, which returns a new date set to the last day of the current year.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastEntry() - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastEntry() - Method in class java.util.TreeMap
 
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.StringBuffer
 
lastIndexOf(String, int) - Method in class java.lang.StringBuffer
 
lastIndexOf(String) - Method in class java.lang.StringBuilder
 
lastIndexOf(String, int) - Method in class java.lang.StringBuilder
 
lastIndexOf(Object) - Method in class java.util.AbstractList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(E, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the index of the last occurrence of the specified element in this list, searching backwards from index, or returns -1 if the element is not found.
lastIndexOf(Object) - Method in class java.util.LinkedList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in interface java.util.List
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
lastIndexOf(Object, int) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, searching backwards from index, or returns -1 if the element is not found.
lastIndexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
lastInMonth(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
Returns the last in month adjuster, which returns a new date in the same month with the last matching day-of-week.
lastKey() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
lastKey() - Method in interface java.util.SortedMap
Returns the last (highest) key currently in this map.
lastKey() - Method in class java.util.TreeMap
 
lastModified() - Method in class java.io.File
Returns the time that the file denoted by this abstract pathname was last modified.
lastModifiedTime() - Method in interface java.nio.file.attribute.BasicFileAttributes
Returns the time of last modification.
LastOwnerException - Exception in java.security.acl
This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
LastOwnerException() - Constructor for exception java.security.acl.LastOwnerException
Constructs a LastOwnerException.
lastPageFirst() - Method in class java.awt.PrintJob
Returns true if the last page will be printed first.
LATEST - Static variable in interface java.util.jar.Pack200.Packer
The string "latest", a possible value for certain properties.
LATIN - Static variable in class java.awt.im.InputSubset
Constant for all Latin characters, including the characters in the BASIC_LATIN, LATIN_1_SUPPLEMENT, LATIN_EXTENDED_A, LATIN_EXTENDED_B Unicode character blocks.
LATIN_1_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin-1 Supplement" Unicode character block.
LATIN_DIGITS - Static variable in class java.awt.im.InputSubset
Constant for the digits included in the BASIC_LATIN Unicode character block.
LATIN_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-A" Unicode character block.
LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended Additional" Unicode character block.
LATIN_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-B" Unicode character block.
LATIN_EXTENDED_C - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-C" Unicode character block.
LATIN_EXTENDED_D - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-D" Unicode character block.
layout() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by doLayout().
layout() - Method in class java.awt.Container
Deprecated.
As of JDK version 1.1, replaced by doLayout().
layout() - Method in interface java.awt.peer.ComponentPeer
Used by lightweight implementations to tell a ComponentPeer to layout its sub-elements.
layout() - Method in class java.awt.ScrollPane
Deprecated.
As of JDK version 1.1, replaced by doLayout().
LAYOUT_LEFT_TO_RIGHT - Static variable in class java.awt.Font
A flag to layoutGlyphVector indicating that text is left-to-right as determined by Bidi analysis.
LAYOUT_NO_LIMIT_CONTEXT - Static variable in class java.awt.Font
A flag to layoutGlyphVector indicating that text in the char array after the indicated limit should not be examined.
LAYOUT_NO_START_CONTEXT - Static variable in class java.awt.Font
A flag to layoutGlyphVector indicating that text in the char array before the indicated start should not be examined.
LAYOUT_RIGHT_TO_LEFT - Static variable in class java.awt.Font
A flag to layoutGlyphVector indicating that text is right-to-left as determined by Bidi analysis.
layoutContainer(Container) - Method in class java.awt.BorderLayout
Lays out the container argument using this border layout.
layoutContainer(Container) - Method in class java.awt.CardLayout
Lays out the specified container using this card layout.
layoutContainer(Container) - Method in class java.awt.FlowLayout
Lays out the container.
layoutContainer(Container) - Method in class java.awt.GridBagLayout
Lays out the specified container using this grid bag layout.
layoutContainer(Container) - Method in class java.awt.GridLayout
Lays out the specified container using this layout.
layoutContainer(Container) - Method in interface java.awt.LayoutManager
Lays out the specified container.
layoutGlyphVector(FontRenderContext, char[], int, int, int) - Method in class java.awt.Font
Returns a new GlyphVector object, performing full layout of the text if possible.
layoutInfo - Variable in class java.awt.GridBagLayout
This field holds the layout information for the gridbag.
LayoutManager - Interface in java.awt
Defines the interface for classes that know how to lay out Containers.
LayoutManager2 - Interface in java.awt
Defines an interface for classes that know how to layout Containers based on a layout constraints object.
LayoutPath - Class in java.awt.font
LayoutPath provides a mapping between locations relative to the baseline and points in user space.
LayoutPath() - Constructor for class java.awt.font.LayoutPath
 
lazilyLoadDesktopProperty(String) - Method in class java.awt.Toolkit
an opportunity to lazily evaluate desktop property values.
lazySet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Eventually sets to the given value.
lazySet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Eventually sets to the given value.
lazySet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Eventually sets the element at position i to the given value.
lazySet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Eventually sets the field of the given object managed by this updater to the given updated value.
lazySet(long) - Method in class java.util.concurrent.atomic.AtomicLong
Eventually sets to the given value.
lazySet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Eventually sets the element at position i to the given value.
lazySet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Eventually sets the field of the given object managed by this updater to the given updated value.
lazySet(V) - Method in class java.util.concurrent.atomic.AtomicReference
Eventually sets to the given value.
lazySet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Eventually sets the element at position i to the given value.
lazySet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Eventually sets the field of the given object managed by this updater to the given updated value.
LDAPCertStoreParameters - Class in java.security.cert
Parameters used as input for the LDAP CertStore algorithm.
LDAPCertStoreParameters(String, int) - Constructor for class java.security.cert.LDAPCertStoreParameters
Creates an instance of LDAPCertStoreParameters with the specified parameter values.
LDAPCertStoreParameters(String) - Constructor for class java.security.cert.LDAPCertStoreParameters
Creates an instance of LDAPCertStoreParameters with the specified server name and a default port of 389.
LDAPCertStoreParameters() - Constructor for class java.security.cert.LDAPCertStoreParameters
Creates an instance of LDAPCertStoreParameters with the default parameter values (server name "localhost", port 389).
LEADING - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be justified to the leading edge of the container's orientation, for example, to the left in left-to-right orientations.
leading(int) - Static method in class java.awt.font.TextHitInfo
Creates a TextHitInfo on the leading edge of the character at the specified charIndex.
Lease - Class in java.rmi.dgc
A lease contains a unique VM identifier and a lease duration.
Lease(VMID, long) - Constructor for class java.rmi.dgc.Lease
Constructs a lease with a specific VMID and lease duration.
leave(InetAddress) - Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
Leave a multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Leave a multicast group on a specified local interface.
LEDGER - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Ledger, 11 x 17 in.
LEFT - Static variable in class java.awt.Event
The Left Arrow key, a non-ASCII action key.
LEFT - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be left-justified.
left - Variable in class java.awt.Insets
The inset from the left.
LEFT - Static variable in class java.awt.Label
Indicates that the label should be left justified.
LEFT_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
LEFT_JUSTIFY - Static variable in class java.util.FormattableFlags
Left-justifies the output.
LEFT_TO_RIGHT - Static variable in class java.awt.ComponentOrientation
Items run left to right and lines flow top to bottom Examples: English, French.
LEGAL - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_LEGAL.
len - Variable in class java.util.zip.InflaterInputStream
Length of input buffer.
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
length - Variable in exception java.io.OptionalDataException
The number of bytes of primitive data available to be read in the current buffer.
length() - Method in class java.io.RandomAccessFile
Returns the length of this file.
length() - Method in interface java.lang.CharSequence
Returns the length of this character sequence.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
 
length() - Method in class java.nio.CharBuffer
Returns the length of this character buffer.
length() - Method in class java.nio.charset.CoderResult
Returns the length of the erroneous input described by this object  (optional operation).
length() - Method in interface java.sql.Blob
Returns the number of bytes in the BLOB value designated by this Blob object.
length() - Method in interface java.sql.Clob
Retrieves the number of characters in the CLOB value designated by this Clob object.
length(boolean) - Method in enum java.time.Month
Gets the length of this month in days.
length() - Method in class java.time.Year
Gets the length of this year in days.
length() - Method in class java.util.BitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length() - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Returns the length of the array.
length() - Method in class java.util.concurrent.atomic.AtomicLongArray
Returns the length of the array.
length() - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Returns the length of the array.
length() - Method in class java.util.StringJoiner
Returns the length of the String representation of this StringJoiner.
lengthOfMonth() - Method in interface java.time.chrono.ChronoLocalDate
Returns the length of the month represented by this date, as defined by the calendar system.
lengthOfMonth() - Method in class java.time.chrono.HijrahDate
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class java.time.chrono.JapaneseDate
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class java.time.chrono.MinguoDate
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class java.time.chrono.ThaiBuddhistDate
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class java.time.LocalDate
Returns the length of the month represented by this date.
lengthOfMonth() - Method in class java.time.YearMonth
Returns the length of the month, taking account of the year.
lengthOfYear() - Method in interface java.time.chrono.ChronoLocalDate
Returns the length of the year represented by this date, as defined by the calendar system.
lengthOfYear() - Method in class java.time.chrono.HijrahDate
Returns the length of the year represented by this date.
lengthOfYear() - Method in class java.time.chrono.JapaneseDate
 
lengthOfYear() - Method in class java.time.LocalDate
Returns the length of the year represented by this date.
lengthOfYear() - Method in class java.time.YearMonth
Returns the length of the year.
LEPCHA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lepcha" Unicode character block.
LETTER - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_LETTER.
LETTER_NUMBER - Static variable in class java.lang.Character
General category "Nl" in the Unicode specification.
LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Letterlike Symbols" Unicode character block.
Level - Class in java.util.logging
The Level class defines a set of standard logging levels that can be used to control logging output.
Level(String, int) - Constructor for class java.util.logging.Level
Create a named Level with a given integer value.
Level(String, int, String) - Constructor for class java.util.logging.Level
Create a named Level with a given integer value and a given localization resource name.
LIGATURE - Static variable in class java.awt.font.GlyphMetrics
Indicates a glyph that represents multiple characters as a ligature, for example 'fi' or 'ffi'.
LIGATURES - Static variable in class java.awt.font.TextAttribute
Attribute key for enabling optional ligatures.
LIGATURES_ON - Static variable in class java.awt.font.TextAttribute
Request standard optional ligatures.
LIGHT_GRAY - Static variable in class java.awt.Color
The color light gray.
lightGray - Static variable in class java.awt.Color
The color light gray.
LightweightPeer - Interface in java.awt.peer
The LightweightPeer interface marks a component as depending upon a native container so window related events can be routed to the component.
LIMBU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Limbu" Unicode character block.
limit() - Method in class java.nio.Buffer
Returns this buffer's limit.
limit(int) - Method in class java.nio.Buffer
Sets this buffer's limit.
limit(long) - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the elements of this stream, truncated to be no longer than maxSize in length.
limit(long) - Method in interface java.util.stream.IntStream
Returns a stream consisting of the elements of this stream, truncated to be no longer than maxSize in length.
limit(long) - Method in interface java.util.stream.LongStream
Returns a stream consisting of the elements of this stream, truncated to be no longer than maxSize in length.
limit(long) - Method in interface java.util.stream.Stream
Returns a stream consisting of the elements of this stream, truncated to be no longer than maxSize in length.
Line2D - Class in java.awt.geom
This Line2D represents a line segment in (x,y) coordinate space.
Line2D() - Constructor for class java.awt.geom.Line2D
This is an abstract class that cannot be instantiated directly.
Line2D.Double - Class in java.awt.geom
A line segment specified with double coordinates.
Line2D.Float - Class in java.awt.geom
A line segment specified with float coordinates.
LINE_END - Static variable in class java.awt.BorderLayout
The component goes at the end of the line direction for the layout.
LINE_END - Static variable in class java.awt.GridBagConstraints
Place the component centered along the edge of its display area where lines of text would normally end for the current ComponentOrientation.
LINE_SEPARATOR - Static variable in class java.lang.Character
General category "Zl" in the Unicode specification.
LINE_START - Static variable in class java.awt.BorderLayout
The component goes at the beginning of the line direction for the layout.
LINE_START - Static variable in class java.awt.GridBagConstraints
Place the component centered along the edge of its display area where lines of text would normally begin for the current ComponentOrientation.
LINEAR_B_IDEOGRAMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Linear B Ideograms" Unicode character block.
LINEAR_B_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Linear B Syllabary" Unicode character block.
LinearGradientPaint - Class in java.awt
The LinearGradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
LinearGradientPaint(float, float, float, float, float[], Color[]) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint with a default NO_CYCLE repeating method and SRGB color space.
LinearGradientPaint(float, float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint with a default SRGB color space.
LinearGradientPaint(Point2D, Point2D, float[], Color[]) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint with a default NO_CYCLE repeating method and SRGB color space.
LinearGradientPaint(Point2D, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint with a default SRGB color space.
LinearGradientPaint(Point2D, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod, MultipleGradientPaint.ColorSpaceType, AffineTransform) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint.
LineBreakMeasurer - Class in java.awt.font
The LineBreakMeasurer class allows styled text to be broken into lines (or segments) that fit within a particular visual advance.
LineBreakMeasurer(AttributedCharacterIterator, FontRenderContext) - Constructor for class java.awt.font.LineBreakMeasurer
Constructs a LineBreakMeasurer for the specified text.
LineBreakMeasurer(AttributedCharacterIterator, BreakIterator, FontRenderContext) - Constructor for class java.awt.font.LineBreakMeasurer
Constructs a LineBreakMeasurer for the specified text.
LineMetrics - Class in java.awt.font
The LineMetrics class allows access to the metrics needed to layout characters along a line and to layout of a set of lines.
LineMetrics() - Constructor for class java.awt.font.LineMetrics
 
lineno() - Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberInputStream - Class in java.io
Deprecated.
This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers.
LineNumberInputStream(InputStream) - Constructor for class java.io.LineNumberInputStream
Deprecated.
Constructs a newline number input stream that reads its input from the specified input stream.
LineNumberReader - Class in java.io
A buffered character-input stream that keeps track of line numbers.
LineNumberReader(Reader) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, using the default input-buffer size.
LineNumberReader(Reader, int) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, reading characters into a buffer of the given size.
lines() - Method in class java.io.BufferedReader
Returns a Stream, the elements of which are lines read from this BufferedReader.
lines(Path, Charset) - Static method in class java.nio.file.Files
Read all lines from a file as a Stream.
lines(Path) - Static method in class java.nio.file.Files
Read all lines from a file as a Stream.
lineSeparator() - Static method in class java.lang.System
Returns the system-dependent line separator string.
linesIntersect(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Tests if the line segment from (x1,y1) to (x2,y2) intersects the line segment from (x3,y3) to (x4,y4).
lineTo(double, double) - Method in class java.awt.geom.Path2D.Double
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(double, double) - Method in class java.awt.geom.Path2D.Float
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(float, float) - Method in class java.awt.geom.Path2D.Float
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in float precision.
lineTo(double, double) - Method in class java.awt.geom.Path2D
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
LinkageError - Error in java.lang
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
LinkageError() - Constructor for error java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
LinkageError(String, Throwable) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message and cause.
LinkedBlockingDeque<E> - Class in java.util.concurrent
An optionally-bounded blocking deque based on linked nodes.
LinkedBlockingDeque() - Constructor for class java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE.
LinkedBlockingDeque(int) - Constructor for class java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with the given (fixed) capacity.
LinkedBlockingDeque(Collection<? extends E>) - Constructor for class java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LinkedBlockingQueue<E> - Class in java.util.concurrent
An optionally-bounded blocking queue based on linked nodes.
LinkedBlockingQueue() - Constructor for class java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE.
LinkedBlockingQueue(int) - Constructor for class java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with the given (fixed) capacity.
LinkedBlockingQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LinkedHashMap<K,V> - Class in java.util
Hash table and linked list implementation of the Map interface, with predictable iteration order.
LinkedHashMap(int, float) - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
LinkedHashMap(int) - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
LinkedHashMap() - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the default initial capacity (16) and load factor (0.75).
LinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.LinkedHashMap
Constructs an insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
LinkedHashMap(int, float, boolean) - Constructor for class java.util.LinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
LinkedHashSet<E> - Class in java.util
Hash table and linked list implementation of the Set interface, with predictable iteration order.
LinkedHashSet(int, float) - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the specified initial capacity and load factor.
LinkedHashSet(int) - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the specified initial capacity and the default load factor (0.75).
LinkedHashSet() - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the default initial capacity (16) and load factor (0.75).
LinkedHashSet(Collection<? extends E>) - Constructor for class java.util.LinkedHashSet
Constructs a new linked hash set with the same elements as the specified collection.
LinkedList<E> - Class in java.util
Doubly-linked list implementation of the List and Deque interfaces.
LinkedList() - Constructor for class java.util.LinkedList
Constructs an empty list.
LinkedList(Collection<? extends E>) - Constructor for class java.util.LinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
LinkedTransferQueue<E> - Class in java.util.concurrent
An unbounded TransferQueue based on linked nodes.
LinkedTransferQueue() - Constructor for class java.util.concurrent.LinkedTransferQueue
Creates an initially empty LinkedTransferQueue.
LinkedTransferQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.LinkedTransferQueue
Creates a LinkedTransferQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LinkOption - Enum in java.nio.file
Defines the options as to how symbolic links are handled.
LinkPermission - Class in java.nio.file
The Permission class for link creation operations.
LinkPermission(String) - Constructor for class java.nio.file.LinkPermission
Constructs a LinkPermission with the specified name.
LinkPermission(String, String) - Constructor for class java.nio.file.LinkPermission
Constructs a LinkPermission with the specified name.
list() - Method in class java.awt.Component
Prints a listing of this component to the standard system output stream System.out.
list(PrintStream) - Method in class java.awt.Component
Prints a listing of this component to the specified output stream.
list(PrintStream, int) - Method in class java.awt.Component
Prints out a list, starting at the specified indentation, to the specified print stream.
list(PrintWriter) - Method in class java.awt.Component
Prints a listing to the specified print writer.
list(PrintWriter, int) - Method in class java.awt.Component
Prints out a list, starting at the specified indentation, to the specified print writer.
list(PrintStream, int) - Method in class java.awt.Container
Prints a listing of this container to the specified output stream.
list(PrintWriter, int) - Method in class java.awt.Container
Prints out a list, starting at the specified indentation, to the specified print writer.
List - Class in java.awt
The List component presents the user with a scrolling list of text items.
List() - Constructor for class java.awt.List
Creates a new scrolling list.
List(int) - Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines.
List(int, boolean) - Constructor for class java.awt.List
Creates a new scrolling list initialized to display the specified number of rows.
list() - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list(FilenameFilter) - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
list() - Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
list() - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
Returns a list containing the names of the user-defined attributes.
list(Path) - Static method in class java.nio.file.Files
Return a lazily populated Stream, the elements of which are the entries in the directory.
list(String) - Static method in class java.rmi.Naming
Returns an array of the names bound in the registry.
list() - Method in interface java.rmi.registry.Registry
Returns an array of the names bound in this registry.
list(Enumeration<T>) - Static method in class java.util.Collections
Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.
List<E> - Interface in java.util
An ordered collection (also known as a sequence).
list(PrintStream) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintWriter) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
List.AccessibleAWTList - Class in java.awt
This class implements accessibility support for the List class.
List.AccessibleAWTList.AccessibleAWTListChild - Class in java.awt
This class implements accessibility support for List children.
LIST_DESELECT - Static variable in class java.awt.Event
An item in a list has been deselected.
LIST_DIRECTORY - Static variable in enum java.nio.file.attribute.AclEntryPermission
Permission to list the entries of a directory (equal to AclEntryPermission.READ_DATA)
LIST_SELECT - Static variable in class java.awt.Event
An item in a list has been selected.
listen(int) - Method in class java.net.SocketImpl
Sets the maximum queue length for incoming connection indications (a request to connect) to the count argument.
listFiles() - Method in class java.io.File
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listFiles(FilenameFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(FileFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listIterator() - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.AbstractSequentialList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.LinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
ListIterator<E> - Interface in java.util
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
listIterator(int) - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence).
ListPeer - Interface in java.awt.peer
The peer interface for List.
ListResourceBundle - Class in java.util
ListResourceBundle is an abstract subclass of ResourceBundle that manages resources for a locale in a convenient and easy to use list.
ListResourceBundle() - Constructor for class java.util.ListResourceBundle
Sole constructor.
listRoots() - Static method in class java.io.File
List the available filesystem roots.
LISU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lisu" Unicode character block.
LITERAL - Static variable in class java.util.regex.Pattern
Enables literal parsing of the pattern.
LITTLE_ENDIAN - Static variable in class java.nio.ByteOrder
Constant denoting little-endian byte order.
LOAD - Static variable in class java.awt.FileDialog
This constant value indicates that the purpose of the file dialog window is to locate a file from which to read.
load(String) - Method in class java.lang.Runtime
Loads the native library specified by the filename argument.
load(String) - Static method in class java.lang.System
Loads the native library specified by the filename argument.
load() - Method in class java.nio.MappedByteBuffer
Loads this buffer's content into physical memory.
load(InputStream, char[]) - Method in class java.security.KeyStore
Loads this KeyStore from the given input stream.
load(KeyStore.LoadStoreParameter) - Method in class java.security.KeyStore
Loads this keystore using the given LoadStoreParameter.
load(InputStream) - Method in class java.security.Provider
Reads a property list (key and element pairs) from the input stream.
load(Reader) - Method in class java.util.Properties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
load(InputStream) - Method in class java.util.Properties
Reads a property list (key and element pairs) from the input byte stream.
load(Class<S>, ClassLoader) - Static method in class java.util.ServiceLoader
Creates a new service loader for the given service type and class loader.
load(Class<S>) - Static method in class java.util.ServiceLoader
Creates a new service loader for the given service type, using the current thread's context class loader.
LOAD_FILE - Static variable in class java.awt.Event
A file loading event.
loadClass(String) - Method in class java.lang.ClassLoader
Loads the class with the specified binary name.
loadClass(String, boolean) - Method in class java.lang.ClassLoader
Loads the class with the specified binary name.
loadClass(String) - Method in interface java.rmi.server.LoaderHandler
Deprecated.
no replacement
loadClass(URL, String) - Method in interface java.rmi.server.LoaderHandler
Deprecated.
no replacement
loadClass(String) - Static method in class java.rmi.server.RMIClassLoader
Deprecated.
replaced by loadClass(String,String) method
loadClass(URL, String) - Static method in class java.rmi.server.RMIClassLoader
Loads a class from a codebase URL.
loadClass(String, String) - Static method in class java.rmi.server.RMIClassLoader
Loads a class from a codebase URL path.
loadClass(String, String, ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
Loads a class from a codebase URL path, optionally using the supplied loader.
loadClass(String, String, ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
LoaderHandler - Interface in java.rmi.server
Deprecated.
no replacement
loadFromXML(InputStream) - Method in class java.util.Properties
Loads all of the properties represented by the XML document on the specified input stream into this properties table.
loadImage(String) - Method in class java.beans.SimpleBeanInfo
This is a utility method to help in loading icon images.
LOADING - Static variable in class java.awt.MediaTracker
Flag indicating that media is currently being loaded.
loadInstalled(Class<S>) - Static method in class java.util.ServiceLoader
Creates a new service loader for the given service type, using the extension class loader.
loadLibrary(String) - Method in class java.lang.Runtime
Loads the native library specified by the libname argument.
loadLibrary(String) - Static method in class java.lang.System
Loads the native library specified by the libname argument.
loadProxyClass(String, String[], ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
Loads a dynamic proxy class (see Proxy) that implements a set of interfaces with the given names from a codebase URL path.
loadProxyClass(String, String[], ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
loadSystemColors(int[]) - Method in class java.awt.Toolkit
Fills in the integer array that is supplied as an argument with the current system color values.
LocalDate - Class in java.time
A date without a time-zone in the ISO-8601 calendar system, such as 2007-12-03.
localDate() - Static method in class java.time.temporal.TemporalQueries
A query for LocalDate returning null if not found.
localDateTime(TemporalAccessor) - Method in interface java.time.chrono.Chronology
Obtains a local date-time in this chronology from another temporal object.
localDateTime(TemporalAccessor) - Method in class java.time.chrono.HijrahChronology
 
localDateTime(TemporalAccessor) - Method in class java.time.chrono.IsoChronology
Obtains an ISO local date-time from another date-time object.
localDateTime(TemporalAccessor) - Method in class java.time.chrono.JapaneseChronology
 
localDateTime(TemporalAccessor) - Method in class java.time.chrono.MinguoChronology
 
localDateTime(TemporalAccessor) - Method in class java.time.chrono.ThaiBuddhistChronology
 
LocalDateTime - Class in java.time
A date-time without a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30.
locale - Variable in class java.beans.beancontext.BeanContextSupport
The current locale of this BeanContext.
locale() - Method in class java.util.Formatter
Returns the locale set by the construction of this formatter.
Locale - Class in java.util
A Locale object represents a specific geographical, political, or cultural region.
Locale(String, String, String) - Constructor for class java.util.Locale
Construct a locale from language, country and variant.
Locale(String, String) - Constructor for class java.util.Locale
Construct a locale from language and country.
Locale(String) - Constructor for class java.util.Locale
Construct a locale from a language code.
locale() - Method in class java.util.Scanner
Returns this scanner's locale.
Locale.Builder - Class in java.util
Builder is used to build instances of Locale from values configured by the setters.
Locale.Category - Enum in java.util
Enum for locale categories.
Locale.FilteringMode - Enum in java.util
This enum provides constants to select a filtering mode for locale matching.
Locale.LanguageRange - Class in java.util
This class expresses a Language Range defined in RFC 4647 Matching of Language Tags.
LocaleNameProvider - Class in java.util.spi
An abstract class for service providers that provide localized names for the Locale class.
LocaleNameProvider() - Constructor for class java.util.spi.LocaleNameProvider
Sole constructor.
LocaleServiceProvider - Class in java.util.spi
This is the super class of all the locale sensitive service provider interfaces (SPIs).
LocaleServiceProvider() - Constructor for class java.util.spi.LocaleServiceProvider
Sole constructor.
localPort - Variable in class java.net.DatagramSocketImpl
The local port number.
localport - Variable in class java.net.SocketImpl
The local port number to which this socket is connected.
LocalTime - Class in java.time
A time without a time-zone in the ISO-8601 calendar system, such as 10:15:30.
localTime() - Static method in class java.time.temporal.TemporalQueries
A query for LocalTime returning null if not found.
locate(int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by getComponentAt(int, int).
locate(int, int) - Method in class java.awt.Container
Deprecated.
As of JDK version 1.1, replaced by getComponentAt(int, int).
LocateRegistry - Class in java.rmi.registry
LocateRegistry is used to obtain a reference to a bootstrap remote object registry on a particular host (including the local host), or to create a remote object registry that accepts calls on a specific port.
location() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by getLocation().
location(int, int) - Method in class java.awt.GridBagLayout
Determines which cell in the layout grid contains the point specified by (x, y).
locatorsUpdateCopy() - Method in interface java.sql.DatabaseMetaData
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
lock(long, long, boolean, A, CompletionHandler<FileLock, ? super A>) - Method in class java.nio.channels.AsynchronousFileChannel
Acquires a lock on the given region of this channel's file.
lock(A, CompletionHandler<FileLock, ? super A>) - Method in class java.nio.channels.AsynchronousFileChannel
Acquires an exclusive lock on this channel's file.
lock(long, long, boolean) - Method in class java.nio.channels.AsynchronousFileChannel
Acquires a lock on the given region of this channel's file.
lock() - Method in class java.nio.channels.AsynchronousFileChannel
Acquires an exclusive lock on this channel's file.
lock(long, long, boolean) - Method in class java.nio.channels.FileChannel
Acquires a lock on the given region of this channel's file.
lock() - Method in class java.nio.channels.FileChannel
Acquires an exclusive lock on this channel's file.
Lock - Interface in java.util.concurrent.locks
Lock implementations provide more extensive locking operations than can be obtained using synchronized methods and statements.
lock() - Method in interface java.util.concurrent.locks.Lock
Acquires the lock.
lock() - Method in class java.util.concurrent.locks.ReentrantLock
Acquires the lock.
lock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock.
lock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock.
lock - Variable in class java.util.prefs.AbstractPreferences
An object whose monitor is used to lock this node.
LockInfo - Class in java.lang.management
Information about a lock.
LockInfo(String, int) - Constructor for class java.lang.management.LockInfo
Constructs a LockInfo object.
lockInterruptibly() - Method in interface java.util.concurrent.locks.Lock
Acquires the lock unless the current thread is interrupted.
lockInterruptibly() - Method in class java.util.concurrent.locks.ReentrantLock
Acquires the lock unless the current thread is interrupted.
lockInterruptibly() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock unless the current thread is interrupted.
lockInterruptibly() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock unless the current thread is interrupted.
LockSupport - Class in java.util.concurrent.locks
Basic thread blocking primitives for creating locks and other synchronization classes.
log(double) - Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
log(double) - Static method in class java.lang.StrictMath
Returns the natural logarithm (base e) of a double value.
log(String) - Static method in class java.rmi.server.LogStream
Deprecated.
no replacement
log(LogRecord) - Method in class java.util.logging.Logger
Log a LogRecord.
log(Level, String) - Method in class java.util.logging.Logger
Log a message, with no arguments.
log(Level, Supplier<String>) - Method in class java.util.logging.Logger
Log a message, which is only to be constructed if the logging level is such that the message will actually be logged.
log(Level, String, Object) - Method in class java.util.logging.Logger
Log a message, with one object parameter.
log(Level, String, Object[]) - Method in class java.util.logging.Logger
Log a message, with an array of object arguments.
log(Level, String, Throwable) - Method in class java.util.logging.Logger
Log a message, with associated Throwable information.
log(Level, Throwable, Supplier<String>) - Method in class java.util.logging.Logger
Log a lazily constructed message, with associated Throwable information.
log10(double) - Static method in class java.lang.Math
Returns the base 10 logarithm of a double value.
log10(double) - Static method in class java.lang.StrictMath
Returns the base 10 logarithm of a double value.
log1p(double) - Static method in class java.lang.Math
Returns the natural logarithm of the sum of the argument and 1.
log1p(double) - Static method in class java.lang.StrictMath
Returns the natural logarithm of the sum of the argument and 1.
Logger - Class in java.util.logging
A Logger object is used to log messages for a specific system or application component.
Logger(String, String) - Constructor for class java.util.logging.Logger
Protected method to construct a logger for a named subsystem.
LOGGING_MXBEAN_NAME - Static variable in class java.util.logging.LogManager
String representation of the ObjectName for the management interface for the logging facility.
LoggingMXBean - Interface in java.util.logging
The management interface for the logging facility.
LoggingPermission - Class in java.util.logging
The permission which the SecurityManager will check when code that is running with a SecurityManager calls one of the logging control methods (such as Logger.setLevel).
LoggingPermission(String, String) - Constructor for class java.util.logging.LoggingPermission
Creates a new LoggingPermission object.
logicalAnd(boolean, boolean) - Static method in class java.lang.Boolean
Returns the result of applying the logical AND operator to the specified boolean operands.
logicalOr(boolean, boolean) - Static method in class java.lang.Boolean
Returns the result of applying the logical OR operator to the specified boolean operands.
logicalXor(boolean, boolean) - Static method in class java.lang.Boolean
Returns the result of applying the logical XOR operator to the specified boolean operands.
login(Subject, CallbackHandler) - Method in class java.security.AuthProvider
Log in to this provider.
LogManager - Class in java.util.logging
There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services.
LogManager() - Constructor for class java.util.logging.LogManager
Protected constructor.
logout() - Method in class java.security.AuthProvider
Log out from this provider.
logp(Level, String, String, String) - Method in class java.util.logging.Logger
Log a message, specifying source class and method, with no arguments.
logp(Level, String, String, Supplier<String>) - Method in class java.util.logging.Logger
Log a lazily constructed message, specifying source class and method, with no arguments.
logp(Level, String, String, String, Object) - Method in class java.util.logging.Logger
Log a message, specifying source class and method, with a single object parameter to the log message.
logp(Level, String, String, String, Object[]) - Method in class java.util.logging.Logger
Log a message, specifying source class and method, with an array of object arguments.
logp(Level, String, String, String, Throwable) - Method in class java.util.logging.Logger
Log a message, specifying source class and method, with associated Throwable information.
logp(Level, String, String, Throwable, Supplier<String>) - Method in class java.util.logging.Logger
Log a lazily constructed message, specifying source class and method, with associated Throwable information.
logrb(Level, String, String, String, String) - Method in class java.util.logging.Logger
logrb(Level, String, String, String, String, Object) - Method in class java.util.logging.Logger
logrb(Level, String, String, String, String, Object[]) - Method in class java.util.logging.Logger
logrb(Level, String, String, ResourceBundle, String, Object...) - Method in class java.util.logging.Logger
Log a message, specifying source class, method, and resource bundle, with an optional list of message parameters.
logrb(Level, String, String, String, String, Throwable) - Method in class java.util.logging.Logger
logrb(Level, String, String, ResourceBundle, String, Throwable) - Method in class java.util.logging.Logger
Log a message, specifying source class, method, and resource bundle, with associated Throwable information.
LogRecord - Class in java.util.logging
LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.
LogRecord(Level, String) - Constructor for class java.util.logging.LogRecord
Construct a LogRecord with the given level and message values.
LogStream - Class in java.rmi.server
Deprecated.
no replacement
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the specified long argument.
Long(String) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the long value indicated by the String parameter.
LONG - Static variable in class java.text.DateFormat
Constant for long style pattern.
LONG - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames equivalent to Calendar.LONG_FORMAT.
LONG - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a long name, such as "Pacific Standard Time."
LONG_FORMAT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a long name used for format.
LONG_STANDALONE - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a long name used independently, such as a month name as calendar headers.
LongAccumulator - Class in java.util.concurrent.atomic
One or more variables that together maintain a running long value updated using a supplied function.
LongAccumulator(LongBinaryOperator, long) - Constructor for class java.util.concurrent.atomic.LongAccumulator
Creates a new instance using the given accumulator function and identity element.
LongAdder - Class in java.util.concurrent.atomic
One or more variables that together maintain an initially zero long sum.
LongAdder() - Constructor for class java.util.concurrent.atomic.LongAdder
Creates a new adder with initial sum of zero.
LongBinaryOperator - Interface in java.util.function
Represents an operation upon two long-valued operands and producing a long-valued result.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double value corresponding to a given bit representation.
LongBuffer - Class in java.nio
A long buffer.
LongConsumer - Interface in java.util.function
Represents an operation that accepts a single long-valued argument and returns no result.
LongFunction<R> - Interface in java.util.function
Represents a function that accepts a long-valued argument and produces a result.
LONGNVARCHAR - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGNVARCHAR.
LongPredicate - Interface in java.util.function
Represents a predicate (boolean-valued function) of one long-valued argument.
longs(long) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a stream producing the given streamSize number of pseudorandom long values.
longs() - Method in class java.util.concurrent.ThreadLocalRandom
Returns an effectively unlimited stream of pseudorandom long values.
longs(long, long, long) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a stream producing the given streamSize number of pseudorandom long, each conforming to the given origin (inclusive) and bound (exclusive).
longs(long, long) - Method in class java.util.concurrent.ThreadLocalRandom
Returns an effectively unlimited stream of pseudorandom long values, each conforming to the given origin (inclusive) and bound (exclusive).
longs(long) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom long values.
longs() - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom long values.
longs(long, long, long) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom long, each conforming to the given origin (inclusive) and bound (exclusive).
longs(long, long) - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom long values, each conforming to the given origin (inclusive) and bound (exclusive).
longs(long) - Method in class java.util.SplittableRandom
Returns a stream producing the given streamSize number of pseudorandom long values from this generator and/or one split from it.
longs() - Method in class java.util.SplittableRandom
Returns an effectively unlimited stream of pseudorandom long values from this generator and/or one split from it.
longs(long, long, long) - Method in class java.util.SplittableRandom
Returns a stream producing the given streamSize number of pseudorandom long values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
longs(long, long) - Method in class java.util.SplittableRandom
Returns an effectively unlimited stream of pseudorandom long values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
LongStream - Interface in java.util.stream
A sequence of primitive long-valued elements supporting sequential and parallel aggregate operations.
longStream(Spliterator.OfLong, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel LongStream from a Spliterator.OfLong.
longStream(Supplier<? extends Spliterator.OfLong>, int, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel LongStream from a Supplier of Spliterator.OfLong.
LongStream.Builder - Interface in java.util.stream
A mutable builder for a LongStream.
LongSummaryStatistics - Class in java.util
A state object for collecting statistics such as count, min, max, sum, and average.
LongSummaryStatistics() - Constructor for class java.util.LongSummaryStatistics
Construct an empty instance with zero count, zero sum, Long.MAX_VALUE min, Long.MIN_VALUE max and zero average.
LongSupplier - Interface in java.util.function
Represents a supplier of long-valued results.
LongToDoubleFunction - Interface in java.util.function
Represents a function that accepts a long-valued argument and produces a double-valued result.
LongToIntFunction - Interface in java.util.function
Represents a function that accepts a long-valued argument and produces an int-valued result.
LongUnaryOperator - Interface in java.util.function
Represents an operation on a single long-valued operand that produces a long-valued result.
longValue() - Method in class java.lang.Byte
Returns the value of this Byte as a long after a widening primitive conversion.
longValue() - Method in class java.lang.Double
Returns the value of this Double as a long after a narrowing primitive conversion.
longValue() - Method in class java.lang.Float
Returns value of this Float as a long after a narrowing primitive conversion.
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long after a widening primitive conversion.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
longValue() - Method in class java.lang.Number
Returns the value of the specified number as a long, which may involve rounding or truncation.
longValue() - Method in class java.lang.Short
Returns the value of this Short as a long after a widening primitive conversion.
longValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to a long.
longValue() - Method in class java.math.BigInteger
Converts this BigInteger to a long.
longValue() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the value of this AtomicInteger as a long after a widening primitive conversion.
longValue() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the value of this AtomicLong as a long.
longValue() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Returns the current value as a long after a narrowing primitive conversion.
longValue() - Method in class java.util.concurrent.atomic.DoubleAdder
Returns the DoubleAdder.sum() as a long after a narrowing primitive conversion.
longValue() - Method in class java.util.concurrent.atomic.LongAccumulator
Equivalent to LongAccumulator.get().
longValue() - Method in class java.util.concurrent.atomic.LongAdder
Equivalent to LongAdder.sum().
longValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a long, checking for lost information.
longValueExact() - Method in class java.math.BigInteger
Converts this BigInteger to a long, checking for lost information.
LONGVARBINARY - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARBINARY.
LONGVARCHAR - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARCHAR.
lookingAt() - Method in class java.util.regex.Matcher
Attempts to match the input sequence, starting at the beginning of the region, against the pattern.
lookup(Class<?>) - Static method in class java.io.ObjectStreamClass
Find the descriptor for a class that can be serialized.
lookup() - Static method in class java.lang.invoke.MethodHandles
Returns a lookup object with full capabilities to emulate all supported bytecode behaviors of the caller.
lookup(String) - Static method in class java.rmi.Naming
Returns a reference, a stub, for the remote object associated with the specified name.
lookup(String) - Method in interface java.rmi.registry.Registry
Returns the remote reference bound to the specified name in this registry.
lookup(List<Locale.LanguageRange>, Collection<Locale>) - Static method in class java.util.Locale
Returns a Locale instance for the best-matching language tag using the lookup mechanism defined in RFC 4647.
lookupAny(Class<?>) - Static method in class java.io.ObjectStreamClass
Returns the descriptor for any class, regardless of whether it implements Serializable.
lookupClass() - Method in class java.lang.invoke.MethodHandles.Lookup
Tells which class is performing the lookup.
lookupConstraints(Component) - Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
lookupModes() - Method in class java.lang.invoke.MethodHandles.Lookup
Tells which access-protection classes of members this lookup object can produce.
LookupOp - Class in java.awt.image
This class implements a lookup operation from the source to the destination.
LookupOp(LookupTable, RenderingHints) - Constructor for class java.awt.image.LookupOp
Constructs a LookupOp object given the lookup table and a RenderingHints object, which might be null.
lookupPixel(int[], int[]) - Method in class java.awt.image.ByteLookupTable
Returns an array of samples of a pixel, translated with the lookup table.
lookupPixel(byte[], byte[]) - Method in class java.awt.image.ByteLookupTable
Returns an array of samples of a pixel, translated with the lookup table.
lookupPixel(int[], int[]) - Method in class java.awt.image.LookupTable
Returns an int array of components for one pixel.
lookupPixel(int[], int[]) - Method in class java.awt.image.ShortLookupTable
Returns an array of samples of a pixel, translated with the lookup table.
lookupPixel(short[], short[]) - Method in class java.awt.image.ShortLookupTable
Returns an array of samples of a pixel, translated with the lookup table.
lookupPrincipalByGroupName(String) - Method in class java.nio.file.attribute.UserPrincipalLookupService
Lookup a group principal by group name.
lookupPrincipalByName(String) - Method in class java.nio.file.attribute.UserPrincipalLookupService
Lookup a user principal by name.
lookupPrintServices() - Static method in class java.awt.print.PrinterJob
A convenience method which looks up 2D print services.
lookupStreamPrintServices(String) - Static method in class java.awt.print.PrinterJob
A convenience method which locates factories for stream print services which can image 2D graphics.
LookupTable - Class in java.awt.image
This abstract class defines a lookup table object.
LookupTable(int, int) - Constructor for class java.awt.image.LookupTable
Constructs a new LookupTable from the number of components and an offset into the lookup table.
lookupTag(List<Locale.LanguageRange>, Collection<String>) - Static method in class java.util.Locale
Returns the best-matching language tag using the lookup mechanism defined in RFC 4647.
loop() - Method in interface java.applet.AudioClip
Starts playing this audio clip in a loop.
LOST_FOCUS - Static variable in class java.awt.Event
A component lost the focus.
lostFocus(Event, Object) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
lostOwnership(Clipboard, Transferable) - Method in interface java.awt.datatransfer.ClipboardOwner
Notifies this object that it is no longer the clipboard owner.
lostOwnership(Clipboard, Transferable) - Method in class java.awt.datatransfer.StringSelection
 
LOW_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Low Surrogates" Unicode character block.
lower(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
lower(E) - Method in interface java.util.NavigableSet
Returns the greatest element in this set strictly less than the given element, or null if there is no such element.
lower(E) - Method in class java.util.TreeSet
 
LOWERCASE_LETTER - Static variable in class java.lang.Character
General category "Ll" in the Unicode specification.
lowerCaseMode(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not word token are automatically lowercased.
lowerEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key.
lowerEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key.
lowerEntry(K) - Method in class java.util.TreeMap
 
lowerKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
lowerKey(K) - Method in interface java.util.NavigableMap
Returns the greatest key strictly less than the given key, or null if there is no such key.
lowerKey(K) - Method in class java.util.TreeMap
 
lowestOneBit(int) - Static method in class java.lang.Integer
Returns an int value with at most a single one-bit, in the position of the lowest-order ("rightmost") one-bit in the specified int value.
lowestOneBit(long) - Static method in class java.lang.Long
Returns a long value with at most a single one-bit, in the position of the lowest-order ("rightmost") one-bit in the specified long value.
lowSurrogate(int) - Static method in class java.lang.Character
Returns the trailing surrogate (a low surrogate code unit) of the surrogate pair representing the specified supplementary character (Unicode code point) in the UTF-16 encoding.
LYCIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lycian" Unicode character block.
LYDIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lydian" Unicode character block.

M

magenta - Static variable in class java.awt.Color
The color magenta.
MAGENTA - Static variable in class java.awt.Color
The color magenta.
MAHJONG_TILES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mahjong Tiles" Unicode character block.
mail() - Method in class java.awt.Desktop
Launches the mail composing window of the user default mail client.
mail(URI) - Method in class java.awt.Desktop
Launches the mail composing window of the user default mail client, filling the message fields specified by a mailto: URI.
mail(URI) - Method in interface java.awt.peer.DesktopPeer
Launches the mail composing window of the user default mail client, filling the message fields including to, cc, etc, with the values specified by the given mailto URL.
MAIN_CLASS - Static variable in class java.util.jar.Attributes.Name
Name object for Main-Class manifest attribute used for launching applications packaged in JAR files.
makeBounds(double, double, double, double) - Method in class java.awt.geom.Arc2D.Double
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the framing rectangle of this arc.
makeBounds(double, double, double, double) - Method in class java.awt.geom.Arc2D.Float
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the framing rectangle of this arc.
makeBounds(double, double, double, double) - Method in class java.awt.geom.Arc2D
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the framing rectangle of this arc.
makeVisible(int) - Method in class java.awt.List
Makes the item at the specified index visible.
makeVisible(int) - Method in interface java.awt.peer.ListPeer
Makes sure that the item at the specified index is visible, by scrolling the list or similar.
MALAYALAM - Static variable in class java.awt.font.NumericShaper
Identifies the MALAYALAM range and decimal base.
MALAYALAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Malayalam" Unicode character block.
malformedForLength(int) - Static method in class java.nio.charset.CoderResult
Static factory method that returns the unique object describing a malformed-input error of the given length.
malformedInputAction() - Method in class java.nio.charset.CharsetDecoder
Returns this decoder's current action for malformed-input errors.
malformedInputAction() - Method in class java.nio.charset.CharsetEncoder
Returns this encoder's current action for malformed-input errors.
MalformedInputException - Exception in java.nio.charset
Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence.
MalformedInputException(int) - Constructor for exception java.nio.charset.MalformedInputException
Constructs an MalformedInputException with the given length.
MalformedParameterizedTypeException - Exception in java.lang.reflect
Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it.
MalformedParameterizedTypeException() - Constructor for exception java.lang.reflect.MalformedParameterizedTypeException
 
MalformedParametersException - Exception in java.lang.reflect
Thrown when the java.lang.reflect package attempts to read method parameters from a class file and determines that one or more parameters are malformed.
MalformedParametersException() - Constructor for exception java.lang.reflect.MalformedParametersException
Create a MalformedParametersException with an empty reason.
MalformedParametersException(String) - Constructor for exception java.lang.reflect.MalformedParametersException
Create a MalformedParametersException.
MalformedURLException - Exception in java.net
Thrown to indicate that a malformed URL has occurred.
MalformedURLException() - Constructor for exception java.net.MalformedURLException
Constructs a MalformedURLException with no detail message.
MalformedURLException(String) - Constructor for exception java.net.MalformedURLException
Constructs a MalformedURLException with the specified detail message.
managedBlock(ForkJoinPool.ManagedBlocker) - Static method in class java.util.concurrent.ForkJoinPool
Runs the given possibly blocking task.
ManagementFactory - Class in java.lang.management
The ManagementFactory class is a factory class for getting managed beans for the Java platform.
ManagementPermission - Class in java.lang.management
The permission which the SecurityManager will check when code that is running with a SecurityManager calls methods defined in the management interface for the Java platform.
ManagementPermission(String) - Constructor for class java.lang.management.ManagementPermission
Constructs a ManagementPermission with the specified name.
ManagementPermission(String, String) - Constructor for class java.lang.management.ManagementPermission
Constructs a new ManagementPermission object.
MANDAIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mandaic" Unicode character block.
Manifest - Class in java.util.jar
The Manifest class is used to maintain Manifest entry names and their associated Attributes.
Manifest() - Constructor for class java.util.jar.Manifest
Constructs a new, empty Manifest.
Manifest(InputStream) - Constructor for class java.util.jar.Manifest
Constructs a new Manifest from the specified input stream.
Manifest(Manifest) - Constructor for class java.util.jar.Manifest
Constructs a new Manifest that is a copy of the specified Manifest.
MANIFEST_NAME - Static variable in class java.util.jar.JarFile
The JAR manifest file name.
MANIFEST_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Manifest-Version manifest attribute.
map(FileChannel.MapMode, long, long) - Method in class java.nio.channels.FileChannel
Maps a region of this channel's file directly into memory.
map - Variable in class java.util.jar.Attributes
The attribute name-value mappings.
Map<K,V> - Interface in java.util
An object that maps keys to values.
map(Function<? super T, ? extends U>) - Method in class java.util.Optional
If a value is present, apply the provided mapping function to it, and if the result is non-null, return an Optional describing the result.
map(DoubleUnaryOperator) - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(IntUnaryOperator) - Method in interface java.util.stream.IntStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(LongUnaryOperator) - Method in interface java.util.stream.LongStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(Function<? super T, ? extends R>) - Method in interface java.util.stream.Stream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
Map.Entry<K,V> - Interface in java.util
A map entry (key-value pair).
mapEquivalents(List<Locale.LanguageRange>, Map<String, List<String>>) - Static method in class java.util.Locale.LanguageRange
Generates a new customized Language Priority List using the given priorityList and map.
mapInputMethodHighlight(InputMethodHighlight) - Method in class java.awt.Toolkit
Returns a map of visual attributes for the abstract level description of the given input method highlight, or null if no mapping is found.
mapLibraryName(String) - Static method in class java.lang.System
Maps a library name into a platform-specific string representing a native library.
MappedByteBuffer - Class in java.nio
A direct byte buffer whose content is a memory-mapped region of a file.
mapping(Function<? super T, ? extends U>, Collector<? super U, A, R>) - Static method in class java.util.stream.Collectors
Adapts a Collector accepting elements of type U to one accepting elements of type T by applying a mapping function to each input element before accumulation.
mappingCount() - Method in class java.util.concurrent.ConcurrentHashMap
Returns the number of mappings.
mapRenderContext(int, RenderContext, ParameterBlock, RenderableImage) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Maps the operation's output RenderContext into a RenderContext for each of the operation's sources.
mapToDouble(IntToDoubleFunction) - Method in interface java.util.stream.IntStream
Returns a DoubleStream consisting of the results of applying the given function to the elements of this stream.
mapToDouble(LongToDoubleFunction) - Method in interface java.util.stream.LongStream
Returns a DoubleStream consisting of the results of applying the given function to the elements of this stream.
mapToDouble(ToDoubleFunction<? super T>) - Method in interface java.util.stream.Stream
Returns a DoubleStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(DoubleToIntFunction) - Method in interface java.util.stream.DoubleStream
Returns an IntStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(LongToIntFunction) - Method in interface java.util.stream.LongStream
Returns an IntStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(ToIntFunction<? super T>) - Method in interface java.util.stream.Stream
Returns an IntStream consisting of the results of applying the given function to the elements of this stream.
mapToLong(DoubleToLongFunction) - Method in interface java.util.stream.DoubleStream
Returns a LongStream consisting of the results of applying the given function to the elements of this stream.
mapToLong(IntToLongFunction) - Method in interface java.util.stream.IntStream
Returns a LongStream consisting of the results of applying the given function to the elements of this stream.
mapToLong(ToLongFunction<? super T>) - Method in interface java.util.stream.Stream
Returns a LongStream consisting of the results of applying the given function to the elements of this stream.
mapToObj(DoubleFunction<? extends U>) - Method in interface java.util.stream.DoubleStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
mapToObj(IntFunction<? extends U>) - Method in interface java.util.stream.IntStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
mapToObj(LongFunction<? extends U>) - Method in interface java.util.stream.LongStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
MARCH - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the third month of the year in the Gregorian and Julian calendars.
mark(int) - Method in class java.io.BufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class java.io.BufferedReader
Marks the present position in the stream.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.CharArrayReader
Marks the present position in the stream.
mark(int) - Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.FilterReader
Marks the present position in the stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.LineNumberInputStream
Deprecated.
Marks the current position in this input stream.
mark(int) - Method in class java.io.LineNumberReader
Mark the present position in the stream.
mark(int) - Method in class java.io.PushbackInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.PushbackReader
Marks the present position in the stream.
mark(int) - Method in class java.io.Reader
Marks the present position in the stream.
mark(int) - Method in class java.io.StringReader
Marks the present position in the stream.
mark() - Method in class java.nio.Buffer
Sets this buffer's mark at its position.
mark(int) - Method in class java.util.zip.DeflaterInputStream
This operation is not supported.
mark(int) - Method in class java.util.zip.InflaterInputStream
Marks the current position in this input stream.
markedPos - Variable in class java.io.CharArrayReader
The position of mark in buffer.
marklimit - Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markpos - Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
markSupported() - Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.BufferedReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class java.io.CharArrayReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.FilterReader
Tells whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.PushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported() - Method in class java.io.PushbackReader
Tells whether this stream supports the mark() operation, which it does not.
markSupported() - Method in class java.io.Reader
Tells whether this stream supports the mark() operation.
markSupported() - Method in class java.io.StringReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.util.zip.DeflaterInputStream
Always returns false because this input stream does not support the mark() and reset() methods.
markSupported() - Method in class java.util.zip.InflaterInputStream
Tests if this input stream supports the mark and reset methods.
MarshalException - Exception in java.rmi
A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
MarshalException(String) - Constructor for exception java.rmi.MarshalException
Constructs a MarshalException with the specified detail message.
MarshalException(String, Exception) - Constructor for exception java.rmi.MarshalException
Constructs a MarshalException with the specified detail message and nested exception.
MarshalledObject<T> - Class in java.rmi
A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
MarshalledObject(T) - Constructor for class java.rmi.MarshalledObject
Creates a new MarshalledObject that contains the serialized representation of the current state of the supplied object.
match(DataFlavor) - Method in class java.awt.datatransfer.DataFlavor
match(Certificate) - Method in interface java.security.cert.CertSelector
Decides whether a Certificate should be selected.
match(CRL) - Method in interface java.security.cert.CRLSelector
Decides whether a CRL should be selected.
match(Certificate) - Method in class java.security.cert.X509CertSelector
Decides whether a Certificate should be selected.
match(CRL) - Method in class java.security.cert.X509CRLSelector
Decides whether a CRL should be selected.
match() - Method in class java.util.Scanner
Returns the match result of the last scanning operation performed by this scanner.
Matcher - Class in java.util.regex
An engine that performs match operations on a character sequence by interpreting a Pattern.
matcher(CharSequence) - Method in class java.util.regex.Pattern
Creates a matcher that will match the given input against this pattern.
matches(String) - Method in class java.lang.String
Tells whether or not this string matches the given regular expression.
matches(Path) - Method in interface java.nio.file.PathMatcher
Tells if given path matches this matcher's pattern.
matches() - Method in class java.util.regex.Matcher
Attempts to match the entire region against the pattern.
matches(String, CharSequence) - Static method in class java.util.regex.Pattern
Compiles the given regular expression and attempts to match the given input against it.
MatchResult - Interface in java.util.regex
The result of a match operation.
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
MATH_SYMBOL - Static variable in class java.lang.Character
General category "Sm" in the Unicode specification.
MathContext - Class in java.math
Immutable objects which encapsulate the context settings which describe certain rules for numerical operators, such as those implemented by the BigDecimal class.
MathContext(int) - Constructor for class java.math.MathContext
Constructs a new MathContext with the specified precision and the HALF_UP rounding mode.
MathContext(int, RoundingMode) - Constructor for class java.math.MathContext
Constructs a new MathContext with a specified precision and rounding mode.
MathContext(String) - Constructor for class java.math.MathContext
Constructs a new MathContext from a string.
MATHEMATICAL_ALPHANUMERIC_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mathematical Alphanumeric Symbols" Unicode character block.
MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mathematical Operators" Unicode character block.
max(double, double) - Static method in class java.lang.Double
Returns the greater of two double values as if by calling Math.max.
max(float, float) - Static method in class java.lang.Float
Returns the greater of two float values as if by calling Math.max.
max(int, int) - Static method in class java.lang.Integer
Returns the greater of two int values as if by calling Math.max.
max(long, long) - Static method in class java.lang.Long
Returns the greater of two long values as if by calling Math.max.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(int, int) - Static method in class java.lang.StrictMath
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.StrictMath
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.StrictMath
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.StrictMath
Returns the greater of two double values.
max(BigDecimal) - Method in class java.math.BigDecimal
Returns the maximum of this BigDecimal and val.
max(BigInteger) - Method in class java.math.BigInteger
Returns the maximum of this BigInteger and val.
MAX - Static variable in class java.time.Instant
The maximum supported Instant, '1000000000-12-31T23:59:59.999999999Z'.
MAX - Static variable in class java.time.LocalDate
The maximum supported LocalDate, '+999999999-12-31'.
MAX - Static variable in class java.time.LocalDateTime
The maximum supported LocalDateTime, '+999999999-12-31T23:59:59.999999999'.
MAX - Static variable in class java.time.LocalTime
The maximum supported LocalTime, '23:59:59.999999999'.
MAX - Static variable in class java.time.OffsetDateTime
The maximum supported OffsetDateTime, '+999999999-12-31T23:59:59.999999999-18:00'.
MAX - Static variable in class java.time.OffsetTime
The maximum supported OffsetTime, '23:59:59.999999999-18:00'.
MAX - Static variable in class java.time.ZoneOffset
Constant for the maximum supported offset.
max(Collection<? extends T>) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the natural ordering of its elements.
max(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the order induced by the specified comparator.
max() - Method in interface java.util.stream.DoubleStream
Returns an OptionalDouble describing the maximum element of this stream, or an empty OptionalDouble if this stream is empty.
max() - Method in interface java.util.stream.IntStream
Returns an OptionalInt describing the maximum element of this stream, or an empty optional if this stream is empty.
max() - Method in interface java.util.stream.LongStream
Returns an OptionalLong describing the maximum element of this stream, or an empty optional if this stream is empty.
max(Comparator<? super T>) - Method in interface java.util.stream.Stream
Returns the maximum element of this stream according to the provided Comparator.
MAX_CODE_POINT - Static variable in class java.lang.Character
The maximum value of a Unicode code point, constant U+10FFFF.
MAX_EXPONENT - Static variable in class java.lang.Double
Maximum exponent a finite double variable may have.
MAX_EXPONENT - Static variable in class java.lang.Float
Maximum exponent a finite float variable may have.
MAX_HIGH_SURROGATE - Static variable in class java.lang.Character
The maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding, constant '\uDBFF'.
MAX_KEY_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum length of string allowed as a key (80 characters).
MAX_LOW_SURROGATE - Static variable in class java.lang.Character
The maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding, constant '\uDFFF'.
MAX_NAME_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum length of a node name (80 characters).
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from strings.
MAX_SURROGATE - Static variable in class java.lang.Character
The maximum value of a Unicode surrogate code unit in the UTF-16 encoding, constant '\uDFFF'.
MAX_VALUE - Static variable in class java.lang.Byte
A constant holding the maximum value a byte can have, 27-1.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char, '\uFFFF'.
MAX_VALUE - Static variable in class java.lang.Double
A constant holding the largest positive finite value of type double, (2-2-52)·21023.
MAX_VALUE - Static variable in class java.lang.Float
A constant holding the largest positive finite value of type float, (2-2-23)·2127.
MAX_VALUE - Static variable in class java.lang.Integer
A constant holding the maximum value an int can have, 231-1.
MAX_VALUE - Static variable in class java.lang.Long
A constant holding the maximum value a long can have, 263-1.
MAX_VALUE - Static variable in class java.lang.Short
A constant holding the maximum value a short can have, 215-1.
MAX_VALUE - Static variable in class java.time.Year
The maximum supported year, '+999,999,999'.
MAX_VALUE_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum length of string allowed as a value (8192 characters).
MAX_WEIGHT - Static variable in class java.util.Locale.LanguageRange
A constant holding the maximum value of weight, 1.0, which indicates that the language range is a good fit for the user.
maxBy(Comparator<? super T>) - Static method in interface java.util.function.BinaryOperator
Returns a BinaryOperator which returns the greater of two elements according to the specified Comparator.
maxBy(Comparator<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the maximal element according to a given Comparator, described as an Optional<T>.
maxBytesPerChar() - Method in class java.nio.charset.CharsetEncoder
Returns the maximum number of bytes that will be produced for each character of input.
maxCharsPerByte() - Method in class java.nio.charset.CharsetDecoder
Returns the maximum number of characters that will be produced for each byte of input.
MAXGRIDSIZE - Static variable in class java.awt.GridBagLayout
This field is no longer used to reserve arrays and kept for backward compatibility.
MAXIMIZED_BOTH - Static variable in class java.awt.Frame
This state bit mask indicates that frame is fully maximized (that is both horizontally and vertically).
MAXIMIZED_HORIZ - Static variable in class java.awt.Frame
This state bit indicates that frame is maximized in the horizontal direction.
MAXIMIZED_VERT - Static variable in class java.awt.Frame
This state bit indicates that frame is maximized in the vertical direction.
maximumLayoutSize(Container) - Method in class java.awt.BorderLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container) - Method in class java.awt.CardLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container) - Method in class java.awt.GridBagLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container) - Method in interface java.awt.LayoutManager2
Calculates the maximum size dimensions for the specified container, given the components it contains.
maxLength() - Method in enum java.time.Month
Gets the maximum length of this month in days.
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
MAY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fifth month of the year in the Gregorian and Julian calendars.
MediaTracker - Class in java.awt
The MediaTracker class is a utility class to track the status of a number of media objects.
MediaTracker(Component) - Constructor for class java.awt.MediaTracker
Creates a media tracker to track images for a given component.
MEDIUM - Static variable in class java.text.DateFormat
Constant for medium style pattern.
MEETEI_MAYEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Meetei Mayek" Unicode character block.
MEETEI_MAYEK_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Meetei Mayek Extensions" Unicode character block.
MEIJI - Static variable in class java.time.chrono.JapaneseEra
The singleton instance for the 'Meiji' era (1868-01-01 - 1912-07-29) which has the value -1.
Member - Interface in java.lang.reflect
Member is an interface that reflects identifying information about a single member (a field or a method) or a constructor.
members() - Method in interface java.security.acl.Group
Returns an enumeration of the members in the group.
MembershipKey - Class in java.nio.channels
A token representing the membership of an Internet Protocol (IP) multicast group.
MembershipKey() - Constructor for class java.nio.channels.MembershipKey
Initializes a new instance of this class.
MEMORY_COLLECTION_THRESHOLD_EXCEEDED - Static variable in class java.lang.management.MemoryNotificationInfo
Notification type denoting that the memory usage of a memory pool is greater than or equal to its collection usage threshold after the Java virtual machine has expended effort in recycling unused objects in that memory pool.
MEMORY_MANAGER_MXBEAN_DOMAIN_TYPE - Static variable in class java.lang.management.ManagementFactory
The domain name and the type key property in the ObjectName for a MemoryManagerMXBean.
MEMORY_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the MemoryMXBean.
MEMORY_POOL_MXBEAN_DOMAIN_TYPE - Static variable in class java.lang.management.ManagementFactory
The domain name and the type key property in the ObjectName for a MemoryPoolMXBean.
MEMORY_THRESHOLD_EXCEEDED - Static variable in class java.lang.management.MemoryNotificationInfo
Notification type denoting that the memory usage of a memory pool has reached or exceeded its usage threshold value.
MemoryHandler - Class in java.util.logging
Handler that buffers requests in a circular buffer in memory.
MemoryHandler() - Constructor for class java.util.logging.MemoryHandler
Create a MemoryHandler and configure it based on LogManager configuration properties.
MemoryHandler(Handler, int, Level) - Constructor for class java.util.logging.MemoryHandler
Create a MemoryHandler.
MemoryImageSource - Class in java.awt.image
This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image.
MemoryImageSource(int, int, ColorModel, byte[], int, int) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, byte[], int, int, Hashtable<?, ?>) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, int[], int, int) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, int[], int, int, Hashtable<?, ?>) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
MemoryImageSource(int, int, int[], int, int) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
MemoryImageSource(int, int, int[], int, int, Hashtable<?, ?>) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
MemoryManagerMXBean - Interface in java.lang.management
The management interface for a memory manager.
MemoryMXBean - Interface in java.lang.management
The management interface for the memory system of the Java virtual machine.
MemoryNotificationInfo - Class in java.lang.management
The information about a memory notification.
MemoryNotificationInfo(String, MemoryUsage, long) - Constructor for class java.lang.management.MemoryNotificationInfo
Constructs a MemoryNotificationInfo object.
MemoryPoolMXBean - Interface in java.lang.management
The management interface for a memory pool.
MemoryType - Enum in java.lang.management
Types of memory pools.
MemoryUsage - Class in java.lang.management
A MemoryUsage object represents a snapshot of memory usage.
MemoryUsage(long, long, long, long) - Constructor for class java.lang.management.MemoryUsage
Constructs a MemoryUsage object.
Menu - Class in java.awt
A Menu object is a pull-down menu component that is deployed from a menu bar.
Menu() - Constructor for class java.awt.Menu
Constructs a new menu with an empty label.
Menu(String) - Constructor for class java.awt.Menu
Constructs a new menu with the specified label.
Menu(String, boolean) - Constructor for class java.awt.Menu
Constructs a new menu with the specified label, indicating whether the menu can be torn off.
MENU - Static variable in class java.awt.SystemColor
The array index for the SystemColor.menu system color.
menu - Static variable in class java.awt.SystemColor
The color rendered for the background of menus.
Menu.AccessibleAWTMenu - Class in java.awt
Inner class of Menu used to provide default support for accessibility.
MENU_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.menuText system color.
MenuBar - Class in java.awt
The MenuBar class encapsulates the platform's concept of a menu bar bound to a frame.
MenuBar() - Constructor for class java.awt.MenuBar
Creates a new menu bar.
MenuBar.AccessibleAWTMenuBar - Class in java.awt
Inner class of MenuBar used to provide default support for accessibility.
MenuBarPeer - Interface in java.awt.peer
The peer interface for MenuBar.
MenuComponent - Class in java.awt
The abstract class MenuComponent is the superclass of all menu-related components.
MenuComponent() - Constructor for class java.awt.MenuComponent
Creates a MenuComponent.
MenuComponent.AccessibleAWTMenuComponent - Class in java.awt
Inner class of MenuComponent used to provide default support for accessibility.
MenuComponentPeer - Interface in java.awt.peer
The base interface for all kinds of menu components.
MenuContainer - Interface in java.awt
The super class of all menu related containers.
MenuItem - Class in java.awt
All items in a menu must belong to the class MenuItem, or one of its subclasses.
MenuItem() - Constructor for class java.awt.MenuItem
Constructs a new MenuItem with an empty label and no keyboard shortcut.
MenuItem(String) - Constructor for class java.awt.MenuItem
Constructs a new MenuItem with the specified label and no keyboard shortcut.
MenuItem(String, MenuShortcut) - Constructor for class java.awt.MenuItem
Create a menu item with an associated keyboard shortcut.
MenuItem.AccessibleAWTMenuItem - Class in java.awt
Inner class of MenuItem used to provide default support for accessibility.
MenuItemPeer - Interface in java.awt.peer
The peer interface for menu items.
MenuPeer - Interface in java.awt.peer
The peer interface for menus.
MenuShortcut - Class in java.awt
The MenuShortcutclass represents a keyboard accelerator for a MenuItem.
MenuShortcut(int) - Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified virtual keycode.
MenuShortcut(int, boolean) - Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified virtual keycode.
menuText - Static variable in class java.awt.SystemColor
The color rendered for the text of menus.
merge(Object, Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class java.security.Provider
If the specified key is not already associated with a value or is associated with null, associates it with the given value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a (non-null) value, associates it with the given value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.HashMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface java.util.Map
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.
merge(StringJoiner) - Method in class java.util.StringJoiner
Adds the contents of the given StringJoiner without prefix and suffix as the next element if it is non-empty.
MEROITIC_CURSIVE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Meroitic Cursive" Unicode character block.
MEROITIC_HIEROGLYPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Meroitic Hieroglyphs" Unicode character block.
MessageDigest - Class in java.security
This MessageDigest class provides applications the functionality of a message digest algorithm, such as SHA-1 or SHA-256.
MessageDigest(String) - Constructor for class java.security.MessageDigest
Creates a message digest with the specified algorithm name.
MessageDigestSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigestSpi() - Constructor for class java.security.MessageDigestSpi
 
MessageFormat - Class in java.text
MessageFormat provides a means to produce concatenated messages in a language-neutral way.
MessageFormat(String) - Constructor for class java.text.MessageFormat
Constructs a MessageFormat for the default FORMAT locale and the specified pattern.
MessageFormat(String, Locale) - Constructor for class java.text.MessageFormat
Constructs a MessageFormat for the specified locale and pattern.
MessageFormat.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from MessageFormat.formatToCharacterIterator.
META_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Meta key extended modifier constant.
META_MASK - Static variable in class java.awt.event.ActionEvent
The meta modifier.
META_MASK - Static variable in class java.awt.event.InputEvent
The Meta key modifier constant.
META_MASK - Static variable in class java.awt.Event
This flag indicates that the Meta key was down when the event occurred.
metaDown() - Method in class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatibility.
metafactory(MethodHandles.Lookup, String, MethodType, MethodType, MethodHandle, MethodType) - Static method in class java.lang.invoke.LambdaMetafactory
Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a provided MethodHandle, after appropriate type adaptation and partial evaluation of arguments.
Method - Class in java.lang.reflect
A Method provides information about, and access to, a single method on a class or interface.
method - Variable in class java.net.HttpURLConnection
The HTTP method (GET,POST,PUT,etc.).
METHOD_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
When concatenated with a method attribute name, indicates the format of that attribute.
MethodDescriptor - Class in java.beans
A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
MethodDescriptor(Method) - Constructor for class java.beans.MethodDescriptor
Constructs a MethodDescriptor from a Method.
MethodDescriptor(Method, ParameterDescriptor[]) - Constructor for class java.beans.MethodDescriptor
Constructs a MethodDescriptor from a Method providing descriptive information for each of the method's parameters.
MethodHandle - Class in java.lang.invoke
A method handle is a typed, directly executable reference to an underlying method, constructor, field, or similar low-level operation, with optional transformations of arguments or return values.
MethodHandleInfo - Interface in java.lang.invoke
A symbolic reference obtained by cracking a direct method handle into its consitutent symbolic parts.
MethodHandleProxies - Class in java.lang.invoke
This class consists exclusively of static methods that help adapt method handles to other JVM types, such as interfaces.
MethodHandles - Class in java.lang.invoke
This class consists exclusively of static methods that operate on or return method handles.
MethodHandles.Lookup - Class in java.lang.invoke
A lookup object is a factory for creating method handles, when the creation requires access checking.
methodModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a method.
MethodType - Class in java.lang.invoke
A method type represents the arguments and return type accepted and returned by a method handle, or the arguments and return type passed and expected by a method handle caller.
methodType(Class<?>, Class<?>[]) - Static method in class java.lang.invoke.MethodType
Finds or creates an instance of the given method type.
methodType(Class<?>, List<Class<?>>) - Static method in class java.lang.invoke.MethodType
Finds or creates a method type with the given components.
methodType(Class<?>, Class<?>, Class<?>...) - Static method in class java.lang.invoke.MethodType
Finds or creates a method type with the given components.
methodType(Class<?>) - Static method in class java.lang.invoke.MethodType
Finds or creates a method type with the given components.
methodType(Class<?>, Class<?>) - Static method in class java.lang.invoke.MethodType
Finds or creates a method type with the given components.
methodType(Class<?>, MethodType) - Static method in class java.lang.invoke.MethodType
Finds or creates a method type with the given components.
MGF1ParameterSpec - Class in java.security.spec
This class specifies the set of parameters used with mask generation function MGF1 in OAEP Padding and RSA-PSS signature scheme, as defined in the PKCS #1 v2.1 standard.
MGF1ParameterSpec(String) - Constructor for class java.security.spec.MGF1ParameterSpec
Constructs a parameter set for mask generation function MGF1 as defined in the PKCS #1 standard.
MIAO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miao" Unicode character block.
MIDNIGHT - Static variable in class java.time.LocalTime
The time of midnight at the start of the day, '00:00'.
millis() - Method in class java.time.Clock
Gets the current millisecond instant of the clock.
MILLISECOND - Static variable in class java.text.DateFormat.Field
Constant identifying the millisecond field.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MILLISECOND_FIELD - Static variable in class java.text.DateFormat
Useful constant for MILLISECOND field alignment.
MimeTypeParseException - Exception in java.awt.datatransfer
A class to encapsulate MimeType parsing related exceptions
MimeTypeParseException() - Constructor for exception java.awt.datatransfer.MimeTypeParseException
Constructs a MimeTypeParseException with no specified detail message.
MimeTypeParseException(String) - Constructor for exception java.awt.datatransfer.MimeTypeParseException
Constructs a MimeTypeParseException with the specified detail message.
min(double, double) - Static method in class java.lang.Double
Returns the smaller of two double values as if by calling Math.min.
min(float, float) - Static method in class java.lang.Float
Returns the smaller of two float values as if by calling Math.min.
min(int, int) - Static method in class java.lang.Integer
Returns the smaller of two int values as if by calling Math.min.
min(long, long) - Static method in class java.lang.Long
Returns the smaller of two long values as if by calling Math.min.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(int, int) - Static method in class java.lang.StrictMath
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.StrictMath
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.StrictMath
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.StrictMath
Returns the smaller of two double values.
min(BigDecimal) - Method in class java.math.BigDecimal
Returns the minimum of this BigDecimal and val.
min(BigInteger) - Method in class java.math.BigInteger
Returns the minimum of this BigInteger and val.
MIN - Static variable in class java.time.Instant
The minimum supported Instant, '-1000000000-01-01T00:00Z'.
MIN - Static variable in class java.time.LocalDate
The minimum supported LocalDate, '-999999999-01-01'.
MIN - Static variable in class java.time.LocalDateTime
The minimum supported LocalDateTime, '-999999999-01-01T00:00:00'.
MIN - Static variable in class java.time.LocalTime
The minimum supported LocalTime, '00:00'.
MIN - Static variable in class java.time.OffsetDateTime
The minimum supported OffsetDateTime, '-999999999-01-01T00:00:00+18:00'.
MIN - Static variable in class java.time.OffsetTime
The minimum supported OffsetTime, '00:00:00+18:00'.
MIN - Static variable in class java.time.ZoneOffset
Constant for the maximum supported offset.
min(Collection<? extends T>) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the natural ordering of its elements.
min(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the order induced by the specified comparator.
min() - Method in interface java.util.stream.DoubleStream
Returns an OptionalDouble describing the minimum element of this stream, or an empty OptionalDouble if this stream is empty.
min() - Method in interface java.util.stream.IntStream
Returns an OptionalInt describing the minimum element of this stream, or an empty optional if this stream is empty.
min() - Method in interface java.util.stream.LongStream
Returns an OptionalLong describing the minimum element of this stream, or an empty optional if this stream is empty.
min(Comparator<? super T>) - Method in interface java.util.stream.Stream
Returns the minimum element of this stream according to the provided Comparator.
MIN_CODE_POINT - Static variable in class java.lang.Character
The minimum value of a Unicode code point, constant U+0000.
MIN_EXPONENT - Static variable in class java.lang.Double
Minimum exponent a normalized double variable may have.
MIN_EXPONENT - Static variable in class java.lang.Float
Minimum exponent a normalized float variable may have.
MIN_HIGH_SURROGATE - Static variable in class java.lang.Character
The minimum value of a Unicode high-surrogate code unit in the UTF-16 encoding, constant '\uD800'.
MIN_LOW_SURROGATE - Static variable in class java.lang.Character
The minimum value of a Unicode low-surrogate code unit in the UTF-16 encoding, constant '\uDC00'.
MIN_NORMAL - Static variable in class java.lang.Double
A constant holding the smallest positive normal value of type double, 2-1022.
MIN_NORMAL - Static variable in class java.lang.Float
A constant holding the smallest positive normal value of type float, 2-126.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from strings.
MIN_SUPPLEMENTARY_CODE_POINT - Static variable in class java.lang.Character
The minimum value of a Unicode supplementary code point, constant U+10000.
MIN_SURROGATE - Static variable in class java.lang.Character
The minimum value of a Unicode surrogate code unit in the UTF-16 encoding, constant '\uD800'.
MIN_VALUE - Static variable in class java.lang.Byte
A constant holding the minimum value a byte can have, -27.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char, '\u0000'.
MIN_VALUE - Static variable in class java.lang.Double
A constant holding the smallest positive nonzero value of type double, 2-1074.
MIN_VALUE - Static variable in class java.lang.Float
A constant holding the smallest positive nonzero value of type float, 2-149.
MIN_VALUE - Static variable in class java.lang.Integer
A constant holding the minimum value an int can have, -231.
MIN_VALUE - Static variable in class java.lang.Long
A constant holding the minimum value a long can have, -263.
MIN_VALUE - Static variable in class java.lang.Short
A constant holding the minimum value a short can have, -215.
MIN_VALUE - Static variable in class java.time.Year
The minimum supported year, '-999,999,999'.
MIN_WEIGHT - Static variable in class java.util.Locale.LanguageRange
A constant holding the minimum value of weight, 0.0, which indicates that the language range is not a good fit for the user.
minBy(Comparator<? super T>) - Static method in interface java.util.function.BinaryOperator
Returns a BinaryOperator which returns the lesser of two elements according to the specified Comparator.
minBy(Comparator<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the minimal element according to a given Comparator, described as an Optional<T>.
MinguoChronology - Class in java.time.chrono
The Minguo calendar system.
MinguoDate - Class in java.time.chrono
A date in the Minguo calendar system.
MinguoEra - Enum in java.time.chrono
An era in the Minguo calendar system.
minimumLayoutSize(Container) - Method in class java.awt.BorderLayout
Determines the minimum size of the target container using this layout manager.
minimumLayoutSize(Container) - Method in class java.awt.CardLayout
Calculates the minimum size for the specified panel.
minimumLayoutSize(Container) - Method in class java.awt.FlowLayout
Returns the minimum dimensions needed to layout the visible components contained in the specified target container.
minimumLayoutSize(Container) - Method in class java.awt.GridBagLayout
Determines the minimum size of the parent container using this grid bag layout.
minimumLayoutSize(Container) - Method in class java.awt.GridLayout
Determines the minimum size of the container argument using this grid layout.
minimumLayoutSize(Container) - Method in interface java.awt.LayoutManager
Calculates the minimum size dimensions for the specified container, given the components it contains.
minimumSize() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by getMinimumSize().
minimumSize() - Method in class java.awt.Container
Deprecated.
As of JDK version 1.1, replaced by getMinimumSize().
minimumSize(int) - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, replaced by getMinimumSize(int).
minimumSize() - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, replaced by getMinimumSize().
minimumSize(int, int) - Method in class java.awt.TextArea
Deprecated.
As of JDK version 1.1, replaced by getMinimumSize(int, int).
minimumSize() - Method in class java.awt.TextArea
Deprecated.
As of JDK version 1.1, replaced by getMinimumSize().
minimumSize(int) - Method in class java.awt.TextField
Deprecated.
As of JDK version 1.1, replaced by getMinimumSize(int).
minimumSize() - Method in class java.awt.TextField
Deprecated.
As of JDK version 1.1, replaced by getMinimumSize().
minLength() - Method in enum java.time.Month
Gets the minimum length of this month in days.
MINSIZE - Static variable in class java.awt.GridBagLayout
The smallest grid that can be laid out by the grid bag layout.
minus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDate
Returns an object of the same type as this object with an amount subtracted.
minus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDate
Returns an object of the same type as this object with the specified period subtracted.
minus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDateTime
Returns an object of the same type as this object with an amount subtracted.
minus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDateTime
Returns an object of the same type as this object with the specified period subtracted.
minus(TemporalAmount) - Method in interface java.time.chrono.ChronoPeriod
Returns a copy of this period with the specified period subtracted.
minus(TemporalAmount) - Method in interface java.time.chrono.ChronoZonedDateTime
Returns an object of the same type as this object with an amount subtracted.
minus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoZonedDateTime
Returns an object of the same type as this object with the specified period subtracted.
minus(TemporalAmount) - Method in class java.time.chrono.HijrahDate
Returns an object of the same type as this object with an amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.chrono.HijrahDate
 
minus(TemporalAmount) - Method in class java.time.chrono.JapaneseDate
Returns an object of the same type as this object with an amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.chrono.JapaneseDate
 
minus(TemporalAmount) - Method in class java.time.chrono.MinguoDate
Returns an object of the same type as this object with an amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.chrono.MinguoDate
 
minus(TemporalAmount) - Method in class java.time.chrono.ThaiBuddhistDate
Returns an object of the same type as this object with an amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.chrono.ThaiBuddhistDate
 
minus(long) - Method in enum java.time.DayOfWeek
Returns the day-of-week that is the specified number of days before this one.
minus(Duration) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration subtracted.
minus(long, TemporalUnit) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration subtracted.
minus(TemporalAmount) - Method in class java.time.Instant
Returns a copy of this instant with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.Instant
Returns a copy of this instant with the specified amount subtracted.
minus(TemporalAmount) - Method in class java.time.LocalDate
Returns a copy of this date with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.LocalDate
Returns a copy of this date with the specified amount subtracted.
minus(TemporalAmount) - Method in class java.time.LocalDateTime
Returns a copy of this date-time with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.LocalDateTime
Returns a copy of this date-time with the specified amount subtracted.
minus(TemporalAmount) - Method in class java.time.LocalTime
Returns a copy of this time with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.LocalTime
Returns a copy of this time with the specified amount subtracted.
minus(long) - Method in enum java.time.Month
Returns the month-of-year that is the specified number of months before this one.
minus(TemporalAmount) - Method in class java.time.OffsetDateTime
Returns a copy of this date-time with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.OffsetDateTime
Returns a copy of this date-time with the specified amount subtracted.
minus(TemporalAmount) - Method in class java.time.OffsetTime
Returns a copy of this time with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.OffsetTime
Returns a copy of this time with the specified amount subtracted.
minus(TemporalAmount) - Method in class java.time.Period
Returns a copy of this period with the specified period subtracted.
minus(TemporalAmount) - Method in interface java.time.temporal.Temporal
Returns an object of the same type as this object with an amount subtracted.
minus(long, TemporalUnit) - Method in interface java.time.temporal.Temporal
Returns an object of the same type as this object with the specified period subtracted.
minus(TemporalAmount) - Method in class java.time.Year
Returns a copy of this year with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.Year
Returns a copy of this year with the specified amount subtracted.
minus(TemporalAmount) - Method in class java.time.YearMonth
Returns a copy of this year-month with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.YearMonth
Returns a copy of this year-month with the specified amount subtracted.
minus(TemporalAmount) - Method in class java.time.ZonedDateTime
Returns a copy of this date-time with the specified amount subtracted.
minus(long, TemporalUnit) - Method in class java.time.ZonedDateTime
Returns a copy of this date-time with the specified amount subtracted.
minusDays(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in standard 24 hour days subtracted.
minusDays(long) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the specified number of days subtracted.
minusDays(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of days subtracted.
minusDays(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of days subtracted.
minusDays(long) - Method in class java.time.Period
Returns a copy of this period with the specified days subtracted.
minusDays(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of days subtracted.
minusHours(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in hours subtracted.
minusHours(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of hours subtracted.
minusHours(long) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the specified number of hours subtracted.
minusHours(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of hours subtracted.
minusHours(long) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified number of hours subtracted.
minusHours(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of hours subtracted.
minusMillis(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in milliseconds subtracted.
minusMillis(long) - Method in class java.time.Instant
Returns a copy of this instant with the specified duration in milliseconds subtracted.
minusMinutes(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in minutes subtracted.
minusMinutes(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of minutes subtracted.
minusMinutes(long) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the specified number of minutes subtracted.
minusMinutes(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of minutes subtracted.
minusMinutes(long) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified number of minutes subtracted.
minusMinutes(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of minutes subtracted.
minusMonths(long) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the specified number of months subtracted.
minusMonths(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of months subtracted.
minusMonths(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of months subtracted.
minusMonths(long) - Method in class java.time.Period
Returns a copy of this period with the specified months subtracted.
minusMonths(long) - Method in class java.time.YearMonth
Returns a copy of this YearMonth with the specified number of months subtracted.
minusMonths(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of months subtracted.
minusNanos(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in nanoseconds subtracted.
minusNanos(long) - Method in class java.time.Instant
Returns a copy of this instant with the specified duration in nanoseconds subtracted.
minusNanos(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of nanoseconds subtracted.
minusNanos(long) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the specified number of nanoseconds subtracted.
minusNanos(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of nanoseconds subtracted.
minusNanos(long) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified number of nanoseconds subtracted.
minusNanos(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of nanoseconds subtracted.
minusSeconds(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in seconds subtracted.
minusSeconds(long) - Method in class java.time.Instant
Returns a copy of this instant with the specified duration in seconds subtracted.
minusSeconds(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of seconds subtracted.
minusSeconds(long) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the specified number of seconds subtracted.
minusSeconds(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of seconds subtracted.
minusSeconds(long) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified number of seconds subtracted.
minusSeconds(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of seconds subtracted.
minusWeeks(long) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the specified number of weeks subtracted.
minusWeeks(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of weeks subtracted.
minusWeeks(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of weeks subtracted.
minusWeeks(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of weeks subtracted.
minusYears(long) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the specified number of years subtracted.
minusYears(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of years subtracted.
minusYears(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of years subtracted.
minusYears(long) - Method in class java.time.Period
Returns a copy of this period with the specified years subtracted.
minusYears(long) - Method in class java.time.Year
Returns a copy of this Year with the specified number of years subtracted.
minusYears(long) - Method in class java.time.YearMonth
Returns a copy of this YearMonth with the specified number of years subtracted.
minusYears(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of years subtracted.
MINUTE - Static variable in class java.text.DateFormat.Field
Constant identifying the minute field.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MINUTE_FIELD - Static variable in class java.text.DateFormat
Useful constant for MINUTE field alignment.
minX - Variable in class java.awt.image.Raster
The X coordinate of the upper-left pixel of this Raster.
minY - Variable in class java.awt.image.Raster
The Y coordinate of the upper-left pixel of this Raster.
MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Mathematical Symbols-A" Unicode character block.
MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Mathematical Symbols-B" Unicode character block.
MISCELLANEOUS_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Symbols" Unicode character block.
MISCELLANEOUS_SYMBOLS_AND_ARROWS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Symbols and Arrows" Unicode character block.
MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Symbols And Pictographs" Unicode character block.
MISCELLANEOUS_TECHNICAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Technical" Unicode character block.
MissingFormatArgumentException - Exception in java.util
Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist.
MissingFormatArgumentException(String) - Constructor for exception java.util.MissingFormatArgumentException
Constructs an instance of this class with the unmatched format specifier.
MissingFormatWidthException - Exception in java.util
Unchecked exception thrown when the format width is required.
MissingFormatWidthException(String) - Constructor for exception java.util.MissingFormatWidthException
Constructs an instance of this class with the specified format specifier.
MissingResourceException - Exception in java.util
Signals that a resource is missing.
MissingResourceException(String, String, String) - Constructor for exception java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdirs() - Method in class java.io.File
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
mod(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this mod m).
modCount - Variable in class java.util.AbstractList
The number of times this list has been structurally modified.
MODIFICATION_TIME - Static variable in interface java.util.jar.Pack200.Packer
If this property is set to the special string Pack200.Packer.LATEST, the packer will attempt to determine the latest modification time, among all the available entries in the original archive or the latest modification time of all the available entries in each segment.
MODIFIED_JULIAN_DAY - Static variable in class java.time.temporal.JulianFields
Modified Julian Day field.
Modifier - Class in java.lang.reflect
The Modifier class provides static methods and constants to decode class and member access modifiers.
Modifier() - Constructor for class java.lang.reflect.Modifier
 
MODIFIER_LETTER - Static variable in class java.lang.Character
General category "Lm" in the Unicode specification.
MODIFIER_SYMBOL - Static variable in class java.lang.Character
General category "Sk" in the Unicode specification.
MODIFIER_TONE_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Modifier Tone Letters" Unicode character block.
modifiers - Variable in class java.awt.Event
The state of the modifier keys.
modInverse(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this-1 mod m).
modPow(BigInteger, BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent mod m).
MONARCH - Static variable in class java.awt.PageAttributes.MediaType
An alias for MONARCH_ENVELOPE.
MONARCH_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Monarch Envelope, 3 7/8 x 7 1/2 in.
MONDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Monday.
MONGOLIAN - Static variable in class java.awt.font.NumericShaper
Identifies the MONGOLIAN range and decimal base.
MONGOLIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mongolian" Unicode character block.
MonitorInfo - Class in java.lang.management
Information about an object monitor lock.
MonitorInfo(String, int, int, StackTraceElement) - Constructor for class java.lang.management.MonitorInfo
Construct a MonitorInfo object.
MONOCHROME - Static variable in class java.awt.PageAttributes.ColorType
The ColorType instance to use for specifying monochrome printing.
MONOSPACED - Static variable in class java.awt.Font
A String constant for the canonical family name of the logical font "Monospaced".
MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the month field.
Month - Enum in java.time
A month-of-year, such as 'July'.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for MONTH field alignment.
MonthDay - Class in java.time
A month-day in the ISO-8601 calendar system, such as --12-03.
MOUSE_CLICKED - Static variable in class java.awt.event.MouseEvent
The "mouse clicked" event.
MOUSE_DOWN - Static variable in class java.awt.Event
The user has pressed the mouse button.
MOUSE_DRAG - Static variable in class java.awt.Event
The user has moved the mouse with a button pressed.
MOUSE_DRAGGED - Static variable in class java.awt.event.MouseEvent
The "mouse dragged" event.
MOUSE_ENTER - Static variable in class java.awt.Event
The mouse has entered a component.
MOUSE_ENTERED - Static variable in class java.awt.event.MouseEvent
The "mouse entered" event.
MOUSE_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting mouse events.
MOUSE_EXIT - Static variable in class java.awt.Event
The mouse has exited a component.
MOUSE_EXITED - Static variable in class java.awt.event.MouseEvent
The "mouse exited" event.
MOUSE_FIRST - Static variable in class java.awt.event.MouseEvent
The first number in the range of ids used for mouse events.
MOUSE_LAST - Static variable in class java.awt.event.MouseEvent
The last number in the range of ids used for mouse events.
MOUSE_MOTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting mouse motion events.
MOUSE_MOVE - Static variable in class java.awt.Event
The mouse has moved with no button pressed.
MOUSE_MOVED - Static variable in class java.awt.event.MouseEvent
The "mouse moved" event.
MOUSE_PRESSED - Static variable in class java.awt.event.MouseEvent
The "mouse pressed" event.
MOUSE_RELEASED - Static variable in class java.awt.event.MouseEvent
The "mouse released" event.
MOUSE_UP - Static variable in class java.awt.Event
The user has released the mouse button.
MOUSE_WHEEL - Static variable in class java.awt.event.MouseEvent
The "mouse wheel" event.
MOUSE_WHEEL_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting mouse wheel events.
MouseAdapter - Class in java.awt.event
An abstract adapter class for receiving mouse events.
MouseAdapter() - Constructor for class java.awt.event.MouseAdapter
 
mouseClicked(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b.
mouseClicked(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseDown(Event, int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
mouseDrag(Event, int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
mouseDragged(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
Invoked when a mouse button is pressed on a component.
mouseDragged(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class java.awt.event.MouseMotionAdapter
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
Invoked when a mouse button is pressed on a component and then dragged.
MouseDragGestureRecognizer - Class in java.awt.dnd
This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for mouse-based gestures.
MouseDragGestureRecognizer(DragSource, Component, int, DragGestureListener) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
Construct a new MouseDragGestureRecognizer given the DragSource for the Component c, the Component to observe, the action(s) permitted for this drag operation, and the DragGestureListener to notify when a drag gesture is detected.
MouseDragGestureRecognizer(DragSource, Component, int) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
Construct a new MouseDragGestureRecognizer given the DragSource for the Component c, the Component to observe, and the action(s) permitted for this drag operation.
MouseDragGestureRecognizer(DragSource, Component) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
Construct a new MouseDragGestureRecognizer given the DragSource for the Component c, and the Component to observe.
MouseDragGestureRecognizer(DragSource) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
Construct a new MouseDragGestureRecognizer given the DragSource for the Component.
mouseEnter(Event, int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
mouseEntered(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b.
mouseEntered(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse enters a component.
MouseEvent - Class in java.awt.event
An event which indicates that a mouse action occurred in a component.
MouseEvent(Component, int, long, int, int, int, int, boolean, int) - Constructor for class java.awt.event.MouseEvent
Constructs a MouseEvent object with the specified source component, type, time, modifiers, coordinates, click count, popupTrigger flag, and button number.
MouseEvent(Component, int, long, int, int, int, int, boolean) - Constructor for class java.awt.event.MouseEvent
Constructs a MouseEvent object with the specified source component, type, modifiers, coordinates, click count, and popupTrigger flag.
MouseEvent(Component, int, long, int, int, int, int, int, int, boolean, int) - Constructor for class java.awt.event.MouseEvent
Constructs a MouseEvent object with the specified source component, type, time, modifiers, coordinates, absolute coordinates, click count, popupTrigger flag, and button number.
mouseExit(Event, int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
mouseExited(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b.
mouseExited(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse exits a component.
MouseInfo - Class in java.awt
MouseInfo provides methods for getting information about the mouse, such as mouse pointer location and the number of mouse buttons.
MouseInfoPeer - Interface in java.awt.peer
Peer interface for MouseInfo.
MouseListener - Interface in java.awt.event
The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component.
MouseMotionAdapter - Class in java.awt.event
An abstract adapter class for receiving mouse motion events.
MouseMotionAdapter() - Constructor for class java.awt.event.MouseMotionAdapter
 
MouseMotionListener - Interface in java.awt.event
The listener interface for receiving mouse motion events on a component.
mouseMove(Event, int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
mouseMove(int, int) - Method in interface java.awt.peer.RobotPeer
Moves the mouse pointer to the specified screen location.
mouseMove(int, int) - Method in class java.awt.Robot
Moves mouse pointer to given screen coordinates.
mouseMoved(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
mouseMoved(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
mouseMoved(MouseEvent) - Method in class java.awt.event.MouseMotionAdapter
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
mousePress(int) - Method in interface java.awt.peer.RobotPeer
Simulates a mouse press with the specified button(s).
mousePress(int) - Method in class java.awt.Robot
Presses one or more mouse buttons.
mousePressed(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b.
mousePressed(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
Invoked when a mouse button has been pressed on a Component.
mousePressed(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been pressed on a component.
mouseRelease(int) - Method in interface java.awt.peer.RobotPeer
Simulates a mouse release with the specified button(s).
mouseRelease(int) - Method in class java.awt.Robot
Releases one or more mouse buttons.
mouseReleased(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b.
mouseReleased(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been released on a component.
mouseUp(Event, int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
mouseWheel(int) - Method in interface java.awt.peer.RobotPeer
Simulates mouse wheel action.
mouseWheel(int) - Method in class java.awt.Robot
Rotates the scroll wheel on wheel-equipped mice.
MouseWheelEvent - Class in java.awt.event
An event which indicates that the mouse wheel was rotated in a component.
MouseWheelEvent(Component, int, long, int, int, int, int, boolean, int, int, int) - Constructor for class java.awt.event.MouseWheelEvent
Constructs a MouseWheelEvent object with the specified source component, type, modifiers, coordinates, scroll type, scroll amount, and wheel rotation.
MouseWheelEvent(Component, int, long, int, int, int, int, int, int, boolean, int, int, int) - Constructor for class java.awt.event.MouseWheelEvent
Constructs a MouseWheelEvent object with the specified source component, type, modifiers, coordinates, absolute coordinates, scroll type, scroll amount, and wheel rotation.
MouseWheelEvent(Component, int, long, int, int, int, int, int, int, boolean, int, int, int, double) - Constructor for class java.awt.event.MouseWheelEvent
Constructs a MouseWheelEvent object with the specified source component, type, modifiers, coordinates, absolute coordinates, scroll type, scroll amount, and wheel rotation.
MouseWheelListener - Interface in java.awt.event
The listener interface for receiving mouse wheel events on a component.
mouseWheelMoved(MouseWheelEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseWheelMoved event by invoking the mouseWheelMoved methods on listener-a and listener-b.
mouseWheelMoved(MouseWheelEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse wheel is rotated.
mouseWheelMoved(MouseWheelEvent) - Method in interface java.awt.event.MouseWheelListener
Invoked when the mouse wheel is rotated.
move(int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setLocation(int, int).
move(int, int) - Method in class java.awt.Point
Moves this point to the specified location in the (x,y) coordinate plane.
move(int, int) - Method in class java.awt.Rectangle
Deprecated.
As of JDK version 1.1, replaced by setLocation(int, int).
move(Path, Path, CopyOption...) - Static method in class java.nio.file.Files
Move or rename a file to a target file.
move(T, SecureDirectoryStream<T>, T) - Method in interface java.nio.file.SecureDirectoryStream
Move a file from this directory to another directory.
move(Path, Path, CopyOption...) - Method in class java.nio.file.spi.FileSystemProvider
Move or rename a file to a target file.
MOVE_CURSOR - Static variable in class java.awt.Cursor
The move cursor type.
MOVE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.MOVE_CURSOR.
movePointLeft(int) - Method in class java.math.BigDecimal
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the left.
movePointRight(int) - Method in class java.math.BigDecimal
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the right.
moveTo(double, double) - Method in class java.awt.geom.Path2D.Double
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(double, double) - Method in class java.awt.geom.Path2D.Float
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(float, float) - Method in class java.awt.geom.Path2D.Float
Adds a point to the path by moving to the specified coordinates specified in float precision.
moveTo(double, double) - Method in class java.awt.geom.Path2D
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveToCurrentRow() - Method in interface java.sql.ResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in interface java.sql.ResultSet
Moves the cursor to the insert row.
MulticastChannel - Interface in java.nio.channels
A network channel that supports Internet Protocol (IP) multicasting.
MulticastSocket - Class in java.net
The multicast datagram socket class is useful for sending and receiving IP multicast packets.
MulticastSocket() - Constructor for class java.net.MulticastSocket
Create a multicast socket.
MulticastSocket(int) - Constructor for class java.net.MulticastSocket
Create a multicast socket and bind it to a specific port.
MulticastSocket(SocketAddress) - Constructor for class java.net.MulticastSocket
Create a MulticastSocket bound to the specified socket address.
MULTILINE - Static variable in class java.util.regex.Pattern
Enables multiline mode.
MultiPixelPackedSampleModel - Class in java.awt.image
The MultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample pixels into one data element.
MultiPixelPackedSampleModel(int, int, int, int) - Constructor for class java.awt.image.MultiPixelPackedSampleModel
Constructs a MultiPixelPackedSampleModel with the specified data type, width, height and number of bits per pixel.
MultiPixelPackedSampleModel(int, int, int, int, int, int) - Constructor for class java.awt.image.MultiPixelPackedSampleModel
Constructs a MultiPixelPackedSampleModel with specified data type, width, height, number of bits per pixel, scanline stride and data bit offset.
MultipleGradientPaint - Class in java.awt
This is the superclass for Paints which use a multiple color gradient to fill in their raster.
MultipleGradientPaint.ColorSpaceType - Enum in java.awt
The color space in which to perform the gradient interpolation.
MultipleGradientPaint.CycleMethod - Enum in java.awt
The method to use when painting outside the gradient bounds.
MultipleMaster - Interface in java.awt.font
The MultipleMaster interface represents Type 1 Multiple Master fonts.
multipliedBy(int) - Method in interface java.time.chrono.ChronoPeriod
Returns a new instance with each amount in this period in this period multiplied by the specified scalar.
multipliedBy(long) - Method in class java.time.Duration
Returns a copy of this duration multiplied by the scalar.
multipliedBy(int) - Method in class java.time.Period
Returns a new instance with each element in this period multiplied by the specified scalar.
multiply(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this × multiplicand), and whose scale is (this.scale() + multiplicand.scale()).
multiply(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this × multiplicand), with rounding according to the context settings.
multiply(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this * val).
multiplyExact(int, int) - Static method in class java.lang.Math
Returns the product of the arguments, throwing an exception if the result overflows an int.
multiplyExact(long, long) - Static method in class java.lang.Math
Returns the product of the arguments, throwing an exception if the result overflows a long.
multiplyExact(int, int) - Static method in class java.lang.StrictMath
Returns the product of the arguments, throwing an exception if the result overflows an int.
multiplyExact(long, long) - Static method in class java.lang.StrictMath
Returns the product of the arguments, throwing an exception if the result overflows a long.
MUSICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Musical Symbols" Unicode character block.
MutableCallSite - Class in java.lang.invoke
A MutableCallSite is a CallSite whose target variable behaves like an ordinary field.
MutableCallSite(MethodType) - Constructor for class java.lang.invoke.MutableCallSite
Creates a blank call site object with the given method type.
MutableCallSite(MethodHandle) - Constructor for class java.lang.invoke.MutableCallSite
Creates a call site object with an initial target method handle.
mutatesTo(Object, Object) - Method in class java.beans.DefaultPersistenceDelegate
If the number of arguments in the specified constructor is non-zero and the class of oldInstance explicitly declares an "equals" method this method returns the value of oldInstance.equals(newInstance).
mutatesTo(Object, Object) - Method in class java.beans.PersistenceDelegate
Returns true if an equivalent copy of oldInstance may be created by applying a series of statements to newInstance.
MYANMAR - Static variable in class java.awt.font.NumericShaper
Identifies the MYANMAR range and decimal base.
MYANMAR - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Myanmar" Unicode character block.
MYANMAR_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Myanmar Extended-A" Unicode character block.

N

N_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The north-resize cursor type.
N_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.N_RESIZE_CURSOR.
NA_10X13_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American 10 x 13 in.
NA_10X14_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American 10 x 14 in.
NA_10X15_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American 10 x 15 in.
NA_6X9_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American 6 x 9 in.
NA_7X9_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American 7 x 9 in.
NA_9X11_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American 9 x 11 in.
NA_9X12_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American 9 x 12 in.
NA_LEGAL - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American Legal, 8 1/2 x 14 in.
NA_LETTER - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American Letter, 8 1/2 x 11 in.
NA_NUMBER_10_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American #10 Business Envelope, 4 1/8 x 9 1/2 in.
NA_NUMBER_11_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American #11 Business Envelope, 4 1/2 x 10 3/8 in.
NA_NUMBER_12_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American #12 Business Envelope, 4 3/4 x 11 in.
NA_NUMBER_14_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American #14 Business Envelope, 5 x 11 1/2 in.
NA_NUMBER_9_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for North American #9 Business Envelope, 3 7/8 x 8 7/8 in.
name - Variable in class java.awt.Cursor
The user-visible name of the cursor.
name - Variable in class java.awt.Font
The logical name of this Font, as passed to the constructor.
name() - Method in class java.lang.Enum
Returns the name of this enum constant, exactly as declared in its enum declaration.
name() - Method in interface java.net.ProtocolFamily
Returns the name of the protocol family.
name() - Method in interface java.net.SocketOption
Returns the name of the socket option.
name() - Method in class java.nio.charset.Charset
Returns this charset's canonical name.
name() - Method in interface java.nio.file.attribute.AclFileAttributeView
Returns the name of the attribute view.
name() - Method in interface java.nio.file.attribute.AttributeView
Returns the name of the attribute view.
name() - Method in interface java.nio.file.attribute.BasicFileAttributeView
Returns the name of the attribute view.
name() - Method in interface java.nio.file.attribute.DosFileAttributeView
Returns the name of the attribute view.
name() - Method in interface java.nio.file.attribute.FileAttribute
Returns the attribute name.
name() - Method in interface java.nio.file.attribute.FileOwnerAttributeView
Returns the name of the attribute view.
name() - Method in interface java.nio.file.attribute.PosixFileAttributeView
Returns the name of the attribute view.
name() - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
Returns the name of this attribute view.
name() - Method in class java.nio.file.FileStore
Returns the name of this file store.
name() - Method in interface java.nio.file.WatchEvent.Kind
Returns the name of the event kind.
name() - Method in interface java.nio.file.WatchEvent.Modifier
Returns the name of the modifier.
name - Variable in class java.sql.DriverPropertyInfo
The name of the property.
Name(String) - Constructor for class java.util.jar.Attributes.Name
Constructs a new attribute name using the given string name.
name() - Method in class java.util.prefs.AbstractPreferences
Implements the name method as per the specification in Preferences.name().
name() - Method in class java.util.prefs.Preferences
Returns this preference node's name, relative to its parent.
nameUUIDFromBytes(byte[]) - Static method in class java.util.UUID
Static factory to retrieve a type 3 (name based) UUID based on the specified byte array.
Naming - Class in java.rmi
The Naming class provides methods for storing and obtaining references to remote objects in a remote object registry.
NaN - Static variable in class java.lang.Double
A constant holding a Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
A constant holding a Not-a-Number (NaN) value of type float.
nanoTime() - Static method in class java.lang.System
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
NARROW_FORMAT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a narrow name used for format.
NARROW_STANDALONE - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a narrow name independently.
NATIVE - Static variable in class java.awt.JobAttributes.DialogType
The DialogType instance to use for specifying the platform's native print dialog.
Native - Annotation Type in java.lang.annotation
Indicates that a field defining a constant value may be referenced from native code.
NATIVE - Static variable in class java.lang.reflect.Modifier
The int value representing the native modifier.
nativeOrder() - Static method in class java.nio.ByteOrder
Retrieves the native byte order of the underlying platform.
nativeSQL(String) - Method in interface java.sql.Connection
Converts the given SQL statement into the system's native SQL grammar.
naturalOrder() - Static method in interface java.util.Comparator
Returns a comparator that compares Comparable objects in natural order.
navigableKeySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
navigableKeySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
navigableKeySet() - Method in interface java.util.NavigableMap
Returns a NavigableSet view of the keys contained in this map.
navigableKeySet() - Method in class java.util.TreeMap
 
NavigableMap<K,V> - Interface in java.util
A SortedMap extended with navigation methods returning the closest matches for given search targets.
NavigableSet<E> - Interface in java.util
A SortedSet extended with navigation methods reporting closest matches for given search targets.
NCHAR - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCHAR
NClob - Interface in java.sql
The mapping in the Java™ programming language for the SQL NCLOB type.
NCLOB - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCLOB.
nCopies(int, T) - Static method in class java.util.Collections
Returns an immutable list consisting of n copies of the specified object.
NE_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The north-east-resize cursor type.
NE_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.NE_RESIZE_CURSOR.
needsDictionary() - Method in class java.util.zip.Inflater
Returns true if a preset dictionary is needed for decompression.
needsGui() - Method in class java.beans.beancontext.BeanContextSupport
This method is typically called from the environment in order to determine if the implementor "needs" a GUI.
needsGui() - Method in interface java.beans.Visibility
Determines whether this bean needs a GUI.
needsInput() - Method in class java.util.zip.Deflater
Returns true if the input data buffer is empty and setInput() should be called in order to provide more input.
needsInput() - Method in class java.util.zip.Inflater
Returns true if no data remains in the input buffer.
needsReload(String, Locale, String, ClassLoader, ResourceBundle, long) - Method in class java.util.ResourceBundle.Control
Determines if the expired bundle in the cache needs to be reloaded based on the loading time given by loadTime or some other criteria.
negate() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (-this), and whose scale is this.scale().
negate(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (-this), with rounding according to the context settings.
negate() - Method in class java.math.BigInteger
Returns a BigInteger whose value is (-this).
negate() - Method in interface java.util.function.BiPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface java.util.function.DoublePredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface java.util.function.IntPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface java.util.function.LongPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface java.util.function.Predicate
Returns a predicate that represents the logical negation of this predicate.
negated() - Method in interface java.time.chrono.ChronoPeriod
Returns a new instance with each amount in this period negated.
negated() - Method in class java.time.Duration
Returns a copy of this duration with the length negated.
negated() - Method in class java.time.Period
Returns a new instance with each amount in this period negated.
negateExact(int) - Static method in class java.lang.Math
Returns the negation of the argument, throwing an exception if the result overflows an int.
negateExact(long) - Static method in class java.lang.Math
Returns the negation of the argument, throwing an exception if the result overflows a long.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NetPermission - Class in java.net
This class is for various network permissions.
NetPermission(String) - Constructor for class java.net.NetPermission
Creates a new NetPermission with the specified name.
NetPermission(String, String) - Constructor for class java.net.NetPermission
Creates a new NetPermission object with the specified name.
NetworkChannel - Interface in java.nio.channels
A channel to a network socket.
NetworkInterface - Class in java.net
This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface.
networkInterface() - Method in class java.nio.channels.MembershipKey
Returns the network interface for which this membership key was created.
NEW_TAI_LUE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "New Tai Lue" Unicode character block.
newAsynchronousFileChannel(Path, Set<? extends OpenOption>, ExecutorService, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
Opens or creates a file for reading and/or writing, returning an asynchronous file channel to access the file.
newAudioClip(URL) - Static method in class java.applet.Applet
Get an audio clip from the given URL.
newBufferedReader(Path, Charset) - Static method in class java.nio.file.Files
Opens a file for reading, returning a BufferedReader that may be used to read text from the file in an efficient manner.
newBufferedReader(Path) - Static method in class java.nio.file.Files
Opens a file for reading, returning a BufferedReader to read text from the file in an efficient manner.
newBufferedWriter(Path, Charset, OpenOption...) - Static method in class java.nio.file.Files
Opens or creates a file for writing, returning a BufferedWriter that may be used to write text to the file in an efficient manner.
newBufferedWriter(Path, OpenOption...) - Static method in class java.nio.file.Files
Opens or creates a file for writing, returning a BufferedWriter to write text to the file in an efficient manner.
newBuilder() - Static method in class java.nio.file.attribute.AclEntry
Constructs a new builder.
newBuilder(AclEntry) - Static method in class java.nio.file.attribute.AclEntry
Constructs a new builder with the components of an existing ACL entry.
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class java.util.ResourceBundle.Control
Instantiates a resource bundle for the given bundle name of the given format and locale, using the given class loader if necessary.
newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Static method in class java.nio.file.Files
Opens or creates a file, returning a seekable byte channel to access the file.
newByteChannel(Path, OpenOption...) - Static method in class java.nio.file.Files
Opens or creates a file, returning a seekable byte channel to access the file.
newByteChannel(T, Set<? extends OpenOption>, FileAttribute<?>...) - Method in interface java.nio.file.SecureDirectoryStream
Opens or creates a file in this directory, returning a seekable byte channel to access the file.
newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
Opens or creates a file, returning a seekable byte channel to access the file.
newCachedThreadPool() - Static method in class java.util.concurrent.Executors
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.
newCachedThreadPool(ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available, and uses the provided ThreadFactory to create new threads when needed.
newCall(RemoteObject, Operation[], int, long) - Method in interface java.rmi.server.RemoteRef
Deprecated.
1.2 style stubs no longer use this method. Instead of using a sequence of method calls on the stub's the remote reference (newCall, invoke, and done), a stub uses a single method, invoke(Remote, Method, Object[], int), on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.
newChannel(InputStream) - Static method in class java.nio.channels.Channels
Constructs a channel that reads bytes from the given stream.
newChannel(OutputStream) - Static method in class java.nio.channels.Channels
Constructs a channel that writes bytes to the given stream.
newCondition() - Method in interface java.util.concurrent.locks.Lock
Returns a new Condition instance that is bound to this Lock instance.
newCondition() - Method in class java.util.concurrent.locks.ReentrantLock
Returns a Condition instance for use with this Lock instance.
newCondition() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Throws UnsupportedOperationException because ReadLocks do not support conditions.
newCondition() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Returns a Condition instance for use with this Lock instance.
newDecoder() - Method in class java.nio.charset.Charset
Constructs a new decoder for this charset.
newDirectoryStream(Path) - Static method in class java.nio.file.Files
Opens a directory, returning a DirectoryStream to iterate over all entries in the directory.
newDirectoryStream(Path, String) - Static method in class java.nio.file.Files
Opens a directory, returning a DirectoryStream to iterate over the entries in the directory.
newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Static method in class java.nio.file.Files
Opens a directory, returning a DirectoryStream to iterate over the entries in the directory.
newDirectoryStream(T, LinkOption...) - Method in interface java.nio.file.SecureDirectoryStream
Opens the directory identified by the given path, returning a SecureDirectoryStream to iterate over the entries in the directory.
newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class java.nio.file.spi.FileSystemProvider
Opens a directory, returning a DirectoryStream to iterate over the entries in the directory.
newEncoder() - Method in class java.nio.charset.Charset
Constructs a new encoder for this charset.
newFileChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
Opens or creates a file for reading and/or writing, returning a file channel to access the file.
newFileSystem(URI, Map<String, ?>) - Static method in class java.nio.file.FileSystems
Constructs a new file system that is identified by a URI
newFileSystem(URI, Map<String, ?>, ClassLoader) - Static method in class java.nio.file.FileSystems
Constructs a new file system that is identified by a URI
newFileSystem(Path, ClassLoader) - Static method in class java.nio.file.FileSystems
Constructs a new FileSystem to access the contents of a file as a file system.
newFileSystem(URI, Map<String, ?>) - Method in class java.nio.file.spi.FileSystemProvider
Constructs a new FileSystem object identified by a URI.
newFileSystem(Path, Map<String, ?>) - Method in class java.nio.file.spi.FileSystemProvider
Constructs a new FileSystem to access the contents of a file as a file system.
newFixedThreadPool(int) - Static method in class java.util.concurrent.Executors
Creates a thread pool that reuses a fixed number of threads operating off a shared unbounded queue.
newFixedThreadPool(int, ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates a thread pool that reuses a fixed number of threads operating off a shared unbounded queue, using the provided ThreadFactory to create new threads when needed.
newInputStream(ReadableByteChannel) - Static method in class java.nio.channels.Channels
Constructs a stream that reads bytes from the given channel.
newInputStream(AsynchronousByteChannel) - Static method in class java.nio.channels.Channels
Constructs a stream that reads bytes from the given channel.
newInputStream(Path, OpenOption...) - Static method in class java.nio.file.Files
Opens a file, returning an input stream to read from the file.
newInputStream(Path, OpenOption...) - Method in class java.nio.file.spi.FileSystemProvider
Opens a file, returning an input stream to read from the file.
newInstance() - Method in class java.lang.Class
Creates a new instance of the class represented by this Class object.
newInstance(Class<?>, int) - Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and length.
newInstance(Class<?>, int...) - Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and dimensions.
newInstance(Object...) - Method in class java.lang.reflect.Constructor
Uses the constructor represented by this Constructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
newInstance(URL[], ClassLoader) - Static method in class java.net.URLClassLoader
Creates a new instance of URLClassLoader for the specified URLs and parent class loader.
newInstance(URL[]) - Static method in class java.net.URLClassLoader
Creates a new instance of URLClassLoader for the specified URLs and default parent class loader.
newInstance(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationInstantiator
The activator calls an instantiator's newInstance method in order to recreate in that group an object with the activation identifier, id, and descriptor, desc.
newInstance(KeyStore, KeyStore.ProtectionParameter) - Static method in class java.security.KeyStore.Builder
Returns a new Builder that encapsulates the given KeyStore.
newInstance(String, Provider, File, KeyStore.ProtectionParameter) - Static method in class java.security.KeyStore.Builder
Returns a new Builder object.
newInstance(String, Provider, KeyStore.ProtectionParameter) - Static method in class java.security.KeyStore.Builder
Returns a new Builder object.
newInstance(Object) - Method in class java.security.Provider.Service
Return a new instance of the implementation described by this service.
newKeySet() - Static method in class java.util.concurrent.ConcurrentHashMap
Creates a new Set backed by a ConcurrentHashMap from the given type to Boolean.TRUE.
newKeySet(int) - Static method in class java.util.concurrent.ConcurrentHashMap
Creates a new Set backed by a ConcurrentHashMap from the given type to Boolean.TRUE.
newLine() - Method in class java.io.BufferedWriter
Writes a line separator.
newmodel - Variable in class java.awt.image.RGBImageFilter
The ColorModel with which to replace origmodel when the user calls substituteColorModel.
newNode - Variable in class java.util.prefs.AbstractPreferences
This field should be true if this node did not exist in the backing store prior to the creation of this object.
newOutputStream(WritableByteChannel) - Static method in class java.nio.channels.Channels
Constructs a stream that writes bytes to the given channel.
newOutputStream(AsynchronousByteChannel) - Static method in class java.nio.channels.Channels
Constructs a stream that writes bytes to the given channel.
newOutputStream(Path, OpenOption...) - Static method in class java.nio.file.Files
Opens or creates a file, returning an output stream that may be used to write bytes to the file.
newOutputStream(Path, OpenOption...) - Method in class java.nio.file.spi.FileSystemProvider
Opens or creates a file, returning an output stream that may be used to write bytes to the file.
newPacker() - Static method in class java.util.jar.Pack200
Obtain new instance of a class that implements Packer.
newPermissionCollection() - Method in class java.io.FilePermission
Returns a new PermissionCollection object for storing FilePermission objects.
newPermissionCollection() - Method in class java.net.SocketPermission
Returns a new PermissionCollection object for storing SocketPermission objects.
newPermissionCollection() - Method in class java.security.AllPermission
Returns a new PermissionCollection object for storing AllPermission objects.
newPermissionCollection() - Method in class java.security.BasicPermission
Returns a new PermissionCollection object for storing BasicPermission objects.
newPermissionCollection() - Method in class java.security.Permission
Returns an empty PermissionCollection for a given Permission object, or null if one is not defined.
newPermissionCollection() - Method in class java.security.UnresolvedPermission
Returns a new PermissionCollection object for storing UnresolvedPermission objects.
newPermissionCollection() - Method in class java.util.PropertyPermission
Returns a new PermissionCollection object for storing PropertyPermission objects.
newPixels() - Method in class java.awt.image.MemoryImageSource
Sends a whole new buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(int, int, int, int) - Method in class java.awt.image.MemoryImageSource
Sends a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(int, int, int, int, boolean) - Method in class java.awt.image.MemoryImageSource
Sends a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image.
newPixels(byte[], ColorModel, int, int) - Method in class java.awt.image.MemoryImageSource
Changes to a new byte array to hold the pixels for this image.
newPixels(int[], ColorModel, int, int) - Method in class java.awt.image.MemoryImageSource
Changes to a new int array to hold the pixels for this image.
newPlatformMXBeanProxy(MBeanServerConnection, String, Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns a proxy for a platform MXBean interface of a given MXBean name that forwards its method calls through the given MBeanServerConnection.
newProxyInstance(ClassLoader, Class<?>[], InvocationHandler) - Static method in class java.lang.reflect.Proxy
Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
newReader(ReadableByteChannel, CharsetDecoder, int) - Static method in class java.nio.channels.Channels
Constructs a reader that decodes bytes from the given channel using the given decoder.
newReader(ReadableByteChannel, String) - Static method in class java.nio.channels.Channels
Constructs a reader that decodes bytes from the given channel according to the named charset.
newScheduledThreadPool(int) - Static method in class java.util.concurrent.Executors
Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically.
newScheduledThreadPool(int, ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically.
newSetFromMap(Map<E, Boolean>) - Static method in class java.util.Collections
Returns a set backed by the specified map.
newSingleThreadExecutor() - Static method in class java.util.concurrent.Executors
Creates an Executor that uses a single worker thread operating off an unbounded queue.
newSingleThreadExecutor(ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates an Executor that uses a single worker thread operating off an unbounded queue, and uses the provided ThreadFactory to create a new thread when needed.
newSingleThreadScheduledExecutor() - Static method in class java.util.concurrent.Executors
Creates a single-threaded executor that can schedule commands to run after a given delay, or to execute periodically.
newSingleThreadScheduledExecutor(ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates a single-threaded executor that can schedule commands to run after a given delay, or to execute periodically.
newTaskFor(Runnable, T) - Method in class java.util.concurrent.AbstractExecutorService
Returns a RunnableFuture for the given runnable and default value.
newTaskFor(Callable<T>) - Method in class java.util.concurrent.AbstractExecutorService
Returns a RunnableFuture for the given callable task.
newTaskFor(Runnable, T) - Method in class java.util.concurrent.ForkJoinPool
 
newTaskFor(Callable<T>) - Method in class java.util.concurrent.ForkJoinPool
 
newThread(ForkJoinPool) - Method in interface java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
Returns a new worker thread operating in the given pool.
newThread(Runnable) - Method in interface java.util.concurrent.ThreadFactory
Constructs a new Thread.
newUnpacker() - Static method in class java.util.jar.Pack200
Obtain new instance of a class that implements Unpacker.
newUpdater(Class<U>, String) - Static method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Creates and returns an updater for objects with the given field.
newUpdater(Class<U>, String) - Static method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Creates and returns an updater for objects with the given field.
newUpdater(Class<U>, Class<W>, String) - Static method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Creates and returns an updater for objects with the given field.
newWatchService() - Method in class java.nio.file.FileSystem
Constructs a new WatchService (optional operation).
newWorkStealingPool(int) - Static method in class java.util.concurrent.Executors
Creates a thread pool that maintains enough threads to support the given parallelism level, and may use multiple queues to reduce contention.
newWorkStealingPool() - Static method in class java.util.concurrent.Executors
Creates a work-stealing thread pool using all available processors as its target parallelism level.
newWriter(WritableByteChannel, CharsetEncoder, int) - Static method in class java.nio.channels.Channels
Constructs a writer that encodes characters using the given encoder and writes the resulting bytes to the given channel.
newWriter(WritableByteChannel, String) - Static method in class java.nio.channels.Channels
Constructs a writer that encodes characters according to the named charset and writes the resulting bytes to the given channel.
next(Container) - Method in class java.awt.CardLayout
Flips to the next card of the specified container.
next() - Method in class java.awt.geom.FlatteningPathIterator
Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.
next() - Method in interface java.awt.geom.PathIterator
Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.
next() - Method in class java.beans.beancontext.BeanContextSupport.BCSIterator
 
next(int) - Method in class java.security.SecureRandom
Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).
next() - Method in interface java.sql.ResultSet
Moves the cursor forward one row from its current position.
next(int) - Method in class java.text.BreakIterator
Returns the nth boundary from the current boundary.
next() - Method in class java.text.BreakIterator
Returns the boundary following the current boundary.
next() - Method in interface java.text.CharacterIterator
Increments the iterator's index by one and returns the character at the new index.
next() - Method in class java.text.CollationElementIterator
Get the next collation element in the string.
next() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.next() for String.
next(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
Returns the next day-of-week adjuster, which adjusts the date to the first occurrence of the specified day-of-week after the date being adjusted.
next(int) - Method in class java.util.concurrent.ThreadLocalRandom
 
next() - Method in interface java.util.Iterator
Returns the next element in the iteration.
next() - Method in interface java.util.ListIterator
Returns the next element in the list and advances the cursor position.
next() - Method in interface java.util.PrimitiveIterator.OfDouble
Returns the next element in the iteration.
next() - Method in interface java.util.PrimitiveIterator.OfInt
Returns the next element in the iteration.
next() - Method in interface java.util.PrimitiveIterator.OfLong
Returns the next element in the iteration.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
next() - Method in class java.util.Scanner
Finds and returns the next complete token from this scanner.
next(String) - Method in class java.util.Scanner
Returns the next token if it matches the pattern constructed from the specified string.
next(Pattern) - Method in class java.util.Scanner
Returns the next token if it matches the specified pattern.
nextAfter(double, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(float, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(double, double) - Static method in class java.lang.StrictMath
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(float, double) - Static method in class java.lang.StrictMath
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextBigDecimal() - Method in class java.util.Scanner
Scans the next token of the input as a BigDecimal.
nextBigInteger() - Method in class java.util.Scanner
Scans the next token of the input as a BigInteger.
nextBigInteger(int) - Method in class java.util.Scanner
Scans the next token of the input as a BigInteger.
nextBoolean() - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom boolean value.
nextBoolean() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBoolean() - Method in class java.util.Scanner
Scans the next token of the input into a boolean value and returns that value.
nextBoolean() - Method in class java.util.SplittableRandom
Returns a pseudorandom boolean value.
nextByte() - Method in class java.util.Scanner
Scans the next token of the input as a byte.
nextByte(int) - Method in class java.util.Scanner
Scans the next token of the input as a byte.
nextBytes(byte[]) - Method in class java.security.SecureRandom
Generates a user-specified number of random bytes.
nextBytes(byte[]) - Method in class java.util.Random
Generates random bytes and places them into a user-supplied byte array.
nextClearBit(int) - Method in class java.util.BitSet
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextComplete() - Method in class java.util.concurrent.CountedCompleter
If this task does not have a completer, invokes ForkJoinTask.quietlyComplete() and returns null.
nextDouble(double) - Static method in class java.text.ChoiceFormat
Finds the least double greater than d.
nextDouble(double, boolean) - Static method in class java.text.ChoiceFormat
Finds the least double greater than d (if positive is true), or the greatest double less than d (if positive is false).
nextDouble() - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom double value between zero (inclusive) and one (exclusive).
nextDouble(double) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom double value between 0.0 (inclusive) and the specified bound (exclusive).
nextDouble(double, double) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom double value between the specified origin (inclusive) and bound (exclusive).
nextDouble() - Method in interface java.util.PrimitiveIterator.OfDouble
Returns the next double element in the iteration.
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextDouble() - Method in class java.util.Scanner
Scans the next token of the input as a double.
nextDouble() - Method in class java.util.SplittableRandom
Returns a pseudorandom double value between zero (inclusive) and one (exclusive).
nextDouble(double) - Method in class java.util.SplittableRandom
Returns a pseudorandom double value between 0.0 (inclusive) and the specified bound (exclusive).
nextDouble(double, double) - Method in class java.util.SplittableRandom
Returns a pseudorandom double value between the specified origin (inclusive) and bound (exclusive).
nextDown(double) - Static method in class java.lang.Math
Returns the floating-point value adjacent to d in the direction of negative infinity.
nextDown(float) - Static method in class java.lang.Math
Returns the floating-point value adjacent to f in the direction of negative infinity.
nextDown(double) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to d in the direction of negative infinity.
nextDown(float) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to f in the direction of negative infinity.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextFloat() - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom float value between zero (inclusive) and one (exclusive).
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextFloat() - Method in class java.util.Scanner
Scans the next token of the input as a float.
nextFocus() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by transferFocus().
nextGaussian() - Method in class java.util.concurrent.ThreadLocalRandom
 
nextGaussian() - Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to ListIterator.next().
nextInt() - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom int value.
nextInt(int) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom int value between zero (inclusive) and the specified bound (exclusive).
nextInt(int, int) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom int value between the specified origin (inclusive) and the specified bound (exclusive).
nextInt() - Method in interface java.util.PrimitiveIterator.OfInt
Returns the next int element in the iteration.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextInt() - Method in class java.util.Scanner
Scans the next token of the input as an int.
nextInt(int) - Method in class java.util.Scanner
Scans the next token of the input as an int.
nextInt() - Method in class java.util.SplittableRandom
Returns a pseudorandom int value.
nextInt(int) - Method in class java.util.SplittableRandom
Returns a pseudorandom int value between zero (inclusive) and the specified bound (exclusive).
nextInt(int, int) - Method in class java.util.SplittableRandom
Returns a pseudorandom int value between the specified origin (inclusive) and the specified bound (exclusive).
nextLayout(float) - Method in class java.awt.font.LineBreakMeasurer
Returns the next layout, and updates the current position.
nextLayout(float, int, boolean) - Method in class java.awt.font.LineBreakMeasurer
Returns the next layout, and updates the current position.
nextLine() - Method in class java.util.Scanner
Advances this scanner past the current line and returns the input that was skipped.
nextLong() - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom long value.
nextLong(long) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom long value between zero (inclusive) and the specified bound (exclusive).
nextLong(long, long) - Method in class java.util.concurrent.ThreadLocalRandom
Returns a pseudorandom long value between the specified origin (inclusive) and the specified bound (exclusive).
nextLong() - Method in interface java.util.PrimitiveIterator.OfLong
Returns the next long element in the iteration.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextLong() - Method in class java.util.Scanner
Scans the next token of the input as a long.
nextLong(int) - Method in class java.util.Scanner
Scans the next token of the input as a long.
nextLong() - Method in class java.util.SplittableRandom
Returns a pseudorandom long value.
nextLong(long) - Method in class java.util.SplittableRandom
Returns a pseudorandom long value between zero (inclusive) and the specified bound (exclusive).
nextLong(long, long) - Method in class java.util.SplittableRandom
Returns a pseudorandom long value between the specified origin (inclusive) and the specified bound (exclusive).
nextOffset(float) - Method in class java.awt.font.LineBreakMeasurer
Returns the position at the end of the next layout.
nextOffset(float, int, boolean) - Method in class java.awt.font.LineBreakMeasurer
Returns the position at the end of the next layout.
nextOrSame(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
Returns the next-or-same day-of-week adjuster, which adjusts the date to the first occurrence of the specified day-of-week after the date being adjusted unless it is already on that day in which case the same object is returned.
nextProbablePrime() - Method in class java.math.BigInteger
Returns the first integer greater than this BigInteger that is probably prime.
nextSetBit(int) - Method in class java.util.BitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextShort() - Method in class java.util.Scanner
Scans the next token of the input as a short.
nextShort(int) - Method in class java.util.Scanner
Scans the next token of the input as a short.
nextToken() - Method in class java.io.StreamTokenizer
Parses the next token from the input stream of this tokenizer.
nextToken() - Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
nextTransition(Instant) - Method in class java.time.zone.ZoneRules
Gets the next transition after the specified instant.
nextUp(double) - Static method in class java.lang.Math
Returns the floating-point value adjacent to d in the direction of positive infinity.
nextUp(float) - Static method in class java.lang.Math
Returns the floating-point value adjacent to f in the direction of positive infinity.
nextUp(double) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to d in the direction of positive infinity.
nextUp(float) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to f in the direction of positive infinity.
NKO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "NKo" Unicode character block.
NO_COMPRESSION - Static variable in class java.util.zip.Deflater
Compression level for no compression.
NO_DECOMPOSITION - Static variable in class java.text.Collator
Decomposition mode value.
NO_EMBEDDED_CHECK - Static variable in interface java.awt.peer.ComponentPeer
A flag that is used to suppress checks for embedded frames.
NO_FIELDS - Static variable in class java.io.ObjectStreamClass
serialPersistentFields value indicating no serializable fields
NO_FLUSH - Static variable in class java.util.zip.Deflater
Compression flush mode used to achieve best compression result.
NO_GENERATED_KEYS - Static variable in interface java.sql.Statement
The constant indicating that generated keys should not be made available for retrieval.
NO_ORIENTATION - Static variable in interface java.awt.Adjustable
Indicates that the Adjustable has no orientation.
NO_PROXY - Static variable in class java.net.Proxy
A proxy setting that represents a DIRECT connection, basically telling the protocol handler not to use any proxying.
NO_SUCH_PAGE - Static variable in interface java.awt.print.Printable
Returned from print to signify that the pageIndex is too large and that the requested page does not exist.
NOBUTTON - Static variable in class java.awt.event.MouseEvent
Indicates no mouse buttons; used by MouseEvent.getButton().
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NoConnectionPendingException - Exception in java.nio.channels
Unchecked exception thrown when the finishConnect method of a SocketChannel is invoked without first successfully invoking its connect method.
NoConnectionPendingException() - Constructor for exception java.nio.channels.NoConnectionPendingException
Constructs an instance of this class.
node(String) - Method in class java.util.prefs.AbstractPreferences
Implements the node method as per the specification in Preferences.node(String).
node(String) - Method in class java.util.prefs.Preferences
Returns the named preference node in the same tree as this node, creating it and any of its ancestors if they do not already exist.
node() - Method in class java.util.UUID
The node value associated with this UUID.
NodeChangeEvent - Class in java.util.prefs
An event emitted by a Preferences node to indicate that a child of that node has been added or removed.
NodeChangeEvent(Preferences, Preferences) - Constructor for class java.util.prefs.NodeChangeEvent
Constructs a new NodeChangeEvent instance.
NodeChangeListener - Interface in java.util.prefs
A listener for receiving preference node change events.
nodeExists(String) - Method in class java.util.prefs.AbstractPreferences
Implements the nodeExists method as per the specification in Preferences.nodeExists(String).
nodeExists(String) - Method in class java.util.prefs.Preferences
Returns true if the named preference node exists in the same tree as this node.
NON_SPACING_MARK - Static variable in class java.lang.Character
General category "Mn" in the Unicode specification.
NONE - Static variable in class java.awt.GridBagConstraints
Do not resize the component.
NONE - Static variable in class java.awt.JobAttributes.DialogType
The DialogType instance to use for specifying no print dialog.
noneMatch(DoublePredicate) - Method in interface java.util.stream.DoubleStream
Returns whether no elements of this stream match the provided predicate.
noneMatch(IntPredicate) - Method in interface java.util.stream.IntStream
Returns whether no elements of this stream match the provided predicate.
noneMatch(LongPredicate) - Method in interface java.util.stream.LongStream
Returns whether no elements of this stream match the provided predicate.
noneMatch(Predicate<? super T>) - Method in interface java.util.stream.Stream
Returns whether no elements of this stream match the provided predicate.
noneOf(Class<E>) - Static method in class java.util.EnumSet
Creates an empty enum set with the specified element type.
NoninvertibleTransformException - Exception in java.awt.geom
The NoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of an AffineTransform object but the AffineTransform is in a non-invertible state.
NoninvertibleTransformException(String) - Constructor for exception java.awt.geom.NoninvertibleTransformException
Constructs an instance of NoninvertibleTransformException with the specified detail message.
nonNull(Object) - Static method in class java.util.Objects
Returns true if the provided reference is non-null otherwise returns false.
NONNULL - Static variable in interface java.util.Spliterator
Characteristic value signifying that the source guarantees that encountered elements will not be null.
NonReadableChannelException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading.
NonReadableChannelException() - Constructor for exception java.nio.channels.NonReadableChannelException
Constructs an instance of this class.
NonWritableChannelException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing.
NonWritableChannelException() - Constructor for exception java.nio.channels.NonWritableChannelException
Constructs an instance of this class.
NOON - Static variable in class java.time.LocalTime
The time of noon in the middle of the day, '12:00'.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NORMAL - Static variable in class java.awt.Frame
Frame is in the "normal" state.
NORMAL - Static variable in class java.awt.PageAttributes.PrintQualityType
The PrintQualityType instance to use for specifying a normal print quality.
normalize() - Method in class java.net.URI
Normalizes this URI's path.
normalize() - Method in interface java.nio.file.Path
Returns a path that is this path with redundant name elements eliminated.
normalize(CharSequence, Normalizer.Form) - Static method in class java.text.Normalizer
Normalize a sequence of char values.
normalized() - Method in interface java.time.chrono.ChronoPeriod
Returns a copy of this period with the amounts of each unit normalized.
normalized() - Method in class java.time.Period
Returns a copy of this period with the years and months normalized.
normalized() - Method in class java.time.ZoneId
Normalizes the time-zone ID, returning a ZoneOffset where possible.
normalizeMimeType(String) - Method in class java.awt.datatransfer.DataFlavor
Deprecated. 
normalizeMimeTypeParameter(String, String) - Method in class java.awt.datatransfer.DataFlavor
Deprecated. 
Normalizer - Class in java.text
This class provides the method normalize which transforms Unicode text into an equivalent composed or decomposed form, allowing for easier sorting and searching of text.
Normalizer.Form - Enum in java.text
This enum provides constants of the four Unicode normalization forms that are described in Unicode Standard Annex #15 — Unicode Normalization Forms and two methods to access them.
NoRouteToHostException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
NoRouteToHostException(String) - Constructor for exception java.net.NoRouteToHostException
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.
NoRouteToHostException() - Constructor for exception java.net.NoRouteToHostException
Construct a new NoRouteToHostException with no detailed message.
NORTH - Static variable in class java.awt.BorderLayout
The north layout constraint (top of container).
NORTH - Static variable in class java.awt.GridBagConstraints
Put the component at the top of its display area, centered horizontally.
NORTHEAST - Static variable in class java.awt.GridBagConstraints
Put the component at the top-right corner of its display area.
NORTHWEST - Static variable in class java.awt.GridBagConstraints
Put the component at the top-left corner of its display area.
NoSuchAlgorithmException - Exception in java.security
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
NoSuchAlgorithmException() - Constructor for exception java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with no detail message.
NoSuchAlgorithmException(String) - Constructor for exception java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with the specified detail message.
NoSuchAlgorithmException(String, Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException with the specified detail message and cause.
NoSuchAlgorithmException(Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
NoSuchElementException - Exception in java.util
Thrown by various accessor methods to indicate that the element being requested does not exist.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchFieldError - Error in java.lang
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with no detail message.
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with the specified detail message.
NoSuchFieldException - Exception in java.lang
Signals that the class doesn't have a field of a specified name.
NoSuchFieldException() - Constructor for exception java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String) - Constructor for exception java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchFileException - Exception in java.nio.file
Checked exception thrown when an attempt is made to access a file that does not exist.
NoSuchFileException(String) - Constructor for exception java.nio.file.NoSuchFileException
Constructs an instance of this class.
NoSuchFileException(String, String, String) - Constructor for exception java.nio.file.NoSuchFileException
Constructs an instance of this class.
NoSuchMethodError - Error in java.lang
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with no detail message.
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with the specified detail message.
NoSuchMethodException - Exception in java.lang
Thrown when a particular method cannot be found.
NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
NoSuchObjectException - Exception in java.rmi
A NoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.
NoSuchObjectException(String) - Constructor for exception java.rmi.NoSuchObjectException
Constructs a NoSuchObjectException with the specified detail message.
NoSuchProviderException - Exception in java.security
This exception is thrown when a particular security provider is requested but is not available in the environment.
NoSuchProviderException() - Constructor for exception java.security.NoSuchProviderException
Constructs a NoSuchProviderException with no detail message.
NoSuchProviderException(String) - Constructor for exception java.security.NoSuchProviderException
Constructs a NoSuchProviderException with the specified detail message.
not() - Method in class java.math.BigInteger
Returns a BigInteger whose value is (~this).
NotActiveException - Exception in java.io
Thrown when serialization or deserialization is not active.
NotActiveException(String) - Constructor for exception java.io.NotActiveException
Constructor to create a new NotActiveException with the reason given.
NotActiveException() - Constructor for exception java.io.NotActiveException
Constructor to create a new NotActiveException without a reason.
NotBoundException - Exception in java.rmi
A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.
NotBoundException() - Constructor for exception java.rmi.NotBoundException
Constructs a NotBoundException with no specified detail message.
NotBoundException(String) - Constructor for exception java.rmi.NotBoundException
Constructs a NotBoundException with the specified detail message.
NotDirectoryException - Exception in java.nio.file
Checked exception thrown when a file system operation, intended for a directory, fails because the file is not a directory.
NotDirectoryException(String) - Constructor for exception java.nio.file.NotDirectoryException
Constructs an instance of this class.
NOTE - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_LETTER.
notExists(Path, LinkOption...) - Static method in class java.nio.file.Files
Tests whether the file located by this path does not exist.
notifier - Variable in class java.awt.event.InvocationEvent
The (potentially null) Object whose notifyAll() method will be called immediately after the Runnable.run() method has returned or thrown an exception or after the event was disposed.
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyClientWindowChange(Rectangle) - Method in interface java.awt.im.spi.InputMethod
Notifies this input method of changes in the client window location or state.
notifyObservers() - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
NotLinkException - Exception in java.nio.file
Checked exception thrown when a file system operation fails because a file is not a symbolic link.
NotLinkException(String) - Constructor for exception java.nio.file.NotLinkException
Constructs an instance of this class.
NotLinkException(String, String, String) - Constructor for exception java.nio.file.NotLinkException
Constructs an instance of this class.
NotOwnerException - Exception in java.security.acl
This is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner.
NotOwnerException() - Constructor for exception java.security.acl.NotOwnerException
Constructs a NotOwnerException.
NotSerializableException - Exception in java.io
Thrown when an instance is required to have a Serializable interface.
NotSerializableException(String) - Constructor for exception java.io.NotSerializableException
Constructs a NotSerializableException object with message string.
NotSerializableException() - Constructor for exception java.io.NotSerializableException
Constructs a NotSerializableException object.
NotYetBoundException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound.
NotYetBoundException() - Constructor for exception java.nio.channels.NotYetBoundException
Constructs an instance of this class.
NotYetConnectedException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected.
NotYetConnectedException() - Constructor for exception java.nio.channels.NotYetConnectedException
Constructs an instance of this class.
NOVEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eleventh month of the year in the Gregorian and Julian calendars.
now() - Static method in class java.time.chrono.HijrahDate
Obtains the current HijrahDate of the Islamic Umm Al-Qura calendar in the default time-zone.
now(ZoneId) - Static method in class java.time.chrono.HijrahDate
Obtains the current HijrahDate of the Islamic Umm Al-Qura calendar in the specified time-zone.
now(Clock) - Static method in class java.time.chrono.HijrahDate
Obtains the current HijrahDate of the Islamic Umm Al-Qura calendar from the specified clock.
now() - Static method in class java.time.chrono.JapaneseDate
Obtains the current JapaneseDate from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.chrono.JapaneseDate
Obtains the current JapaneseDate from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.chrono.JapaneseDate
Obtains the current JapaneseDate from the specified clock.
now() - Static method in class java.time.chrono.MinguoDate
Obtains the current MinguoDate from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.chrono.MinguoDate
Obtains the current MinguoDate from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.chrono.MinguoDate
Obtains the current MinguoDate from the specified clock.
now() - Static method in class java.time.chrono.ThaiBuddhistDate
Obtains the current ThaiBuddhistDate from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.chrono.ThaiBuddhistDate
Obtains the current ThaiBuddhistDate from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.chrono.ThaiBuddhistDate
Obtains the current ThaiBuddhistDate from the specified clock.
now() - Static method in class java.time.Instant
Obtains the current instant from the system clock.
now(Clock) - Static method in class java.time.Instant
Obtains the current instant from the specified clock.
now() - Static method in class java.time.LocalDate
Obtains the current date from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.LocalDate
Obtains the current date from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.LocalDate
Obtains the current date from the specified clock.
now() - Static method in class java.time.LocalDateTime
Obtains the current date-time from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.LocalDateTime
Obtains the current date-time from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.LocalDateTime
Obtains the current date-time from the specified clock.
now() - Static method in class java.time.LocalTime
Obtains the current time from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.LocalTime
Obtains the current time from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.LocalTime
Obtains the current time from the specified clock.
now() - Static method in class java.time.MonthDay
Obtains the current month-day from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.MonthDay
Obtains the current month-day from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.MonthDay
Obtains the current month-day from the specified clock.
now() - Static method in class java.time.OffsetDateTime
Obtains the current date-time from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.OffsetDateTime
Obtains the current date-time from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.OffsetDateTime
Obtains the current date-time from the specified clock.
now() - Static method in class java.time.OffsetTime
Obtains the current time from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.OffsetTime
Obtains the current time from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.OffsetTime
Obtains the current time from the specified clock.
now() - Static method in class java.time.Year
Obtains the current year from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.Year
Obtains the current year from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.Year
Obtains the current year from the specified clock.
now() - Static method in class java.time.YearMonth
Obtains the current year-month from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.YearMonth
Obtains the current year-month from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.YearMonth
Obtains the current year-month from the specified clock.
now() - Static method in class java.time.ZonedDateTime
Obtains the current date-time from the system clock in the default time-zone.
now(ZoneId) - Static method in class java.time.ZonedDateTime
Obtains the current date-time from the system clock in the specified time-zone.
now(Clock) - Static method in class java.time.ZonedDateTime
Obtains the current date-time from the specified clock.
npoints - Variable in class java.awt.Polygon
The total number of points.
NULL - Static variable in class java.sql.Types
The constant in the Java programming language that identifies the generic SQL value NULL.
NULLORDER - Static variable in class java.text.CollationElementIterator
Null order which indicates the end of string is reached by the cursor.
nullPlusNonNullIsNull() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
nullsAreSortedAtEnd() - Method in interface java.sql.DatabaseMetaData
Retrieves whether NULL values are sorted at the end regardless of sort order.
nullsAreSortedAtStart() - Method in interface java.sql.DatabaseMetaData
Retrieves whether NULL values are sorted at the start regardless of sort order.
nullsAreSortedHigh() - Method in interface java.sql.DatabaseMetaData
Retrieves whether NULL values are sorted high.
nullsAreSortedLow() - Method in interface java.sql.DatabaseMetaData
Retrieves whether NULL values are sorted low.
nullsFirst(Comparator<? super T>) - Static method in interface java.util.Comparator
Returns a null-friendly comparator that considers null to be less than non-null.
nullsLast(Comparator<? super T>) - Static method in interface java.util.Comparator
Returns a null-friendly comparator that considers null to be greater than non-null.
NUM_COLORS - Static variable in class java.awt.SystemColor
The number of system colors in the array.
NUM_LOCK - Static variable in class java.awt.Event
The Num Lock key, a non-ASCII action key.
numBands - Variable in class java.awt.image.ComponentSampleModel
The number of bands in this ComponentSampleModel.
numBands - Variable in class java.awt.image.Raster
The number of bands in the Raster.
numBands - Variable in class java.awt.image.SampleModel
Number of bands of the image data that this SampleModel describes.
numBanks - Variable in class java.awt.image.ComponentSampleModel
The number of banks in this ComponentSampleModel.
Number - Class in java.lang
The abstract class Number is the superclass of platform classes representing numeric values that are convertible to the primitive types byte, double, float, int, long, and short.
Number() - Constructor for class java.lang.Number
 
NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Number Forms" Unicode character block.
numberFormat - Variable in class java.text.DateFormat
The number formatter that DateFormat uses to format numbers in dates and times.
NumberFormat - Class in java.text
NumberFormat is the abstract base class for all number formats.
NumberFormat() - Constructor for class java.text.NumberFormat
Sole constructor.
NumberFormat.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from NumberFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
NumberFormatProvider - Class in java.text.spi
An abstract class for service providers that provide concrete implementations of the NumberFormat class.
NumberFormatProvider() - Constructor for class java.text.spi.NumberFormatProvider
Sole constructor.
numberOfLeadingZeros(int) - Static method in class java.lang.Integer
Returns the number of zero bits preceding the highest-order ("leftmost") one-bit in the two's complement binary representation of the specified int value.
numberOfLeadingZeros(long) - Static method in class java.lang.Long
Returns the number of zero bits preceding the highest-order ("leftmost") one-bit in the two's complement binary representation of the specified long value.
numberOfTrailingZeros(int) - Static method in class java.lang.Integer
Returns the number of zero bits following the lowest-order ("rightmost") one-bit in the two's complement binary representation of the specified int value.
numberOfTrailingZeros(long) - Static method in class java.lang.Long
Returns the number of zero bits following the lowest-order ("rightmost") one-bit in the two's complement binary representation of the specified long value.
numBuffers - Variable in class java.awt.Component.FlipBufferStrategy
The number of buffers
numDataElements - Variable in class java.awt.image.Raster
The number of DataBuffer data elements per pixel.
NUMERIC - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NUMERIC.
NUMERIC_SHAPING - Static variable in class java.awt.font.TextAttribute
Attribute key for converting ASCII decimal digits to other decimal ranges.
NumericShaper - Class in java.awt.font
The NumericShaper class is used to convert Latin-1 (European) digits to other Unicode decimal digits.
NumericShaper.Range - Enum in java.awt.font
A NumericShaper.Range represents a Unicode range of a script having its own decimal digits.
nval - Variable in class java.io.StreamTokenizer
If the current token is a number, this field contains the value of that number.
NVARCHAR - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR.
NW_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The north-west-resize cursor type.
NW_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.NW_RESIZE_CURSOR.

O

ObjDoubleConsumer<T> - Interface in java.util.function
Represents an operation that accepts an object-valued and a double-valued argument, and returns no result.
Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
ObjectInput - Interface in java.io
ObjectInput extends the DataInput interface to include the reading of objects.
ObjectInputStream - Class in java.io
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
ObjectInputStream(InputStream) - Constructor for class java.io.ObjectInputStream
Creates an ObjectInputStream that reads from the specified InputStream.
ObjectInputStream() - Constructor for class java.io.ObjectInputStream
Provide a way for subclasses that are completely reimplementing ObjectInputStream to not have to allocate private data just used by this implementation of ObjectInputStream.
ObjectInputStream.GetField - Class in java.io
Provide access to the persistent fields read from the input stream.
ObjectInputValidation - Interface in java.io
Callback interface to allow validation of objects within a graph.
ObjectOutput - Interface in java.io
ObjectOutput extends the DataOutput interface to include writing of objects.
ObjectOutputStream - Class in java.io
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
ObjectOutputStream(OutputStream) - Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
ObjectOutputStream() - Constructor for class java.io.ObjectOutputStream
Provide a way for subclasses that are completely reimplementing ObjectOutputStream to not have to allocate private data just used by this implementation of ObjectOutputStream.
ObjectOutputStream.PutField - Class in java.io
Provide programmatic access to the persistent fields to be written to ObjectOutput.
Objects - Class in java.util
This class consists of static utility methods for operating on objects.
ObjectStreamClass - Class in java.io
Serialization's descriptor for classes.
ObjectStreamConstants - Interface in java.io
Constants written into the Object Serialization Stream.
ObjectStreamException - Exception in java.io
Superclass of all exceptions specific to Object Stream classes.
ObjectStreamException(String) - Constructor for exception java.io.ObjectStreamException
Create an ObjectStreamException with the specified argument.
ObjectStreamException() - Constructor for exception java.io.ObjectStreamException
Create an ObjectStreamException.
ObjectStreamField - Class in java.io
A description of a Serializable field from a Serializable class.
ObjectStreamField(String, Class<?>) - Constructor for class java.io.ObjectStreamField
Create a Serializable field with the specified type.
ObjectStreamField(String, Class<?>, boolean) - Constructor for class java.io.ObjectStreamField
Creates an ObjectStreamField representing a serializable field with the given name and type.
ObjID - Class in java.rmi.server
An ObjID is used to identify a remote object exported to an RMI runtime.
ObjID() - Constructor for class java.rmi.server.ObjID
Generates a unique object identifier.
ObjID(int) - Constructor for class java.rmi.server.ObjID
Creates a "well-known" object identifier.
ObjIntConsumer<T> - Interface in java.util.function
Represents an operation that accepts an object-valued and a int-valued argument, and returns no result.
ObjLongConsumer<T> - Interface in java.util.function
Represents an operation that accepts an object-valued and a long-valued argument, and returns no result.
Observable - Class in java.util
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class java.util.Observable
Construct an Observable with zero Observers.
Observer - Interface in java.util
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
observesDaylightTime() - Method in class java.util.SimpleTimeZone
Returns true if this SimpleTimeZone observes Daylight Saving Time.
observesDaylightTime() - Method in class java.util.TimeZone
Returns true if this TimeZone is currently in Daylight Saving Time, or if a transition from Standard Time to Daylight Saving Time occurs at any future time.
obtrudeException(Throwable) - Method in class java.util.concurrent.CompletableFuture
Forcibly causes subsequent invocations of method CompletableFuture.get() and related methods to throw the given exception, whether or not already completed.
obtrudeValue(T) - Method in class java.util.concurrent.CompletableFuture
Forcibly sets or resets the value subsequently returned by method CompletableFuture.get() and related methods, whether or not already completed.
OCTOBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the tenth month of the year in the Gregorian and Julian calendars.
of(char) - Static method in class java.lang.Character.UnicodeBlock
Returns the object representing the Unicode block containing the given character, or null if the character is not a member of a defined block.
of(int) - Static method in class java.lang.Character.UnicodeBlock
Returns the object representing the Unicode block containing the given character (Unicode code point), or null if the character is not a member of a defined block.
of(int) - Static method in enum java.lang.Character.UnicodeScript
Returns the enum constant representing the Unicode script of which the given character (Unicode code point) is assigned to.
of(String) - Static method in interface java.time.chrono.Chronology
Obtains an instance of Chronology from a chronology ID or calendar system type.
of(int, int, int) - Static method in class java.time.chrono.HijrahDate
Obtains a HijrahDate of the Islamic Umm Al-Qura calendar from the proleptic-year, month-of-year and day-of-month fields.
of(int) - Static method in enum java.time.chrono.HijrahEra
Obtains an instance of HijrahEra from an int value.
of(int) - Static method in enum java.time.chrono.IsoEra
Obtains an instance of IsoEra from an int value.
of(JapaneseEra, int, int, int) - Static method in class java.time.chrono.JapaneseDate
Obtains a JapaneseDate representing a date in the Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.
of(int, int, int) - Static method in class java.time.chrono.JapaneseDate
Obtains a JapaneseDate representing a date in the Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int) - Static method in class java.time.chrono.JapaneseEra
Obtains an instance of JapaneseEra from an int value.
of(int, int, int) - Static method in class java.time.chrono.MinguoDate
Obtains a MinguoDate representing a date in the Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int) - Static method in enum java.time.chrono.MinguoEra
Obtains an instance of MinguoEra from an int value.
of(int, int, int) - Static method in class java.time.chrono.ThaiBuddhistDate
Obtains a ThaiBuddhistDate representing a date in the Thai Buddhist calendar system from the proleptic-year, month-of-year and day-of-month fields.
of(int) - Static method in enum java.time.chrono.ThaiBuddhistEra
Obtains an instance of ThaiBuddhistEra from an int value.
of(int) - Static method in enum java.time.DayOfWeek
Obtains an instance of DayOfWeek from an int value.
of(long, TemporalUnit) - Static method in class java.time.Duration
Obtains a Duration representing an amount in the specified unit.
of(Locale) - Static method in class java.time.format.DecimalStyle
Obtains the DecimalStyle for the specified locale.
of(int, Month, int) - Static method in class java.time.LocalDate
Obtains an instance of LocalDate from a year, month and day.
of(int, int, int) - Static method in class java.time.LocalDate
Obtains an instance of LocalDate from a year, month and day.
of(int, Month, int, int, int) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour and minute, setting the second and nanosecond to zero.
of(int, Month, int, int, int, int) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour, minute and second, setting the nanosecond to zero.
of(int, Month, int, int, int, int, int) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour, minute, second and nanosecond.
of(int, int, int, int, int) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour and minute, setting the second and nanosecond to zero.
of(int, int, int, int, int, int) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour, minute and second, setting the nanosecond to zero.
of(int, int, int, int, int, int, int) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from year, month, day, hour, minute, second and nanosecond.
of(LocalDate, LocalTime) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from a date and time.
of(int, int) - Static method in class java.time.LocalTime
Obtains an instance of LocalTime from an hour and minute.
of(int, int, int) - Static method in class java.time.LocalTime
Obtains an instance of LocalTime from an hour, minute and second.
of(int, int, int, int) - Static method in class java.time.LocalTime
Obtains an instance of LocalTime from an hour, minute, second and nanosecond.
of(int) - Static method in enum java.time.Month
Obtains an instance of Month from an int value.
of(Month, int) - Static method in class java.time.MonthDay
Obtains an instance of MonthDay.
of(int, int) - Static method in class java.time.MonthDay
Obtains an instance of MonthDay.
of(LocalDate, LocalTime, ZoneOffset) - Static method in class java.time.OffsetDateTime
Obtains an instance of OffsetDateTime from a date, time and offset.
of(LocalDateTime, ZoneOffset) - Static method in class java.time.OffsetDateTime
Obtains an instance of OffsetDateTime from a date-time and offset.
of(int, int, int, int, int, int, int, ZoneOffset) - Static method in class java.time.OffsetDateTime
Obtains an instance of OffsetDateTime from a year, month, day, hour, minute, second, nanosecond and offset.
of(LocalTime, ZoneOffset) - Static method in class java.time.OffsetTime
Obtains an instance of OffsetTime from a local time and an offset.
of(int, int, int, int, ZoneOffset) - Static method in class java.time.OffsetTime
Obtains an instance of OffsetTime from an hour, minute, second and nanosecond.
of(int, int, int) - Static method in class java.time.Period
Obtains a Period representing a number of years, months and days.
of(long, long) - Static method in class java.time.temporal.ValueRange
Obtains a fixed value range.
of(long, long, long) - Static method in class java.time.temporal.ValueRange
Obtains a variable value range.
of(long, long, long, long) - Static method in class java.time.temporal.ValueRange
Obtains a fully variable value range.
of(Locale) - Static method in class java.time.temporal.WeekFields
Obtains an instance of WeekFields appropriate for a locale.
of(DayOfWeek, int) - Static method in class java.time.temporal.WeekFields
Obtains an instance of WeekFields from the first day-of-week and minimal days.
of(int) - Static method in class java.time.Year
Obtains an instance of Year.
of(int, Month) - Static method in class java.time.YearMonth
Obtains an instance of YearMonth from a year and month.
of(int, int) - Static method in class java.time.YearMonth
Obtains an instance of YearMonth from a year and month.
of(LocalDateTime, ZoneOffset, ZoneOffset) - Static method in class java.time.zone.ZoneOffsetTransition
Obtains an instance defining a transition between two offsets.
of(Month, int, DayOfWeek, LocalTime, boolean, ZoneOffsetTransitionRule.TimeDefinition, ZoneOffset, ZoneOffset, ZoneOffset) - Static method in class java.time.zone.ZoneOffsetTransitionRule
Obtains an instance defining the yearly rule to create transitions between two offsets.
of(ZoneOffset, ZoneOffset, List<ZoneOffsetTransition>, List<ZoneOffsetTransition>, List<ZoneOffsetTransitionRule>) - Static method in class java.time.zone.ZoneRules
Obtains an instance of a ZoneRules.
of(ZoneOffset) - Static method in class java.time.zone.ZoneRules
Obtains an instance of ZoneRules that has fixed zone rules.
of(LocalDate, LocalTime, ZoneId) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime from a local date and time.
of(LocalDateTime, ZoneId) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime from a local date-time.
of(int, int, int, int, int, int, int, ZoneId) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime from a year, month, day, hour, minute, second, nanosecond and time-zone.
of(String, Map<String, String>) - Static method in class java.time.ZoneId
Obtains an instance of ZoneId using its ID using a map of aliases to supplement the standard zone IDs.
of(String) - Static method in class java.time.ZoneId
Obtains an instance of ZoneId from an ID ensuring that the ID is valid and available for use.
of(String) - Static method in class java.time.ZoneOffset
Obtains an instance of ZoneOffset using the ID.
of(E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified element.
of(E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
of(E, E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
of(E, E, E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
of(E, E, E, E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
of(E, E...) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
of(T) - Static method in class java.util.Optional
Returns an Optional with the specified present non-null value.
of(double) - Static method in class java.util.OptionalDouble
Return an OptionalDouble with the specified value present.
of(int) - Static method in class java.util.OptionalInt
Return an OptionalInt with the specified value present.
of(long) - Static method in class java.util.OptionalLong
Return an OptionalLong with the specified value present.
of(Supplier<R>, BiConsumer<R, T>, BinaryOperator<R>, Collector.Characteristics...) - Static method in interface java.util.stream.Collector
Returns a new Collector described by the given supplier, accumulator, and combiner functions.
of(Supplier<A>, BiConsumer<A, T>, BinaryOperator<A>, Function<A, R>, Collector.Characteristics...) - Static method in interface java.util.stream.Collector
Returns a new Collector described by the given supplier, accumulator, combiner, and finisher functions.
of(double) - Static method in interface java.util.stream.DoubleStream
Returns a sequential DoubleStream containing a single element.
of(double...) - Static method in interface java.util.stream.DoubleStream
Returns a sequential ordered stream whose elements are the specified values.
of(int) - Static method in interface java.util.stream.IntStream
Returns a sequential IntStream containing a single element.
of(int...) - Static method in interface java.util.stream.IntStream
Returns a sequential ordered stream whose elements are the specified values.
of(long) - Static method in interface java.util.stream.LongStream
Returns a sequential LongStream containing a single element.
of(long...) - Static method in interface java.util.stream.LongStream
Returns a sequential ordered stream whose elements are the specified values.
of(T) - Static method in interface java.util.stream.Stream
Returns a sequential Stream containing a single element.
of(T...) - Static method in interface java.util.stream.Stream
Returns a sequential ordered stream whose elements are the specified values.
ofCalendarField(int) - Static method in class java.text.DateFormat.Field
Returns the Field constant that corresponds to the Calendar constant calendarField.
ofDateAdjuster(UnaryOperator<LocalDate>) - Static method in class java.time.temporal.TemporalAdjusters
Obtains a TemporalAdjuster that wraps a date adjuster.
ofDays(long) - Static method in class java.time.Duration
Obtains a Duration representing a number of standard 24 hour days.
ofDays(int) - Static method in class java.time.Period
Obtains a Period representing a number of days.
ofDefaultLocale() - Static method in class java.time.format.DecimalStyle
Obtains the DecimalStyle for the default FORMAT locale.
ofEpochDay(long) - Static method in class java.time.LocalDate
Obtains an instance of LocalDate from the epoch day count.
ofEpochMilli(long) - Static method in class java.time.Instant
Obtains an instance of Instant using milliseconds from the epoch of 1970-01-01T00:00:00Z.
ofEpochSecond(long) - Static method in class java.time.Instant
Obtains an instance of Instant using seconds from the epoch of 1970-01-01T00:00:00Z.
ofEpochSecond(long, long) - Static method in class java.time.Instant
Obtains an instance of Instant using seconds from the epoch of 1970-01-01T00:00:00Z and nanosecond fraction of second.
ofEpochSecond(long, int, ZoneOffset) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime using seconds from the epoch of 1970-01-01T00:00:00Z.
OFF - Static variable in class java.util.logging.Level
OFF is a special level that can be used to turn off logging.
offer(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
offer(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 false if this queue is full.
offer(E, long, TimeUnit) - Method in class java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue, waiting up to the specified wait time for space to become available if the queue is full.
offer(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 false if no space is currently available.
offer(E, long, TimeUnit) - 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), waiting up to the specified wait time if necessary for space to become available.
offer(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 false if no space is currently available.
offer(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingQueue
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
offer(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Inserts the specified element at the tail of this deque.
offer(E) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
offer(E) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
offer(E, long, TimeUnit) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
offer(E) - Method in class java.util.concurrent.LinkedBlockingDeque
 
offer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
 
offer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available.
offer(E) - Method in class java.util.concurrent.LinkedBlockingQueue
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 false if this queue is full.
offer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
offer(E) - Method in class java.util.concurrent.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
offer(E) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
offer(E, long, TimeUnit) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
offer(E, long, TimeUnit) - Method in class java.util.concurrent.SynchronousQueue
Inserts the specified element into this queue, waiting if necessary up to the specified wait time for another thread to receive it.
offer(E) - Method in class java.util.concurrent.SynchronousQueue
Inserts the specified element into this queue, if another thread is waiting to receive it.
offer(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 false if no space is currently available.
offer(E) - Method in class java.util.LinkedList
Adds the specified element as the tail (last element) of this list.
offer(E) - Method in class java.util.PriorityQueue
Inserts the specified element into this priority queue.
offer(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.
offerFirst(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the front of this deque.
offerFirst(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, returning true upon success and false if no space is currently available.
offerFirst(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque, waiting up to the specified wait time if necessary for space to become available.
offerFirst(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Inserts the specified element at the front of this deque.
offerFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
 
offerFirst(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
 
offerFirst(E) - Method in interface java.util.Deque
Inserts the specified element at the front of this deque unless it would violate capacity restrictions.
offerFirst(E) - Method in class java.util.LinkedList
Inserts the specified element at the front of this list.
offerLast(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
offerLast(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, returning true upon success and false if no space is currently available.
offerLast(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque, waiting up to the specified wait time if necessary for space to become available.
offerLast(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Inserts the specified element at the end of this deque.
offerLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
 
offerLast(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
 
offerLast(E) - Method in interface java.util.Deque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
offerLast(E) - Method in class java.util.LinkedList
Inserts the specified element at the end of this list.
offset - Variable in class java.awt.image.DataBuffer
Offset into default (first) bank from which to get the first element.
offset(Clock, Duration) - Static method in class java.time.Clock
Obtains a clock that returns instants from the specified clock with the specified duration added
offset() - Static method in class java.time.temporal.TemporalQueries
A query for ZoneOffset returning null if not found.
offsetByCodePoints(CharSequence, int, int) - Static method in class java.lang.Character
Returns the index within the given char sequence that is offset from the given index by codePointOffset code points.
offsetByCodePoints(char[], int, int, int, int) - Static method in class java.lang.Character
Returns the index within the given char subarray that is offset from the given index by codePointOffset code points.
offsetByCodePoints(int, int) - Method in class java.lang.String
Returns the index within this String that is offset from the given index by codePointOffset code points.
offsetByCodePoints(int, int) - Method in class java.lang.StringBuffer
 
OffsetDateTime - Class in java.time
A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as 2007-12-03T10:15:30+01:00.
offsets - Variable in class java.awt.image.DataBuffer
Offsets into all banks.
OffsetTime - Class in java.time
A time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as 10:15:30+01:00.
ofHours(long) - Static method in class java.time.Duration
Obtains a Duration representing a number of standard hours.
ofHours(int) - Static method in class java.time.ZoneOffset
Obtains an instance of ZoneOffset using an offset in hours.
ofHoursMinutes(int, int) - Static method in class java.time.ZoneOffset
Obtains an instance of ZoneOffset using an offset in hours and minutes.
ofHoursMinutesSeconds(int, int, int) - Static method in class java.time.ZoneOffset
Obtains an instance of ZoneOffset using an offset in hours, minutes and seconds.
ofInstant(Instant, ZoneId) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from an Instant and zone ID.
ofInstant(Instant, ZoneId) - Static method in class java.time.OffsetDateTime
Obtains an instance of OffsetDateTime from an Instant and zone ID.
ofInstant(Instant, ZoneId) - Static method in class java.time.OffsetTime
Obtains an instance of OffsetTime from an Instant and zone ID.
ofInstant(Instant, ZoneId) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime from an Instant.
ofInstant(LocalDateTime, ZoneOffset, ZoneId) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime from the instant formed by combining the local date-time and offset.
ofLocal(LocalDateTime, ZoneId, ZoneOffset) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime from a local date-time using the preferred offset if possible.
ofLocale(Locale) - Static method in interface java.time.chrono.Chronology
Obtains an instance of Chronology from a locale.
ofLocalizedDate(FormatStyle) - Static method in class java.time.format.DateTimeFormatter
Returns a locale specific date format for the ISO chronology.
ofLocalizedDateTime(FormatStyle) - Static method in class java.time.format.DateTimeFormatter
Returns a locale specific date-time formatter for the ISO chronology.
ofLocalizedDateTime(FormatStyle, FormatStyle) - Static method in class java.time.format.DateTimeFormatter
Returns a locale specific date and time format for the ISO chronology.
ofLocalizedTime(FormatStyle) - Static method in class java.time.format.DateTimeFormatter
Returns a locale specific time format for the ISO chronology.
ofMillis(long) - Static method in class java.time.Duration
Obtains a Duration representing a number of milliseconds.
ofMinutes(long) - Static method in class java.time.Duration
Obtains a Duration representing a number of standard minutes.
ofMonths(int) - Static method in class java.time.Period
Obtains a Period representing a number of months.
ofNanoOfDay(long) - Static method in class java.time.LocalTime
Obtains an instance of LocalTime from a nanos-of-day value.
ofNanos(long) - Static method in class java.time.Duration
Obtains a Duration representing a number of nanoseconds.
ofNullable(T) - Static method in class java.util.Optional
Returns an Optional describing the specified value, if non-null, otherwise returns an empty Optional.
ofOffset(String, ZoneOffset) - Static method in class java.time.ZoneId
Obtains an instance of ZoneId wrapping an offset.
ofPattern(String) - Static method in class java.time.format.DateTimeFormatter
Creates a formatter using the specified pattern.
ofPattern(String, Locale) - Static method in class java.time.format.DateTimeFormatter
Creates a formatter using the specified pattern and locale.
ofSecondOfDay(long) - Static method in class java.time.LocalTime
Obtains an instance of LocalTime from a second-of-day value.
ofSeconds(long) - Static method in class java.time.Duration
Obtains a Duration representing a number of seconds.
ofSeconds(long, long) - Static method in class java.time.Duration
Obtains a Duration representing a number of seconds and an adjustment in nanoseconds.
ofStrict(LocalDateTime, ZoneOffset, ZoneId) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime strictly validating the combination of local date-time, offset and zone ID.
ofTotalSeconds(int) - Static method in class java.time.ZoneOffset
Obtains an instance of ZoneOffset specifying the total offset in seconds
ofWeeks(int) - Static method in class java.time.Period
Obtains a Period representing a number of weeks.
ofYearDay(int, int) - Static method in class java.time.LocalDate
Obtains an instance of LocalDate from a year and day-of-year.
ofYears(int) - Static method in class java.time.Period
Obtains a Period representing a number of years.
OGHAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ogham" Unicode character block.
okToUseGui - Variable in class java.beans.beancontext.BeanContextSupport
A boolean indicating if this instance may now render a GUI.
okToUseGui() - Method in class java.beans.beancontext.BeanContextSupport
Notify this instance that it may now render a GUI
okToUseGui() - Method in interface java.beans.Visibility
This method instructs the bean that it is OK to use the Gui.
OL_CHIKI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ol Chiki" Unicode character block.
OLD_ITALIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Old Italic" Unicode character block.
OLD_PERSIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Old Persian" Unicode character block.
OLD_SOUTH_ARABIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Old South Arabian" Unicode character block.
OLD_TURKIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Old Turkic" Unicode character block.
on(boolean) - Method in class java.security.DigestInputStream
Turns the digest function on or off.
on(boolean) - Method in class java.security.DigestOutputStream
Turns the digest function on or off.
onAdvance(int, int) - Method in class java.util.concurrent.Phaser
Overridable method to perform an action upon impending phase advance, and to control termination.
onClose(Runnable) - Method in interface java.util.stream.BaseStream
Returns an equivalent stream with an additional close handler.
onCompletion(CountedCompleter<?>) - Method in class java.util.concurrent.CountedCompleter
Performs an action when method CountedCompleter.tryComplete() is invoked and the pending count is zero, or when the unconditional method CountedCompleter.complete(T) is invoked.
ONE - Static variable in class java.math.BigDecimal
The value 1, with a scale of 0.
ONE - Static variable in class java.math.BigInteger
The BigInteger constant one.
ONE_SIDED - Static variable in class java.awt.JobAttributes.SidesType
The SidesType instance to use for specifying that consecutive job pages should be printed upon the same side of consecutive media sheets.
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class java.util.concurrent.CountedCompleter
Performs an action when method ForkJoinTask.completeExceptionally(Throwable) is invoked or method CountedCompleter.compute() throws an exception, and this task has not already otherwise completed normally.
onMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
Changes this decoder's action for malformed-input errors.
onMalformedInput(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
Changes this encoder's action for malformed-input errors.
onStart() - Method in class java.util.concurrent.ForkJoinWorkerThread
Initializes internal state after construction but before processing any tasks.
onTermination(Throwable) - Method in class java.util.concurrent.ForkJoinWorkerThread
Performs cleanup associated with termination of this worker thread.
onUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetDecoder
Changes this decoder's action for unmappable-character errors.
onUnmappableCharacter(CodingErrorAction) - Method in class java.nio.charset.CharsetEncoder
Changes this encoder's action for unmappable-character errors.
OP_ACCEPT - Static variable in class java.nio.channels.SelectionKey
Operation-set bit for socket-accept operations.
OP_CONNECT - Static variable in class java.nio.channels.SelectionKey
Operation-set bit for socket-connect operations.
OP_READ - Static variable in class java.nio.channels.SelectionKey
Operation-set bit for read operations.
OP_WRITE - Static variable in class java.nio.channels.SelectionKey
Operation-set bit for write operations.
OPAQUE - Static variable in interface java.awt.Transparency
Represents image data that is guaranteed to be completely opaque, meaning that all pixels have an alpha value of 1.0.
open(File) - Method in class java.awt.Desktop
Launches the associated application to open the file.
OPEN - Static variable in class java.awt.geom.Arc2D
The closure type for an open arc with no path segments connecting the two ends of the arc segment.
open(File) - Method in interface java.awt.peer.DesktopPeer
Launches the associated application to open the given file.
open(Path, Set<? extends OpenOption>, ExecutorService, FileAttribute<?>...) - Static method in class java.nio.channels.AsynchronousFileChannel
Opens or creates a file for reading and/or writing, returning an asynchronous file channel to access the file.
open(Path, OpenOption...) - Static method in class java.nio.channels.AsynchronousFileChannel
Opens or creates a file for reading and/or writing, returning an asynchronous file channel to access the file.
open(AsynchronousChannelGroup) - Static method in class java.nio.channels.AsynchronousServerSocketChannel
Opens an asynchronous server-socket channel.
open() - Static method in class java.nio.channels.AsynchronousServerSocketChannel
Opens an asynchronous server-socket channel.
open(AsynchronousChannelGroup) - Static method in class java.nio.channels.AsynchronousSocketChannel
Opens an asynchronous socket channel.
open() - Static method in class java.nio.channels.AsynchronousSocketChannel
Opens an asynchronous socket channel.
open() - Static method in class java.nio.channels.DatagramChannel
Opens a datagram channel.
open(ProtocolFamily) - Static method in class java.nio.channels.DatagramChannel
Opens a datagram channel.
open(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Static method in class java.nio.channels.FileChannel
Opens or creates a file, returning a file channel to access the file.
open(Path, OpenOption...) - Static method in class java.nio.channels.FileChannel
Opens or creates a file, returning a file channel to access the file.
open() - Static method in class java.nio.channels.Pipe
Opens a pipe.
open() - Static method in class java.nio.channels.Selector
Opens a selector.
open() - Static method in class java.nio.channels.ServerSocketChannel
Opens a server-socket channel.
open() - Static method in class java.nio.channels.SocketChannel
Opens a socket channel.
open(SocketAddress) - Static method in class java.nio.channels.SocketChannel
Opens a socket channel and connects it to a remote address.
OPEN_DELETE - Static variable in class java.util.zip.ZipFile
Mode flag to open a zip file and mark it for deletion.
OPEN_FAILURE - Static variable in class java.util.logging.ErrorManager
OPEN_FAILURE is used when an open of an output stream fails.
OPEN_READ - Static variable in class java.util.zip.ZipFile
Mode flag to open a zip file for reading.
openAsynchronousChannelGroup(int, ThreadFactory) - Method in class java.nio.channels.spi.AsynchronousChannelProvider
Constructs a new asynchronous channel group with a fixed thread pool.
openAsynchronousChannelGroup(ExecutorService, int) - Method in class java.nio.channels.spi.AsynchronousChannelProvider
Constructs a new asynchronous channel group with the given thread pool.
openAsynchronousServerSocketChannel(AsynchronousChannelGroup) - Method in class java.nio.channels.spi.AsynchronousChannelProvider
Opens an asynchronous server-socket channel.
openAsynchronousSocketChannel(AsynchronousChannelGroup) - Method in class java.nio.channels.spi.AsynchronousChannelProvider
Opens an asynchronous socket channel.
openConnection() - Method in class java.net.URL
Returns a URLConnection instance that represents a connection to the remote object referred to by the URL.
openConnection(Proxy) - Method in class java.net.URL
Same as URL.openConnection(), except that the connection will be made through the specified proxy; Protocol handlers that do not support proxing will ignore the proxy parameter and make a normal connection.
openConnection(URL) - Method in class java.net.URLStreamHandler
Opens a connection to the object referenced by the URL argument.
openConnection(URL, Proxy) - Method in class java.net.URLStreamHandler
Same as openConnection(URL), except that the connection will be made through the specified proxy; Protocol handlers that do not support proxying will ignore the proxy parameter and make a normal connection.
openDatagramChannel() - Method in class java.nio.channels.spi.SelectorProvider
Opens a datagram channel.
openDatagramChannel(ProtocolFamily) - Method in class java.nio.channels.spi.SelectorProvider
Opens a datagram channel.
OpenOption - Interface in java.nio.file
An object that configures how to open or create a file.
openPipe() - Method in class java.nio.channels.spi.SelectorProvider
Opens a pipe.
openSelector() - Method in class java.nio.channels.spi.SelectorProvider
Opens a selector.
openServerSocketChannel() - Method in class java.nio.channels.spi.SelectorProvider
Opens a server-socket channel.
openSocketChannel() - Method in class java.nio.channels.spi.SelectorProvider
Opens a socket channel.
openStream() - Method in class java.net.URL
Opens a connection to this URL and returns an InputStream for reading from that connection.
OpenType - Interface in java.awt.font
The OpenType interface represents OpenType and TrueType fonts.
OPERATING_SYSTEM_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the OperatingSystemMXBean.
OperatingSystemMXBean - Interface in java.lang.management
The management interface for the operating system on which the Java virtual machine is running.
Operation - Class in java.rmi.server
Deprecated.
no replacement
Operation(String) - Constructor for class java.rmi.server.Operation
Deprecated.
no replacement
OPTICAL_CHARACTER_RECOGNITION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Optical Character Recognition" Unicode character block.
Optional<T> - Class in java.util
A container object which may or may not contain a non-null value.
OptionalDataException - Exception in java.io
Exception indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream.
OptionalDouble - Class in java.util
A container object which may or may not contain a double value.
optionalEnd() - Method in class java.time.format.DateTimeFormatterBuilder
Ends an optional section.
OptionalInt - Class in java.util
A container object which may or may not contain a int value.
OptionalLong - Class in java.util
A container object which may or may not contain a long value.
optionalStart() - Method in class java.time.format.DateTimeFormatterBuilder
Mark the start of an optional section.
or(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this | val).
or(BitSet) - Method in class java.util.BitSet
Performs a logical OR of this bit set with the bit set argument.
or(BiPredicate<? super T, ? super U>) - Method in interface java.util.function.BiPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(DoublePredicate) - Method in interface java.util.function.DoublePredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(IntPredicate) - Method in interface java.util.function.IntPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(LongPredicate) - Method in interface java.util.function.LongPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(Predicate<? super T>) - Method in interface java.util.function.Predicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
orange - Static variable in class java.awt.Color
The color orange.
ORANGE - Static variable in class java.awt.Color
The color orange.
order() - Method in class java.nio.ByteBuffer
Retrieves this buffer's byte order.
order(ByteOrder) - Method in class java.nio.ByteBuffer
Modifies this buffer's byte order.
order() - Method in class java.nio.CharBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.DoubleBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.FloatBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.IntBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.LongBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.ShortBuffer
Retrieves this buffer's byte order.
ORDERED - Static variable in interface java.util.Spliterator
Characteristic value signifying that an encounter order is defined for elements.
ordinal() - Method in class java.lang.Enum
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
ordinaryChar(int) - Method in class java.io.StreamTokenizer
Specifies that the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
orElse(T) - Method in class java.util.Optional
Return the value if present, otherwise return other.
orElse(double) - Method in class java.util.OptionalDouble
Return the value if present, otherwise return other.
orElse(int) - Method in class java.util.OptionalInt
Return the value if present, otherwise return other.
orElse(long) - Method in class java.util.OptionalLong
Return the value if present, otherwise return other.
orElseGet(Supplier<? extends T>) - Method in class java.util.Optional
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(DoubleSupplier) - Method in class java.util.OptionalDouble
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(IntSupplier) - Method in class java.util.OptionalInt
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(LongSupplier) - Method in class java.util.OptionalLong
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseThrow(Supplier<? extends X>) - Method in class java.util.Optional
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow(Supplier<X>) - Method in class java.util.OptionalDouble
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow(Supplier<X>) - Method in class java.util.OptionalInt
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow(Supplier<X>) - Method in class java.util.OptionalLong
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
origmodel - Variable in class java.awt.image.RGBImageFilter
The ColorModel to be replaced by newmodel when the user calls substituteColorModel.
ORIYA - Static variable in class java.awt.font.NumericShaper
Identifies the ORIYA range and decimal base.
ORIYA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Oriya" Unicode character block.
OSMANYA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Osmanya" Unicode character block.
OTHER - Static variable in class java.sql.Types
The constant in the Java programming language that indicates that the SQL type is database-specific and gets mapped to a Java object that can be accessed via the methods getObject and setObject.
OTHER_LETTER - Static variable in class java.lang.Character
General category "Lo" in the Unicode specification.
OTHER_NUMBER - Static variable in class java.lang.Character
General category "No" in the Unicode specification.
OTHER_PUNCTUATION - Static variable in class java.lang.Character
General category "Po" in the Unicode specification.
OTHER_SYMBOL - Static variable in class java.lang.Character
General category "So" in the Unicode specification.
othersDeletesAreVisible(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether updates made by others are visible.
out - Static variable in class java.io.FileDescriptor
A handle to the standard output stream.
out - Variable in class java.io.FilterOutputStream
The underlying output stream to be filtered.
out - Variable in class java.io.FilterWriter
The underlying character-output stream.
out - Variable in class java.io.PipedInputStream
The index of the position in the circular buffer at which the next byte of data will be read by this piped input stream.
out - Variable in class java.io.PrintWriter
The underlying character-output stream of this PrintWriter.
out - Static variable in class java.lang.System
The "standard" output stream.
out() - Method in class java.util.Formatter
Returns the destination for the output.
OUT_BOTTOM - Static variable in class java.awt.geom.Rectangle2D
The bitmask that indicates that a point lies below this Rectangle2D.
OUT_LEFT - Static variable in class java.awt.geom.Rectangle2D
The bitmask that indicates that a point lies to the left of this Rectangle2D.
OUT_RIGHT - Static variable in class java.awt.geom.Rectangle2D
The bitmask that indicates that a point lies to the right of this Rectangle2D.
OUT_TOP - Static variable in class java.awt.geom.Rectangle2D
The bitmask that indicates that a point lies above this Rectangle2D.
outcode(double, double) - Method in class java.awt.geom.Rectangle2D.Double
Determines where the specified coordinates lie with respect to this Rectangle2D.
outcode(double, double) - Method in class java.awt.geom.Rectangle2D.Float
Determines where the specified coordinates lie with respect to this Rectangle2D.
outcode(double, double) - Method in class java.awt.geom.Rectangle2D
Determines where the specified coordinates lie with respect to this Rectangle2D.
outcode(Point2D) - Method in class java.awt.geom.Rectangle2D
Determines where the specified Point2D lies with respect to this Rectangle2D.
outcode(double, double) - Method in class java.awt.Rectangle
Determines where the specified coordinates lie with respect to this Rectangle2D.
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
outpixbuf - Variable in class java.awt.image.ReplicateScaleFilter
A byte array initialized with a size of ReplicateScaleFilter.destWidth and used to deliver a row of pixel data to the ImageConsumer.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the named charset.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, Charset) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the given charset.
OutputStreamWriter(OutputStream, CharsetEncoder) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the given charset encoder.
OVER - Static variable in class java.awt.dnd.DragSourceContext
An int used by updateCurrentCursor() indicating that the Cursor is over a DropTarget.
OVERFLOW - Static variable in class java.nio.charset.CoderResult
Result object indicating overflow, meaning that there is insufficient room in the output buffer.
OVERFLOW - Static variable in class java.nio.file.StandardWatchEventKinds
A special event to indicate that events may have been lost or discarded.
OverlappingFileLockException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file.
OverlappingFileLockException() - Constructor for exception java.nio.channels.OverlappingFileLockException
Constructs an instance of this class.
overlaps(long, long) - Method in class java.nio.channels.FileLock
Tells whether or not this lock overlaps the given lock range.
Override - Annotation Type in java.lang
Indicates that a method declaration is intended to override a method declaration in a supertype.
ownDeletesAreVisible(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether a result set's own deletes are visible.
owner - Variable in class java.awt.datatransfer.Clipboard
 
owner() - Method in interface java.nio.file.attribute.PosixFileAttributes
Returns the owner of the file.
Owner - Interface in java.security.acl
Interface for managing owners of Access Control Lists (ACLs) or ACL configurations.
ownInsertsAreVisible(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether a result set's own inserts are visible.
owns(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether the given ConditionObject uses this synchronizer as its lock.
owns(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether the given ConditionObject uses this synchronizer as its lock.
ownUpdatesAreVisible(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.

P

pack() - Method in class java.awt.Window
Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.
pack(JarFile, OutputStream) - Method in interface java.util.jar.Pack200.Packer
Takes a JarFile and converts it into a Pack200 archive.
pack(JarInputStream, OutputStream) - Method in interface java.util.jar.Pack200.Packer
Takes a JarInputStream and converts it into a Pack200 archive.
Pack200 - Class in java.util.jar
Transforms a JAR file to or from a packed stream in Pack200 format.
Pack200.Packer - Interface in java.util.jar
The packer engine applies various transformations to the input JAR file, making the pack stream highly compressible by a compressor such as gzip or zip.
Pack200.Unpacker - Interface in java.util.jar
The unpacker engine converts the packed stream to a JAR file.
PACKAGE - Static variable in class java.lang.invoke.MethodHandles.Lookup
A single-bit mask representing package access (default access), which may contribute to the result of lookupModes.
Package - Class in java.lang
Package objects contain version information about the implementation and specification of a Java package.
packagePrefix - Static variable in interface java.rmi.server.LoaderHandler
Deprecated.
package of system LoaderHandler implementation.
packagePrefix - Static variable in interface java.rmi.server.RemoteRef
Initialize the server package prefix: assumes that the implementation of server ref classes (e.g., UnicastRef, UnicastServerRef) are located in the package defined by the prefix.
PackedColorModel - Class in java.awt.image
The PackedColorModel class is an abstract ColorModel class that works with pixel values which represent color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.
PackedColorModel(ColorSpace, int, int[], int, boolean, int, int) - Constructor for class java.awt.image.PackedColorModel
Constructs a PackedColorModel from a color mask array, which specifies which bits in an int pixel representation contain each of the color samples, and an alpha mask.
PackedColorModel(ColorSpace, int, int, int, int, int, boolean, int, int) - Constructor for class java.awt.image.PackedColorModel
Constructs a PackedColorModel from the specified masks which indicate which bits in an int pixel representation contain the alpha, red, green and blue color samples.
padNext(int) - Method in class java.time.format.DateTimeFormatterBuilder
Causes the next added printer/parser to pad to a fixed width using a space.
padNext(int, char) - Method in class java.time.format.DateTimeFormatterBuilder
Causes the next added printer/parser to pad to a fixed width.
PAGE_END - Static variable in class java.awt.BorderLayout
The component comes after the last line of the layout's content.
PAGE_END - Static variable in class java.awt.GridBagConstraints
Place the component centered along the edge of its display area associated with the end of a page for the current ComponentOrientation.
PAGE_EXISTS - Static variable in interface java.awt.print.Printable
Returned from Printable.print(Graphics, PageFormat, int) to signify that the requested page was rendered.
PAGE_START - Static variable in class java.awt.BorderLayout
The component comes before the first line of the layout's content.
PAGE_START - Static variable in class java.awt.GridBagConstraints
Place the component centered along the edge of its display area associated with the start of a page for the current ComponentOrientation.
Pageable - Interface in java.awt.print
The Pageable implementation represents a set of pages to be printed.
PageAttributes - Class in java.awt
A set of attributes which control the output of a printed page.
PageAttributes() - Constructor for class java.awt.PageAttributes
Constructs a PageAttributes instance with default values for every attribute.
PageAttributes(PageAttributes) - Constructor for class java.awt.PageAttributes
Constructs a PageAttributes instance which is a copy of the supplied PageAttributes.
PageAttributes(PageAttributes.ColorType, PageAttributes.MediaType, PageAttributes.OrientationRequestedType, PageAttributes.OriginType, PageAttributes.PrintQualityType, int[]) - Constructor for class java.awt.PageAttributes
Constructs a PageAttributes instance with the specified values for every attribute.
PageAttributes.ColorType - Class in java.awt
A type-safe enumeration of possible color states.
PageAttributes.MediaType - Class in java.awt
A type-safe enumeration of possible paper sizes.
PageAttributes.OrientationRequestedType - Class in java.awt
A type-safe enumeration of possible orientations.
PageAttributes.OriginType - Class in java.awt
A type-safe enumeration of possible origins.
PageAttributes.PrintQualityType - Class in java.awt
A type-safe enumeration of possible print qualities.
pageDialog(PageFormat) - Method in class java.awt.print.PrinterJob
Displays a dialog that allows modification of a PageFormat instance.
pageDialog(PrintRequestAttributeSet) - Method in class java.awt.print.PrinterJob
A convenience method which displays a cross-platform page setup dialog.
PageFormat - Class in java.awt.print
The PageFormat class describes the size and orientation of a page to be printed.
PageFormat() - Constructor for class java.awt.print.PageFormat
Creates a default, portrait-oriented PageFormat.
paint(Graphics) - Method in class java.awt.Canvas
Paints this canvas.
paint(Graphics) - Method in class java.awt.Component
Paints this component.
paint(Graphics) - Method in class java.awt.Container
Paints the container.
PAINT - Static variable in class java.awt.event.PaintEvent
The paint event type.
Paint - Interface in java.awt
This Paint interface defines how color patterns can be generated for Graphics2D operations.
paint(Graphics) - Method in interface java.awt.peer.ComponentPeer
Paints the component to the specified graphics context.
paint(Graphics) - Method in class java.awt.Window
Paints the container.
PAINT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting paint events.
PAINT_FIRST - Static variable in class java.awt.event.PaintEvent
Marks the first integer id for the range of paint event ids.
PAINT_LAST - Static variable in class java.awt.event.PaintEvent
Marks the last integer id for the range of paint event ids.
paintAll(Graphics) - Method in class java.awt.Component
Paints this component and all of its subcomponents.
paintComponents(Graphics) - Method in class java.awt.Container
Paints each of the components in this container.
PaintContext - Interface in java.awt
The PaintContext interface defines the encapsulated and optimized environment to generate color patterns in device space for fill or stroke operations on a Graphics2D.
PaintEvent - Class in java.awt.event
The component-level paint event.
PaintEvent(Component, int, Rectangle) - Constructor for class java.awt.event.PaintEvent
Constructs a PaintEvent object with the specified source component and type.
paintValue(Graphics, Rectangle) - Method in interface java.beans.PropertyEditor
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in class java.beans.PropertyEditorSupport
Paint a representation of the value into a given area of screen real estate.
Panel - Class in java.awt
Panel is the simplest container class.
Panel() - Constructor for class java.awt.Panel
Creates a new panel using the default layout manager.
Panel(LayoutManager) - Constructor for class java.awt.Panel
Creates a new panel with the specified layout manager.
Panel.AccessibleAWTPanel - Class in java.awt
This class implements accessibility support for the Panel class.
PanelPeer - Interface in java.awt.peer
The peer interface for Panel.
Paper - Class in java.awt.print
The Paper class describes the physical characteristics of a piece of paper.
Paper() - Constructor for class java.awt.print.Paper
Creates a letter sized piece of paper with one inch margins.
PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
General category "Zp" in the Unicode specification.
parallel() - Method in interface java.util.stream.BaseStream
Returns an equivalent stream that is parallel.
parallel() - Method in interface java.util.stream.DoubleStream
 
parallel() - Method in interface java.util.stream.IntStream
 
parallel() - Method in interface java.util.stream.LongStream
 
parallelPrefix(T[], BinaryOperator<T>) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(T[], int, int, BinaryOperator<T>) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(Object[], BinaryOperator) for the given subrange of the array.
parallelPrefix(long[], LongBinaryOperator) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(long[], int, int, LongBinaryOperator) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(long[], LongBinaryOperator) for the given subrange of the array.
parallelPrefix(double[], DoubleBinaryOperator) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(double[], int, int, DoubleBinaryOperator) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(double[], DoubleBinaryOperator) for the given subrange of the array.
parallelPrefix(int[], IntBinaryOperator) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(int[], int, int, IntBinaryOperator) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(int[], IntBinaryOperator) for the given subrange of the array.
parallelSetAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(char[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(short[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(int[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(long[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(float[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(double[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(T[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
parallelSort(T[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
parallelSort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
parallelSort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
parallelStream() - Method in interface java.util.Collection
Returns a possibly parallel Stream with this collection as its source.
Parameter - Class in java.lang.reflect
Information about method parameters.
parameterArray() - Method in class java.lang.invoke.MethodType
Presents the parameter types as an array (a convenience method).
ParameterBlock - Class in java.awt.image.renderable
A ParameterBlock encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other classes that process images.
ParameterBlock() - Constructor for class java.awt.image.renderable.ParameterBlock
A dummy constructor.
ParameterBlock(Vector<Object>) - Constructor for class java.awt.image.renderable.ParameterBlock
Constructs a ParameterBlock with a given Vector of sources.
ParameterBlock(Vector<Object>, Vector<Object>) - Constructor for class java.awt.image.renderable.ParameterBlock
Constructs a ParameterBlock with a given Vector of sources and Vector of parameters.
parameterCount() - Method in class java.lang.invoke.MethodType
Returns the number of parameter types in this method type.
ParameterDescriptor - Class in java.beans
The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond the low level type information provided by the java.lang.reflect.Method class.
ParameterDescriptor() - Constructor for class java.beans.ParameterDescriptor
Public default constructor.
ParameterizedType - Interface in java.lang.reflect
ParameterizedType represents a parameterized type such as Collection<String>.
parameterList() - Method in class java.lang.invoke.MethodType
Presents the parameter types as a list (a convenience method).
ParameterMetaData - Interface in java.sql
An object that can be used to get information about the types and properties for each parameter marker in a PreparedStatement object.
parameterModeIn - Static variable in interface java.sql.ParameterMetaData
The constant indicating that the parameter's mode is IN.
parameterModeInOut - Static variable in interface java.sql.ParameterMetaData
The constant indicating that the parameter's mode is INOUT.
parameterModeOut - Static variable in interface java.sql.ParameterMetaData
The constant indicating that the parameter's mode is OUT.
parameterModeUnknown - Static variable in interface java.sql.ParameterMetaData
The constant indicating that the mode of the parameter is unknown.
parameterModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a parameter.
parameterNoNulls - Static variable in interface java.sql.ParameterMetaData
The constant indicating that a parameter will not allow NULL values.
parameterNullable - Static variable in interface java.sql.ParameterMetaData
The constant indicating that a parameter will allow NULL values.
parameterNullableUnknown - Static variable in interface java.sql.ParameterMetaData
The constant indicating that the nullability of a parameter is unknown.
parameters - Variable in class java.awt.image.renderable.ParameterBlock
A Vector of non-source parameters, stored as arbitrary Objects.
parameterType(int) - Method in class java.lang.invoke.MethodType
Returns the parameter type at the specified index, within this method type.
paramString() - Method in class java.awt.AWTEvent
Returns a string representing the state of this Event.
paramString() - Method in class java.awt.Button
Returns a string representing the state of this Button.
paramString() - Method in class java.awt.Checkbox
Returns a string representing the state of this Checkbox.
paramString() - Method in class java.awt.CheckboxMenuItem
Returns a string representing the state of this CheckBoxMenuItem.
paramString() - Method in class java.awt.Choice
Returns a string representing the state of this Choice menu.
paramString() - Method in class java.awt.Component
Returns a string representing the state of this component.
paramString() - Method in class java.awt.Container
Returns a string representing the state of this Container.
paramString() - Method in class java.awt.Dialog
Returns a string representing the state of this dialog.
paramString() - Method in class java.awt.event.ActionEvent
Returns a parameter string identifying this action event.
paramString() - Method in class java.awt.event.AdjustmentEvent
 
paramString() - Method in class java.awt.event.ComponentEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.ContainerEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.FocusEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.HierarchyEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.InputMethodEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.InvocationEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.ItemEvent
Returns a parameter string identifying this item event.
paramString() - Method in class java.awt.event.KeyEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.MouseEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.MouseWheelEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.PaintEvent
 
paramString() - Method in class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatibility.
paramString() - Method in class java.awt.event.TextEvent
Returns a parameter string identifying this text event.
paramString() - Method in class java.awt.event.WindowEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.FileDialog
Returns a string representing the state of this FileDialog window.
paramString() - Method in class java.awt.Frame
Returns a string representing the state of this Frame.
paramString() - Method in class java.awt.Label
Returns a string representing the state of this Label.
paramString() - Method in class java.awt.List
Returns the parameter string representing the state of this scrolling list.
paramString() - Method in class java.awt.Menu
Returns a string representing the state of this Menu.
paramString() - Method in class java.awt.MenuComponent
Returns a string representing the state of this MenuComponent.
paramString() - Method in class java.awt.MenuItem
Returns a string representing the state of this MenuItem.
paramString() - Method in class java.awt.MenuShortcut
Returns the parameter string representing the state of this MenuShortcut.
paramString() - Method in class java.awt.Scrollbar
Returns a string representing the state of this Scrollbar.
paramString() - Method in class java.awt.ScrollPane
Returns a string representing the state of this ScrollPane.
paramString() - Method in class java.awt.ScrollPaneAdjustable
Returns a string representing the state of this scrollbar.
paramString() - Method in class java.awt.TextArea
Returns a string representing the state of this TextArea.
paramString() - Method in class java.awt.TextComponent
Returns a string representing the state of this TextComponent.
paramString() - Method in class java.awt.TextField
Returns a string representing the state of this TextField.
parent - Variable in class java.awt.image.Raster
The parent of this Raster, or null.
parent() - Method in class java.util.prefs.AbstractPreferences
Implements the parent method as per the specification in Preferences.parent().
parent() - Method in class java.util.prefs.Preferences
Returns the parent of this preference node, or null if this is the root.
parent - Variable in class java.util.ResourceBundle
The parent bundle of this bundle.
PARENT_CHANGED - Static variable in class java.awt.event.HierarchyEvent
A change flag indicates that the HIERARCHY_CHANGED event was generated by a reparenting operation.
parentOf(ThreadGroup) - Method in class java.lang.ThreadGroup
Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
park(Object) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes unless the permit is available.
park() - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes unless the permit is available.
parkNanos(Object, long) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes, for up to the specified waiting time, unless the permit is available.
parkNanos(long) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes, for up to the specified waiting time, unless the permit is available.
parkUntil(Object, long) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes, until the specified deadline, unless the permit is available.
parkUntil(long) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes, until the specified deadline, unless the permit is available.
parse(String) - Static method in class java.net.HttpCookie
Constructs cookies from set-cookie or set-cookie2 header string.
parse(String, ParsePosition) - Method in class java.text.ChoiceFormat
Parses a Number from the input text.
parse(String) - Method in class java.text.DateFormat
Parses text from the beginning of the given string to produce a date.
parse(String, ParsePosition) - Method in class java.text.DateFormat
Parse a date/time string according to the given parse position.
parse(String, ParsePosition) - Method in class java.text.DecimalFormat
Parses text from a string to produce a Number.
parse(String, ParsePosition) - Method in class java.text.MessageFormat
Parses the string.
parse(String) - Method in class java.text.MessageFormat
Parses text from the beginning of the given string to produce an object array.
parse(String, ParsePosition) - Method in class java.text.NumberFormat
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals), otherwise a Double.
parse(String) - Method in class java.text.NumberFormat
Parses text from the beginning of the given string to produce a number.
parse(String, ParsePosition) - Method in class java.text.SimpleDateFormat
Parses text from a string to produce a Date.
parse(CharSequence) - Static method in class java.time.Duration
Obtains a Duration from a text string such as PnDTnHnMn.nS.
parse(CharSequence) - Method in class java.time.format.DateTimeFormatter
Fully parses the text producing a temporal object.
parse(CharSequence, ParsePosition) - Method in class java.time.format.DateTimeFormatter
Parses the text using this formatter, providing control over the text position.
parse(CharSequence, TemporalQuery<T>) - Method in class java.time.format.DateTimeFormatter
Fully parses the text producing an object of the specified type.
parse(CharSequence) - Static method in class java.time.Instant
Obtains an instance of Instant from a text string such as 2007-12-03T10:15:30.00Z.
parse(CharSequence) - Static method in class java.time.LocalDate
Obtains an instance of LocalDate from a text string such as 2007-12-03.
parse(CharSequence, DateTimeFormatter) - Static method in class java.time.LocalDate
Obtains an instance of LocalDate from a text string using a specific formatter.
parse(CharSequence) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from a text string such as 2007-12-03T10:15:30.
parse(CharSequence, DateTimeFormatter) - Static method in class java.time.LocalDateTime
Obtains an instance of LocalDateTime from a text string using a specific formatter.
parse(CharSequence) - Static method in class java.time.LocalTime
Obtains an instance of LocalTime from a text string such as 10:15.
parse(CharSequence, DateTimeFormatter) - Static method in class java.time.LocalTime
Obtains an instance of LocalTime from a text string using a specific formatter.
parse(CharSequence) - Static method in class java.time.MonthDay
Obtains an instance of MonthDay from a text string such as --12-03.
parse(CharSequence, DateTimeFormatter) - Static method in class java.time.MonthDay
Obtains an instance of MonthDay from a text string using a specific formatter.
parse(CharSequence) - Static method in class java.time.OffsetDateTime
Obtains an instance of OffsetDateTime from a text string such as 2007-12-03T10:15:30+01:00.
parse(CharSequence, DateTimeFormatter) - Static method in class java.time.OffsetDateTime
Obtains an instance of OffsetDateTime from a text string using a specific formatter.
parse(CharSequence) - Static method in class java.time.OffsetTime
Obtains an instance of OffsetTime from a text string such as 10:15:30+01:00.
parse(CharSequence, DateTimeFormatter) - Static method in class java.time.OffsetTime
Obtains an instance of OffsetTime from a text string using a specific formatter.
parse(CharSequence) - Static method in class java.time.Period
Obtains a Period from a text string such as PnYnMnD.
parse(CharSequence) - Static method in class java.time.Year
Obtains an instance of Year from a text string such as 2007.
parse(CharSequence, DateTimeFormatter) - Static method in class java.time.Year
Obtains an instance of Year from a text string using a specific formatter.
parse(CharSequence) - Static method in class java.time.YearMonth
Obtains an instance of YearMonth from a text string such as 2007-12.
parse(CharSequence, DateTimeFormatter) - Static method in class java.time.YearMonth
Obtains an instance of YearMonth from a text string using a specific formatter.
parse(CharSequence) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime from a text string such as 2007-12-03T10:15:30+01:00[Europe/Paris].
parse(CharSequence, DateTimeFormatter) - Static method in class java.time.ZonedDateTime
Obtains an instance of ZonedDateTime from a text string using a specific formatter.
parse(String) - Static method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by DateFormat.parse(String s).
parse(String) - Static method in class java.util.Locale.LanguageRange
Parses the given ranges to generate a Language Priority List.
parse(String, Map<String, List<String>>) - Static method in class java.util.Locale.LanguageRange
Parses the given ranges to generate a Language Priority List, and then customizes the list using the given map.
parse(String) - Static method in class java.util.logging.Level
Parse a level name string into a Level.
parseBest(CharSequence, TemporalQuery<?>...) - Method in class java.time.format.DateTimeFormatter
Fully parses the text producing an object of one of the specified types.
parseBoolean(String) - Static method in class java.lang.Boolean
Parses the string argument as a boolean.
parseByte(String, int) - Static method in class java.lang.Byte
Parses the string argument as a signed byte in the radix specified by the second argument.
parseByte(String) - Static method in class java.lang.Byte
Parses the string argument as a signed decimal byte.
parseCaseInsensitive() - Method in class java.time.format.DateTimeFormatterBuilder
Changes the parse style to be case insensitive for the remainder of the formatter.
parseCaseSensitive() - Method in class java.time.format.DateTimeFormatterBuilder
Changes the parse style to be case sensitive for the remainder of the formatter.
parseDefaulting(TemporalField, long) - Method in class java.time.format.DateTimeFormatterBuilder
Appends a default value for a field to the formatter for use in parsing.
parsedExcessDays() - Static method in class java.time.format.DateTimeFormatter
A query that provides access to the excess days that were parsed.
parsedLeapSecond() - Static method in class java.time.format.DateTimeFormatter
A query that provides access to whether a leap-second was parsed.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
ParseException - Exception in java.text
Signals that an error has been reached unexpectedly while parsing.
ParseException(String, int) - Constructor for exception java.text.ParseException
Constructs a ParseException with the specified detail message and offset.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Float.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseLenient() - Method in class java.time.format.DateTimeFormatterBuilder
Changes the parse style to be lenient for the remainder of the formatter.
parseLevel(String) - Static method in class java.rmi.server.LogStream
Deprecated.
no replacement
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseNumbers() - Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
parseObject(String, ParsePosition) - Method in class java.text.DateFormat
Parses text from a string to produce a Date.
parseObject(String, ParsePosition) - Method in class java.text.Format
Parses text from a string to produce an object.
parseObject(String) - Method in class java.text.Format
Parses text from the beginning of the given string to produce an object.
parseObject(String, ParsePosition) - Method in class java.text.MessageFormat
Parses text from a string to produce an object array.
parseObject(String, ParsePosition) - Method in class java.text.NumberFormat
Parses text from a string to produce a Number.
ParsePosition - Class in java.text
ParsePosition is a simple class used by Format and its subclasses to keep track of the current position during parsing.
ParsePosition(int) - Constructor for class java.text.ParsePosition
Create a new ParsePosition with the given initial index.
parseServerAuthority() - Method in class java.net.URI
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
parseShort(String, int) - Static method in class java.lang.Short
Parses the string argument as a signed short in the radix specified by the second argument.
parseShort(String) - Static method in class java.lang.Short
Parses the string argument as a signed decimal short.
parseStrict() - Method in class java.time.format.DateTimeFormatterBuilder
Changes the parse style to be strict for the remainder of the formatter.
parseUnresolved(CharSequence, ParsePosition) - Method in class java.time.format.DateTimeFormatter
Parses the text using this formatter, without resolving the result, intended for advanced use cases.
parseUnsignedInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as an unsigned integer in the radix specified by the second argument.
parseUnsignedInt(String) - Static method in class java.lang.Integer
Parses the string argument as an unsigned decimal integer.
parseUnsignedLong(String, int) - Static method in class java.lang.Long
Parses the string argument as an unsigned long in the radix specified by the second argument.
parseUnsignedLong(String) - Static method in class java.lang.Long
Parses the string argument as an unsigned decimal long.
parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
Parses the string representation of a URL into a URL object.
partitioningBy(Predicate<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector which partitions the input elements according to a Predicate, and organizes them into a Map<Boolean, List<T>>.
partitioningBy(Predicate<? super T>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
Returns a Collector which partitions the input elements according to a Predicate, reduces the values in each partition according to another Collector, and organizes them into a Map<Boolean, D> whose values are the result of the downstream reduction.
PASS - Static variable in interface java.util.jar.Pack200.Packer
The string "pass", a possible value for certain properties.
PASS_FILE_PFX - Static variable in interface java.util.jar.Pack200.Packer
Indicates that a file should be passed through bytewise, with no compression.
PasswordAuthentication - Class in java.net
The class PasswordAuthentication is a data holder that is used by Authenticator.
PasswordAuthentication(String, char[]) - Constructor for class java.net.PasswordAuthentication
Creates a new PasswordAuthentication object from the given user name and password.
PasswordProtection(char[]) - Constructor for class java.security.KeyStore.PasswordProtection
Creates a password parameter.
PasswordProtection(char[], String, AlgorithmParameterSpec) - Constructor for class java.security.KeyStore.PasswordProtection
Creates a password parameter and specifies the protection algorithm and associated parameters to use when encrypting a keystore entry.
Path - Interface in java.nio.file
An object that may be used to locate a file in a file system.
Path2D - Class in java.awt.geom
The Path2D class provides a simple, yet flexible shape which represents an arbitrary geometric path.
Path2D.Double - Class in java.awt.geom
The Double class defines a geometric path with coordinates stored in double precision floating point.
Path2D.Float - Class in java.awt.geom
The Float class defines a geometric path with coordinates stored in single precision floating point.
PathIterator - Interface in java.awt.geom
The PathIterator interface provides the mechanism for objects that implement the Shape interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time.
PathMatcher - Interface in java.nio.file
An interface that is implemented by objects that perform match operations on paths.
Paths - Class in java.nio.file
This class consists exclusively of static methods that return a Path by converting a path string or URI.
pathSeparator - Static variable in class java.io.File
The system-dependent path-separator character, represented as a string for convenience.
pathSeparatorChar - Static variable in class java.io.File
The system-dependent path-separator character.
pathToPoint(Point2D, boolean, Point2D) - Method in class java.awt.font.LayoutPath
Convert a location relative to the path to a point in user coordinates.
pattern() - Method in class java.util.regex.Matcher
Returns the pattern that is interpreted by this matcher.
Pattern - Class in java.util.regex
A compiled representation of a regular expression.
pattern() - Method in class java.util.regex.Pattern
Returns the regular expression from which this pattern was compiled.
PatternSyntaxException - Exception in java.util.regex
Unchecked exception thrown to indicate a syntax error in a regular-expression pattern.
PatternSyntaxException(String, String, int) - Constructor for exception java.util.regex.PatternSyntaxException
Constructs a new instance of this class.
PAUSE - Static variable in class java.awt.Event
The Pause key, a non-ASCII action key.
pcSupport - Variable in class java.beans.beancontext.BeanContextChildSupport
The PropertyChangeSupport associated with this BeanContextChildSupport.
peek(InetAddress) - Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
peek() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque, or returns null if this deque is empty.
peek() - Method in class java.util.concurrent.ArrayBlockingQueue
 
peek() - Method in interface java.util.concurrent.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
peek() - Method in class java.util.concurrent.ConcurrentLinkedQueue
 
peek() - Method in class java.util.concurrent.DelayQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.concurrent.LinkedBlockingDeque
 
peek() - Method in class java.util.concurrent.LinkedBlockingQueue
 
peek() - Method in class java.util.concurrent.LinkedTransferQueue
 
peek() - Method in class java.util.concurrent.PriorityBlockingQueue
 
peek() - Method in class java.util.concurrent.SynchronousQueue
Always returns null.
peek() - Method in interface java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class java.util.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
peek() - Method in class java.util.PriorityQueue
 
peek() - Method in interface java.util.Queue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek(DoubleConsumer) - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as elements are consumed from the resulting stream.
peek(IntConsumer) - Method in interface java.util.stream.IntStream
Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as elements are consumed from the resulting stream.
peek(LongConsumer) - Method in interface java.util.stream.LongStream
Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as elements are consumed from the resulting stream.
peek(Consumer<? super T>) - Method in interface java.util.stream.Stream
Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as elements are consumed from the resulting stream.
peekData(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
peekEvent() - Method in class java.awt.EventQueue
Returns the first event on the EventQueue without removing it.
peekEvent(int) - Method in class java.awt.EventQueue
Returns the first event with the specified id, if any.
peekFirst() - Method in class java.util.ArrayDeque
 
peekFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
peekFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
peekFirst() - Method in interface java.util.Deque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekFirst() - Method in class java.util.LinkedList
Retrieves, but does not remove, the first element of this list, or returns null if this list is empty.
peekLast() - Method in class java.util.ArrayDeque
 
peekLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
peekLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
peekLast() - Method in interface java.util.Deque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekLast() - Method in class java.util.LinkedList
Retrieves, but does not remove, the last element of this list, or returns null if this list is empty.
peekNextLocalTask() - Static method in class java.util.concurrent.ForkJoinTask
Returns, but does not unschedule or execute, a task queued by the current thread but not yet executed, if one is immediately available.
PERCENT - Static variable in class java.text.NumberFormat.Field
Constant identifying the percent field.
performDefaultLayout() - Method in class java.awt.font.GlyphVector
Assigns default positions to each glyph in this GlyphVector.
period(int, int, int) - Method in interface java.time.chrono.Chronology
Obtains a period for this chronology based on years, months and days.
period(int, int, int) - Method in class java.time.chrono.IsoChronology
Obtains a period for this chronology based on years, months and days.
Period - Class in java.time
A date-based amount of time in the ISO-8601 calendar system, such as '2 years, 3 months and 4 days'.
PERMILLE - Static variable in class java.text.NumberFormat.Field
Constant identifying the permille field.
Permission - Interface in java.security.acl
This interface represents a permission, such as that used to grant a particular type of access to a resource.
Permission - Class in java.security
Abstract class for representing access to a system resource.
Permission(String) - Constructor for class java.security.Permission
Constructs a permission with the specified name.
PermissionCollection - Class in java.security
Abstract class representing a collection of Permission objects.
PermissionCollection() - Constructor for class java.security.PermissionCollection
 
permissions() - Method in class java.nio.file.attribute.AclEntry
Returns a copy of the permissions component.
permissions() - Method in interface java.nio.file.attribute.PosixFileAttributes
Returns the permissions of the file.
permissions() - Method in interface java.security.acl.AclEntry
Returns an enumeration of the permissions in this ACL entry.
Permissions - Class in java.security
This class represents a heterogeneous collection of Permissions.
Permissions() - Constructor for class java.security.Permissions
Creates a new Permissions object containing no PermissionCollections.
permits(Set<CryptoPrimitive>, String, AlgorithmParameters) - Method in interface java.security.AlgorithmConstraints
Determines whether an algorithm is granted permission for the specified cryptographic primitives.
permits(Set<CryptoPrimitive>, Key) - Method in interface java.security.AlgorithmConstraints
Determines whether a key is granted permission for the specified cryptographic primitives.
permits(Set<CryptoPrimitive>, String, Key, AlgorithmParameters) - Method in interface java.security.AlgorithmConstraints
Determines whether an algorithm and the corresponding key are granted permission for the specified cryptographic primitives.
permuteArguments(MethodHandle, MethodType, int...) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle which adapts the calling sequence of the given method handle to a new type, by reordering the arguments.
PersistenceDelegate - Class in java.beans
The PersistenceDelegate class takes the responsibility for expressing the state of an instance of a given class in terms of the methods in the class's public API.
PersistenceDelegate() - Constructor for class java.beans.PersistenceDelegate
 
PERSONAL - Static variable in class java.awt.PageAttributes.MediaType
An alias for PERSONAL_ENVELOPE.
PERSONAL_ENVELOPE - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for 6 3/4 envelope, 3 5/8 x 6 1/2 in.
PGDN - Static variable in class java.awt.Event
The Page Down key, a non-ASCII action key.
PGUP - Static variable in class java.awt.Event
The Page Up key, a non-ASCII action key.
PHAGS_PA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phags-pa" Unicode character block.
PHAISTOS_DISC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phaistos Disc" Unicode character block.
PhantomReference<T> - Class in java.lang.ref
Phantom reference objects, which are enqueued after the collector determines that their referents may otherwise be reclaimed.
PhantomReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.PhantomReference
Creates a new phantom reference that refers to the given object and is registered with the given queue.
Phaser - Class in java.util.concurrent
A reusable synchronization barrier, similar in functionality to CyclicBarrier and CountDownLatch but supporting more flexible usage.
Phaser() - Constructor for class java.util.concurrent.Phaser
Creates a new phaser with no initially registered parties, no parent, and initial phase number 0.
Phaser(int) - Constructor for class java.util.concurrent.Phaser
Creates a new phaser with the given number of registered unarrived parties, no parent, and initial phase number 0.
Phaser(Phaser) - Constructor for class java.util.concurrent.Phaser
Equivalent to Phaser(parent, 0).
Phaser(Phaser, int) - Constructor for class java.util.concurrent.Phaser
Creates a new phaser with the given parent and number of registered unarrived parties.
PHOENICIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phoenician" Unicode character block.
PHONETIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phonetic Extensions" Unicode character block.
PHONETIC_EXTENSIONS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phonetic Extensions Supplement" Unicode character block.
PHYSICAL - Static variable in class java.awt.PageAttributes.OriginType
The OriginType instance to use for specifying a physical origin.
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PI - Static variable in class java.lang.StrictMath
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PIE - Static variable in class java.awt.geom.Arc2D
The closure type for an arc closed by drawing straight line segments from the start of the arc segment to the center of the full ellipse and from that point to the end of the arc segment.
pink - Static variable in class java.awt.Color
The color pink.
PINK - Static variable in class java.awt.Color
The color pink.
PIPE - Static variable in class java.lang.ProcessBuilder.Redirect
Indicates that subprocess I/O will be connected to the current Java process over a pipe.
Pipe - Class in java.nio.channels
A pair of channels that implements a unidirectional pipe.
Pipe() - Constructor for class java.nio.channels.Pipe
Initializes a new instance of this class.
Pipe.SinkChannel - Class in java.nio.channels
A channel representing the writable end of a Pipe.
Pipe.SourceChannel - Class in java.nio.channels
A channel representing the readable end of a Pipe.
PIPE_SIZE - Static variable in class java.io.PipedInputStream
The default size of the pipe's circular input buffer.
PipedInputStream - Class in java.io
A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src.
PipedInputStream(PipedOutputStream, int) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src and uses the specified pipe size for the pipe's buffer.
PipedInputStream() - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected.
PipedInputStream(int) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected and uses the specified pipe size for the pipe's buffer.
PipedOutputStream - Class in java.io
A piped output stream can be connected to a piped input stream to create a communications pipe.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedReader - Class in java.io
Piped character-input streams.
PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src.
PipedReader(PipedWriter, int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src and uses the specified pipe size for the pipe's buffer.
PipedReader() - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected.
PipedReader(int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected and uses the specified pipe size for the pipe's buffer.
PipedWriter - Class in java.io
Piped character-output streams.
PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
Creates a piped writer connected to the specified piped reader.
PipedWriter() - Constructor for class java.io.PipedWriter
Creates a piped writer that is not yet connected to a piped reader.
pixel_bits - Variable in class java.awt.image.ColorModel
The total number of bits in the pixel.
PixelGrabber - Class in java.awt.image
The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels in that image.
PixelGrabber(Image, int, int, int, int, int[], int, int) - Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the specified image into the given array.
PixelGrabber(ImageProducer, int, int, int, int, int[], int, int) - Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the image produced by the specified ImageProducer into the given array.
PixelGrabber(Image, int, int, int, int, boolean) - Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the specified image.
PixelInterleavedSampleModel - Class in java.awt.image
This class represents image data which is stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
PixelInterleavedSampleModel(int, int, int, int, int, int[]) - Constructor for class java.awt.image.PixelInterleavedSampleModel
Constructs a PixelInterleavedSampleModel with the specified parameters.
pixelStride - Variable in class java.awt.image.ComponentSampleModel
Pixel stride (in data array elements) of the region of image data described by this ComponentSampleModel.
PKCS12Attribute - Class in java.security
An attribute associated with a PKCS12 keystore entry.
PKCS12Attribute(String, String) - Constructor for class java.security.PKCS12Attribute
Constructs a PKCS12 attribute from its name and value.
PKCS12Attribute(byte[]) - Constructor for class java.security.PKCS12Attribute
Constructs a PKCS12 attribute from its ASN.1 DER encoding.
PKCS8EncodedKeySpec - Class in java.security.spec
This class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 type PrivateKeyInfo.
PKCS8EncodedKeySpec(byte[]) - Constructor for class java.security.spec.PKCS8EncodedKeySpec
Creates a new PKCS8EncodedKeySpec with the given encoded key.
PKIXBuilderParameters - Class in java.security.cert
Parameters used as input for the PKIX CertPathBuilder algorithm.
PKIXBuilderParameters(Set<TrustAnchor>, CertSelector) - Constructor for class java.security.cert.PKIXBuilderParameters
Creates an instance of PKIXBuilderParameters with the specified Set of most-trusted CAs.
PKIXBuilderParameters(KeyStore, CertSelector) - Constructor for class java.security.cert.PKIXBuilderParameters
Creates an instance of PKIXBuilderParameters that populates the set of most-trusted CAs from the trusted certificate entries contained in the specified KeyStore.
PKIXCertPathBuilderResult - Class in java.security.cert
This class represents the successful result of the PKIX certification path builder algorithm.
PKIXCertPathBuilderResult(CertPath, TrustAnchor, PolicyNode, PublicKey) - Constructor for class java.security.cert.PKIXCertPathBuilderResult
Creates an instance of PKIXCertPathBuilderResult containing the specified parameters.
PKIXCertPathChecker - Class in java.security.cert
An abstract class that performs one or more checks on an X509Certificate.
PKIXCertPathChecker() - Constructor for class java.security.cert.PKIXCertPathChecker
Default constructor.
PKIXCertPathValidatorResult - Class in java.security.cert
This class represents the successful result of the PKIX certification path validation algorithm.
PKIXCertPathValidatorResult(TrustAnchor, PolicyNode, PublicKey) - Constructor for class java.security.cert.PKIXCertPathValidatorResult
Creates an instance of PKIXCertPathValidatorResult containing the specified parameters.
PKIXParameters - Class in java.security.cert
Parameters used as input for the PKIX CertPathValidator algorithm.
PKIXParameters(Set<TrustAnchor>) - Constructor for class java.security.cert.PKIXParameters
Creates an instance of PKIXParameters with the specified Set of most-trusted CAs.
PKIXParameters(KeyStore) - Constructor for class java.security.cert.PKIXParameters
Creates an instance of PKIXParameters that populates the set of most-trusted CAs from the trusted certificate entries contained in the specified KeyStore.
PKIXReason - Enum in java.security.cert
The PKIXReason enumerates the potential PKIX-specific reasons that an X.509 certification path may be invalid according to the PKIX (RFC 3280) standard.
PKIXRevocationChecker - Class in java.security.cert
A PKIXCertPathChecker for checking the revocation status of certificates with the PKIX algorithm.
PKIXRevocationChecker() - Constructor for class java.security.cert.PKIXRevocationChecker
Default constructor.
PKIXRevocationChecker.Option - Enum in java.security.cert
Various revocation options that can be specified for the revocation checking mechanism.
PLAIN - Static variable in class java.awt.Font
The plain style constant.
plainTextFlavor - Static variable in class java.awt.datatransfer.DataFlavor
Deprecated.
as of 1.3. Use DataFlavor.getReaderForText(Transferable) instead of Transferable.getTransferData(DataFlavor.plainTextFlavor).
PlatformLoggingMXBean - Interface in java.lang.management
The management interface for the logging facility.
PlatformManagedObject - Interface in java.lang.management
A platform managed object is a JMX MXBean for monitoring and managing a component in the Java platform.
play(URL) - Method in class java.applet.Applet
Plays the audio clip at the specified absolute URL.
play(URL, String) - Method in class java.applet.Applet
Plays the audio clip given the URL and a specifier that is relative to it.
play() - Method in interface java.applet.AudioClip
Starts playing this audio clip.
PLAYING_CARDS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Playing Cards" Unicode character block.
plus() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (+this), and whose scale is this.scale().
plus(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (+this), with rounding according to the context settings.
plus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDate
Returns an object of the same type as this object with an amount added.
plus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDate
Returns an object of the same type as this object with the specified period added.
plus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDateTime
Returns an object of the same type as this object with an amount added.
plus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDateTime
Returns an object of the same type as this object with the specified period added.
plus(TemporalAmount) - Method in interface java.time.chrono.ChronoPeriod
Returns a copy of this period with the specified period added.
plus(TemporalAmount) - Method in interface java.time.chrono.ChronoZonedDateTime
Returns an object of the same type as this object with an amount added.
plus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoZonedDateTime
Returns an object of the same type as this object with the specified period added.
plus(TemporalAmount) - Method in class java.time.chrono.HijrahDate
Returns an object of the same type as this object with an amount added.
plus(long, TemporalUnit) - Method in class java.time.chrono.HijrahDate
 
plus(TemporalAmount) - Method in class java.time.chrono.JapaneseDate
Returns an object of the same type as this object with an amount added.
plus(long, TemporalUnit) - Method in class java.time.chrono.JapaneseDate
 
plus(TemporalAmount) - Method in class java.time.chrono.MinguoDate
Returns an object of the same type as this object with an amount added.
plus(long, TemporalUnit) - Method in class java.time.chrono.MinguoDate
 
plus(TemporalAmount) - Method in class java.time.chrono.ThaiBuddhistDate
Returns an object of the same type as this object with an amount added.
plus(long, TemporalUnit) - Method in class java.time.chrono.ThaiBuddhistDate
 
plus(long) - Method in enum java.time.DayOfWeek
Returns the day-of-week that is the specified number of days after this one.
plus(Duration) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration added.
plus(long, TemporalUnit) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration added.
plus(TemporalAmount) - Method in class java.time.Instant
Returns a copy of this instant with the specified amount added.
plus(long, TemporalUnit) - Method in class java.time.Instant
Returns a copy of this instant with the specified amount added.
plus(TemporalAmount) - Method in class java.time.LocalDate
Returns a copy of this date with the specified amount added.
plus(long, TemporalUnit) - Method in class java.time.LocalDate
Returns a copy of this date with the specified amount added.
plus(TemporalAmount) - Method in class java.time.LocalDateTime
Returns a copy of this date-time with the specified amount added.
plus(long, TemporalUnit) - Method in class java.time.LocalDateTime
Returns a copy of this date-time with the specified amount added.
plus(TemporalAmount) - Method in class java.time.LocalTime
Returns a copy of this time with the specified amount added.
plus(long, TemporalUnit) - Method in class java.time.LocalTime
Returns a copy of this time with the specified amount added.
plus(long) - Method in enum java.time.Month
Returns the month-of-year that is the specified number of quarters after this one.
plus(TemporalAmount) - Method in class java.time.OffsetDateTime
Returns a copy of this date-time with the specified amount added.
plus(long, TemporalUnit) - Method in class java.time.OffsetDateTime
Returns a copy of this date-time with the specified amount added.
plus(TemporalAmount) - Method in class java.time.OffsetTime
Returns a copy of this time with the specified amount added.
plus(long, TemporalUnit) - Method in class java.time.OffsetTime
Returns a copy of this time with the specified amount added.
plus(TemporalAmount) - Method in class java.time.Period
Returns a copy of this period with the specified period added.
plus(TemporalAmount) - Method in interface java.time.temporal.Temporal
Returns an object of the same type as this object with an amount added.
plus(long, TemporalUnit) - Method in interface java.time.temporal.Temporal
Returns an object of the same type as this object with the specified period added.
plus(TemporalAmount) - Method in class java.time.Year
Returns a copy of this year with the specified amount added.
plus(long, TemporalUnit) - Method in class java.time.Year
Returns a copy of this year with the specified amount added.
plus(TemporalAmount) - Method in class java.time.YearMonth
Returns a copy of this year-month with the specified amount added.
plus(long, TemporalUnit) - Method in class java.time.YearMonth
Returns a copy of this year-month with the specified amount added.
plus(TemporalAmount) - Method in class java.time.ZonedDateTime
Returns a copy of this date-time with the specified amount added.
plus(long, TemporalUnit) - Method in class java.time.ZonedDateTime
Returns a copy of this date-time with the specified amount added.
plusDays(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in standard 24 hour days added.
plusDays(long) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the specified number of days added.
plusDays(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of days added.
plusDays(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of days added.
plusDays(long) - Method in class java.time.Period
Returns a copy of this period with the specified days added.
plusDays(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of days added.
plusHours(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in hours added.
plusHours(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of hours added.
plusHours(long) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the specified number of hours added.
plusHours(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of hours added.
plusHours(long) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified number of hours added.
plusHours(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of hours added.
plusMillis(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in milliseconds added.
plusMillis(long) - Method in class java.time.Instant
Returns a copy of this instant with the specified duration in milliseconds added.
plusMinutes(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in minutes added.
plusMinutes(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of minutes added.
plusMinutes(long) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the specified number of minutes added.
plusMinutes(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of minutes added.
plusMinutes(long) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified number of minutes added.
plusMinutes(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of minutes added.
plusMonths(long) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the specified number of months added.
plusMonths(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of months added.
plusMonths(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of months added.
plusMonths(long) - Method in class java.time.Period
Returns a copy of this period with the specified months added.
plusMonths(long) - Method in class java.time.YearMonth
Returns a copy of this YearMonth with the specified number of months added.
plusMonths(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of months added.
plusNanos(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in nanoseconds added.
plusNanos(long) - Method in class java.time.Instant
Returns a copy of this instant with the specified duration in nanoseconds added.
plusNanos(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of nanoseconds added.
plusNanos(long) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the specified number of nanoseconds added.
plusNanos(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of nanoseconds added.
plusNanos(long) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified number of nanoseconds added.
plusNanos(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of nanoseconds added.
plusSeconds(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified duration in seconds added.
plusSeconds(long) - Method in class java.time.Instant
Returns a copy of this instant with the specified duration in seconds added.
plusSeconds(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of seconds added.
plusSeconds(long) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the specified number of seconds added.
plusSeconds(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of seconds added.
plusSeconds(long) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified number of seconds added.
plusSeconds(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of seconds added.
plusWeeks(long) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the specified number of weeks added.
plusWeeks(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of weeks added.
plusWeeks(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of weeks added.
plusWeeks(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of weeks added.
plusYears(long) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the specified number of years added.
plusYears(long) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the specified number of years added.
plusYears(long) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified number of years added.
plusYears(long) - Method in class java.time.Period
Returns a copy of this period with the specified years added.
plusYears(long) - Method in class java.time.Year
Returns a copy of this Year with the specified number of years added.
plusYears(long) - Method in class java.time.YearMonth
Returns a copy of this YearMonth with the specified number of years added.
plusYears(long) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the specified number of years added.
PM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from noon to just before midnight.
Point - Class in java.awt
A point representing a location in (x,y) coordinate space, specified in integer precision.
Point() - Constructor for class java.awt.Point
Constructs and initializes a point at the origin (0, 0) of the coordinate space.
Point(Point) - Constructor for class java.awt.Point
Constructs and initializes a point with the same location as the specified Point object.
Point(int, int) - Constructor for class java.awt.Point
Constructs and initializes a point at the specified (x,y) location in the coordinate space.
Point2D - Class in java.awt.geom
The Point2D class defines a point representing a location in (x,y) coordinate space.
Point2D() - Constructor for class java.awt.geom.Point2D
This is an abstract class that cannot be instantiated directly.
Point2D.Double - Class in java.awt.geom
The Double class defines a point specified in double precision.
Point2D.Float - Class in java.awt.geom
The Float class defines a point specified in float precision.
POINT_INFINITY - Static variable in class java.security.spec.ECPoint
This defines the point at infinity.
PointerInfo - Class in java.awt
A class that describes the pointer position.
pointSize - Variable in class java.awt.Font
The point size of this Font in float.
pointToPath(Point2D, Point2D) - Method in class java.awt.font.LayoutPath
Convert a point in user space to a location relative to the path.
Policy - Class in java.security
A Policy object is responsible for determining whether code executing in the Java runtime environment has permission to perform a security-sensitive operation.
Policy() - Constructor for class java.security.Policy
 
Policy.Parameters - Interface in java.security
This represents a marker interface for Policy parameters.
PolicyNode - Interface in java.security.cert
An immutable valid policy tree node as defined by the PKIX certification path validation algorithm.
PolicyQualifierInfo - Class in java.security.cert
An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo structure.
PolicyQualifierInfo(byte[]) - Constructor for class java.security.cert.PolicyQualifierInfo
Creates an instance of PolicyQualifierInfo from the encoded bytes.
PolicySpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the Policy class.
PolicySpi() - Constructor for class java.security.PolicySpi
 
poll() - Method in class java.lang.ref.ReferenceQueue
Polls this queue to see if a reference object is available.
poll() - Method in interface java.nio.file.WatchService
Retrieves and removes the next watch key, or null if none are present.
poll(long, TimeUnit) - Method in interface java.nio.file.WatchService
Retrieves and removes the next watch key, waiting if necessary up to the specified wait time if none are yet present.
poll() - Method in class java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class java.util.concurrent.ArrayBlockingQueue
 
poll(long, TimeUnit) - Method in class java.util.concurrent.ArrayBlockingQueue
 
poll() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting up to the specified wait time if necessary for an element to become available.
poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in interface java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, or null if none are present.
poll(long, TimeUnit) - Method in interface java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, waiting if necessary up to the specified wait time if none are yet present.
poll() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
poll() - Method in class java.util.concurrent.ConcurrentLinkedQueue
 
poll() - Method in class java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, or returns null if this queue has no elements with an expired delay.
poll(long, TimeUnit) - Method in class java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue, or the specified wait time expires.
poll() - Method in class java.util.concurrent.ExecutorCompletionService
 
poll(long, TimeUnit) - Method in class java.util.concurrent.ExecutorCompletionService
 
poll() - Method in class java.util.concurrent.LinkedBlockingDeque
 
poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
 
poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingQueue
 
poll() - Method in class java.util.concurrent.LinkedBlockingQueue
 
poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedTransferQueue
 
poll() - Method in class java.util.concurrent.LinkedTransferQueue
 
poll() - Method in class java.util.concurrent.PriorityBlockingQueue
 
poll(long, TimeUnit) - Method in class java.util.concurrent.PriorityBlockingQueue
 
poll(long, TimeUnit) - Method in class java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, waiting if necessary up to the specified wait time, for another thread to insert it.
poll() - Method in class java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, if another thread is currently making an element available.
poll() - Method in interface java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class java.util.LinkedList
Retrieves and removes the head (first element) of this list.
poll() - Method in class java.util.PriorityQueue
 
poll() - Method in interface java.util.Queue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
pollEvents() - Method in interface java.nio.file.WatchKey
Retrieves and removes all pending events for this watch key, returning a List of the events that were retrieved.
pollFirst() - Method in class java.util.ArrayDeque
 
pollFirst(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the first element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
pollFirst() - Method in class java.util.concurrent.ConcurrentSkipListSet
 
pollFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
pollFirst(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
 
pollFirst() - Method in interface java.util.Deque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst() - Method in class java.util.LinkedList
Retrieves and removes the first element of this list, or returns null if this list is empty.
pollFirst() - Method in interface java.util.NavigableSet
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
pollFirst() - Method in class java.util.TreeSet
 
pollFirstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in class java.util.TreeMap
 
pollLast() - Method in class java.util.ArrayDeque
 
pollLast(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the last element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
pollLast() - Method in class java.util.concurrent.ConcurrentSkipListSet
 
pollLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
pollLast(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
 
pollLast() - Method in interface java.util.Deque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast() - Method in class java.util.LinkedList
Retrieves and removes the last element of this list, or returns null if this list is empty.
pollLast() - Method in interface java.util.NavigableSet
Retrieves and removes the last (highest) element, or returns null if this set is empty.
pollLast() - Method in class java.util.TreeSet
 
pollLastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in class java.util.TreeMap
 
pollNextLocalTask() - Static method in class java.util.concurrent.ForkJoinTask
Unschedules and returns, without executing, the next task queued by the current thread but not yet executed, if the current thread is operating in a ForkJoinPool.
pollSubmission() - Method in class java.util.concurrent.ForkJoinPool
Removes and returns the next unexecuted submission if one is available.
pollTask() - Static method in class java.util.concurrent.ForkJoinTask
If the current thread is operating in a ForkJoinPool, unschedules and returns, without executing, the next task queued by the current thread but not yet executed, if one is available, or if not available, a task that was forked by some other thread, if available.
Polygon - Class in java.awt
The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate space.
Polygon() - Constructor for class java.awt.Polygon
Creates an empty polygon.
Polygon(int[], int[], int) - Constructor for class java.awt.Polygon
Constructs and initializes a Polygon from the specified parameters.
pop() - Method in class java.awt.EventQueue
Stops dispatching events using this EventQueue.
pop() - Method in class java.util.ArrayDeque
Pops an element from the stack represented by this deque.
pop() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
pop() - Method in class java.util.concurrent.LinkedBlockingDeque
 
pop() - Method in interface java.util.Deque
Pops an element from the stack represented by this deque.
pop() - Method in class java.util.LinkedList
Pops an element from the stack represented by this list.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
PopupMenu - Class in java.awt
A class that implements a menu which can be dynamically popped up at a specified position within a component.
PopupMenu() - Constructor for class java.awt.PopupMenu
Creates a new popup menu with an empty name.
PopupMenu(String) - Constructor for class java.awt.PopupMenu
Creates a new popup menu with the specified name.
PopupMenu.AccessibleAWTPopupMenu - Class in java.awt
Inner class of PopupMenu used to provide default support for accessibility.
PopupMenuPeer - Interface in java.awt.peer
The peer interface for PopupMenu.
port - Variable in class java.net.SocketImpl
The port number on the remote host to which this socket is connected.
PORTRAIT - Static variable in class java.awt.PageAttributes.OrientationRequestedType
The OrientationRequestedType instance to use for specifying a portrait orientation.
PORTRAIT - Static variable in class java.awt.print.PageFormat
The origin is at the top left of the paper with x running to the right and y running down the paper.
PortUnreachableException - Exception in java.net
Signals that an ICMP Port Unreachable message has been received on a connected datagram.
PortUnreachableException(String) - Constructor for exception java.net.PortUnreachableException
Constructs a new PortUnreachableException with a detail message.
PortUnreachableException() - Constructor for exception java.net.PortUnreachableException
Construct a new PortUnreachableException with no detailed message.
pos - Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
pos - Variable in class java.io.CharArrayReader
The current buffer position.
pos - Variable in class java.io.PushbackInputStream
The position within the pushback buffer from which the next byte will be read.
pos - Variable in class java.io.StringBufferInputStream
Deprecated.
The index of the next character to read from the input stream buffer.
position() - Method in class java.nio.Buffer
Returns this buffer's position.
position(int) - Method in class java.nio.Buffer
Sets this buffer's position.
position() - Method in class java.nio.channels.FileChannel
Returns this channel's file position.
position(long) - Method in class java.nio.channels.FileChannel
Sets this channel's file position.
position() - Method in class java.nio.channels.FileLock
Returns the position within the file of the first byte of the locked region.
position() - Method in interface java.nio.channels.SeekableByteChannel
Returns this channel's position.
position(long) - Method in interface java.nio.channels.SeekableByteChannel
Sets this channel's position.
position(byte[], long) - Method in interface java.sql.Blob
Retrieves the byte position at which the specified byte array pattern begins within the BLOB value that this Blob object represents.
position(Blob, long) - Method in interface java.sql.Blob
Retrieves the byte position in the BLOB value designated by this Blob object at which pattern begins.
position(String, long) - Method in interface java.sql.Clob
Retrieves the character position at which the specified substring searchstr appears in the SQL CLOB value represented by this Clob object.
position(Clob, long) - Method in interface java.sql.Clob
Retrieves the character position at which the specified Clob object searchstr appears in this Clob object.
POSITIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the positive infinity of type float.
PosixFileAttributes - Interface in java.nio.file.attribute
File attributes associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.
PosixFileAttributeView - Interface in java.nio.file.attribute
A file attribute view that provides a view of the file attributes commonly associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.
PosixFilePermission - Enum in java.nio.file.attribute
Defines the bits for use with the permissions attribute.
PosixFilePermissions - Class in java.nio.file.attribute
This class consists exclusively of static methods that operate on sets of PosixFilePermission objects.
postEvent(Event) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).
postEvent(AWTEvent) - Method in class java.awt.EventQueue
Posts a 1.1-style event to the EventQueue.
postEvent(Event) - Method in class java.awt.MenuComponent
Deprecated.
As of JDK version 1.1, replaced by dispatchEvent.
postEvent(Event) - Method in interface java.awt.MenuContainer
Deprecated.
As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in class java.awt.Window
Deprecated.
As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
postProcessKeyEvent(KeyEvent) - Method in class java.awt.DefaultKeyboardFocusManager
This method will be called by dispatchKeyEvent.
postProcessKeyEvent(KeyEvent) - Method in class java.awt.KeyboardFocusManager
This method will be called by dispatchKeyEvent.
postProcessKeyEvent(KeyEvent) - Method in interface java.awt.KeyEventPostProcessor
This method is called by the current KeyboardFocusManager, requesting that this KeyEventPostProcessor perform any necessary post-processing which should be part of the KeyEvent's final resolution.
POSTURE - Static variable in class java.awt.font.TextAttribute
Attribute key for the posture of a font.
POSTURE_OBLIQUE - Static variable in class java.awt.font.TextAttribute
The standard italic posture.
POSTURE_REGULAR - Static variable in class java.awt.font.TextAttribute
The standard posture, upright.
postVisitDirectory(T, IOException) - Method in interface java.nio.file.FileVisitor
Invoked for a directory after entries in the directory, and all of their descendants, have been visited.
postVisitDirectory(T, IOException) - Method in class java.nio.file.SimpleFileVisitor
Invoked for a directory after entries in the directory, and all of their descendants, have been visited.
pow(double, double) - Static method in class java.lang.Math
Returns the value of the first argument raised to the power of the second argument.
pow(double, double) - Static method in class java.lang.StrictMath
Returns the value of the first argument raised to the power of the second argument.
pow(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (thisn), The power is computed exactly, to unlimited precision.
pow(int, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (thisn).
pow(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent).
PRC - Static variable in class java.util.Locale
Useful constant for country.
preceding(int) - Method in class java.text.BreakIterator
Returns the last boundary preceding the specified character offset.
precision() - Method in class java.math.BigDecimal
Returns the precision of this BigDecimal.
precision() - Static method in class java.time.temporal.TemporalQueries
A query for the smallest supported unit.
preConcatenate(AffineTransform) - Method in class java.awt.geom.AffineTransform
Concatenates an AffineTransform Tx to this AffineTransform Cx in a less commonly used way such that Tx modifies the coordinate transformation relative to the absolute pixel space rather than relative to the existing user space.
preConcatenateTransform(AffineTransform) - Method in class java.awt.image.renderable.RenderContext
Modifies the current user-to-device transform by prepending another transform.
preConcetenateTransform(AffineTransform) - Method in class java.awt.image.renderable.RenderContext
Deprecated.
replaced by preConcatenateTransform(AffineTransform).
predefined - Static variable in class java.awt.Cursor
Deprecated.
As of JDK version 1.7, the Cursor.getPredefinedCursor(int) method should be used instead.
Predicate<T> - Interface in java.util.function
Represents a predicate (boolean-valued function) of one argument.
preferenceChange(PreferenceChangeEvent) - Method in interface java.util.prefs.PreferenceChangeListener
This method gets called when a preference is added, removed or when its value is changed.
PreferenceChangeEvent - Class in java.util.prefs
An event emitted by a Preferences node to indicate that a preference has been added, removed or has had its value changed.
PreferenceChangeEvent(Preferences, String, String) - Constructor for class java.util.prefs.PreferenceChangeEvent
Constructs a new PreferenceChangeEvent instance.
PreferenceChangeListener - Interface in java.util.prefs
A listener for receiving preference change events.
Preferences - Class in java.util.prefs
A node in a hierarchical collection of preference data.
Preferences() - Constructor for class java.util.prefs.Preferences
Sole constructor.
PreferencesFactory - Interface in java.util.prefs
A factory object that generates Preferences objects.
preferLocaleFonts() - Method in class java.awt.GraphicsEnvironment
Indicates a preference for locale-specific fonts in the mapping of logical fonts to physical fonts.
preferProportionalFonts() - Method in class java.awt.GraphicsEnvironment
Indicates a preference for proportional over non-proportional (e.g.
PREFERRED - Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
preferredLayoutSize(Container) - Method in class java.awt.BorderLayout
Determines the preferred size of the target container using this layout manager, based on the components in the container.
preferredLayoutSize(Container) - Method in class java.awt.CardLayout
Determines the preferred size of the container argument using this card layout.
preferredLayoutSize(Container) - Method in class java.awt.FlowLayout
Returns the preferred dimensions for this layout given the visible components in the specified target container.
preferredLayoutSize(Container) - Method in class java.awt.GridBagLayout
Determines the preferred size of the parent container using this grid bag layout.
preferredLayoutSize(Container) - Method in class java.awt.GridLayout
Determines the preferred size of the container argument using this grid layout.
preferredLayoutSize(Container) - Method in interface java.awt.LayoutManager
Calculates the preferred size dimensions for the specified container, given the components it contains.
preferredSize() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.Container
Deprecated.
As of JDK version 1.1, replaced by getPreferredSize().
PREFERREDSIZE - Static variable in class java.awt.GridBagLayout
The preferred grid size that can be laid out by the grid bag layout.
preferredSize(int) - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, replaced by getPreferredSize(int).
preferredSize() - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, replaced by getPreferredSize().
preferredSize(int, int) - Method in class java.awt.TextArea
Deprecated.
As of JDK version 1.1, replaced by getPreferredSize(int, int).
preferredSize() - Method in class java.awt.TextArea
Deprecated.
As of JDK version 1.1, replaced by getPreferredSize().
preferredSize(int) - Method in class java.awt.TextField
Deprecated.
As of JDK version 1.1, replaced by getPreferredSize(int).
preferredSize() - Method in class java.awt.TextField
Deprecated.
As of JDK version 1.1, replaced by getPreferredSize().
prepareCall(String) - Method in interface java.sql.Connection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in interface java.sql.Connection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in interface java.sql.Connection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
PreparedStatement - Interface in java.sql
An object that represents a precompiled SQL statement.
prepareImage(Image, ImageObserver) - Method in class java.awt.Component
Prepares an image for rendering on this component.
prepareImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Prepares an image for rendering on this component at the specified width and height.
prepareImage(Image, int, int, ImageObserver) - Method in interface java.awt.peer.ComponentPeer
Prepare the specified image for rendering on this component.
prepareImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Prepares an image for rendering.
prepareStatement(String) - Method in interface java.sql.Connection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in interface java.sql.Connection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in interface java.sql.Connection
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, int) - Method in interface java.sql.Connection
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in interface java.sql.Connection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, String[]) - Method in interface java.sql.Connection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prestartAllCoreThreads() - Method in class java.util.concurrent.ThreadPoolExecutor
Starts all core threads, causing them to idly wait for work.
prestartCoreThread() - Method in class java.util.concurrent.ThreadPoolExecutor
Starts a core thread, causing it to idly wait for work.
previous(Container) - Method in class java.awt.CardLayout
Flips to the previous card of the specified container.
previous() - Method in interface java.sql.ResultSet
Moves the cursor to the previous row in this ResultSet object.
previous() - Method in class java.text.BreakIterator
Returns the boundary preceding the current boundary.
previous() - Method in interface java.text.CharacterIterator
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in class java.text.CollationElementIterator
Get the previous collation element in the string.
previous() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.previous() for String.
previous(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
Returns the previous day-of-week adjuster, which adjusts the date to the first occurrence of the specified day-of-week before the date being adjusted.
previous() - Method in interface java.util.ListIterator
Returns the previous element in the list and moves the cursor position backwards.
previousClearBit(int) - Method in class java.util.BitSet
Returns the index of the nearest bit that is set to false that occurs on or before the specified starting index.
previousDouble(double) - Static method in class java.text.ChoiceFormat
Finds the greatest double less than d.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to ListIterator.previous().
previousOrSame(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
Returns the previous-or-same day-of-week adjuster, which adjusts the date to the first occurrence of the specified day-of-week before the date being adjusted unless it is already on that day in which case the same object is returned.
previousSetBit(int) - Method in class java.util.BitSet
Returns the index of the nearest bit that is set to true that occurs on or before the specified starting index.
previousTransition(Instant) - Method in class java.time.zone.ZoneRules
Gets the previous transition before the specified instant.
preVisitDirectory(T, BasicFileAttributes) - Method in interface java.nio.file.FileVisitor
Invoked for a directory before entries in the directory are visited.
preVisitDirectory(T, BasicFileAttributes) - Method in class java.nio.file.SimpleFileVisitor
Invoked for a directory before entries in the directory are visited.
PRIMARY - Static variable in class java.text.Collator
Collator strength value.
primaryOrder(int) - Static method in class java.text.CollationElementIterator
Return the primary component of a collation element.
PrimitiveIterator<T,T_CONS> - Interface in java.util
A base type for primitive specializations of Iterator.
PrimitiveIterator.OfDouble - Interface in java.util
An Iterator specialized for double values.
PrimitiveIterator.OfInt - Interface in java.util
An Iterator specialized for int values.
PrimitiveIterator.OfLong - Interface in java.util
An Iterator specialized for long values.
principal() - Method in class java.nio.file.attribute.AclEntry
Returns the principal component.
Principal - Interface in java.security
This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id.
print(Graphics) - Method in class java.awt.Component
Prints this component.
print(Graphics) - Method in class java.awt.Container
Prints the container.
print(File) - Method in class java.awt.Desktop
Prints a file with the native desktop printing facility, using the associated application's print command.
print(Graphics) - Method in interface java.awt.peer.ComponentPeer
Prints the component to the specified graphics context.
print(File) - Method in interface java.awt.peer.DesktopPeer
Prints the given file with the native desktop printing facility, using the associated application's print command.
print(Graphics, PageFormat, int) - Method in interface java.awt.print.Printable
Prints the page at the specified index into the specified Graphics context in the specified format.
print() - Method in class java.awt.print.PrinterJob
Prints a set of pages.
print(PrintRequestAttributeSet) - Method in class java.awt.print.PrinterJob
Prints a set of pages using the settings in the attribute set.
print(boolean) - Method in class java.io.PrintStream
Prints a boolean value.
print(char) - Method in class java.io.PrintStream
Prints a character.
print(int) - Method in class java.io.PrintStream
Prints an integer.
print(long) - Method in class java.io.PrintStream
Prints a long integer.
print(float) - Method in class java.io.PrintStream
Prints a floating-point number.
print(double) - Method in class java.io.PrintStream
Prints a double-precision floating-point number.
print(char[]) - Method in class java.io.PrintStream
Prints an array of characters.
print(String) - Method in class java.io.PrintStream
Prints a string.
print(Object) - Method in class java.io.PrintStream
Prints an object.
print(boolean) - Method in class java.io.PrintWriter
Prints a boolean value.
print(char) - Method in class java.io.PrintWriter
Prints a character.
print(int) - Method in class java.io.PrintWriter
Prints an integer.
print(long) - Method in class java.io.PrintWriter
Prints a long integer.
print(float) - Method in class java.io.PrintWriter
Prints a floating-point number.
print(double) - Method in class java.io.PrintWriter
Prints a double-precision floating-point number.
print(char[]) - Method in class java.io.PrintWriter
Prints an array of characters.
print(String) - Method in class java.io.PrintWriter
Prints a string.
print(Object) - Method in class java.io.PrintWriter
Prints an object.
PRINT_SCREEN - Static variable in class java.awt.Event
The Print Screen key, a non-ASCII action key.
PRINTABLE - Static variable in class java.awt.PageAttributes.OriginType
The OriginType instance to use for specifying a printable origin.
Printable - Interface in java.awt.print
The Printable interface is implemented by the print methods of the current page painter, which is called by the printing system to render a page.
printAll(Graphics) - Method in class java.awt.Component
Prints this component and all of its subcomponents.
printComponents(Graphics) - Method in class java.awt.Container
Prints each of the components in this container.
printComponents(Graphics) - Method in class java.awt.ScrollPane
Prints the component in this scroll pane.
printDialog() - Method in class java.awt.print.PrinterJob
Presents a dialog to the user for changing the properties of the print job.
printDialog(PrintRequestAttributeSet) - Method in class java.awt.print.PrinterJob
A convenience method which displays a cross-platform print dialog for all services which are capable of printing 2D graphics using the Pageable interface.
PRINTER - Static variable in class java.awt.JobAttributes.DestinationType
The DestinationType instance to use for specifying print to printer.
PrinterAbortException - Exception in java.awt.print
The PrinterAbortException class is a subclass of PrinterException and is used to indicate that a user or application has terminated the print job while it was in the process of printing.
PrinterAbortException() - Constructor for exception java.awt.print.PrinterAbortException
Constructs a new PrinterAbortException with no detail message.
PrinterAbortException(String) - Constructor for exception java.awt.print.PrinterAbortException
Constructs a new PrinterAbortException with the specified detail message.
PrinterException - Exception in java.awt.print
The PrinterException class and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
PrinterException() - Constructor for exception java.awt.print.PrinterException
Constructs a new PrinterException object without a detail message.
PrinterException(String) - Constructor for exception java.awt.print.PrinterException
Constructs a new PrinterException object with the specified detail message.
PrinterGraphics - Interface in java.awt.print
The PrinterGraphics interface is implemented by Graphics objects that are passed to Printable objects to render a page.
PrinterIOException - Exception in java.awt.print
The PrinterIOException class is a subclass of PrinterException and is used to indicate that an IO error of some sort has occurred while printing.
PrinterIOException(IOException) - Constructor for exception java.awt.print.PrinterIOException
Constructs a new PrinterIOException with the string representation of the specified IOException.
PrinterJob - Class in java.awt.print
The PrinterJob class is the principal class that controls printing.
PrinterJob() - Constructor for class java.awt.print.PrinterJob
A PrinterJob object should be created using the static getPrinterJob method.
printf(String, Object...) - Method in class java.io.Console
A convenience method to write a formatted string to this console's output stream using the specified format string and arguments.
printf(String, Object...) - Method in class java.io.PrintStream
A convenience method to write a formatted string to this output stream using the specified format string and arguments.
printf(Locale, String, Object...) - Method in class java.io.PrintStream
A convenience method to write a formatted string to this output stream using the specified format string and arguments.
printf(String, Object...) - Method in class java.io.PrintWriter
A convenience method to write a formatted string to this writer using the specified format string and arguments.
printf(Locale, String, Object...) - Method in class java.io.PrintWriter
A convenience method to write a formatted string to this writer using the specified format string and arguments.
PrintGraphics - Interface in java.awt
An abstract class which provides a print graphics context for a page.
PrintJob - Class in java.awt
An abstract class which initiates and executes a print job.
PrintJob() - Constructor for class java.awt.PrintJob
 
println() - Method in class java.io.PrintStream
Terminates the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Prints a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Prints a character and then terminate the line.
println(int) - Method in class java.io.PrintStream
Prints an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Prints a long and then terminate the line.
println(float) - Method in class java.io.PrintStream
Prints a float and then terminate the line.
println(double) - Method in class java.io.PrintStream
Prints a double and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Prints an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintStream
Prints a String and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Prints an Object and then terminate the line.
println() - Method in class java.io.PrintWriter
Terminates the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintWriter
Prints a boolean value and then terminates the line.
println(char) - Method in class java.io.PrintWriter
Prints a character and then terminates the line.
println(int) - Method in class java.io.PrintWriter
Prints an integer and then terminates the line.
println(long) - Method in class java.io.PrintWriter
Prints a long integer and then terminates the line.
println(float) - Method in class java.io.PrintWriter
Prints a floating-point number and then terminates the line.
println(double) - Method in class java.io.PrintWriter
Prints a double-precision floating-point number and then terminates the line.
println(char[]) - Method in class java.io.PrintWriter
Prints an array of characters and then terminates the line.
println(String) - Method in class java.io.PrintWriter
Prints a String and then terminates the line.
println(Object) - Method in class java.io.PrintWriter
Prints an Object and then terminates the line.
println(String) - Static method in class java.sql.DriverManager
Prints a message to the current JDBC log stream.
printStackTrace() - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print writer.
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintStream(String) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file name.
PrintStream(String, String) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file name and charset.
PrintStream(File) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file.
PrintStream(File, String) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file and charset.
PrintWriter - Class in java.io
Prints formatted representations of objects to a text-output stream.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter from an existing OutputStream.
PrintWriter(String) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file name.
PrintWriter(String, String) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file name and charset.
PrintWriter(File) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file.
PrintWriter(File, String) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file and charset.
PRIOR - Static variable in class java.awt.BufferCapabilities.FlipContents
When flip contents are PRIOR, the contents of the back buffer are the prior contents of the front buffer (a true page flip).
PRIORITY_INTERCHAR - Static variable in class java.awt.font.GlyphJustificationInfo
The second lowest justification priority.
PRIORITY_KASHIDA - Static variable in class java.awt.font.GlyphJustificationInfo
The highest justification priority.
PRIORITY_NONE - Static variable in class java.awt.font.GlyphJustificationInfo
The lowest justification priority.
PRIORITY_WHITESPACE - Static variable in class java.awt.font.GlyphJustificationInfo
The second highest justification priority.
PriorityBlockingQueue<E> - Class in java.util.concurrent
An unbounded blocking queue that uses the same ordering rules as class PriorityQueue and supplies blocking retrieval operations.
PriorityBlockingQueue() - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the default initial capacity (11) that orders its elements according to their natural ordering.
PriorityBlockingQueue(int) - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to their natural ordering.
PriorityBlockingQueue(int, Comparator<? super E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to the specified comparator.
PriorityBlockingQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue containing the elements in the specified collection.
PriorityQueue<E> - Class in java.util
An unbounded priority queue based on a priority heap.
PriorityQueue() - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the default initial capacity (11) that orders its elements according to their natural ordering.
PriorityQueue(int) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the specified initial capacity that orders its elements according to their natural ordering.
PriorityQueue(Comparator<? super E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the default initial capacity and whose elements are ordered according to the specified comparator.
PriorityQueue(int, Comparator<? super E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the specified initial capacity that orders its elements according to the specified comparator.
PriorityQueue(Collection<? extends E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified collection.
PriorityQueue(PriorityQueue<? extends E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified priority queue.
PriorityQueue(SortedSet<? extends E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified sorted set.
PRIVATE - Static variable in class java.lang.invoke.MethodHandles.Lookup
A single-bit mask representing private access, which may contribute to the result of lookupModes.
PRIVATE - Static variable in class java.lang.reflect.Modifier
The int value representing the private modifier.
PRIVATE - Static variable in class java.nio.channels.FileChannel.MapMode
Mode for a private (copy-on-write) mapping.
PRIVATE_USE - Static variable in class java.lang.Character
General category "Co" in the Unicode specification.
PRIVATE_USE_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Private Use Area" Unicode character block.
PRIVATE_USE_EXTENSION - Static variable in class java.util.Locale
The key for the private use extension ('x').
PrivateKey - Interface in java.security
A private key.
PrivateKeyEntry(PrivateKey, Certificate[]) - Constructor for class java.security.KeyStore.PrivateKeyEntry
Constructs a PrivateKeyEntry with a PrivateKey and corresponding certificate chain.
PrivateKeyEntry(PrivateKey, Certificate[], Set<KeyStore.Entry.Attribute>) - Constructor for class java.security.KeyStore.PrivateKeyEntry
Constructs a PrivateKeyEntry with a PrivateKey and corresponding certificate chain and associated entry attributes.
PrivilegedAction<T> - Interface in java.security
A computation to be performed with privileges enabled.
PrivilegedActionException - Exception in java.security
This exception is thrown by doPrivileged(PrivilegedExceptionAction) and doPrivileged(PrivilegedExceptionAction, AccessControlContext context) to indicate that the action being performed threw a checked exception.
PrivilegedActionException(Exception) - Constructor for exception java.security.PrivilegedActionException
Constructs a new PrivilegedActionException "wrapping" the specific Exception.
privilegedCallable(Callable<T>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that will, when called, execute the given callable under the current access control context.
privilegedCallableUsingCurrentClassLoader(Callable<T>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that will, when called, execute the given callable under the current access control context, with the current context class loader as the context class loader.
PrivilegedExceptionAction<T> - Interface in java.security
A computation to be performed with privileges enabled, that throws one or more checked exceptions.
privilegedThreadFactory() - Static method in class java.util.concurrent.Executors
Returns a thread factory used to create new threads that have the same permissions as the current thread.
probablePrime(int, Random) - Static method in class java.math.BigInteger
Returns a positive BigInteger that is probably prime, with the specified bitLength.
probeContentType(Path) - Static method in class java.nio.file.Files
Probes the content type of a file.
probeContentType(Path) - Method in class java.nio.file.spi.FileTypeDetector
Probes the given file to guess its content type.
procedureColumnIn - Static variable in interface java.sql.DatabaseMetaData
Indicates that the column stores IN parameters.
procedureColumnInOut - Static variable in interface java.sql.DatabaseMetaData
Indicates that the column stores INOUT parameters.
procedureColumnOut - Static variable in interface java.sql.DatabaseMetaData
Indicates that the column stores OUT parameters.
procedureColumnResult - Static variable in interface java.sql.DatabaseMetaData
Indicates that the column stores results.
procedureColumnReturn - Static variable in interface java.sql.DatabaseMetaData
Indicates that the column stores return values.
procedureColumnUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that type of the column is unknown.
procedureNoNulls - Static variable in interface java.sql.DatabaseMetaData
Indicates that NULL values are not allowed.
procedureNoResult - Static variable in interface java.sql.DatabaseMetaData
Indicates that the procedure does not return a result.
procedureNullable - Static variable in interface java.sql.DatabaseMetaData
Indicates that NULL values are allowed.
procedureNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that whether NULL values are allowed is unknown.
procedureResultUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that it is not known whether the procedure returns a result.
procedureReturnsResult - Static variable in interface java.sql.DatabaseMetaData
Indicates that the procedure returns a result.
Process - Class in java.lang
The ProcessBuilder.start() and Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it.
Process() - Constructor for class java.lang.Process
 
processActionEvent(ActionEvent) - Method in class java.awt.Button
Processes action events occurring on this button by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class java.awt.List
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class java.awt.MenuItem
Processes action events occurring on this menu item, by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class java.awt.TextField
Processes action events occurring on this text field by dispatching them to any registered ActionListener objects.
processAdjustmentEvent(AdjustmentEvent) - Method in class java.awt.Scrollbar
Processes adjustment events occurring on this scrollbar by dispatching them to any registered AdjustmentListener objects.
ProcessBuilder - Class in java.lang
This class is used to create operating system processes.
ProcessBuilder(List<String>) - Constructor for class java.lang.ProcessBuilder
Constructs a process builder with the specified operating system program and arguments.
ProcessBuilder(String...) - Constructor for class java.lang.ProcessBuilder
Constructs a process builder with the specified operating system program and arguments.
ProcessBuilder.Redirect - Class in java.lang
Represents a source of subprocess input or a destination of subprocess output.
ProcessBuilder.Redirect.Type - Enum in java.lang
processComponentEvent(ComponentEvent) - Method in class java.awt.Component
Processes component events occurring on this component by dispatching them to any registered ComponentListener objects.
processContainerEvent(ContainerEvent) - Method in class java.awt.Container
Processes container events occurring on this container by dispatching them to any registered ContainerListener objects.
processEvent(AWTEvent) - Method in class java.awt.Button
Processes events on this button.
processEvent(AWTEvent) - Method in class java.awt.Checkbox
Processes events on this check box.
processEvent(AWTEvent) - Method in class java.awt.CheckboxMenuItem
Processes events on this check box menu item.
processEvent(AWTEvent) - Method in class java.awt.Choice
Processes events on this choice.
processEvent(AWTEvent) - Method in class java.awt.Component
Processes events occurring on this component.
processEvent(AWTEvent) - Method in class java.awt.Container
Processes events on this container.
processEvent(AWTEvent) - Method in class java.awt.List
Processes events on this scrolling list.
processEvent(AWTEvent) - Method in class java.awt.MenuComponent
Processes events occurring on this menu component.
processEvent(AWTEvent) - Method in class java.awt.MenuItem
Processes events on this menu item.
processEvent(AWTEvent) - Method in class java.awt.Scrollbar
Processes events on this scroll bar.
processEvent(AWTEvent) - Method in class java.awt.TextComponent
Processes events on this text component.
processEvent(AWTEvent) - Method in class java.awt.TextField
Processes events on this text field.
processEvent(AWTEvent) - Method in class java.awt.Window
Processes events on this window.
processFocusEvent(FocusEvent) - Method in class java.awt.Component
Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.
processHierarchyBoundsEvent(HierarchyEvent) - Method in class java.awt.Component
Processes hierarchy bounds events occurring on this component by dispatching them to any registered HierarchyBoundsListener objects.
processHierarchyEvent(HierarchyEvent) - Method in class java.awt.Component
Processes hierarchy events occurring on this component by dispatching them to any registered HierarchyListener objects.
processInputMethodEvent(InputMethodEvent) - Method in class java.awt.Component
Processes input method events occurring on this component by dispatching them to any registered InputMethodListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.Checkbox
Processes item events occurring on this check box by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.CheckboxMenuItem
Processes item events occurring on this check box menu item by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.Choice
Processes item events occurring on this Choice menu by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.List
Processes item events occurring on this list by dispatching them to any registered ItemListener objects.
processKeyEvent(KeyEvent) - Method in class java.awt.Component
Processes key events occurring on this component by dispatching them to any registered KeyListener objects.
processKeyEvent(Component, KeyEvent) - Method in class java.awt.DefaultKeyboardFocusManager
This method initiates a focus traversal operation if and only if the KeyEvent represents a focus traversal key for the specified focusedComponent.
processKeyEvent(Component, KeyEvent) - Method in class java.awt.KeyboardFocusManager
This method initiates a focus traversal operation if and only if the KeyEvent represents a focus traversal key for the specified focusedComponent.
processMouseEvent(MouseEvent) - Method in class java.awt.Component
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseMotionEvent(MouseEvent) - Method in class java.awt.Component
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects.
processMouseWheelEvent(MouseWheelEvent) - Method in class java.awt.Component
Processes mouse wheel events occurring on this component by dispatching them to any registered MouseWheelListener objects.
processMouseWheelEvent(MouseWheelEvent) - Method in class java.awt.ScrollPane
Process mouse wheel events that are delivered to this ScrollPane by scrolling an appropriate amount.
processTextEvent(TextEvent) - Method in class java.awt.TextComponent
Processes text events occurring on this text component by dispatching them to any registered TextListener objects.
processWindowEvent(WindowEvent) - Method in class java.awt.Window
Processes window events occurring on this window by dispatching them to any registered WindowListener objects.
processWindowFocusEvent(WindowEvent) - Method in class java.awt.Window
Processes window focus event occurring on this window by dispatching them to any registered WindowFocusListener objects.
processWindowStateEvent(WindowEvent) - Method in class java.awt.Window
Processes window state event occurring on this window by dispatching them to any registered WindowStateListener objects.
ProfileDataException - Exception in java.awt.color
This exception is thrown when an error occurs in accessing or processing an ICC_Profile object.
ProfileDataException(String) - Constructor for exception java.awt.color.ProfileDataException
Constructs a ProfileDataException with the specified detail message.
PROGRESS - Static variable in interface java.util.jar.Pack200.Packer
The unpacker's progress as a percentage, as periodically updated by the unpacker.
PROGRESS - Static variable in interface java.util.jar.Pack200.Unpacker
The unpacker's progress as a percentage, as periodically updated by the unpacker.
prolepticYear(Era, int) - Method in interface java.time.chrono.Chronology
Calculates the proleptic-year given the era and year-of-era.
prolepticYear(Era, int) - Method in class java.time.chrono.HijrahChronology
 
prolepticYear(Era, int) - Method in class java.time.chrono.IsoChronology
 
prolepticYear(Era, int) - Method in class java.time.chrono.JapaneseChronology
 
prolepticYear(Era, int) - Method in class java.time.chrono.MinguoChronology
 
prolepticYear(Era, int) - Method in class java.time.chrono.ThaiBuddhistChronology
 
propagateCompletion() - Method in class java.util.concurrent.CountedCompleter
Equivalent to CountedCompleter.tryComplete() but does not invoke CountedCompleter.onCompletion(CountedCompleter) along the completion path: If the pending count is nonzero, decrements the count; otherwise, similarly tries to complete this task's completer, if one exists, else marks this task as complete.
propagatedFrom - Variable in class java.beans.beancontext.BeanContextEvent
The BeanContext from which this event was propagated
PROPERTIES - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that the properties of the image are now available.
properties() - Method in interface java.util.jar.Pack200.Packer
Get the set of this engine's properties.
properties() - Method in interface java.util.jar.Pack200.Unpacker
Get the set of this engine's properties.
Properties - Class in java.util
The Properties class represents a persistent set of properties.
Properties() - Constructor for class java.util.Properties
Creates an empty property list with no default values.
Properties(Properties) - Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
propertyChange(PropertyChangeEvent) - Method in class java.beans.beancontext.BeanContextSupport
subclasses may envelope to monitor child property changes.
propertyChange(PropertyChangeEvent) - Method in interface java.beans.PropertyChangeListener
This method gets called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class java.beans.PropertyChangeListenerProxy
Forwards the property change event to the listener delegate.
PropertyChangeEvent - Class in java.beans
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeListener - Interface in java.beans
A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
PropertyChangeListenerProxy - Class in java.beans
A class which extends the EventListenerProxy specifically for adding a PropertyChangeListener with a "bound" property.
PropertyChangeListenerProxy(String, PropertyChangeListener) - Constructor for class java.beans.PropertyChangeListenerProxy
Constructor which binds the PropertyChangeListener to a specific property.
PropertyChangeSupport - Class in java.beans
This is a utility class that can be used by beans that support bound properties.
PropertyChangeSupport(Object) - Constructor for class java.beans.PropertyChangeSupport
Constructs a PropertyChangeSupport object.
PropertyDescriptor - Class in java.beans
A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.
PropertyDescriptor(String, Class<?>) - Constructor for class java.beans.PropertyDescriptor
Constructs a PropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods.
PropertyDescriptor(String, Class<?>, String, String) - Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and method names for reading and writing the property.
PropertyDescriptor(String, Method, Method) - Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
PropertyEditor - Interface in java.beans
A PropertyEditor class provides support for GUIs that want to allow users to edit a property value of a given type.
PropertyEditorManager - Class in java.beans
The PropertyEditorManager can be used to locate a property editor for any given type name.
PropertyEditorManager() - Constructor for class java.beans.PropertyEditorManager
 
PropertyEditorSupport - Class in java.beans
This is a support class to help build property editors.
PropertyEditorSupport() - Constructor for class java.beans.PropertyEditorSupport
Constructs a PropertyEditorSupport object.
PropertyEditorSupport(Object) - Constructor for class java.beans.PropertyEditorSupport
Constructs a PropertyEditorSupport object.
PROPERTYNAME - Static variable in interface java.beans.DesignMode
The standard value of the propertyName as fired from a BeanContext or other source of PropertyChangeEvents.
propertyNames() - Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
PropertyPermission - Class in java.util
This class is for property permissions.
PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
Creates a new PropertyPermission object with the specified name.
PropertyResourceBundle - Class in java.util
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
PropertyResourceBundle(InputStream) - Constructor for class java.util.PropertyResourceBundle
Creates a property resource bundle from an InputStream.
PropertyResourceBundle(Reader) - Constructor for class java.util.PropertyResourceBundle
Creates a property resource bundle from a Reader.
PropertyVetoException - Exception in java.beans
A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
PropertyVetoException(String, PropertyChangeEvent) - Constructor for exception java.beans.PropertyVetoException
Constructs a PropertyVetoException with a detailed message.
PROTECTED - Static variable in class java.lang.invoke.MethodHandles.Lookup
A single-bit mask representing protected access, which may contribute to the result of lookupModes.
PROTECTED - Static variable in class java.lang.reflect.Modifier
The int value representing the protected modifier.
ProtectionDomain - Class in java.security
The ProtectionDomain class encapsulates the characteristics of a domain, which encloses a set of classes whose instances are granted a set of permissions when being executed on behalf of a given set of Principals.
ProtectionDomain(CodeSource, PermissionCollection) - Constructor for class java.security.ProtectionDomain
Creates a new ProtectionDomain with the given CodeSource and Permissions.
ProtectionDomain(CodeSource, PermissionCollection, ClassLoader, Principal[]) - Constructor for class java.security.ProtectionDomain
Creates a new ProtectionDomain qualified by the given CodeSource, Permissions, ClassLoader and array of Principals.
PROTOCOL_VERSION_1 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
PROTOCOL_VERSION_2 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
ProtocolException - Exception in java.net
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
ProtocolException(String) - Constructor for exception java.net.ProtocolException
Constructs a new ProtocolException with the specified detail message.
ProtocolException() - Constructor for exception java.net.ProtocolException
Constructs a new ProtocolException with no detail message.
ProtocolFamily - Interface in java.net
Represents a family of communication protocols.
provider() - Method in class java.nio.channels.AsynchronousChannelGroup
Returns the provider that created this channel group.
provider() - Method in class java.nio.channels.AsynchronousServerSocketChannel
Returns the provider that created this channel.
provider() - Method in class java.nio.channels.AsynchronousSocketChannel
Returns the provider that created this channel.
provider() - Method in class java.nio.channels.SelectableChannel
Returns the provider that created this channel.
provider() - Method in class java.nio.channels.Selector
Returns the provider that created this channel.
provider() - Method in class java.nio.channels.spi.AbstractSelectableChannel
Returns the provider that created this channel.
provider() - Method in class java.nio.channels.spi.AbstractSelector
Returns the provider that created this channel.
provider() - Static method in class java.nio.channels.spi.AsynchronousChannelProvider
Returns the system-wide default asynchronous channel provider for this invocation of the Java virtual machine.
provider() - Static method in class java.nio.channels.spi.SelectorProvider
Returns the system-wide default selector provider for this invocation of the Java virtual machine.
provider() - Method in class java.nio.file.FileSystem
Returns the provider that created this file system.
Provider - Class in java.security
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.
Provider(String, double, String) - Constructor for class java.security.Provider
Constructs a provider with the specified name, version number, and information.
Provider.Service - Class in java.security
The description of a security service.
provideRefresh() - Method in class java.time.zone.ZoneRulesProvider
SPI method to refresh the rules from the underlying data provider.
ProviderException - Exception in java.security
A runtime exception for Provider exceptions (such as misconfiguration errors or unrecoverable internal errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
ProviderException() - Constructor for exception java.security.ProviderException
Constructs a ProviderException with no detail message.
ProviderException(String) - Constructor for exception java.security.ProviderException
Constructs a ProviderException with the specified detail message.
ProviderException(String, Throwable) - Constructor for exception java.security.ProviderException
Creates a ProviderException with the specified detail message and cause.
ProviderException(Throwable) - Constructor for exception java.security.ProviderException
Creates a ProviderException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ProviderMismatchException - Exception in java.nio.file
Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider.
ProviderMismatchException() - Constructor for exception java.nio.file.ProviderMismatchException
Constructs an instance of this class.
ProviderMismatchException(String) - Constructor for exception java.nio.file.ProviderMismatchException
Constructs an instance of this class.
ProviderNotFoundException - Exception in java.nio.file
Runtime exception thrown when a provider of the required type cannot be found.
ProviderNotFoundException() - Constructor for exception java.nio.file.ProviderNotFoundException
Constructs an instance of this class.
ProviderNotFoundException(String) - Constructor for exception java.nio.file.ProviderNotFoundException
Constructs an instance of this class.
provideRules(String, boolean) - Method in class java.time.zone.ZoneRulesProvider
SPI method to get the rules for the zone ID.
provideVersions(String) - Method in class java.time.zone.ZoneRulesProvider
SPI method to get the history of rules for the zone ID.
provideZoneIds() - Method in class java.time.zone.ZoneRulesProvider
SPI method to get the available zone IDs.
proxy - Variable in class java.beans.beancontext.BeanContextServicesSupport
Delegate for the BeanContextServiceProvider.
Proxy - Class in java.lang.reflect
Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.
Proxy(InvocationHandler) - Constructor for class java.lang.reflect.Proxy
Constructs a new Proxy instance from a subclass (typically, a dynamic proxy class) with the specified value for its invocation handler.
Proxy - Class in java.net
This class represents a proxy setting, typically a type (http, socks) and a socket address.
Proxy(Proxy.Type, SocketAddress) - Constructor for class java.net.Proxy
Creates an entry representing a PROXY connection.
Proxy.Type - Enum in java.net
Represents the proxy type.
ProxySelector - Class in java.net
Selects the proxy server to use, if any, when connecting to the network resource referenced by a URL.
ProxySelector() - Constructor for class java.net.ProxySelector
 
PseudoColumnUsage - Enum in java.sql
Enumeration for pseudo/hidden column usage.
PSSParameterSpec - Class in java.security.spec
This class specifies a parameter spec for RSA-PSS signature scheme, as defined in the PKCS#1 v2.1 standard.
PSSParameterSpec(String, String, AlgorithmParameterSpec, int, int) - Constructor for class java.security.spec.PSSParameterSpec
Creates a new PSSParameterSpec as defined in the PKCS #1 standard using the specified message digest, mask generation function, parameters for mask generation function, salt length, and trailer field values.
PSSParameterSpec(int) - Constructor for class java.security.spec.PSSParameterSpec
Creates a new PSSParameterSpec using the specified salt length and other default values as defined in PKCS#1.
ptLineDist(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Returns the distance from a point to a line.
ptLineDist(double, double) - Method in class java.awt.geom.Line2D
Returns the distance from a point to this line.
ptLineDist(Point2D) - Method in class java.awt.geom.Line2D
Returns the distance from a Point2D to this line.
ptLineDistSq(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Returns the square of the distance from a point to a line.
ptLineDistSq(double, double) - Method in class java.awt.geom.Line2D
Returns the square of the distance from a point to this line.
ptLineDistSq(Point2D) - Method in class java.awt.geom.Line2D
Returns the square of the distance from a specified Point2D to this line.
ptSegDist(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Returns the distance from a point to a line segment.
ptSegDist(double, double) - Method in class java.awt.geom.Line2D
Returns the distance from a point to this line segment.
ptSegDist(Point2D) - Method in class java.awt.geom.Line2D
Returns the distance from a Point2D to this line segment.
ptSegDistSq(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Returns the square of the distance from a point to a line segment.
ptSegDistSq(double, double) - Method in class java.awt.geom.Line2D
Returns the square of the distance from a point to this line segment.
ptSegDistSq(Point2D) - Method in class java.awt.geom.Line2D
Returns the square of the distance from a Point2D to this line segment.
PUBLIC - Static variable in class java.lang.invoke.MethodHandles.Lookup
A single-bit mask representing public access, which may contribute to the result of lookupModes.
PUBLIC - Static variable in interface java.lang.reflect.Member
Identifies the set of all public members of a class or interface, including inherited members.
PUBLIC - Static variable in class java.lang.reflect.Modifier
The int value representing the public modifier.
PublicKey - Interface in java.security
A public key.
publicLookup() - Static method in class java.lang.invoke.MethodHandles
Returns a lookup object which is trusted minimally.
publish(LogRecord) - Method in class java.util.logging.ConsoleHandler
Publish a LogRecord.
publish(LogRecord) - Method in class java.util.logging.FileHandler
Format and publish a LogRecord.
publish(LogRecord) - Method in class java.util.logging.Handler
Publish a LogRecord.
publish(LogRecord) - Method in class java.util.logging.MemoryHandler
Store a LogRecord in an internal buffer.
publish(LogRecord) - Method in class java.util.logging.SocketHandler
Format and publish a LogRecord.
publish(LogRecord) - Method in class java.util.logging.StreamHandler
Format and publish a LogRecord.
purge() - Method in class java.util.concurrent.ThreadPoolExecutor
Tries to remove from the work queue all Future tasks that have been cancelled.
purge() - Method in class java.util.Timer
Removes all cancelled tasks from this timer's task queue.
push(EventQueue) - Method in class java.awt.EventQueue
Replaces the existing EventQueue with the specified one.
push(E) - Method in class java.util.ArrayDeque
Pushes an element onto the stack represented by this deque.
push(E) - Method in interface java.util.concurrent.BlockingDeque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
push(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
push(E) - Method in class java.util.concurrent.LinkedBlockingDeque
 
push(E) - Method in interface java.util.Deque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
push(E) - Method in class java.util.LinkedList
Pushes an element onto the stack represented by this list.
push() - Method in class java.util.logging.MemoryHandler
Push any buffered output to the target Handler.
push(E) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
pushBack() - Method in class java.io.StreamTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
PushbackInputStream - Class in java.io
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
PushbackInputStream(InputStream, int) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream and saves its argument, the input stream in, for later use.
PushbackReader - Class in java.io
A character-stream reader that allows characters to be pushed back into the stream.
PushbackReader(Reader, int) - Constructor for class java.io.PushbackReader
Creates a new pushback reader with a pushback buffer of the given size.
PushbackReader(Reader) - Constructor for class java.io.PushbackReader
Creates a new pushback reader with a one-character pushback buffer.
put(Object, Object) - Method in class java.awt.RenderingHints
Maps the specified key to the specified value in this RenderingHints object.
put(String, boolean) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named boolean field into the persistent field.
put(String, byte) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named byte field into the persistent field.
put(String, char) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named char field into the persistent field.
put(String, short) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named short field into the persistent field.
put(String, int) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named int field into the persistent field.
put(String, long) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named long field into the persistent field.
put(String, float) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named float field into the persistent field.
put(String, double) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named double field into the persistent field.
put(String, Object) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named Object field into the persistent field.
put(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache.
put(URI, Map<String, List<String>>) - Method in class java.net.CookieManager
 
put(URI, URLConnection) - Method in class java.net.ResponseCache
The protocol handler calls this method after a resource has been retrieved, and the ResponseCache must decide whether or not to store the resource in its cache.
put(byte) - Method in class java.nio.ByteBuffer
Relative put method  (optional operation).
put(int, byte) - Method in class java.nio.ByteBuffer
Absolute put method  (optional operation).
put(ByteBuffer) - Method in class java.nio.ByteBuffer
Relative bulk put method  (optional operation).
put(byte[], int, int) - Method in class java.nio.ByteBuffer
Relative bulk put method  (optional operation).
put(byte[]) - Method in class java.nio.ByteBuffer
Relative bulk put method  (optional operation).
put(char) - Method in class java.nio.CharBuffer
Relative put method  (optional operation).
put(int, char) - Method in class java.nio.CharBuffer
Absolute put method  (optional operation).
put(CharBuffer) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(char[], int, int) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(char[]) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(String, int, int) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(String) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(double) - Method in class java.nio.DoubleBuffer
Relative put method  (optional operation).
put(int, double) - Method in class java.nio.DoubleBuffer
Absolute put method  (optional operation).
put(DoubleBuffer) - Method in class java.nio.DoubleBuffer
Relative bulk put method  (optional operation).
put(double[], int, int) - Method in class java.nio.DoubleBuffer
Relative bulk put method  (optional operation).
put(double[]) - Method in class java.nio.DoubleBuffer
Relative bulk put method  (optional operation).
put(float) - Method in class java.nio.FloatBuffer
Relative put method  (optional operation).
put(int, float) - Method in class java.nio.FloatBuffer
Absolute put method  (optional operation).
put(FloatBuffer) - Method in class java.nio.FloatBuffer
Relative bulk put method  (optional operation).
put(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk put method  (optional operation).
put(float[]) - Method in class java.nio.FloatBuffer
Relative bulk put method  (optional operation).
put(int) - Method in class java.nio.IntBuffer
Relative put method  (optional operation).
put(int, int) - Method in class java.nio.IntBuffer
Absolute put method  (optional operation).
put(IntBuffer) - Method in class java.nio.IntBuffer
Relative bulk put method  (optional operation).
put(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk put method  (optional operation).
put(int[]) - Method in class java.nio.IntBuffer
Relative bulk put method  (optional operation).
put(long) - Method in class java.nio.LongBuffer
Relative put method  (optional operation).
put(int, long) - Method in class java.nio.LongBuffer
Absolute put method  (optional operation).
put(LongBuffer) - Method in class java.nio.LongBuffer
Relative bulk put method  (optional operation).
put(long[], int, int) - Method in class java.nio.LongBuffer
Relative bulk put method  (optional operation).
put(long[]) - Method in class java.nio.LongBuffer
Relative bulk put method  (optional operation).
put(short) - Method in class java.nio.ShortBuffer
Relative put method  (optional operation).
put(int, short) - Method in class java.nio.ShortBuffer
Absolute put method  (optional operation).
put(ShortBuffer) - Method in class java.nio.ShortBuffer
Relative bulk put method  (optional operation).
put(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk put method  (optional operation).
put(short[]) - Method in class java.nio.ShortBuffer
Relative bulk put method  (optional operation).
put(Object, Object) - Method in class java.security.Provider
Sets the key property to have the specified value.
put(K, V) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(E) - Method in class java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue, waiting for space to become available if the queue is full.
put(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), waiting if necessary for space to become available.
put(E) - Method in interface java.util.concurrent.BlockingQueue
Inserts the specified element into this queue, waiting if necessary for space to become available.
put(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Associates the specified value with the specified key in this map.
put(E) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
put(E) - Method in class java.util.concurrent.LinkedBlockingDeque
 
put(E) - Method in class java.util.concurrent.LinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary for space to become available.
put(E) - Method in class java.util.concurrent.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
put(E) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
put(E) - Method in class java.util.concurrent.SynchronousQueue
Adds the specified element to this queue, waiting if necessary for another thread to receive it.
put(K, V) - Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(K, V) - Method in class java.util.EnumMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.HashMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(K, V) - Method in class java.util.IdentityHashMap
Associates the specified value with the specified key in this identity hash map.
put(Object, Object) - Method in class java.util.jar.Attributes
Associates the specified value with the specified attribute name (key) in this Map.
put(K, V) - Method in interface java.util.Map
Associates the specified value with the specified key in this map (optional operation).
put(String, String) - Method in class java.util.prefs.AbstractPreferences
Implements the put method as per the specification in Preferences.put(String,String).
put(String, String) - Method in class java.util.prefs.Preferences
Associates the specified value with the specified key in this preference node.
put(K, V) - Method in class java.util.TreeMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.WeakHashMap
Associates the specified value with the specified key in this map.
putAll(Map<?, ?>) - Method in class java.awt.RenderingHints
Copies all of the mappings from the specified Map to this RenderingHints.
putAll(Map<?, ?>) - Method in class java.security.Provider
Copies all of the mappings from the specified Map to this provider.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.EnumMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
Copies all of the mappings from the specified map to this hashtable.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.IdentityHashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<?, ?>) - Method in class java.util.jar.Attributes
Copies all of the attribute name-value mappings from the specified Attributes to this Map.
putAll(Map<? extends K, ? extends V>) - Method in interface java.util.Map
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.TreeMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.WeakHashMap
Copies all of the mappings from the specified map to this map.
putBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
Implements the putBoolean method as per the specification in Preferences.putBoolean(String,boolean).
putBoolean(String, boolean) - Method in class java.util.prefs.Preferences
Associates a string representing the specified boolean value with the specified key in this preference node.
putByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
Implements the putByteArray method as per the specification in Preferences.putByteArray(String,byte[]).
putByteArray(String, byte[]) - Method in class java.util.prefs.Preferences
Associates a string representing the specified byte array with the specified key in this preference node.
putChar(char) - Method in class java.nio.ByteBuffer
Relative put method for writing a char value  (optional operation).
putChar(int, char) - Method in class java.nio.ByteBuffer
Absolute put method for writing a char value  (optional operation).
putDouble(double) - Method in class java.nio.ByteBuffer
Relative put method for writing a double value  (optional operation).
putDouble(int, double) - Method in class java.nio.ByteBuffer
Absolute put method for writing a double value  (optional operation).
putDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
Implements the putDouble method as per the specification in Preferences.putDouble(String,double).
putDouble(String, double) - Method in class java.util.prefs.Preferences
Associates a string representing the specified double value with the specified key in this preference node.
PutField() - Constructor for class java.io.ObjectOutputStream.PutField
 
putFields() - Method in class java.io.ObjectOutputStream
Retrieve the object used to buffer persistent fields to be written to the stream.
putFirst(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque, waiting if necessary for space to become available.
putFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
 
putFloat(float) - Method in class java.nio.ByteBuffer
Relative put method for writing a float value  (optional operation).
putFloat(int, float) - Method in class java.nio.ByteBuffer
Absolute put method for writing a float value  (optional operation).
putFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
Implements the putFloat method as per the specification in Preferences.putFloat(String,float).
putFloat(String, float) - Method in class java.util.prefs.Preferences
Associates a string representing the specified float value with the specified key in this preference node.
putIfAbsent(Object, Object) - Method in class java.security.Provider
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V) - Method in interface java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V) - Method in class java.util.HashMap
 
putIfAbsent(K, V) - Method in class java.util.Hashtable
 
putIfAbsent(K, V) - Method in interface java.util.Map
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putInt(int) - Method in class java.nio.ByteBuffer
Relative put method for writing an int value  (optional operation).
putInt(int, int) - Method in class java.nio.ByteBuffer
Absolute put method for writing an int value  (optional operation).
putInt(String, int) - Method in class java.util.prefs.AbstractPreferences
Implements the putInt method as per the specification in Preferences.putInt(String,int).
putInt(String, int) - Method in class java.util.prefs.Preferences
Associates a string representing the specified int value with the specified key in this preference node.
putLast(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque, waiting if necessary for space to become available.
putLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
 
putLong(long) - Method in class java.nio.ByteBuffer
Relative put method for writing a long value  (optional operation).
putLong(int, long) - Method in class java.nio.ByteBuffer
Absolute put method for writing a long value  (optional operation).
putLong(String, long) - Method in class java.util.prefs.AbstractPreferences
Implements the putLong method as per the specification in Preferences.putLong(String,long).
putLong(String, long) - Method in class java.util.prefs.Preferences
Associates a string representing the specified long value with the specified key in this preference node.
putNextEntry(ZipEntry) - Method in class java.util.jar.JarOutputStream
Begins writing a new JAR file entry and positions the stream to the start of the entry data.
putNextEntry(ZipEntry) - Method in class java.util.zip.ZipOutputStream
Begins writing a new ZIP file entry and positions the stream to the start of the entry data.
putService(Provider.Service) - Method in class java.security.Provider
Add a service.
putShort(short) - Method in class java.nio.ByteBuffer
Relative put method for writing a short value  (optional operation).
putShort(int, short) - Method in class java.nio.ByteBuffer
Absolute put method for writing a short value  (optional operation).
putSpi(String, String) - Method in class java.util.prefs.AbstractPreferences
Put the given key-value association into this preference node.
putValue(String, String) - Method in class java.util.jar.Attributes
Associates the specified value with the specified attribute name, specified as a String.

Q

QuadCurve2D - Class in java.awt.geom
The QuadCurve2D class defines a quadratic parametric curve segment in (x,y) coordinate space.
QuadCurve2D() - Constructor for class java.awt.geom.QuadCurve2D
This is an abstract class that cannot be instantiated directly.
QuadCurve2D.Double - Class in java.awt.geom
A quadratic parametric curve segment specified with double coordinates.
QuadCurve2D.Float - Class in java.awt.geom
A quadratic parametric curve segment specified with float coordinates.
quadrantRotate(int) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a transform that rotates coordinates by the specified number of quadrants.
quadrantRotate(int, double, double) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a transform that rotates coordinates by the specified number of quadrants around the specified anchor point.
quadTo(double, double, double, double) - Method in class java.awt.geom.Path2D.Double
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(double, double, double, double) - Method in class java.awt.geom.Path2D.Float
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(float, float, float, float) - Method in class java.awt.geom.Path2D.Float
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(double, double, double, double) - Method in class java.awt.geom.Path2D
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
QUARTER_OF_YEAR - Static variable in class java.time.temporal.IsoFields
The field that represents the quarter-of-year.
QUARTER_YEARS - Static variable in class java.time.temporal.IsoFields
Unit that represents the concept of a quarter-year.
QUARTO - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Quarto, 215 x 275 mm.
query(TemporalQuery<R>) - Method in interface java.time.chrono.ChronoLocalDate
Queries this date using the specified query.
query(TemporalQuery<R>) - Method in interface java.time.chrono.ChronoLocalDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in interface java.time.chrono.ChronoZonedDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in interface java.time.chrono.Era
Queries this era using the specified query.
query(TemporalQuery<R>) - Method in enum java.time.DayOfWeek
Queries this day-of-week using the specified query.
query(TemporalQuery<R>) - Method in class java.time.Instant
Queries this instant using the specified query.
query(TemporalQuery<R>) - Method in class java.time.LocalDate
Queries this date using the specified query.
query(TemporalQuery<R>) - Method in class java.time.LocalDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in class java.time.LocalTime
Queries this time using the specified query.
query(TemporalQuery<R>) - Method in enum java.time.Month
Queries this month-of-year using the specified query.
query(TemporalQuery<R>) - Method in class java.time.MonthDay
Queries this month-day using the specified query.
query(TemporalQuery<R>) - Method in class java.time.OffsetDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in class java.time.OffsetTime
Queries this time using the specified query.
query(TemporalQuery<R>) - Method in interface java.time.temporal.TemporalAccessor
Queries this date-time.
query(TemporalQuery<R>) - Method in class java.time.Year
Queries this year using the specified query.
query(TemporalQuery<R>) - Method in class java.time.YearMonth
Queries this year-month using the specified query.
query(TemporalQuery<R>) - Method in class java.time.ZonedDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in class java.time.ZoneOffset
Queries this offset using the specified query.
queryFrom(TemporalAccessor) - Method in interface java.time.temporal.TemporalQuery
Queries the specified temporal object.
Queue<E> - Interface in java.util
A collection designed for holding elements prior to processing.
quietlyComplete() - Method in class java.util.concurrent.ForkJoinTask
Completes this task normally without setting a value.
quietlyCompleteRoot() - Method in class java.util.concurrent.CountedCompleter
Equivalent to getRoot().quietlyComplete().
quietlyInvoke() - Method in class java.util.concurrent.ForkJoinTask
Commences performing this task and awaits its completion if necessary, without returning its result or throwing its exception.
quietlyJoin() - Method in class java.util.concurrent.ForkJoinTask
Joins this task, without returning its result or throwing its exception.
quote(String) - Static method in class java.util.regex.Pattern
Returns a literal pattern String for the specified String.
quoteChar(int) - Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.
quoteReplacement(String) - Static method in class java.util.regex.Matcher
Returns a literal replacement String for the specified String.

R

RadialGradientPaint - Class in java.awt
The RadialGradientPaint class provides a way to fill a shape with a circular radial color gradient pattern.
RadialGradientPaint(float, float, float, float[], Color[]) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default NO_CYCLE repeating method and SRGB color space, using the center as the focus point.
RadialGradientPaint(Point2D, float, float[], Color[]) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default NO_CYCLE repeating method and SRGB color space, using the center as the focus point.
RadialGradientPaint(float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space, using the center as the focus point.
RadialGradientPaint(Point2D, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space, using the center as the focus point.
RadialGradientPaint(float, float, float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space.
RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod, MultipleGradientPaint.ColorSpaceType, AffineTransform) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint.
RadialGradientPaint(Rectangle2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
Constructs a RadialGradientPaint with a default SRGB color space.
radix() - Method in class java.util.Scanner
Returns this scanner's default radix.
random() - Static method in class java.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
random() - Static method in class java.lang.StrictMath
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed.
RandomAccess - Interface in java.util
Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - Class in java.io
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RANDOMPIXELORDER - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a random order.
randomUUID() - Static method in class java.util.UUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
RANGE - Static variable in class java.awt.JobAttributes.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.
range(ChronoField) - Method in interface java.time.chrono.Chronology
Gets the range of valid values for the specified field.
range(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
 
range(TemporalField) - Method in interface java.time.chrono.Era
Gets the range of valid values for the specified field.
range(ChronoField) - Method in class java.time.chrono.HijrahChronology
 
range(TemporalField) - Method in class java.time.chrono.HijrahDate
 
range(TemporalField) - Method in enum java.time.chrono.HijrahEra
Gets the range of valid values for the specified field.
range(ChronoField) - Method in class java.time.chrono.IsoChronology
 
range(ChronoField) - Method in class java.time.chrono.JapaneseChronology
 
range(TemporalField) - Method in class java.time.chrono.JapaneseDate
 
range(TemporalField) - Method in class java.time.chrono.JapaneseEra
Gets the range of valid values for the specified field.
range(ChronoField) - Method in class java.time.chrono.MinguoChronology
 
range(TemporalField) - Method in class java.time.chrono.MinguoDate
 
range(ChronoField) - Method in class java.time.chrono.ThaiBuddhistChronology
 
range(TemporalField) - Method in class java.time.chrono.ThaiBuddhistDate
 
range(TemporalField) - Method in enum java.time.DayOfWeek
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.Instant
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.LocalDate
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.LocalDateTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.LocalTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in enum java.time.Month
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.MonthDay
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.OffsetDateTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.OffsetTime
Gets the range of valid values for the specified field.
range() - Method in enum java.time.temporal.ChronoField
Gets the range of valid values for the field.
range(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
Gets the range of valid values for the specified field.
range() - Method in interface java.time.temporal.TemporalField
Gets the range of valid values for the field.
range(TemporalField) - Method in class java.time.Year
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.YearMonth
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.ZonedDateTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.ZoneOffset
Gets the range of valid values for the specified field.
range(E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing all of the elements in the range defined by the two specified endpoints.
range(int, int) - Static method in interface java.util.stream.IntStream
Returns a sequential ordered IntStream from startInclusive (inclusive) to endExclusive (exclusive) by an incremental step of 1.
range(long, long) - Static method in interface java.util.stream.LongStream
Returns a sequential ordered LongStream from startInclusive (inclusive) to endExclusive (exclusive) by an incremental step of 1.
rangeClosed(int, int) - Static method in interface java.util.stream.IntStream
Returns a sequential ordered IntStream from startInclusive (inclusive) to endInclusive (inclusive) by an incremental step of 1.
rangeClosed(long, long) - Static method in interface java.util.stream.LongStream
Returns a sequential ordered LongStream from startInclusive (inclusive) to endInclusive (inclusive) by an incremental step of 1.
rangeRefinedBy(TemporalAccessor) - Method in enum java.time.temporal.ChronoField
 
rangeRefinedBy(TemporalAccessor) - Method in interface java.time.temporal.TemporalField
Get the range of valid values for this field using the temporal object to refine the result.
Raster - Class in java.awt.image
A class representing a rectangular array of pixels.
Raster(SampleModel, Point) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel.
Raster(SampleModel, DataBuffer, Point) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel and DataBuffer.
Raster(SampleModel, DataBuffer, Rectangle, Point, Raster) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel, DataBuffer, and parent.
RasterFormatException - Exception in java.awt.image
The RasterFormatException is thrown if there is invalid layout information in the Raster.
RasterFormatException(String) - Constructor for exception java.awt.image.RasterFormatException
Constructs a new RasterFormatException with the specified message.
RasterOp - Interface in java.awt.image
This interface describes single-input/single-output operations performed on Raster objects.
RATA_DIE - Static variable in class java.time.temporal.JulianFields
Rata Die field.
RAW_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the raw text state.
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read() - Method in class java.io.BufferedReader
Reads a single character.
read(char[], int, int) - Method in class java.io.BufferedReader
Reads characters into a portion of an array.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.CharArrayReader
Reads a single character.
read(char[], int, int) - Method in class java.io.CharArrayReader
Reads characters into a portion of an array.
read(byte[]) - Method in class java.io.DataInputStream
Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from the contained input stream into an array of bytes.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterReader
Reads a single character.
read(char[], int, int) - Method in class java.io.FilterReader
Reads characters into a portion of an array.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Reads a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Reads characters into a portion of an array.
read() - Method in class java.io.LineNumberInputStream
Deprecated.
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Deprecated.
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.LineNumberReader
Read a single character.
read(char[], int, int) - Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read() - Method in interface java.io.ObjectInput
Reads a byte of data.
read(byte[]) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read() - Method in class java.io.ObjectInputStream
Reads a byte of data.
read(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read() - Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read() - Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read(char[], int, int) - Method in class java.io.PipedReader
Reads up to len characters of data from this piped stream into an array of characters.
read() - Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.PushbackReader
Reads a single character.
read(char[], int, int) - Method in class java.io.PushbackReader
Reads characters into a portion of an array.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read(CharBuffer) - Method in class java.io.Reader
Attempts to read characters into the specified character buffer.
read() - Method in class java.io.Reader
Reads a single character.
read(char[]) - Method in class java.io.Reader
Reads characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Reads characters into a portion of an array.
read() - Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringBufferInputStream
Deprecated.
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
Deprecated.
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringReader
Reads a single character.
read(char[], int, int) - Method in class java.io.StringReader
Reads characters into a portion of an array.
read(CharBuffer) - Method in interface java.lang.Readable
Attempts to read characters into the specified character buffer.
read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in interface java.nio.channels.AsynchronousByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer) - Method in interface java.nio.channels.AsynchronousByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer, long, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousFileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer, long) - Method in class java.nio.channels.AsynchronousFileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
 
read(ByteBuffer) - Method in class java.nio.channels.AsynchronousSocketChannel
 
read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer[], int, int) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer[]) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer[], int, int) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer[]) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffers.
read(ByteBuffer, long) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer) - Method in interface java.nio.channels.ReadableByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer[], int, int) - Method in interface java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer[]) - Method in interface java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into the given buffers.
read(ByteBuffer) - Method in interface java.nio.channels.SeekableByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer) - Method in class java.nio.channels.SocketChannel
 
read(ByteBuffer[], int, int) - Method in class java.nio.channels.SocketChannel
 
read(ByteBuffer[]) - Method in class java.nio.channels.SocketChannel
 
read(CharBuffer) - Method in class java.nio.CharBuffer
Attempts to read characters into the specified character buffer.
read(String, ByteBuffer) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
Read the value of a user-defined attribute into a buffer.
read(ObjectInput) - Static method in class java.rmi.server.ObjID
Constructs and returns a new ObjID instance by unmarshalling a binary representation from an ObjectInput instance.
read(DataInput) - Static method in class java.rmi.server.UID
Constructs and returns a new UID instance by unmarshalling a binary representation from an DataInput instance.
read() - Method in class java.security.DigestInputStream
Reads a byte, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.security.DigestInputStream
Reads into a byte array, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.util.jar.JarInputStream
Reads from the current JAR file entry into an array of bytes.
read(InputStream) - Method in class java.util.jar.Manifest
Reads the Manifest from the specified InputStream.
read() - Method in class java.util.zip.CheckedInputStream
Reads a byte.
read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
read() - Method in class java.util.zip.DeflaterInputStream
Reads a single byte of compressed data from the input stream.
read(byte[], int, int) - Method in class java.util.zip.DeflaterInputStream
Reads compressed data into a byte array.
read(byte[], int, int) - Method in class java.util.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read() - Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
READ_ONLY - Static variable in class java.nio.channels.FileChannel.MapMode
Mode for a read-only mapping.
READ_WRITE - Static variable in class java.nio.channels.FileChannel.MapMode
Mode for a read/write mapping.
Readable - Interface in java.lang
A Readable is a source of characters.
ReadableByteChannel - Interface in java.nio.channels
A channel that can read bytes.
readAllBytes(Path) - Static method in class java.nio.file.Files
Reads all the bytes from a file.
readAllLines(Path, Charset) - Static method in class java.nio.file.Files
Read all lines from a file.
readAllLines(Path) - Static method in class java.nio.file.Files
Read all lines from a file.
readArray() - Method in interface java.sql.SQLInput
Reads an SQL ARRAY value from the stream and returns it as an Array object in the Java programming language.
readAsciiStream() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a stream of ASCII characters.
readAttributes() - Method in interface java.nio.file.attribute.BasicFileAttributeView
Reads the basic file attributes as a bulk operation.
readAttributes() - Method in interface java.nio.file.attribute.DosFileAttributeView
 
readAttributes() - Method in interface java.nio.file.attribute.PosixFileAttributeView
 
readAttributes(Path, Class<A>, LinkOption...) - Static method in class java.nio.file.Files
Reads a file's attributes as a bulk operation.
readAttributes(Path, String, LinkOption...) - Static method in class java.nio.file.Files
Reads a set of file attributes as a bulk operation.
readAttributes(Path, Class<A>, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
Reads a file's attributes as a bulk operation.
readAttributes(Path, String, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
Reads a set of file attributes as a bulk operation.
readBigDecimal() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.math.BigDecimal object in the Java programming language.
readBinaryStream() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a stream of uninterpreted bytes.
readBlob() - Method in interface java.sql.SQLInput
Reads an SQL BLOB value from the stream and returns it as a Blob object in the Java programming language.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean() - Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readBoolean() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a boolean in the Java programming language.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte() - Method in class java.io.RandomAccessFile
Reads a signed eight-bit value from this file.
readByte() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a byte in the Java programming language.
readBytes() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as an array of bytes in the Java programming language.
readChar() - Method in interface java.io.DataInput
Reads two input bytes and returns a char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar() - Method in class java.io.RandomAccessFile
Reads a character from this file.
readCharacterStream() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a stream of Unicode characters.
readChildren(ObjectInputStream) - Method in class java.beans.beancontext.BeanContextSupport
When an instance of this class is used as a delegate for the implementation of the BeanContext protocols (and its subprotocols) there exists a 'chicken and egg' problem during deserialization
readClassDescriptor() - Method in class java.io.ObjectInputStream
Read a class descriptor from the serialization stream.
readClob() - Method in interface java.sql.SQLInput
Reads an SQL CLOB value from the stream and returns it as a Clob object in the Java programming language.
readConfiguration() - Method in class java.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration.
readConfiguration(InputStream) - Method in class java.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration from the given stream, which should be in java.util.Properties format.
readDate() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.sql.Date object.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble() - Method in class java.io.RandomAccessFile
Reads a double from this file.
readDouble() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a double in the Java programming language.
reader() - Method in class java.io.Console
Retrieves the unique Reader object associated with this console.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the given object.
readExternal(ObjectInput) - Method in class java.awt.datatransfer.DataFlavor
Restores this DataFlavor from a Serialized state.
readExternal(ObjectInput) - Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFields() - Method in class java.io.ObjectInputStream
Reads the persistent fields from the stream and makes them available by name.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat() - Method in class java.io.RandomAccessFile
Reads a float from this file.
readFloat() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a float in the Java programming language.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Reads b.length bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads exactly len bytes from this file into the byte array, starting at the current file pointer.
READING - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for the reading of some text.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt() - Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readInt() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as an int in the Java programming language.
readLine() - Method in class java.io.BufferedReader
Reads a line of text.
readLine(String, Object...) - Method in class java.io.Console
Provides a formatted prompt, then reads a single line of text from the console.
readLine() - Method in class java.io.Console
Reads a single line of text from the console.
readLine() - Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine() - Method in class java.io.DataInputStream
Deprecated.
This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
     DataInputStream d = new DataInputStream(in);
 
with:
     BufferedReader d
          = new BufferedReader(new InputStreamReader(in));
 
readLine() - Method in class java.io.LineNumberReader
Read a line of text.
readLine() - Method in class java.io.ObjectInputStream
Deprecated.
This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLock() - Method in interface java.util.concurrent.locks.ReadWriteLock
Returns the lock used for reading.
readLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
 
ReadLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Constructor for use by subclasses
readLock() - Method in class java.util.concurrent.locks.StampedLock
Non-exclusively acquires the lock, blocking if necessary until available.
readLockInterruptibly() - Method in class java.util.concurrent.locks.StampedLock
Non-exclusively acquires the lock, blocking if necessary until available or the current thread is interrupted.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong() - Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readLong() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a long in the Java programming language.
readNClob() - Method in interface java.sql.SQLInput
Reads an SQL NCLOB value from the stream and returns it as a NClob object in the Java programming language.
readNString() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a String in the Java programming language.
readObject() - Method in class java.beans.XMLDecoder
Reads the next object from the underlying input stream.
readObject() - Method in interface java.io.ObjectInput
Read and return an object.
readObject() - Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readObject() - Method in interface java.sql.SQLInput
Reads the datum at the head of the stream and returns it as an Object in the Java programming language.
readObject(Class<T>) - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as an Object in the Java programming language.
readObjectOverride() - Method in class java.io.ObjectInputStream
This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
ReadOnlyBufferException - Exception in java.nio
Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.
ReadOnlyBufferException() - Constructor for exception java.nio.ReadOnlyBufferException
Constructs an instance of this class.
ReadOnlyFileSystemException - Exception in java.nio.file
Unchecked exception thrown when an attempt is made to update an object associated with a read-only FileSystem.
ReadOnlyFileSystemException() - Constructor for exception java.nio.file.ReadOnlyFileSystemException
Constructs an instance of this class.
readPassword(String, Object...) - Method in class java.io.Console
Provides a formatted prompt, then reads a password or passphrase from the console with echoing disabled.
readPassword() - Method in class java.io.Console
Reads a password or passphrase from the console with echoing disabled
ReadPendingException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to read from an asynchronous socket channel and a previous read has not completed.
ReadPendingException() - Constructor for exception java.nio.channels.ReadPendingException
Constructs an instance of this class.
readRef() - Method in interface java.sql.SQLInput
Reads an SQL REF value from the stream and returns it as a Ref object in the Java programming language.
readResolve() - Method in class java.awt.AWTKeyStroke
Returns a cached instance of AWTKeyStroke (or a subclass of AWTKeyStroke) which is equal to this instance.
readResolve() - Method in class java.awt.color.ICC_Profile
Resolves instances being deserialized into instances registered with CMM.
readResolve() - Method in class java.awt.font.TextAttribute
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.security.cert.Certificate.CertificateRep
Resolve the Certificate Object.
readResolve() - Method in class java.security.cert.CertPath.CertPathRep
Returns a CertPath constructed from the type and data.
readResolve() - Method in class java.security.KeyRep
Resolve the Key object.
readResolve() - Method in class java.text.AttributedCharacterIterator.Attribute
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.text.DateFormat.Field
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.text.MessageFormat.Field
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.text.NumberFormat.Field
Resolves instances being deserialized to the predefined constants.
readRowId() - Method in interface java.sql.SQLInput
Reads an SQL ROWID value from the stream and returns it as a RowId object in the Java programming language.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort() - Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readShort() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a short in the Java programming language.
readSQL(SQLInput, String) - Method in interface java.sql.SQLData
Populates this object with data read from the database.
readSQLXML() - Method in interface java.sql.SQLInput
Reads an SQL XML value from the stream and returns it as a SQLXML object in the Java programming language.
readStreamHeader() - Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readString() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a String in the Java programming language.
readSymbolicLink(Path) - Static method in class java.nio.file.Files
Reads the target of a symbolic link (optional operation).
readSymbolicLink(Path) - Method in class java.nio.file.spi.FileSystemProvider
Reads the target of a symbolic link.
readTime() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.sql.Time object.
readTimestamp() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.sql.Timestamp object.
readUnshared() - Method in class java.io.ObjectInputStream
Reads an "unshared" object from the ObjectInputStream.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte() - Method in class java.io.RandomAccessFile
Reads an unsigned eight-bit number from this file.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readURL() - Method in interface java.sql.SQLInput
Reads an SQL DATALINK value from the stream and returns it as a java.net.URL object in the Java programming language.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in modified UTF-8 format; this string of characters is then returned as a String.
readUTF() - Method in class java.io.ObjectInputStream
Reads a String in modified UTF-8 format.
readUTF() - Method in class java.io.RandomAccessFile
Reads in a string from this file.
ReadWriteLock - Interface in java.util.concurrent.locks
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
ready() - Method in class java.io.BufferedReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.CharArrayReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.FilterReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.PipedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.PushbackReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.StringReader
Tells whether this stream is ready to be read.
readyOps() - Method in class java.nio.channels.SelectionKey
Retrieves this key's ready-operation set.
REAL - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.
rebind(String, Remote) - Static method in class java.rmi.Naming
Rebinds the specified name to a new remote object.
rebind(String, Remote) - Method in interface java.rmi.registry.Registry
Replaces the binding for the specified name in this registry with the supplied remote reference.
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
Receives a datagram via this channel.
reconvert() - Method in class java.awt.im.InputContext
Asks the current input method to reconvert text from the current client component.
reconvert() - Method in interface java.awt.im.spi.InputMethod
Starts the reconversion operation.
Rectangle - Class in java.awt
A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's upper-left point (x,y) in the coordinate space, its width, and its height.
Rectangle() - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose upper-left corner is at (0, 0) in the coordinate space, and whose width and height are both zero.
Rectangle(Rectangle) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle, initialized to match the values of the specified Rectangle.
Rectangle(int, int, int, int) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose upper-left corner is specified as (x,y) and whose width and height are specified by the arguments of the same name.
Rectangle(int, int) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose upper-left corner is at (0, 0) in the coordinate space, and whose width and height are specified by the arguments of the same name.
Rectangle(Point, Dimension) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose upper-left corner is specified by the Point argument, and whose width and height are specified by the Dimension argument.
Rectangle(Point) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose upper-left corner is the specified Point, and whose width and height are both zero.
Rectangle(Dimension) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top left corner is (0, 0) and whose width and height are specified by the Dimension argument.
Rectangle2D - Class in java.awt.geom
The Rectangle2D class describes a rectangle defined by a location (x,y) and dimension (w x h).
Rectangle2D() - Constructor for class java.awt.geom.Rectangle2D
This is an abstract class that cannot be instantiated directly.
Rectangle2D.Double - Class in java.awt.geom
The Double class defines a rectangle specified in double coordinates.
Rectangle2D.Float - Class in java.awt.geom
The Float class defines a rectangle specified in float coordinates.
RectangularShape - Class in java.awt.geom
RectangularShape is the base class for a number of Shape objects whose geometry is defined by a rectangular frame.
RectangularShape() - Constructor for class java.awt.geom.RectangularShape
This is an abstract class that cannot be instantiated directly.
RecursiveAction - Class in java.util.concurrent
A recursive resultless ForkJoinTask.
RecursiveAction() - Constructor for class java.util.concurrent.RecursiveAction
 
RecursiveTask<V> - Class in java.util.concurrent
A recursive result-bearing ForkJoinTask.
RecursiveTask() - Constructor for class java.util.concurrent.RecursiveTask
 
red - Static variable in class java.awt.Color
The color red.
RED - Static variable in class java.awt.Color
The color red.
REDCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
Used to get a gamma value or TRC for the red component.
redefineClasses(ClassDefinition...) - Method in interface java.lang.instrument.Instrumentation
Redefine the supplied set of classes using the supplied class files.
redirectError(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard error destination.
redirectError(File) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard error destination to a file.
redirectError() - Method in class java.lang.ProcessBuilder
Returns this process builder's standard error destination.
redirectErrorStream() - Method in class java.lang.ProcessBuilder
Tells whether this process builder merges standard error and standard output.
redirectErrorStream(boolean) - Method in class java.lang.ProcessBuilder
Sets this process builder's redirectErrorStream property.
redirectInput(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard input source.
redirectInput(File) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard input source to a file.
redirectInput() - Method in class java.lang.ProcessBuilder
Returns this process builder's standard input source.
redirectOutput(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard output destination.
redirectOutput(File) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard output destination to a file.
redirectOutput() - Method in class java.lang.ProcessBuilder
Returns this process builder's standard output destination.
redispatchEvent(Component, AWTEvent) - Method in class java.awt.KeyboardFocusManager
Redispatches an AWTEvent in such a way that the AWT event dispatcher will not recursively request that the KeyboardFocusManager, or any installed KeyEventDispatchers, dispatch the event again.
reduce(long, BiFunction<? super K, ? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, or null if none.
reduce(double, DoubleBinaryOperator) - Method in interface java.util.stream.DoubleStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(DoubleBinaryOperator) - Method in interface java.util.stream.DoubleStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalDouble describing the reduced value, if any.
reduce(int, IntBinaryOperator) - Method in interface java.util.stream.IntStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(IntBinaryOperator) - Method in interface java.util.stream.IntStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalInt describing the reduced value, if any.
reduce(long, LongBinaryOperator) - Method in interface java.util.stream.LongStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(LongBinaryOperator) - Method in interface java.util.stream.LongStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalLong describing the reduced value, if any.
reduce(T, BinaryOperator<T>) - Method in interface java.util.stream.Stream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(BinaryOperator<T>) - Method in interface java.util.stream.Stream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an Optional describing the reduced value, if any.
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface java.util.stream.Stream
Performs a reduction on the elements of this stream, using the provided identity, accumulation and combining functions.
reduceEntries(long, BiFunction<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating all entries using the given reducer to combine values, or null if none.
reduceEntries(long, Function<Map.Entry<K, V>, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, or null if none.
reduceEntriesToDouble(long, ToDoubleFunction<Map.Entry<K, V>>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToInt(long, ToIntFunction<Map.Entry<K, V>>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToLong(long, ToLongFunction<Map.Entry<K, V>>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceKeys(long, BiFunction<? super K, ? super K, ? extends K>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating all keys using the given reducer to combine values, or null if none.
reduceKeys(long, Function<? super K, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, or null if none.
reduceKeysToDouble(long, ToDoubleFunction<? super K>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToInt(long, ToIntFunction<? super K>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToLong(long, ToLongFunction<? super K>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reducePermits(int) - Method in class java.util.concurrent.Semaphore
Shrinks the number of available permits by the indicated reduction.
reduceToDouble(long, ToDoubleBiFunction<? super K, ? super V>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToInt(long, ToIntBiFunction<? super K, ? super V>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToLong(long, ToLongBiFunction<? super K, ? super V>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceValues(long, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating all values using the given reducer to combine values, or null if none.
reduceValues(long, Function<? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, or null if none.
reduceValuesToDouble(long, ToDoubleFunction<? super V>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToInt(long, ToIntFunction<? super V>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToLong(long, ToLongFunction<? super V>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reducing(T, BinaryOperator<T>) - Static method in class java.util.stream.Collectors
Returns a Collector which performs a reduction of its input elements under a specified BinaryOperator using the provided identity.
reducing(BinaryOperator<T>) - Static method in class java.util.stream.Collectors
Returns a Collector which performs a reduction of its input elements under a specified BinaryOperator.
reducing(U, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class java.util.stream.Collectors
Returns a Collector which performs a reduction of its input elements under a specified mapping function and BinaryOperator.
ReentrantLock - Class in java.util.concurrent.locks
A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed using synchronized methods and statements, but with extended capabilities.
ReentrantLock() - Constructor for class java.util.concurrent.locks.ReentrantLock
Creates an instance of ReentrantLock.
ReentrantLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantLock
Creates an instance of ReentrantLock with the given fairness policy.
ReentrantReadWriteLock - Class in java.util.concurrent.locks
An implementation of ReadWriteLock supporting similar semantics to ReentrantLock.
ReentrantReadWriteLock() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
Creates a new ReentrantReadWriteLock with default (nonfair) ordering properties.
ReentrantReadWriteLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
Creates a new ReentrantReadWriteLock with the given fairness policy.
ReentrantReadWriteLock.ReadLock - Class in java.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.readLock().
ReentrantReadWriteLock.WriteLock - Class in java.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.writeLock().
ref - Variable in class java.rmi.server.RemoteObject
The object's remote reference.
Ref - Interface in java.sql
The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
REF - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
REF_CURSOR - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF CURSOR.
REF_getField - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_getStatic - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_invokeInterface - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_invokeSpecial - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_invokeStatic - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_invokeVirtual - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_newInvokeSpecial - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_putField - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_putStatic - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
Reference<T> - Class in java.lang.ref
Abstract base class for reference objects.
referenceKindToString(int) - Static method in interface java.lang.invoke.MethodHandleInfo
Returns the descriptive name of the given reference kind, as defined in the table above.
ReferenceQueue<T> - Class in java.lang.ref
Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
Constructs a new reference-object queue.
reflectAs(Class<T>, MethodHandles.Lookup) - Method in interface java.lang.invoke.MethodHandleInfo
Reflects the underlying member as a method, constructor, or field object.
reflectAs(Class<T>, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Performs an unchecked "crack" of a direct method handle.
ReflectiveOperationException - Exception in java.lang
Common superclass of exceptions thrown by reflective operations in core reflection.
ReflectiveOperationException() - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with null as its detail message.
ReflectiveOperationException(String) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified detail message.
ReflectiveOperationException(String, Throwable) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified detail message and cause.
ReflectiveOperationException(Throwable) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ReflectPermission - Class in java.lang.reflect
The Permission class for reflective operations.
ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name.
ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name and actions.
refresh() - Method in class java.security.Policy
Refreshes/reloads the policy configuration.
refresh() - Static method in class java.time.zone.ZoneRulesProvider
Refreshes the rules from the underlying data provider.
REFRESH_RATE_UNKNOWN - Static variable in class java.awt.DisplayMode
Value of the refresh rate if not known.
refreshRow() - Method in interface java.sql.ResultSet
Refreshes the current row with its most recent value in the database.
region(int, int) - Method in class java.util.regex.Matcher
Sets the limits of this matcher's region.
regionEnd() - Method in class java.util.regex.Matcher
Reports the end index (exclusive) of this matcher's region.
regionMatches(int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionStart() - Method in class java.util.regex.Matcher
Reports the start index of this matcher's region.
register(Selector, int, Object) - Method in class java.nio.channels.SelectableChannel
Registers this channel with the given selector, returning a selection key.
register(Selector, int) - Method in class java.nio.channels.SelectableChannel
Registers this channel with the given selector, returning a selection key.
register(Selector, int, Object) - Method in class java.nio.channels.spi.AbstractSelectableChannel
Registers this channel with the given selector, returning a selection key.
register(AbstractSelectableChannel, int, Object) - Method in class java.nio.channels.spi.AbstractSelector
Registers the given channel with this selector.
register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface java.nio.file.Path
Registers the file located by this path with a watch service.
register(WatchService, WatchEvent.Kind<?>...) - Method in interface java.nio.file.Path
Registers the file located by this path with a watch service.
register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface java.nio.file.Watchable
Registers an object with a watch service.
register(WatchService, WatchEvent.Kind<?>...) - Method in interface java.nio.file.Watchable
Registers an object with a watch service.
register(ActivationDesc) - Static method in class java.rmi.activation.Activatable
Register an object descriptor for an activatable remote object so that is can be activated on demand.
register() - Method in class java.util.concurrent.Phaser
Adds a new unarrived party to this phaser.
registerAsParallelCapable() - Static method in class java.lang.ClassLoader
Registers the caller as parallel capable.
registerDriver(Driver) - Static method in class java.sql.DriverManager
Registers the given driver with the DriverManager.
registerDriver(Driver, DriverAction) - Static method in class java.sql.DriverManager
Registers the given driver with the DriverManager.
registerEditor(Class<?>, Class<?>) - Static method in class java.beans.PropertyEditorManager
Registers an editor class to edit values of the given target class.
registerFont(Font) - Method in class java.awt.GraphicsEnvironment
Registers a created Fontin this GraphicsEnvironment.
registerGroup(ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
Register the activation group.
registerListeners() - Method in class java.awt.dnd.DragGestureRecognizer
register this DragGestureRecognizer's Listeners with the Component subclasses must override this method
registerListeners() - Method in class java.awt.dnd.MouseDragGestureRecognizer
register this DragGestureRecognizer's Listeners with the Component
registerObject(ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
The registerObject method is used to register an activation descriptor, desc, and obtain an activation identifier for a activatable remote object.
registerOutParameter(int, int) - Method in interface java.sql.CallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in interface java.sql.CallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerOutParameter(String, int) - Method in interface java.sql.CallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, int, int) - Method in interface java.sql.CallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerOutParameter(int, SQLType) - Method in interface java.sql.CallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, SQLType, int) - Method in interface java.sql.CallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, SQLType, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerOutParameter(String, SQLType) - Method in interface java.sql.CallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, SQLType, int) - Method in interface java.sql.CallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, SQLType, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerProvider(ZoneRulesProvider) - Static method in class java.time.zone.ZoneRulesProvider
Registers a zone rules provider.
registerSubclass(Class<?>) - Static method in class java.awt.AWTKeyStroke
Registers a new class which the factory methods in AWTKeyStroke will use when generating new instances of AWTKeyStrokes.
registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
Registry - Interface in java.rmi.registry
Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.
REGISTRY_ID - Static variable in class java.rmi.server.ObjID
Object number for well-known ObjID of the registry.
REGISTRY_PORT - Static variable in interface java.rmi.registry.Registry
Well known port for registry.
RegistryHandler - Interface in java.rmi.registry
Deprecated.
no replacement
registryImpl(int) - Method in interface java.rmi.registry.RegistryHandler
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no longer uses the RegistryHandler to obtain the registry's implementation.
registryStub(String, int) - Method in interface java.rmi.registry.RegistryHandler
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no longer uses the RegistryHandler to obtain the registry's stub.
rehash() - Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
reinitialize() - Method in class java.util.concurrent.ForkJoinTask
Resets the internal bookkeeping state of this task, allowing a subsequent fork.
REJANG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Rejang" Unicode character block.
rejectDrag() - Method in class java.awt.dnd.DropTargetContext
reject the Drag.
rejectDrag() - Method in class java.awt.dnd.DropTargetDragEvent
Rejects the drag as a result of examining either the dropAction or the available DataFlavor types.
rejectDrag() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
reject the Drag
rejectDrop() - Method in class java.awt.dnd.DropTargetContext
called to signal that the drop is unacceptable.
rejectDrop() - Method in class java.awt.dnd.DropTargetDropEvent
reject the Drop.
rejectDrop() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
reject the Drop
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in interface java.util.concurrent.RejectedExecutionHandler
Method that may be invoked by a ThreadPoolExecutor when execute cannot accept a task.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
Always throws RejectedExecutionException.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
Executes task r in the caller's thread, unless the executor has been shut down, in which case the task is discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
Obtains and ignores the next task that the executor would otherwise execute, if one is immediately available, and then retries execution of task r, unless the executor is shut down, in which case task r is instead discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
Does nothing, which has the effect of discarding task r.
RejectedExecutionException - Exception in java.util.concurrent
Exception thrown by an Executor when a task cannot be accepted for execution.
RejectedExecutionException() - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with no detail message.
RejectedExecutionException(String) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message.
RejectedExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message and cause.
RejectedExecutionException(Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified cause.
RejectedExecutionHandler - Interface in java.util.concurrent
A handler for tasks that cannot be executed by a ThreadPoolExecutor.
rejectedSetBCOnce - Variable in class java.beans.beancontext.BeanContextChildSupport
A flag indicating that there has been at least one PropertyChangeVetoException thrown for the attempted setBeanContext operation.
RELATIVE - Static variable in class java.awt.GridBagConstraints
Specifies that this component is the next-to-last component in its column or row (gridwidth, gridheight), or that this component be placed next to the previously added component (gridx, gridy).
relative(int) - Method in interface java.sql.ResultSet
Moves the cursor a relative number of rows, either positive or negative.
relativeCCW(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Returns an indicator of where the specified point (px,py) lies with respect to the line segment from (x1,y1) to (x2,y2).
relativeCCW(double, double) - Method in class java.awt.geom.Line2D
Returns an indicator of where the specified point (px,py) lies with respect to this line segment.
relativeCCW(Point2D) - Method in class java.awt.geom.Line2D
Returns an indicator of where the specified Point2D lies with respect to this line segment.
relativize(URI) - Method in class java.net.URI
Relativizes the given URI against this URI.
relativize(Path) - Method in interface java.nio.file.Path
Constructs a relative path between this path and a given path.
release() - Method in class java.nio.channels.FileLock
Releases this lock.
release(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Releases in exclusive mode.
release(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Releases in exclusive mode.
release() - Method in class java.util.concurrent.Semaphore
Releases a permit, returning it to the semaphore.
release(int) - Method in class java.util.concurrent.Semaphore
Releases the given number of permits, returning them to the semaphore.
releaseBeanContextResources() - Method in class java.beans.beancontext.BeanContextChildSupport
This method may be overridden by subclasses to provide their own release behaviors.
releaseBeanContextResources() - Method in class java.beans.beancontext.BeanContextServicesSupport
called from setBeanContext to notify a BeanContextChild to release resources obtained from the nesting BeanContext.
releaseInputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
releaseOutputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
releaseSavepoint(Savepoint) - Method in interface java.sql.Connection
Removes the specified Savepoint and subsequent Savepoint objects from the current transaction.
releaseService(BeanContextServices, Object, Object) - Method in interface java.beans.beancontext.BeanContextServiceProvider
Invoked by BeanContextServices, this method releases a nested BeanContextChild's (or any arbitrary object associated with a BeanContextChild) reference to the specified service.
releaseService(BeanContextChild, Object, Object) - Method in interface java.beans.beancontext.BeanContextServices
Releases a BeanContextChild's (or any arbitrary object associated with a BeanContextChild) reference to the specified service by calling releaseService() on the underlying BeanContextServiceProvider.
releaseService(BeanContextServices, Object, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
 
releaseService(BeanContextChild, Object, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport
release a service
releaseShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Releases in shared mode.
releaseShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Releases in shared mode.
releaseWritableTile(int, int) - Method in class java.awt.image.BufferedImage
Relinquishes permission to write to a tile.
releaseWritableTile(int, int) - Method in interface java.awt.image.WritableRenderedImage
Relinquishes the right to write to a tile.
reload() - Method in class java.util.ServiceLoader
Clear this loader's provider cache so that all providers will be reloaded.
REMAINDER - Static variable in class java.awt.GridBagConstraints
Specifies that this component is the last component in its column or row.
remainder(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this % divisor).
remainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this % divisor), with rounding according to the context settings.
remainder(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this % val).
remainderUnsigned(int, int) - Static method in class java.lang.Integer
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
remainderUnsigned(long, long) - Static method in class java.lang.Long
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
remaining() - Method in class java.nio.Buffer
Returns the number of elements between the current position and the limit.
remainingCapacity() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in interface java.util.concurrent.BlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking, or Integer.MAX_VALUE if there is no intrinsic limit.
remainingCapacity() - Method in class java.util.concurrent.DelayQueue
Always returns Integer.MAX_VALUE because a DelayQueue is not capacity constrained.
remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns the number of additional elements that this deque can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in class java.util.concurrent.LinkedTransferQueue
Always returns Integer.MAX_VALUE because a LinkedTransferQueue is not capacity constrained.
remainingCapacity() - Method in class java.util.concurrent.PriorityBlockingQueue
Always returns Integer.MAX_VALUE because a PriorityBlockingQueue is not capacity constrained.
remainingCapacity() - Method in class java.util.concurrent.SynchronousQueue
Always returns zero.
Remote - Interface in java.rmi
The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
RemoteCall - Interface in java.rmi.server
Deprecated.
no replacement.
remoteEquals(RemoteRef) - Method in interface java.rmi.server.RemoteRef
Compares two remote objects for equality.
RemoteException - Exception in java.rmi
A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
RemoteException() - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException.
RemoteException(String) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message.
RemoteException(String, Throwable) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message and cause.
remoteHashCode() - Method in interface java.rmi.server.RemoteRef
Returns a hashcode for a remote object.
RemoteObject - Class in java.rmi.server
The RemoteObject class implements the java.lang.Object behavior for remote objects.
RemoteObject() - Constructor for class java.rmi.server.RemoteObject
Creates a remote object.
RemoteObject(RemoteRef) - Constructor for class java.rmi.server.RemoteObject
Creates a remote object, initialized with the specified remote reference.
RemoteObjectInvocationHandler - Class in java.rmi.server
An implementation of the InvocationHandler interface for use with Java Remote Method Invocation (Java RMI).
RemoteObjectInvocationHandler(RemoteRef) - Constructor for class java.rmi.server.RemoteObjectInvocationHandler
Creates a new RemoteObjectInvocationHandler constructed with the specified RemoteRef.
RemoteRef - Interface in java.rmi.server
RemoteRef represents the handle for a remote object.
RemoteServer - Class in java.rmi.server
The RemoteServer class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.
RemoteServer() - Constructor for class java.rmi.server.RemoteServer
Constructs a RemoteServer.
RemoteServer(RemoteRef) - Constructor for class java.rmi.server.RemoteServer
Constructs a RemoteServer with the given reference type.
RemoteStub - Class in java.rmi.server
Deprecated.
Statically generated stubs are deprecated, since stubs are generated dynamically. See UnicastRemoteObject for information about dynamic stub generation.
RemoteStub() - Constructor for class java.rmi.server.RemoteStub
Deprecated.
Constructs a RemoteStub.
RemoteStub(RemoteRef) - Constructor for class java.rmi.server.RemoteStub
Deprecated.
Constructs a RemoteStub with the specified remote reference.
remoteToString() - Method in interface java.rmi.server.RemoteRef
Returns a String that represents the reference of this remote object.
remove(EventListener) - Method in class java.awt.AWTEventMulticaster
Removes a listener from this multicaster.
remove(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
remove(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old container-listener from container-listener-l and returns the resulting multicast listener.
remove(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old focus-listener from focus-listener-l and returns the resulting multicast listener.
remove(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old key-listener from key-listener-l and returns the resulting multicast listener.
remove(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-listener from mouse-listener-l and returns the resulting multicast listener.
remove(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
remove(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old window-listener from window-listener-l and returns the resulting multicast listener.
remove(WindowStateListener, WindowStateListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old window-state-listener from window-state-listener-l and returns the resulting multicast listener.
remove(WindowFocusListener, WindowFocusListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old window-focus-listener from window-focus-listener-l and returns the resulting multicast listener.
remove(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old action-listener from action-listener-l and returns the resulting multicast listener.
remove(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old item-listener from item-listener-l and returns the resulting multicast listener.
remove(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old adjustment-listener from adjustment-listener-l and returns the resulting multicast listener.
remove(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
 
remove(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old input-method-listener from input-method-listener-l and returns the resulting multicast listener.
remove(HierarchyListener, HierarchyListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old hierarchy-listener from hierarchy-listener-l and returns the resulting multicast listener.
remove(HierarchyBoundsListener, HierarchyBoundsListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old hierarchy-bounds-listener from hierarchy-bounds-listener-l and returns the resulting multicast listener.
remove(MouseWheelListener, MouseWheelListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-wheel-listener from mouse-wheel-listener-l and returns the resulting multicast listener.
remove(String) - Method in class java.awt.Choice
Removes the first occurrence of item from the Choice menu.
remove(int) - Method in class java.awt.Choice
Removes an item from the choice menu at the specified position.
remove(MenuComponent) - Method in class java.awt.Component
Removes the specified popup menu from the component.
remove(int) - Method in class java.awt.Container
Removes the component, specified by index, from this container.
remove(Component) - Method in class java.awt.Container
Removes the specified component from this container.
remove(MenuComponent) - Method in class java.awt.Frame
Removes the specified menu bar from this frame.
remove(String) - Method in class java.awt.List
Removes the first occurrence of an item from the list.
remove(int) - Method in class java.awt.List
Removes the item at the specified position from this scrolling list.
remove(int) - Method in class java.awt.Menu
Removes the menu item at the specified index from this menu.
remove(MenuComponent) - Method in class java.awt.Menu
Removes the specified menu item from this menu.
remove(int) - Method in class java.awt.MenuBar
Removes the menu located at the specified index from this menu bar.
remove(MenuComponent) - Method in class java.awt.MenuBar
Removes the specified menu component from this menu bar.
remove(MenuComponent) - Method in interface java.awt.MenuContainer
 
remove(int) - Method in interface java.awt.peer.ChoicePeer
Removes the item at index index from the combo box list.
remove(Object) - Method in class java.awt.RenderingHints
Removes the key and its corresponding value from this RenderingHints object.
remove(TrayIcon) - Method in class java.awt.SystemTray
Removes the specified TrayIcon from the SystemTray.
remove() - Method in class java.beans.beancontext.BeanContextSupport.BCSIterator
 
remove(Object) - Method in class java.beans.beancontext.BeanContextSupport
Removes a child from this BeanContext.
remove(Object, boolean) - Method in class java.beans.beancontext.BeanContextSupport
internal remove used when removal caused by unexpected setBeanContext or by remove() invocation.
remove(Object) - Method in class java.beans.Encoder
Removes the entry for this instance, returning the old entry.
remove(Class<?>) - Method in class java.lang.ClassValue
Removes the associated value for the given class.
remove(long) - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until either one becomes available or the given timeout period expires.
remove() - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until one becomes available.
remove() - Method in class java.lang.ThreadLocal
Removes the current thread's value for this thread-local variable.
remove(URI, HttpCookie) - Method in interface java.net.CookieStore
Remove a cookie from store.
remove(Object) - Method in class java.security.Provider
Removes the key property (and its corresponding value).
remove(Object, Object) - Method in class java.security.Provider
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(int) - Method in class java.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for a key from this map if it is present (optional operation).
remove() - Method in class java.util.AbstractQueue
Retrieves and removes the head of this queue.
remove(int) - Method in class java.util.AbstractSequentialList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class java.util.ArrayDeque
Removes a single instance of the specified element from this deque.
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class java.util.ArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in interface java.util.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface java.util.concurrent.BlockingDeque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in interface java.util.concurrent.BlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class java.util.concurrent.ConcurrentHashMap
Removes the entry for a key only if currently mapped to a given value.
remove() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
remove(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
remove(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object, Object) - Method in interface java.util.concurrent.ConcurrentMap
Removes the entry for a key only if currently mapped to a given value.
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes the mapping for the specified key from this map if present.
remove(Object, Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes the entry for a key only if currently mapped to a given value.
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes the specified element from this set if it is present.
remove(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.concurrent.DelayQueue
Removes a single instance of the specified element from this queue, if it is present, whether or not it has expired.
remove() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.concurrent.LinkedTransferQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
remove(Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
Removes this task from the executor's internal queue if it is present, thus causing it not to be run if it has not already started.
remove() - Method in interface java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface java.util.Deque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object) - Method in class java.util.EnumMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class java.util.HashMap
Removes the mapping for the specified key from this map if present.
remove(Object, Object) - Method in class java.util.HashMap
 
remove(Object) - Method in class java.util.HashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object, Object) - Method in class java.util.Hashtable
 
remove(Object) - Method in class java.util.IdentityHashMap
Removes the mapping for this key from this map if present.
remove() - Method in interface java.util.Iterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(Object) - Method in class java.util.jar.Attributes
Removes the attribute with the specified name (key) from this Map.
remove(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class java.util.LinkedList
Removes the element at the specified position in this list.
remove() - Method in class java.util.LinkedList
Retrieves and removes the head (first element) of this list.
remove(Object) - Method in interface java.util.List
Removes the first occurrence of the specified element from this list, if it is present (optional operation).
remove(int) - Method in interface java.util.List
Removes the element at the specified position in this list (optional operation).
remove() - Method in interface java.util.ListIterator
Removes from the list the last element that was returned by ListIterator.next() or ListIterator.previous() (optional operation).
remove(Object) - Method in interface java.util.Map
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface java.util.Map
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(String) - Method in class java.util.prefs.AbstractPreferences
Implements the remove(String) method as per the specification in Preferences.remove(String).
remove(String) - Method in class java.util.prefs.Preferences
Removes the value associated with the specified key in this preference node, if any.
remove(Object) - Method in class java.util.PriorityQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in interface java.util.Queue
Retrieves and removes the head of this queue.
remove() - Method in class java.util.Scanner
The remove operation is not supported by this implementation of Iterator.
remove(Object) - Method in interface java.util.Set
Removes the specified element from this set if it is present (optional operation).
remove(Object) - Method in class java.util.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object) - Method in class java.util.TreeSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(Object) - Method in class java.util.WeakHashMap
Removes the mapping for a key from this weak hash map if it is present.
removeAccessibleSelection(int) - Method in class java.awt.List.AccessibleAWTList
Removes the specified selected item in the object from the object's selection.
removeAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Removes the specified child of the object from the object's selection.
removeActionListener(ActionListener) - Method in class java.awt.Button
Removes the specified action listener so that it no longer receives action events from this button.
removeActionListener(ActionListener) - Method in class java.awt.List
Removes the specified action listener so that it no longer receives action events from this list.
removeActionListener(ActionListener) - Method in class java.awt.MenuItem
Removes the specified action listener so it no longer receives action events from this menu item.
removeActionListener(ActionListener) - Method in class java.awt.TextField
Removes the specified action listener so that it no longer receives action events from this text field.
removeActionListener(ActionListener) - Method in class java.awt.TrayIcon
Removes the specified action listener.
removeAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
Removes an adjustment listener.
removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
Removes the specified adjustment listener so that it no longer receives instances of AdjustmentEvent from this scroll bar.
removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.ScrollPaneAdjustable
Removes the specified adjustment listener so that it no longer receives adjustment events from this ScrollPaneAdjustable.
removeAll() - Method in class java.awt.Choice
Removes all items from the choice menu.
removeAll() - Method in class java.awt.Container
Removes all the components from this container.
removeAll() - Method in class java.awt.List
Removes all items from this list.
removeAll() - Method in class java.awt.Menu
Removes all items from this menu.
removeAll() - Method in interface java.awt.peer.ChoicePeer
Removes all items from the combo box list.
removeAll() - Method in interface java.awt.peer.ListPeer
Removes all items from the list.
removeAll(Collection) - Method in class java.beans.beancontext.BeanContextSupport
remove all specified children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
removeAll() - Method in interface java.net.CookieStore
Remove all cookies in this cookie store.
removeAll(Collection<?>) - Method in class java.util.AbstractCollection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.AbstractSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.ArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in interface java.util.Collection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
removeAll(Collection<?>) - Method in interface java.util.List
Removes from this list all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in interface java.util.Set
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAWTEventListener(AWTEventListener) - Method in class java.awt.Toolkit
Removes an AWTEventListener from receiving dispatched AWTEvents.
removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface java.beans.beancontext.BeanContext
Removes the specified BeanContextMembershipListener so that it no longer receives BeanContextMembershipEvents when the child Component(s) are added or removed.
removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in class java.beans.beancontext.BeanContextSupport
Removes a BeanContextMembershipListener
removeBeanContextServicesListener(BeanContextServicesListener) - Method in interface java.beans.beancontext.BeanContextServices
Removes a BeanContextServicesListener from this BeanContext
removeBeanContextServicesListener(BeanContextServicesListener) - Method in class java.beans.beancontext.BeanContextServicesSupport
remove a BeanContextServicesListener
removeCertificate(Certificate) - Method in class java.security.Identity
Deprecated.
Removes a certificate from this identity.
removeComponentListener(ComponentListener) - Method in class java.awt.Component
Removes the specified component listener so that it no longer receives component events from this component.
removeConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Removes an ImageConsumer from the list of consumers interested in data for this image.
removeConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Removes the specified ImageConsumer object from the list of consumers currently registered to receive image data.
removeConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Removes an ImageConsumer from the list of consumers interested in data for this image.
removeConsumer(ImageConsumer) - Method in class java.awt.image.renderable.RenderableImageProducer
Remove an ImageConsumer from the list of consumers interested in data for this image.
removeContainerListener(ContainerListener) - Method in class java.awt.Container
Removes the specified container listener so it no longer receives container events from this container.
removeDragGestureListener(DragGestureListener) - Method in class java.awt.dnd.DragGestureRecognizer
unregister the current DragGestureListener
removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSource
Removes the specified DragSourceListener from this DragSource.
removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSourceContext
Removes the specified DragSourceListener from this DragSourceContext.
removeDragSourceMotionListener(DragSourceMotionListener) - Method in class java.awt.dnd.DragSource
Removes the specified DragSourceMotionListener from this DragSource.
removeDropTarget(DropTarget) - Method in interface java.awt.dnd.peer.DropTargetPeer
Remove the DropTarget from the system
removeDropTargetListener(DropTargetListener) - Method in class java.awt.dnd.DropTarget
Removes the current DropTargetListener (UNICAST SOURCE).
removeEldestEntry(Map.Entry<K, V>) - Method in class java.util.LinkedHashMap
Returns true if this map should remove its eldest entry.
removeElement(Object) - Method in class java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
Removes an ACL entry from this ACL.
removeFirst() - Method in class java.util.ArrayDeque
 
removeFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
removeFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeFirst() - Method in interface java.util.Deque
Retrieves and removes the first element of this deque.
removeFirst() - Method in class java.util.LinkedList
Removes and returns the first element from this list.
removeFirstOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeFirstOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
removeFirstOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeFirstOccurrence(Object) - Method in interface java.util.Deque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element in this list (when traversing the list from head to tail).
removeFlavorListener(FlavorListener) - Method in class java.awt.datatransfer.Clipboard
Removes the specified FlavorListener so that it no longer receives FlavorEvents from this Clipboard.
removeFocusListener(FocusListener) - Method in class java.awt.Component.AccessibleAWTComponent
Removes the specified focus listener so it no longer receives focus events from this component.
removeFocusListener(FocusListener) - Method in class java.awt.Component
Removes the specified focus listener so that it no longer receives focus events from this component.
removeFocusListener(FocusListener) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Removes the specified focus listener so it no longer receives focus events from this component.
removeFocusListener(FocusListener) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Removes the specified focus listener so it no longer receives focus events from this component.
removeHandler(Handler) - Method in class java.util.logging.Logger
Remove a log Handler.
removeHierarchyBoundsListener(HierarchyBoundsListener) - Method in class java.awt.Component
Removes the specified hierarchy bounds listener so that it no longer receives hierarchy bounds events from this component.
removeHierarchyListener(HierarchyListener) - Method in class java.awt.Component
Removes the specified hierarchy listener so that it no longer receives hierarchy changed events from this component.
removeIdentity(Identity) - Method in class java.security.IdentityScope
Deprecated.
Removes an identity from this identity scope.
removeIf(Predicate<? super E>) - Method in class java.util.ArrayList
 
removeIf(Predicate<? super E>) - Method in interface java.util.Collection
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
 
removeIf(Predicate<? super E>) - Method in class java.util.Vector
 
removeImage(Image) - Method in class java.awt.MediaTracker
Removes the specified image from this media tracker.
removeImage(Image, int) - Method in class java.awt.MediaTracker
Removes the specified image from the specified tracking ID of this media tracker.
removeImage(Image, int, int, int) - Method in class java.awt.MediaTracker
Removes the specified image with the specified width, height, and ID from this media tracker.
removeInputMethodListener(InputMethodListener) - Method in class java.awt.Component
Removes the specified input method listener so that it no longer receives input method events from this component.
removeInternal(EventListener, EventListener) - Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener after removing the old listener from listener-l.
removeItemListener(ItemListener) - Method in class java.awt.Checkbox
Removes the specified item listener so that the item listener no longer receives item events from this check box.
removeItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
Removes the specified item listener so that it no longer receives item events from this check box menu item.
removeItemListener(ItemListener) - Method in class java.awt.Choice
Removes the specified item listener so that it no longer receives item events from this Choice menu.
removeItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Removes an item listener.
removeItemListener(ItemListener) - Method in class java.awt.List
Removes the specified item listener so that it no longer receives item events from this list.
removeKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
Removes a KeyEventDispatcher which was previously added to this KeyboardFocusManager's dispatcher chain.
removeKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
Removes a previously added KeyEventPostProcessor from this KeyboardFocusManager's post-processor chain.
removeKeyListener(KeyListener) - Method in class java.awt.Component
Removes the specified key listener so that it no longer receives key events from this component.
removeLast() - Method in class java.util.ArrayDeque
 
removeLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
removeLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeLast() - Method in interface java.util.Deque
Retrieves and removes the last element of this deque.
removeLast() - Method in class java.util.LinkedList
Removes and returns the last element from this list.
removeLastOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the last occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeLastOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes the last element e such that o.equals(e), if such an element exists in this deque.
removeLastOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeLastOccurrence(Object) - Method in interface java.util.Deque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class java.util.LinkedList
Removes the last occurrence of the specified element in this list (when traversing the list from head to tail).
removeLayoutComponent(Component) - Method in class java.awt.BorderLayout
Removes the specified component from this border layout.
removeLayoutComponent(Component) - Method in class java.awt.CardLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.FlowLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.GridBagLayout
Removes the specified component from this layout.
removeLayoutComponent(Component) - Method in class java.awt.GridLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
Removes the specified component from the layout.
removeMember(Principal) - Method in interface java.security.acl.Group
Removes the specified member from the group.
removeMouseListener(MouseListener) - Method in class java.awt.Component
Removes the specified mouse listener so that it no longer receives mouse events from this component.
removeMouseListener(MouseListener) - Method in class java.awt.TrayIcon
Removes the specified mouse listener.
removeMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
removeMouseMotionListener(MouseMotionListener) - Method in class java.awt.TrayIcon
Removes the specified mouse-motion listener.
removeMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
Removes the specified mouse wheel listener so that it no longer receives mouse wheel events from this component.
removeNode() - Method in class java.util.prefs.AbstractPreferences
Implements the removeNode() method as per the specification in Preferences.removeNode().
removeNode() - Method in class java.util.prefs.Preferences
Removes this preference node and all of its descendants, invalidating any preferences contained in the removed nodes.
removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.AbstractPreferences
 
removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.Preferences
Removes the specified NodeChangeListener, so it no longer receives change events.
removeNodeSpi() - Method in class java.util.prefs.AbstractPreferences
Removes this preference node, invalidating it and any preferences that it contains.
removeNotify() - Method in class java.awt.Component
Makes this Component undisplayable by destroying it native screen resource.
removeNotify() - Method in class java.awt.Container
Makes this Container undisplayable by removing its connection to its native screen resource.
removeNotify(ComponentPeer) - Method in class java.awt.dnd.DropTarget
Notify the DropTarget that it has been disassociated from a Component This method is usually called from java.awt.Component.removeNotify() of the Component associated with this DropTarget to notify the DropTarget that a ComponentPeer has been disassociated with that Component.
removeNotify() - Method in class java.awt.dnd.DropTargetContext
Called when disassociated with the DropTargetContextPeer.
removeNotify() - Method in class java.awt.Frame
Makes this Frame undisplayable by removing its connection to its native screen resource.
removeNotify(Component) - Method in class java.awt.im.InputContext
Notifies the input context that a client component has been removed from its containment hierarchy, or that input method support has been disabled for the component.
removeNotify() - Method in interface java.awt.im.spi.InputMethod
Notifies the input method that a client component has been removed from its containment hierarchy, or that input method support has been disabled for the component.
removeNotify() - Method in class java.awt.List
Removes the peer for this list.
removeNotify() - Method in class java.awt.Menu
Removes the menu's peer.
removeNotify() - Method in class java.awt.MenuBar
Removes the menu bar's peer.
removeNotify() - Method in class java.awt.MenuComponent
Removes the menu component's peer.
removeNotify() - Method in class java.awt.TextComponent
Removes the TextComponent's peer.
removeNotify() - Method in class java.awt.Window
Makes this Container undisplayable by removing its connection to its native screen resource.
removeParameters() - Method in class java.awt.image.renderable.ParameterBlock
Clears the list of parameters.
removePermission(Permission) - Method in interface java.security.acl.AclEntry
Removes the specified permission from this ACL entry.
removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.AbstractPreferences
 
removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.Preferences
Removes the specified preference change listener, so it no longer receives preference change events.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component.AccessibleAWTComponent
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Component
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Container.AccessibleAWTContainer
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.SystemTray
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Toolkit
Removes the specified property change listener for the named desktop property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface java.beans.beancontext.BeanContextChild
Removes a PropertyChangeListener from this BeanContextChild so that it no longer receives PropertyChangeEvents when the specified property is changed.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.beancontext.BeanContextChildSupport
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.Customizer
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.PropertyEditor
Removes a listener for the value change.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyEditorSupport
Removes a listener for the value change.
removePropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Packer
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release.
removePropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Unpacker
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. The global LogManager can detect changes to the logging configuration by overridding the readConfiguration method.
removeProvider(String) - Static method in class java.security.Security
Removes the provider with the specified name.
removeRange(int, int) - Method in class java.util.AbstractList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.ArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.Vector
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeService(Provider.Service) - Method in class java.security.Provider
Remove a service previously added using putService().
removeShutdownHook(Thread) - Method in class java.lang.Runtime
De-registers a previously-registered virtual-machine shutdown hook.
removeSources() - Method in class java.awt.image.renderable.ParameterBlock
Clears the list of source images.
removeSpi(String) - Method in class java.util.prefs.AbstractPreferences
Remove the association (if any) for the specified key at this preference node.
removeTextListener(TextListener) - Method in class java.awt.TextComponent
Removes the specified text event listener so that it no longer receives text events from this text component If l is null, no exception is thrown and no action is performed.
removeTileObserver(TileObserver) - Method in class java.awt.image.BufferedImage
Removes a tile observer.
removeTileObserver(TileObserver) - Method in interface java.awt.image.WritableRenderedImage
Removes an observer.
removeTransformer(ClassFileTransformer) - Method in interface java.lang.instrument.Instrumentation
Unregisters the supplied transformer.
removeUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
Removes a unicode locale attribute, if present, otherwise has no effect.
removeVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Removes a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Removes a VetoableChangeListener from the listener list for a specific property.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in interface java.beans.beancontext.BeanContextChild
Removes a VetoableChangeListener from this BeanContextChild so that it no longer receives events when the specified property changes.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.beancontext.BeanContextChildSupport
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Remove a VetoableChangeListener for a specific property.
removeWindowFocusListener(WindowFocusListener) - Method in class java.awt.Window
Removes the specified window focus listener so that it no longer receives window events from this window.
removeWindowListener(WindowListener) - Method in class java.awt.Window
Removes the specified window listener so that it no longer receives window events from this window.
removeWindowStateListener(WindowStateListener) - Method in class java.awt.Window
Removes the specified window state listener so that it no longer receives window events from this window.
renameTo(File) - Method in class java.io.File
Renames the file denoted by this abstract pathname.
RenderableImage - Interface in java.awt.image.renderable
A RenderableImage is a common interface for rendering-independent images (a notion which subsumes resolution independence).
RenderableImageOp - Class in java.awt.image.renderable
This class handles the renderable aspects of an operation with help from its associated instance of a ContextualRenderedImageFactory.
RenderableImageOp(ContextualRenderedImageFactory, ParameterBlock) - Constructor for class java.awt.image.renderable.RenderableImageOp
Constructs a RenderedImageOp given a ContextualRenderedImageFactory object, and a ParameterBlock containing RenderableImage sources and other parameters.
RenderableImageProducer - Class in java.awt.image.renderable
An adapter class that implements ImageProducer to allow the asynchronous production of a RenderableImage.
RenderableImageProducer(RenderableImage, RenderContext) - Constructor for class java.awt.image.renderable.RenderableImageProducer
Constructs a new RenderableImageProducer from a RenderableImage and a RenderContext.
RenderContext - Class in java.awt.image.renderable
A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage.
RenderContext(AffineTransform, Shape, RenderingHints) - Constructor for class java.awt.image.renderable.RenderContext
Constructs a RenderContext with a given transform.
RenderContext(AffineTransform) - Constructor for class java.awt.image.renderable.RenderContext
Constructs a RenderContext with a given transform.
RenderContext(AffineTransform, RenderingHints) - Constructor for class java.awt.image.renderable.RenderContext
Constructs a RenderContext with a given transform and rendering hints.
RenderContext(AffineTransform, Shape) - Constructor for class java.awt.image.renderable.RenderContext
Constructs a RenderContext with a given transform and area of interest.
RenderedImage - Interface in java.awt.image
RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters.
RenderedImageFactory - Interface in java.awt.image.renderable
The RenderedImageFactory interface (often abbreviated RIF) is intended to be implemented by classes that wish to act as factories to produce different renderings, for example by executing a series of BufferedImageOps on a set of sources, depending on a specific set of parameters, properties, and rendering hints.
RenderingHints - Class in java.awt
The RenderingHints class defines and manages collections of keys and associated values which allow an application to provide input into the choice of algorithms used by other classes which perform rendering and image manipulation services.
RenderingHints(Map<RenderingHints.Key, ?>) - Constructor for class java.awt.RenderingHints
Constructs a new object with keys and values initialized from the specified Map object which may be null.
RenderingHints(RenderingHints.Key, Object) - Constructor for class java.awt.RenderingHints
Constructs a new object with the specified key/value pair.
RenderingHints.Key - Class in java.awt
Defines the base type of all keys used along with the RenderingHints class to control various algorithm choices in the rendering and imaging pipelines.
reorderVisually(byte[], int, Object[], int, int) - Static method in class java.text.Bidi
Reorder the objects in the array into visual order based on their levels.
repaint() - Method in class java.awt.Component
Repaints this component.
repaint(long) - Method in class java.awt.Component
Repaints the component.
repaint(int, int, int, int) - Method in class java.awt.Component
Repaints the specified rectangle of this component.
repaint(long, int, int, int, int) - Method in class java.awt.Component
Repaints the specified rectangle of this component within tm milliseconds.
reparent(ContainerPeer) - Method in interface java.awt.peer.ComponentPeer
Reparents this peer to the new parent referenced by newContainer peer.
Repeatable - Annotation Type in java.lang.annotation
The annotation type java.lang.annotation.Repeatable is used to indicate that the annotation type whose declaration it (meta-)annotates is repeatable.
replace(char, char) - Method in class java.lang.String
Returns a string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(CharSequence, CharSequence) - Method in class java.lang.String
Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.
replace(int, int, String) - Method in class java.lang.StringBuffer
 
replace(int, int, String) - Method in class java.lang.StringBuilder
 
REPLACE - Static variable in class java.nio.charset.CodingErrorAction
Action indicating that a coding error is to be handled by dropping the erroneous input, appending the coder's replacement value to the output buffer, and resuming the coding operation.
replace(Object, Object, Object) - Method in class java.security.Provider
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Object, Object) - Method in class java.security.Provider
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, V, V) - Method in class java.util.concurrent.ConcurrentHashMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
Replaces the entry for a key only if currently mapped to some value.
replace(K, V, V) - Method in interface java.util.concurrent.ConcurrentMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V) - Method in interface java.util.concurrent.ConcurrentMap
Replaces the entry for a key only if currently mapped to some value.
replace(K, V, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Replaces the entry for a key only if currently mapped to some value.
replace(K, V, V) - Method in class java.util.HashMap
 
replace(K, V) - Method in class java.util.HashMap
 
replace(K, V, V) - Method in class java.util.Hashtable
 
replace(K, V) - Method in class java.util.Hashtable
 
replace(K, V, V) - Method in interface java.util.Map
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, V) - Method in interface java.util.Map
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, V, V) - Method in class java.util.TreeMap
 
replace(K, V) - Method in class java.util.TreeMap
 
replaceAll(String, String) - Method in class java.lang.String
Replaces each substring of this string that matches the given regular expression with the given replacement.
replaceAll(BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class java.security.Provider
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(UnaryOperator<E>) - Method in class java.util.ArrayList
 
replaceAll(List<T>, T, T) - Static method in class java.util.Collections
Replaces all occurrences of one specified value in a list with another.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
replaceAll(UnaryOperator<E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.IdentityHashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.LinkedHashMap
 
replaceAll(UnaryOperator<E>) - Method in interface java.util.List
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceAll(String) - Method in class java.util.regex.Matcher
Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.TreeMap
 
replaceAll(UnaryOperator<E>) - Method in class java.util.Vector
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.WeakHashMap
 
replaceFirst(String, String) - Method in class java.lang.String
Replaces the first substring of this string that matches the given regular expression with the given replacement.
replaceFirst(String) - Method in class java.util.regex.Matcher
Replaces the first subsequence of the input sequence that matches the pattern with the given replacement string.
replaceItem(String, int) - Method in class java.awt.List
Replaces the item at the specified index in the scrolling list with the new string.
replacement() - Method in class java.nio.charset.CharsetDecoder
Returns this decoder's replacement value.
replacement() - Method in class java.nio.charset.CharsetEncoder
Returns this encoder's replacement value.
replaceObject(Object) - Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
replaceRange(String, int, int) - Method in interface java.awt.peer.TextAreaPeer
Replaces a range of text by the specified string.
replaceRange(String, int, int) - Method in class java.awt.TextArea
Replaces text between the indicated start and end positions with the specified replacement text.
replaceText(String, int, int) - Method in class java.awt.TextArea
Deprecated.
As of JDK version 1.1, replaced by replaceRange(String, int, int).
replaceWith(String) - Method in class java.nio.charset.CharsetDecoder
Changes this decoder's replacement value.
replaceWith(byte[]) - Method in class java.nio.charset.CharsetEncoder
Changes this encoder's replacement value.
ReplicateScaleFilter - Class in java.awt.image
An ImageFilter class for scaling images using the simplest algorithm.
ReplicateScaleFilter(int, int) - Constructor for class java.awt.image.ReplicateScaleFilter
Constructs a ReplicateScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
REPORT - Static variable in class java.nio.charset.CodingErrorAction
Action indicating that a coding error is to be reported, either by returning a CoderResult object or by throwing a CharacterCodingException, whichever is appropriate for the method implementing the coding process.
reportError(String, Exception, int) - Method in class java.util.logging.Handler
Protected convenience method to report an error to this Handler's ErrorManager.
repositionSecurityWarning() - Method in interface java.awt.peer.WindowPeer
Instructs the peer to update the position of the security warning.
requestFocus() - Method in class java.awt.Component.AccessibleAWTComponent
Requests focus for this object.
requestFocus() - Method in class java.awt.Component
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus(boolean) - Method in class java.awt.Component
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Requests focus for this object.
requestFocus() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Requests focus for this object.
requestFocus(Component, boolean, boolean, long, CausedFocusEvent.Cause) - Method in interface java.awt.peer.ComponentPeer
Requests focus on this component.
requestFocusInWindow() - Method in class java.awt.Component
Requests that this Component get the input focus, if this Component's top-level ancestor is already the focused Window.
requestFocusInWindow(boolean) - Method in class java.awt.Component
Requests that this Component get the input focus, if this Component's top-level ancestor is already the focused Window.
requestPasswordAuthentication(InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestPasswordAuthentication(String, InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestPasswordAuthentication(String, InetAddress, int, String, String, String, URL, Authenticator.RequestorType) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
requestTopDownLeftRightResend(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Requests, on behalf of the ImageConsumer, that the ImageProducer attempt to resend the image data one more time in TOPDOWNLEFTRIGHT order so that higher quality conversion algorithms which depend on receiving pixels in order can be used to produce a better output version of the image.
requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.renderable.RenderableImageProducer
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
REQUIRED - Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
required - Variable in class java.sql.DriverPropertyInfo
The required field is true if a value must be supplied for this property during Driver.connect and false otherwise.
requireEnd() - Method in class java.util.regex.Matcher
Returns true if more input could change a positive match into a negative one.
requireNonNull(T) - Static method in class java.util.Objects
Checks that the specified object reference is not null.
requireNonNull(T, String) - Static method in class java.util.Objects
Checks that the specified object reference is not null and throws a customized NullPointerException if it is.
requireNonNull(T, Supplier<String>) - Static method in class java.util.Objects
Checks that the specified object reference is not null and throws a customized NullPointerException if it is.
requiresBidi(char[], int, int) - Static method in class java.text.Bidi
Return true if the specified text requires bidi analysis.
RescaleOp - Class in java.awt.image
This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the sample values for each pixel by a scale factor and then adding an offset.
RescaleOp(float[], float[], RenderingHints) - Constructor for class java.awt.image.RescaleOp
Constructs a new RescaleOp with the desired scale factors and offsets.
RescaleOp(float, float, RenderingHints) - Constructor for class java.awt.image.RescaleOp
Constructs a new RescaleOp with the desired scale factor and offset.
resendTopDownLeftRight(ImageProducer) - Method in class java.awt.image.ImageFilter
Responds to a request for a TopDownLeftRight (TDLR) ordered resend of the pixel data from an ImageConsumer.
RESERVED_ID_MAX - Static variable in class java.awt.AWTEvent
The maximum value for reserved AWT event IDs.
reset() - Method in class java.awt.geom.Area
Removes all of the geometry from this Area and restores it to an empty area.
reset() - Method in class java.awt.geom.Path2D
Resets the path to empty.
reset() - Method in class java.awt.Polygon
Resets this Polygon object to an empty polygon.
reset() - Method in class java.io.BufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class java.io.BufferedReader
Resets the stream to the most recent mark.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.CharArrayReader
Resets the stream to the most recent mark, or to the beginning if it has never been marked.
reset() - Method in class java.io.CharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class java.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.FilterReader
Resets the stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.LineNumberInputStream
Deprecated.
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.LineNumberReader
Reset the stream to the most recent mark.
reset() - Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written to the stream.
reset() - Method in class java.io.PushbackInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.PushbackReader
Resets the stream.
reset() - Method in class java.io.Reader
Resets the stream.
reset() - Method in class java.io.StringBufferInputStream
Deprecated.
Resets the input stream to begin reading from the first character of this input stream's underlying buffer.
reset() - Method in class java.io.StringReader
Resets the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset() - Method in class java.nio.Buffer
Resets this buffer's position to the previously-marked position.
reset() - Method in class java.nio.charset.CharsetDecoder
Resets this decoder, clearing any internal state.
reset() - Method in class java.nio.charset.CharsetEncoder
Resets this encoder, clearing any internal state.
reset() - Method in interface java.nio.file.WatchKey
Resets this watch key.
reset() - Method in class java.security.MessageDigest
Resets the digest for further use.
reset() - Method in class java.text.CollationElementIterator
Resets the cursor to the beginning of the string.
reset() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Resets variables maintaining updates to the identity value.
reset() - Method in class java.util.concurrent.atomic.DoubleAdder
Resets variables maintaining the sum to zero.
reset() - Method in class java.util.concurrent.atomic.LongAccumulator
Resets variables maintaining updates to the identity value.
reset() - Method in class java.util.concurrent.atomic.LongAdder
Resets variables maintaining the sum to zero.
reset() - Method in class java.util.concurrent.CyclicBarrier
Resets the barrier to its initial state.
reset() - Method in class java.util.logging.LogManager
Reset the logging configuration.
reset() - Method in class java.util.regex.Matcher
Resets this matcher.
reset(CharSequence) - Method in class java.util.regex.Matcher
Resets this matcher with a new input sequence.
reset() - Method in class java.util.Scanner
Resets this scanner.
reset() - Method in class java.util.zip.Adler32
Resets the checksum to initial value.
reset() - Method in interface java.util.zip.Checksum
Resets the checksum to its initial value.
reset() - Method in class java.util.zip.CRC32
Resets CRC-32 to initial value.
reset() - Method in class java.util.zip.Deflater
Resets deflater so that a new set of input data can be processed.
reset() - Method in class java.util.zip.DeflaterInputStream
This operation is not supported.
reset() - Method in class java.util.zip.Inflater
Resets inflater so that a new set of input data can be processed.
reset() - Method in class java.util.zip.InflaterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
RESET_OPERATION - Static variable in interface java.awt.peer.ComponentPeer
Resets the setBounds() operation to DEFAULT_OPERATION.
resetPeakThreadCount() - Method in interface java.lang.management.ThreadMXBean
Resets the peak thread count to the current number of live threads.
resetPeakUsage() - Method in interface java.lang.management.MemoryPoolMXBean
Resets the peak memory usage statistic of this memory pool to the current memory usage.
resetRecognizer() - Method in class java.awt.dnd.DragGestureRecognizer
Reset the Recognizer, if its currently recognizing a gesture, ignore it.
resetSyntax() - Method in class java.io.StreamTokenizer
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
reshape(int, int, int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setBounds(int, int, int, int).
reshape(int, int, int, int) - Method in class java.awt.Rectangle
Deprecated.
As of JDK version 1.1, replaced by setBounds(int, int, int, int).
reshape(int, int, int, int) - Method in class java.awt.Window
Deprecated.
As of JDK version 1.1, replaced by setBounds(int, int, int, int).
resize(int, int) - Method in class java.applet.Applet
Requests that this applet be resized.
resize(Dimension) - Method in class java.applet.Applet
Requests that this applet be resized.
resize(int, int) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setSize(int, int).
resize(Dimension) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setSize(Dimension).
resize(int, int) - Method in class java.awt.Rectangle
Deprecated.
As of JDK version 1.1, replaced by setSize(int, int).
resolve(URI) - Method in class java.net.URI
Resolves the given URI against this URI.
resolve(String) - Method in class java.net.URI
Constructs a new URI by parsing the given string and then resolving it against this URI.
resolve(Path) - Method in interface java.nio.file.Path
Resolve the given path against this path.
resolve(String) - Method in interface java.nio.file.Path
Converts a given path string to a Path and resolves it against this Path in exactly the manner specified by the resolve method.
resolve(Map<TemporalField, Long>, TemporalAccessor, ResolverStyle) - Method in interface java.time.temporal.TemporalField
Resolves this field to provide a simpler alternative or a date.
resolveClass(ObjectStreamClass) - Method in class java.io.ObjectInputStream
Load the local class equivalent of the specified stream class description.
resolveClass(Class<?>) - Method in class java.lang.ClassLoader
Links the specified class.
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.AbstractChronology
Resolves parsed ChronoField values into a date during parsing.
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in interface java.time.chrono.Chronology
Resolves parsed ChronoField values into a date during parsing.
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.HijrahChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.IsoChronology
Resolves parsed ChronoField values into a date during parsing.
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.JapaneseChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.MinguoChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.ThaiBuddhistChronology
 
resolveObject(Object) - Method in class java.io.ObjectInputStream
This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
resolveProxyClass(String[]) - Method in class java.io.ObjectInputStream
Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes, allowing them to use an alternate loading mechanism for the interfaces and the proxy class.
ResolverStyle - Enum in java.time.format
Enumeration of different ways to resolve dates and times.
resolveSibling(Path) - Method in interface java.nio.file.Path
Resolves the given path against this path's parent path.
resolveSibling(String) - Method in interface java.nio.file.Path
Converts a given path string to a Path and resolves it against this path's parent path in exactly the manner specified by the resolveSibling method.
ResourceBundle - Class in java.util
Resource bundles contain locale-specific objects.
ResourceBundle() - Constructor for class java.util.ResourceBundle
Sole constructor.
ResourceBundle.Control - Class in java.util
ResourceBundle.Control defines a set of callback methods that are invoked by the ResourceBundle.getBundle factory methods during the bundle loading process.
ResourceBundleControlProvider - Interface in java.util.spi
An interface for service providers that provide implementations of ResourceBundle.Control.
ResponseCache - Class in java.net
Represents implementations of URLConnection caches.
ResponseCache() - Constructor for class java.net.ResponseCache
 
responseCode() - Method in exception java.net.HttpRetryException
Returns the http response code
responseCode - Variable in class java.net.HttpURLConnection
An int representing the three digit HTTP Status-Code.
responseMessage - Variable in class java.net.HttpURLConnection
The HTTP response message.
ResultSet - Interface in java.sql
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
ResultSetMetaData - Interface in java.sql
An object that can be used to get information about the types and properties of the columns in a ResultSet object.
resume() - Method in class java.lang.Thread
Deprecated.
This method exists solely for use with Thread.suspend(), which has been deprecated because it is deadlock-prone. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
resume() - Method in class java.lang.ThreadGroup
Deprecated.
This method is used solely in conjunction with Thread.suspend and ThreadGroup.suspend, both of which have been deprecated, as they are inherently deadlock-prone. See Thread.suspend() for details.
retainAll(Collection) - Method in class java.beans.beancontext.BeanContextSupport
retain only specified children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
retainAll(Collection<?>) - Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.ArrayList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in interface java.util.Collection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Retains only the elements in this set that are contained in the specified collection.
retainAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
retainAll(Collection<?>) - Method in interface java.util.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in interface java.util.Set
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
Retention - Annotation Type in java.lang.annotation
Indicates how long annotations with the annotated type are to be retained.
RetentionPolicy - Enum in java.lang.annotation
Annotation retention policy.
retransformClasses(Class<?>...) - Method in interface java.lang.instrument.Instrumentation
Retransform the supplied set of classes.
RETURN_GENERATED_KEYS - Static variable in interface java.sql.Statement
The constant indicating that generated keys should be made available for retrieval.
returnType() - Method in class java.lang.invoke.MethodType
Returns the return type of this method type.
revalidate() - Method in class java.awt.Component.BltBufferStrategy
Restore the drawing buffer if it has been lost
revalidate() - Method in class java.awt.Component.FlipBufferStrategy
Restore the drawing buffer if it has been lost
revalidate() - Method in class java.awt.Component
Revalidates the component hierarchy up to the nearest validate root.
revealDirect(MethodHandle) - Method in class java.lang.invoke.MethodHandles.Lookup
Cracks a direct method handle created by this lookup object or a similar one.
reverse(int) - Static method in class java.lang.Integer
Returns the value obtained by reversing the order of the bits in the two's complement binary representation of the specified int value.
reverse(long) - Static method in class java.lang.Long
Returns the value obtained by reversing the order of the bits in the two's complement binary representation of the specified long value.
reverse() - Method in class java.lang.StringBuffer
 
reverse() - Method in class java.lang.StringBuilder
 
reverse(List<?>) - Static method in class java.util.Collections
Reverses the order of the elements in the specified list.
REVERSE_LANDSCAPE - Static variable in class java.awt.print.PageFormat
The origin is at the top right of the paper with x running top to bottom and y running right to left.
reverseBytes(char) - Static method in class java.lang.Character
Returns the value obtained by reversing the order of the bytes in the specified char value.
reverseBytes(int) - Static method in class java.lang.Integer
Returns the value obtained by reversing the order of the bytes in the two's complement representation of the specified int value.
reverseBytes(long) - Static method in class java.lang.Long
Returns the value obtained by reversing the order of the bytes in the two's complement representation of the specified long value.
reverseBytes(short) - Static method in class java.lang.Short
Returns the value obtained by reversing the order of the bytes in the two's complement representation of the specified short value.
reversed() - Method in interface java.util.Comparator
Returns a comparator that imposes the reverse ordering of this comparator.
reverseOrder() - Static method in class java.util.Collections
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
reverseOrder(Comparator<T>) - Static method in class java.util.Collections
Returns a comparator that imposes the reverse ordering of the specified comparator.
reverseOrder() - Static method in interface java.util.Comparator
Returns a comparator that imposes the reverse of the natural ordering.
revokeService(Class, BeanContextServiceProvider, boolean) - Method in interface java.beans.beancontext.BeanContextServices
BeanContextServiceProviders wishing to remove a currently registered service from this context may do so via invocation of this method.
revokeService(Class, BeanContextServiceProvider, boolean) - Method in class java.beans.beancontext.BeanContextServicesSupport
remove a service
rewind() - Method in class java.nio.Buffer
Rewinds this buffer.
RFC_1123_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
The RFC-1123 date-time formatter, such as 'Tue, 3 Jun 2008 11:05:30 GMT'.
RGBImageFilter - Class in java.awt.image
This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
RGBImageFilter() - Constructor for class java.awt.image.RGBImageFilter
 
RGBtoHSB(int, int, int, float[]) - Static method in class java.awt.Color
Converts the components of a color, as specified by the default RGB model, to an equivalent set of values for hue, saturation, and brightness that are the three components of the HSB model.
RIGHT - Static variable in class java.awt.Event
The Right Arrow key, a non-ASCII action key.
RIGHT - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be right-justified.
right - Variable in class java.awt.Insets
The inset from the right.
RIGHT - Static variable in class java.awt.Label
Indicates that the label should be right justified.
RIGHT_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
RIGHT_TO_LEFT - Static variable in class java.awt.ComponentOrientation
Items run right to left and lines flow top to bottom Examples: Arabic, Hebrew.
rint(double) - Static method in class java.lang.Math
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
rint(double) - Static method in class java.lang.StrictMath
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
RMIClassLoader - Class in java.rmi.server
RMIClassLoader comprises static methods to support dynamic class loading with RMI.
RMIClassLoaderSpi - Class in java.rmi.server
RMIClassLoaderSpi is the service provider interface for RMIClassLoader.
RMIClassLoaderSpi() - Constructor for class java.rmi.server.RMIClassLoaderSpi
 
RMIClientSocketFactory - Interface in java.rmi.server
An RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls.
RMIFailureHandler - Interface in java.rmi.server
An RMIFailureHandler can be registered via the RMISocketFactory.setFailureHandler call.
RMISecurityException - Exception in java.rmi
Deprecated.
Use SecurityException instead. Application code should never directly reference this class, and RMISecurityManager no longer throws this subclass of java.lang.SecurityException.
RMISecurityException(String) - Constructor for exception java.rmi.RMISecurityException
Deprecated.
no replacement
RMISecurityException(String, String) - Constructor for exception java.rmi.RMISecurityException
Deprecated.
no replacement
RMISecurityManager - Class in java.rmi
Deprecated.
Use SecurityManager instead.
RMISecurityManager() - Constructor for class java.rmi.RMISecurityManager
Deprecated.
Constructs a new RMISecurityManager.
RMIServerSocketFactory - Interface in java.rmi.server
An RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls.
RMISocketFactory - Class in java.rmi.server
An RMISocketFactory instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.
RMISocketFactory() - Constructor for class java.rmi.server.RMISocketFactory
Constructs an RMISocketFactory.
Robot - Class in java.awt
This class is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and keyboard is needed.
Robot() - Constructor for class java.awt.Robot
Constructs a Robot object in the coordinate system of the primary screen.
Robot(GraphicsDevice) - Constructor for class java.awt.Robot
Creates a Robot for the given screen device.
RobotPeer - Interface in java.awt.peer
RobotPeer defines an interface whereby toolkits support automated testing by allowing native input events to be generated from Java code.
roll(int, boolean) - Method in class java.util.Calendar
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, int) - Method in class java.util.Calendar
Adds the specified (signed) amount to the specified calendar field without changing larger fields.
roll(int, boolean) - Method in class java.util.GregorianCalendar
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, int) - Method in class java.util.GregorianCalendar
Adds a signed amount to the specified calendar field without changing larger fields.
rollback() - Method in interface java.sql.Connection
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback(Savepoint) - Method in interface java.sql.Connection
Undoes all changes made after the given Savepoint object was set.
ROMAN_BASELINE - Static variable in class java.awt.font.GraphicAttribute
Aligns origin of graphic to roman baseline of line.
ROMAN_BASELINE - Static variable in class java.awt.Font
The baseline used in most Roman scripts when laying out text.
ROOT - Static variable in class java.util.Locale
Useful constant for the root locale.
rotate(double) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a rotation transformation.
rotate(double, double, double) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a transform that rotates coordinates around an anchor point.
rotate(double, double) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a transform that rotates coordinates according to a rotation vector.
rotate(double, double, double, double) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a transform that rotates coordinates around an anchor point according to a rotation vector.
rotate(double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a rotation transform.
rotate(double, double, double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a translated rotation transform.
rotate(List<?>, int) - Static method in class java.util.Collections
Rotates the elements in the specified list by the specified distance.
rotateLeft(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value left by the specified number of bits.
rotateLeft(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value left by the specified number of bits.
rotateRight(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value right by the specified number of bits.
rotateRight(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value right by the specified number of bits.
round(float) - Static method in class java.lang.Math
Returns the closest int to the argument, with ties rounding to positive infinity.
round(double) - Static method in class java.lang.Math
Returns the closest long to the argument, with ties rounding to positive infinity.
round(float) - Static method in class java.lang.StrictMath
Returns the closest int to the argument, with ties rounding to positive infinity.
round(double) - Static method in class java.lang.StrictMath
Returns the closest long to the argument, with ties rounding to positive infinity.
round(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal rounded according to the MathContext settings.
ROUND_CEILING - Static variable in class java.math.BigDecimal
Rounding mode to round towards positive infinity.
ROUND_DOWN - Static variable in class java.math.BigDecimal
Rounding mode to round towards zero.
ROUND_FLOOR - Static variable in class java.math.BigDecimal
Rounding mode to round towards negative infinity.
ROUND_HALF_DOWN - Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round down.
ROUND_HALF_EVEN - Static variable in class java.math.BigDecimal
Rounding mode to round towards the "nearest neighbor" unless both neighbors are equidistant, in which case, round towards the even neighbor.
ROUND_HALF_UP - Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round up.
ROUND_UNNECESSARY - Static variable in class java.math.BigDecimal
Rounding mode to assert that the requested operation has an exact result, hence no rounding is necessary.
ROUND_UP - Static variable in class java.math.BigDecimal
Rounding mode to round away from zero.
RoundingMode - Enum in java.math
Specifies a rounding behavior for numerical operations capable of discarding precision.
RoundRectangle2D - Class in java.awt.geom
The RoundRectangle2D class defines a rectangle with rounded corners defined by a location (x,y), a dimension (w x h), and the width and height of an arc with which to round the corners.
RoundRectangle2D() - Constructor for class java.awt.geom.RoundRectangle2D
This is an abstract class that cannot be instantiated directly.
RoundRectangle2D.Double - Class in java.awt.geom
The Double class defines a rectangle with rounded corners all specified in double coordinates.
RoundRectangle2D.Float - Class in java.awt.geom
The Float class defines a rectangle with rounded corners all specified in float coordinates.
rowDeleted() - Method in interface java.sql.ResultSet
Retrieves whether a row has been deleted.
rowHeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the row minimum heights.
RowId - Interface in java.sql
The representation (mapping) in the Java programming language of an SQL ROWID value.
ROWID - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID
RowIdLifetime - Enum in java.sql
Enumeration for RowId life-time values.
rowInserted() - Method in interface java.sql.ResultSet
Retrieves whether the current row has had an insertion.
rowUpdated() - Method in interface java.sql.ResultSet
Retrieves whether the current row has been updated.
rowWeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the row weights.
RSAKey - Interface in java.security.interfaces
The interface to an RSA public or private key.
RSAKeyGenParameterSpec - Class in java.security.spec
This class specifies the set of parameters used to generate an RSA key pair.
RSAKeyGenParameterSpec(int, BigInteger) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
Constructs a new RSAParameterSpec object from the given keysize and public-exponent value.
RSAMultiPrimePrivateCrtKey - Interface in java.security.interfaces
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
RSAMultiPrimePrivateCrtKeySpec - Class in java.security.spec
This class specifies an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values for efficiency.
RSAMultiPrimePrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, RSAOtherPrimeInfo[]) - Constructor for class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Creates a new RSAMultiPrimePrivateCrtKeySpec given the modulus, publicExponent, privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, crtCoefficient, and otherPrimeInfo as defined in PKCS#1 v2.1.
RSAOtherPrimeInfo - Class in java.security.spec
This class represents the triplet (prime, exponent, and coefficient) inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1.
RSAOtherPrimeInfo(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAOtherPrimeInfo
Creates a new RSAOtherPrimeInfo given the prime, primeExponent, and crtCoefficient as defined in PKCS#1.
RSAPrivateCrtKey - Interface in java.security.interfaces
The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
RSAPrivateCrtKeySpec - Class in java.security.spec
This class specifies an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values for efficiency.
RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateCrtKeySpec
Creates a new RSAPrivateCrtKeySpec given the modulus, publicExponent, privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, and crtCoefficient as defined in PKCS#1.
RSAPrivateKey - Interface in java.security.interfaces
The interface to an RSA private key.
RSAPrivateKeySpec - Class in java.security.spec
This class specifies an RSA private key.
RSAPrivateKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateKeySpec
Creates a new RSAPrivateKeySpec.
RSAPublicKey - Interface in java.security.interfaces
The interface to an RSA public key.
RSAPublicKeySpec - Class in java.security.spec
This class specifies an RSA public key.
RSAPublicKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPublicKeySpec
Creates a new RSAPublicKeySpec.
RuleBasedCollator - Class in java.text
The RuleBasedCollator class is a concrete subclass of Collator that provides a simple, data-driven, table collator.
RuleBasedCollator(String) - Constructor for class java.text.RuleBasedCollator
RuleBasedCollator constructor.
RUMI_NUMERAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Rumi Numeral Symbols" Unicode character block.
run() - Method in class java.awt.image.renderable.RenderableImageProducer
The runnable method for this class.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in interface java.security.PrivilegedAction
Performs the computation.
run() - Method in interface java.security.PrivilegedExceptionAction
Performs the computation.
run() - Method in class java.util.concurrent.ForkJoinWorkerThread
This method is required to be public, but should never be called explicitly.
run() - Method in class java.util.concurrent.FutureTask
 
run() - Method in interface java.util.concurrent.RunnableFuture
Sets this Future to the result of its computation unless it has been cancelled.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
RUN_DIRECTION - Static variable in class java.awt.font.TextAttribute
Attribute key for the run direction of the line.
RUN_DIRECTION_LTR - Static variable in class java.awt.font.TextAttribute
Left-to-right run direction.
RUN_DIRECTION_RTL - Static variable in class java.awt.font.TextAttribute
Right-to-left run direction.
runAfterBoth(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
 
runAfterBoth(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage both complete normally, executes the given action.
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class java.util.concurrent.CompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage complete normally, executes the given action using this stage's default asynchronous execution facility.
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage complete normally, executes the given action using the supplied executor.
runAfterEither(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
 
runAfterEither(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, executes the given action.
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class java.util.concurrent.CompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, executes the given action using this stage's default asynchronous execution facility.
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, executes the given action using the supplied executor.
runAndReset() - Method in class java.util.concurrent.FutureTask
Executes the computation without setting its result, and then resets this future to initial state, failing to do so if the computation encounters an exception or is cancelled.
runAsync(Runnable) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the ForkJoinPool.commonPool() after it runs the given action.
runAsync(Runnable, Executor) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the given executor after it runs the given action.
runFinalization() - Method in class java.lang.Runtime
Runs the finalization methods of any objects pending finalization.
runFinalization() - Static method in class java.lang.System
Runs the finalization methods of any objects pending finalization.
runFinalizersOnExit(boolean) - Static method in class java.lang.Runtime
Deprecated.
This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock.
runFinalizersOnExit(boolean) - Static method in class java.lang.System
Deprecated.
This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock.
RUNIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Runic" Unicode character block.
runnable - Variable in class java.awt.event.InvocationEvent
The Runnable whose run() method will be called.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
RunnableFuture<V> - Interface in java.util.concurrent
A Future that is Runnable.
RunnableScheduledFuture<V> - Interface in java.util.concurrent
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RUNTIME_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the RuntimeMXBean.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with null as its detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message.
RuntimeException(String, Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message and cause.
RuntimeException(Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
RuntimeException(String, Throwable, boolean, boolean) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
RuntimeMXBean - Interface in java.lang.management
The management interface for the runtime system of the Java virtual machine.
RuntimePermission - Class in java.lang
This class is for runtime permissions.
RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission object with the specified name.

S

S_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The south-resize cursor type.
S_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.S_RESIZE_CURSOR.
SafeVarargs - Annotation Type in java.lang
A programmer assertion that the body of the annotated method or constructor does not perform potentially unsafe operations on its varargs parameter.
SAMARITAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Samaritan" Unicode character block.
sameFile(URL) - Method in class java.net.URL
Compares two URLs, excluding the fragment component.
sameFile(URL, URL) - Method in class java.net.URLStreamHandler
Compare two urls to see whether they refer to the same file, i.e., having the same protocol, host, port, and path.
sampleModel - Variable in class java.awt.image.Raster
The SampleModel that describes how pixels from this Raster are stored in the DataBuffer.
SampleModel - Class in java.awt.image
This abstract class defines an interface for extracting samples of pixels in an image.
SampleModel(int, int, int, int) - Constructor for class java.awt.image.SampleModel
Constructs a SampleModel with the specified parameters.
sampleModelTranslateX - Variable in class java.awt.image.Raster
The X translation from the coordinate space of the Raster's SampleModel to that of the Raster.
sampleModelTranslateY - Variable in class java.awt.image.Raster
The Y translation from the coordinate space of the Raster's SampleModel to that of the Raster.
SANS_SERIF - Static variable in class java.awt.Font
A String constant for the canonical family name of the logical font "SansSerif".
SATURDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Saturday.
SAURASHTRA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Saurashtra" Unicode character block.
save(ObjectOutputStream, String, EventListener) - Static method in class java.awt.AWTEventMulticaster
 
SAVE - Static variable in class java.awt.FileDialog
This constant value indicates that the purpose of the file dialog window is to locate a file to which to write.
save(OutputStream, String) - Method in class java.util.Properties
Deprecated.
This method does not throw an IOException if an I/O error occurs while saving the property list. The preferred way to save a properties list is via the store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method.
SAVE_FILE - Static variable in class java.awt.Event
A file saving event.
saveInternal(ObjectOutputStream, String) - Method in class java.awt.AWTEventMulticaster
 
Savepoint - Interface in java.sql
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_ENUM - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
scalb(double, int) - Static method in class java.lang.Math
Returns d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.Math
Returns f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
scalb(double, int) - Static method in class java.lang.StrictMath
Returns d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.StrictMath
Returns f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
scale(double, double) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a scaling transformation.
scale(double, double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling.
scale() - Method in class java.math.BigDecimal
Returns the scale of this BigDecimal.
SCALE_AREA_AVERAGING - Static variable in class java.awt.Image
Use the Area Averaging image scaling algorithm.
SCALE_DEFAULT - Static variable in class java.awt.Image
Use the default image-scaling algorithm.
SCALE_FAST - Static variable in class java.awt.Image
Choose an image-scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image.
SCALE_REPLICATE - Static variable in class java.awt.Image
Use the image scaling algorithm embodied in the ReplicateScaleFilter class.
SCALE_SMOOTH - Static variable in class java.awt.Image
Choose an image-scaling algorithm that gives higher priority to image smoothness than scaling speed.
scaleByPowerOfTen(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose numerical value is equal to (this * 10n).
scanlineStride - Variable in class java.awt.image.ComponentSampleModel
Line stride (in data array elements) of the region of image data described by this ComponentSampleModel.
Scanner - Class in java.util
A simple text scanner which can parse primitive types and strings using regular expressions.
Scanner(Readable) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified source.
Scanner(InputStream) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(InputStream, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(File) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(File, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(Path) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(Path, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified string.
Scanner(ReadableByteChannel) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
Scanner(ReadableByteChannel, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
ScatteringByteChannel - Interface in java.nio.channels
A channel that can read bytes into a sequence of buffers.
schedule(Runnable, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
schedule(Runnable, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
ScheduledExecutorService - Interface in java.util.concurrent
An ExecutorService that can schedule commands to run after a given delay, or to execute periodically.
ScheduledFuture<V> - Interface in java.util.concurrent
A delayed result-bearing action that can be cancelled.
ScheduledThreadPoolExecutor - Class in java.util.concurrent
A ThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
ScheduledThreadPoolExecutor(int) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given core pool size.
ScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
SCROLL_ABSOLUTE - Static variable in class java.awt.Event
The user has moved the bubble (thumb) in a scroll bar, moving to an "absolute" position, rather than to an offset from the last position.
SCROLL_BEGIN - Static variable in class java.awt.Event
The scroll begin event.
SCROLL_END - Static variable in class java.awt.Event
The scroll end event.
SCROLL_LINE_DOWN - Static variable in class java.awt.Event
The user has activated the line down area of a scroll bar.
SCROLL_LINE_UP - Static variable in class java.awt.Event
The user has activated the line up area of a scroll bar.
SCROLL_LOCK - Static variable in class java.awt.Event
The Scroll Lock key, a non-ASCII action key.
SCROLL_PAGE_DOWN - Static variable in class java.awt.Event
The user has activated the page down area of a scroll bar.
SCROLL_PAGE_UP - Static variable in class java.awt.Event
The user has activated the page up area of a scroll bar.
Scrollbar - Class in java.awt
The Scrollbar class embodies a scroll bar, a familiar user-interface object.
Scrollbar() - Constructor for class java.awt.Scrollbar
Constructs a new vertical scroll bar.
Scrollbar(int) - Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation.
Scrollbar(int, int, int, int, int) - Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation, initial value, visible amount, and minimum and maximum values.
SCROLLBAR - Static variable in class java.awt.SystemColor
The array index for the SystemColor.scrollbar system color.
scrollbar - Static variable in class java.awt.SystemColor
The color rendered for the background of scrollbars.
Scrollbar.AccessibleAWTScrollBar - Class in java.awt
This class implements accessibility support for the Scrollbar class.
ScrollbarPeer - Interface in java.awt.peer
The peer interface for Scrollbar.
SCROLLBARS_ALWAYS - Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should always be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_AS_NEEDED - Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbar should be shown only when the size of the child exceeds the size of the scrollpane in the horizontal/vertical dimension.
SCROLLBARS_BOTH - Static variable in class java.awt.TextArea
Create and display both vertical and horizontal scrollbars.
SCROLLBARS_HORIZONTAL_ONLY - Static variable in class java.awt.TextArea
Create and display horizontal scrollbar only.
SCROLLBARS_NEVER - Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should never be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_NONE - Static variable in class java.awt.TextArea
Do not create or display any scrollbars for the text area.
SCROLLBARS_VERTICAL_ONLY - Static variable in class java.awt.TextArea
Create and display vertical scrollbar only.
ScrollPane - Class in java.awt
A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
ScrollPane() - Constructor for class java.awt.ScrollPane
Create a new scrollpane container with a scrollbar display policy of "as needed".
ScrollPane(int) - Constructor for class java.awt.ScrollPane
Create a new scrollpane container.
ScrollPane.AccessibleAWTScrollPane - Class in java.awt
This class implements accessibility support for the ScrollPane class.
ScrollPaneAdjustable - Class in java.awt
This class represents the state of a horizontal or vertical scrollbar of a ScrollPane.
ScrollPanePeer - Interface in java.awt.peer
The peer interface for ScrollPane.
SE_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The south-east-resize cursor type.
SE_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.SE_RESIZE_CURSOR.
SEALED - Static variable in class java.util.jar.Attributes.Name
Name object for Sealed manifest attribute used for sealing.
search(long, BiFunction<? super K, ? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each (key, value), or null if none.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
searchEntries(long, Function<Map.Entry<K, V>, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each entry, or null if none.
searchKeys(long, Function<? super K, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each key, or null if none.
searchValues(long, Function<? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each value, or null if none.
SECOND - Static variable in class java.text.DateFormat.Field
Constant identifying the second field.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SECOND_FIELD - Static variable in class java.text.DateFormat
Useful constant for SECOND field alignment.
SECONDARY - Static variable in class java.text.Collator
Collator strength value.
SecondaryLoop - Interface in java.awt
A helper interface to run the nested event loop.
secondaryOrder(int) - Static method in class java.text.CollationElementIterator
Return the secondary component of a collation element.
SecretKeyEntry(SecretKey) - Constructor for class java.security.KeyStore.SecretKeyEntry
Constructs a SecretKeyEntry with a SecretKey.
SecretKeyEntry(SecretKey, Set<KeyStore.Entry.Attribute>) - Constructor for class java.security.KeyStore.SecretKeyEntry
Constructs a SecretKeyEntry with a SecretKey and associated entry attributes.
SecureCacheResponse - Class in java.net
Represents a cache response originally retrieved through secure means, such as TLS.
SecureCacheResponse() - Constructor for class java.net.SecureCacheResponse
 
SecureClassLoader - Class in java.security
This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
SecureClassLoader(ClassLoader) - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the specified parent class loader for delegation.
SecureClassLoader() - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the default parent class loader for delegation.
SecureDirectoryStream<T> - Interface in java.nio.file
A DirectoryStream that defines operations on files that are located relative to an open directory.
SecureRandom - Class in java.security
This class provides a cryptographically strong random number generator (RNG).
SecureRandom() - Constructor for class java.security.SecureRandom
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
SecureRandom(SecureRandomSpi, Provider) - Constructor for class java.security.SecureRandom
Creates a SecureRandom object.
SecureRandomSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the SecureRandom class.
SecureRandomSpi() - Constructor for class java.security.SecureRandomSpi
 
Security - Class in java.security
This class centralizes all security properties and common security methods.
SecurityException - Exception in java.lang
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified detail message and cause.
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SecurityManager - Class in java.lang
The security manager is a class that allows applications to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
SecurityPermission - Class in java.security
This class is for security permissions.
SecurityPermission(String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission with the specified name.
SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission object with the specified name.
seek(long) - Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
SeekableByteChannel - Interface in java.nio.channels
A byte channel that maintains a current position and allows the position to be changed.
SEG_CLOSE - Static variable in interface java.awt.geom.PathIterator
The segment type constant that specifies that the preceding subpath should be closed by appending a line segment back to the point corresponding to the most recent SEG_MOVETO.
SEG_CUBICTO - Static variable in interface java.awt.geom.PathIterator
The segment type constant for the set of 3 points that specify a cubic parametric curve to be drawn from the most recently specified point.
SEG_LINETO - Static variable in interface java.awt.geom.PathIterator
The segment type constant for a point that specifies the end point of a line to be drawn from the most recently specified point.
SEG_MOVETO - Static variable in interface java.awt.geom.PathIterator
The segment type constant for a point that specifies the starting location for a new subpath.
SEG_QUADTO - Static variable in interface java.awt.geom.PathIterator
The segment type constant for the pair of points that specify a quadratic parametric curve to be drawn from the most recently specified point.
SEGMENT_LIMIT - Static variable in interface java.util.jar.Pack200.Packer
This property is a numeral giving the estimated target size N (in bytes) of each archive segment.
select(int) - Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item at the specified position.
select(String) - Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item whose name is equal to the specified string.
select(int) - Method in class java.awt.List
Selects the item at the specified index in the scrolling list.
select(int) - Method in interface java.awt.peer.ChoicePeer
Selects the item at index index.
select(int) - Method in interface java.awt.peer.ListPeer
Selects the item at the specified index.
select(int, int) - Method in interface java.awt.peer.TextComponentPeer
Selects an area of the text component.
select(int, int) - Method in class java.awt.TextComponent
Selects the text between the specified start and end positions.
select(URI) - Method in class java.net.ProxySelector
Selects all the applicable proxies based on the protocol to access the resource with and a destination address to access the resource at.
select(long) - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
select() - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
SelectableChannel - Class in java.nio.channels
A channel that can be multiplexed via a Selector.
SelectableChannel() - Constructor for class java.nio.channels.SelectableChannel
Initializes a new instance of this class.
selectAll() - Method in class java.awt.TextComponent
Selects all the text in this text component.
selectAllAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
Causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Causes every child of the object to be selected if the object supports multiple selections.
selectBestTextFlavor(DataFlavor[]) - Static method in class java.awt.datatransfer.DataFlavor
Selects the best text DataFlavor from an array of DataFlavors.
SELECTED - Static variable in class java.awt.event.ItemEvent
This state-change value indicates that an item was selected.
SELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for selected converted text.
SELECTED_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for selected raw text.
selectedKeys() - Method in class java.nio.channels.Selector
Returns this selector's selected-key set.
selectInputMethod(Locale) - Method in class java.awt.im.InputContext
Attempts to select an input method or keyboard layout that supports the given locale, and returns a value indicating whether such an input method or keyboard layout has been successfully selected.
SELECTION - Static variable in class java.awt.JobAttributes.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that the current selection should be printed.
selectionHtmlFlavor - Static variable in class java.awt.datatransfer.DataFlavor
Represents a piece of an HTML markup.
SelectionKey - Class in java.nio.channels
A token representing the registration of a SelectableChannel with a Selector.
SelectionKey() - Constructor for class java.nio.channels.SelectionKey
Constructs an instance of this class.
selectNow() - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
selector() - Method in class java.nio.channels.SelectionKey
Returns the selector for which this key was created.
Selector - Class in java.nio.channels
A multiplexor of SelectableChannel objects.
Selector() - Constructor for class java.nio.channels.Selector
Initializes a new instance of this class.
SelectorProvider - Class in java.nio.channels.spi
Service-provider class for selectors and selectable channels.
SelectorProvider() - Constructor for class java.nio.channels.spi.SelectorProvider
Initializes a new instance of this class.
Semaphore - Class in java.util.concurrent
A counting semaphore.
Semaphore(int) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and nonfair fairness setting.
Semaphore(int, boolean) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and the given fairness setting.
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
send(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Sends a datagram packet.
send(DatagramPacket, byte) - Method in class java.net.MulticastSocket
Deprecated.
Use the following code or its equivalent instead: ...... int ttl = mcastSocket.getTimeToLive(); mcastSocket.setTimeToLive(newttl); mcastSocket.send(p); mcastSocket.setTimeToLive(ttl); ......
send(ByteBuffer, SocketAddress) - Method in class java.nio.channels.DatagramChannel
Sends a datagram via this channel.
sendUrgentData(int) - Method in class java.net.Socket
Send one byte of urgent data on the socket.
sendUrgentData(int) - Method in class java.net.SocketImpl
Send one byte of urgent data on the socket.
SEPARATE_DOCUMENTS_COLLATED_COPIES - Static variable in class java.awt.JobAttributes.MultipleDocumentHandlingType
The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, collated copies.
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - Static variable in class java.awt.JobAttributes.MultipleDocumentHandlingType
The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, uncollated copies.
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the ninth month of the year in the Gregorian and Julian calendars.
SequenceInputStream - Class in java.io
A SequenceInputStream represents the logical concatenation of other input streams.
SequenceInputStream(Enumeration<? extends InputStream>) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the two arguments, which will be read in order, first s1 and then s2, to provide the bytes to be read from this SequenceInputStream.
sequential() - Method in interface java.util.stream.BaseStream
Returns an equivalent stream that is sequential.
sequential() - Method in interface java.util.stream.DoubleStream
 
sequential() - Method in interface java.util.stream.IntStream
 
sequential() - Method in interface java.util.stream.LongStream
 
serializable - Variable in class java.beans.beancontext.BeanContextServicesSupport
The number of instances of a serializable BeanContextServceProvider.
Serializable - Interface in java.io
Serializability of a class is enabled by the class implementing the java.io.Serializable interface.
SerializablePermission - Class in java.io
This class is for Serializable permissions.
SerializablePermission(String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission with the specified name.
SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission object with the specified name.
serialize(ObjectOutputStream, Collection) - Method in class java.beans.beancontext.BeanContextSupport
Used by writeObject to serialize a Collection.
SerializedLambda - Class in java.lang.invoke
Serialized form of a lambda expression.
SerializedLambda(Class<?>, String, String, String, int, String, String, String, String, Object[]) - Constructor for class java.lang.invoke.SerializedLambda
Create a SerializedLambda from the low-level information present at the lambda factory site.
serialVersionUID - Static variable in interface java.rmi.server.RemoteRef
indicate compatibility with JDK 1.1.x version of class.
serialVersionUID - Static variable in interface java.rmi.server.ServerRef
Deprecated.
indicate compatibility with JDK 1.1.x version of class.
serialVersionUID - Static variable in interface java.security.interfaces.DSAPrivateKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.interfaces.DSAPublicKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.interfaces.ECPrivateKey
The class fingerprint that is set to indicate serialization compatibility.
serialVersionUID - Static variable in interface java.security.interfaces.ECPublicKey
The class fingerprint that is set to indicate serialization compatibility.
serialVersionUID - Static variable in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateCrtKey
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateKey
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
serialVersionUID - Static variable in interface java.security.interfaces.RSAPublicKey
The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
serialVersionUID - Static variable in interface java.security.Key
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.PrivateKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.PublicKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
SERIF - Static variable in class java.awt.Font
A String constant for the canonical family name of the logical font "Serif".
ServerCloneException - Exception in java.rmi.server
A ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject.
ServerCloneException(String) - Constructor for exception java.rmi.server.ServerCloneException
Constructs a ServerCloneException with the specified detail message.
ServerCloneException(String, Exception) - Constructor for exception java.rmi.server.ServerCloneException
Constructs a ServerCloneException with the specified detail message and cause.
ServerError - Exception in java.rmi
A ServerError is thrown as a result of a remote method invocation when an Error is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
ServerError(String, Error) - Constructor for exception java.rmi.ServerError
Constructs a ServerError with the specified detail message and nested error.
ServerException - Exception in java.rmi
A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments or executing the remote method itself.
ServerException(String) - Constructor for exception java.rmi.ServerException
Constructs a ServerException with the specified detail message.
ServerException(String, Exception) - Constructor for exception java.rmi.ServerException
Constructs a ServerException with the specified detail message and nested exception.
ServerNotActiveException - Exception in java.rmi.server
An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.
ServerNotActiveException() - Constructor for exception java.rmi.server.ServerNotActiveException
Constructs an ServerNotActiveException with no specified detail message.
ServerNotActiveException(String) - Constructor for exception java.rmi.server.ServerNotActiveException
Constructs an ServerNotActiveException with the specified detail message.
ServerRef - Interface in java.rmi.server
Deprecated.
No replacement. This interface is unused and is obsolete.
ServerRuntimeException - Exception in java.rmi
Deprecated.
no replacement
ServerRuntimeException(String, Exception) - Constructor for exception java.rmi.ServerRuntimeException
Deprecated.
no replacement
ServerSocket - Class in java.net
This class implements server sockets.
ServerSocket() - Constructor for class java.net.ServerSocket
Creates an unbound server socket.
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket, bound to the specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number, with the specified backlog.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
ServerSocketChannel - Class in java.nio.channels
A selectable channel for stream-oriented listening sockets.
ServerSocketChannel(SelectorProvider) - Constructor for class java.nio.channels.ServerSocketChannel
Initializes a new instance of this class.
Service(Provider, String, String, String, List<String>, Map<String, String>) - Constructor for class java.security.Provider.Service
Construct a new service.
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class java.beans.beancontext.BeanContextChildSupport
A new service is available from the nesting BeanContext.
serviceAvailable(BeanContextServiceAvailableEvent) - Method in interface java.beans.beancontext.BeanContextServicesListener
The service named has been registered.
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
BeanContextServicesListener callback, propagates event to all currently registered listeners and BeanContextServices children, if this BeanContextService does not already implement this service itself.
serviceClass - Variable in class java.beans.beancontext.BeanContextServiceAvailableEvent
A Class reference to the newly available service
serviceClass - Variable in class java.beans.beancontext.BeanContextServiceRevokedEvent
A Class reference to the service that is being revoked.
ServiceConfigurationError - Error in java.util
Error thrown when something goes wrong while loading a service provider.
ServiceConfigurationError(String) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message.
ServiceConfigurationError(String, Throwable) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message and cause.
ServiceLoader<S> - Class in java.util
A simple service-provider loading facility.
serviceProvider - Variable in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
The service provider.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextChildSupport
A service provided by the nesting BeanContext has been revoked.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in interface java.beans.beancontext.BeanContextServiceRevokedListener
The service named has been revoked.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
 
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
BeanContextServicesListener callback, propagates event to all currently registered listeners and BeanContextServices children, if this BeanContextService does not already implement this service itself.
services - Variable in class java.beans.beancontext.BeanContextServicesSupport
all accesses to the protected transient HashMap services field should be synchronized on that object
set(Object, int) - Method in class java.awt.image.renderable.ParameterBlock
Replaces an Object in the list of parameters.
set(byte, int) - Method in class java.awt.image.renderable.ParameterBlock
Replaces an Object in the list of parameters with a Byte.
set(char, int) - Method in class java.awt.image.renderable.ParameterBlock
Replaces an Object in the list of parameters with a Character.
set(short, int) - Method in class java.awt.image.renderable.ParameterBlock
Replaces an Object in the list of parameters with a Short.
set(int, int) - Method in class java.awt.image.renderable.ParameterBlock
Replaces an Object in the list of parameters with an Integer.
set(long, int) - Method in class java.awt.image.renderable.ParameterBlock
Replaces an Object in the list of parameters with a Long.
set(float, int) - Method in class java.awt.image.renderable.ParameterBlock
Replaces an Object in the list of parameters with a Float.
set(double, int) - Method in class java.awt.image.renderable.ParameterBlock
Replaces an Object in the list of parameters with a Double.
set(int, int, int, int) - Method in class java.awt.Insets
Set top, left, bottom, and right to the specified values
set(JobAttributes) - Method in class java.awt.JobAttributes
Sets all of the attributes of this JobAttributes to the same values as the attributes of obj.
set(PageAttributes) - Method in class java.awt.PageAttributes
Sets all of the attributes of this PageAttributes to the same values as the attributes of obj.
set(Object, int, Object) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified new value.
set(Object, Object) - Method in class java.lang.reflect.Field
Sets the field represented by this Field object on the specified object argument to the specified new value.
set(T) - Method in class java.lang.ThreadLocal
Sets the current thread's copy of this thread-local variable to the specified value.
set(int, E) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(int) - Method in class java.util.BitSet
Sets the bit at the specified index to true.
set(int, boolean) - Method in class java.util.BitSet
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(int, int) - Method in class java.util.Calendar.Builder
Sets the field parameter to the given value.
set(int, int) - Method in class java.util.Calendar
Sets the given calendar field to the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, and DAY_OF_MONTH.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, and MINUTE.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, MINUTE, and SECOND.
set(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Unconditionally sets to the given value.
set(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Sets to the given value.
set(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Sets the element at position i to the given value.
set(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(long) - Method in class java.util.concurrent.atomic.AtomicLong
Sets to the given value.
set(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Sets the element at position i to the given value.
set(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(V, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Unconditionally sets the value of both the reference and mark.
set(V) - Method in class java.util.concurrent.atomic.AtomicReference
Sets to the given value.
set(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Sets the element at position i to the given value.
set(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(V, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Unconditionally sets the value of both the reference and stamp.
set(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Replaces the element at the specified position in this list with the specified element.
set(V) - Method in class java.util.concurrent.FutureTask
Sets the result of this future to the given value unless this future has already been set or has been cancelled.
set(int, E) - Method in class java.util.LinkedList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in interface java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(E) - Method in interface java.util.ListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
Set<E> - Interface in java.util
A collection that contains no duplicate elements.
set(int, E) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
set2DigitYearStart(Date) - Method in class java.text.SimpleDateFormat
Sets the 100-year period 2-digit years will be interpreted as being in to begin on the date the user specifies.
SET_BOUNDS - Static variable in interface java.awt.peer.ComponentPeer
Operation for ComponentPeer.setBounds(int, int, int, int, int), indicating a change in the component size and location.
SET_CLIENT_SIZE - Static variable in interface java.awt.peer.ComponentPeer
Operation for ComponentPeer.setBounds(int, int, int, int, int), indicating a change in the component client size.
SET_LOCATION - Static variable in interface java.awt.peer.ComponentPeer
Operation for ComponentPeer.setBounds(int, int, int, int, int), indicating a change in the component location only.
SET_SIZE - Static variable in interface java.awt.peer.ComponentPeer
Operation for ComponentPeer.setBounds(int, int, int, int, int), indicating a change in the component size only.
setAccelerationPriority(float) - Method in class java.awt.Image
Sets a hint for this image about how important acceleration is.
setAccessible(AccessibleObject[], boolean) - Static method in class java.lang.reflect.AccessibleObject
Convenience method to set the accessible flag for an array of objects with a single security check (for efficiency).
setAccessible(boolean) - Method in class java.lang.reflect.AccessibleObject
Set the accessible flag for this object to the indicated boolean value.
setAcl(List<AclEntry>) - Method in interface java.nio.file.attribute.AclFileAttributeView
Updates (replace) the access control list.
setActionCommand(String) - Method in class java.awt.Button
Sets the command name for the action event fired by this button.
setActionCommand(String) - Method in class java.awt.MenuItem
Sets the command name of the action event that is fired by this menu item.
setActionCommand(String) - Method in class java.awt.TrayIcon
Sets the command name for the action event fired by this tray icon.
setActivationDesc(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
Set the activation descriptor, desc for the object with the activation identifier, id.
setActivationGroupDesc(ActivationGroupID, ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
Set the activation group descriptor, desc for the object with the activation group identifier, id.
setActive(boolean) - Method in class java.awt.dnd.DropTarget
Sets the DropTarget active if true, inactive if false.
setAddress(InetAddress) - Method in class java.net.DatagramPacket
Sets the IP address of the machine to which this datagram is being sent.
setAlignment(int) - Method in class java.awt.FlowLayout
Sets the alignment for this layout.
setAlignment(int) - Method in class java.awt.Label
Sets the alignment for this label to the specified alignment.
setAlignment(int) - Method in interface java.awt.peer.LabelPeer
Sets the alignment of the label text.
setAlignOnBaseline(boolean) - Method in class java.awt.FlowLayout
Sets whether or not components should be vertically aligned along their baseline.
setAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setAlwaysOnTop(boolean) - Method in class java.awt.Window
Sets whether this window should always be above other windows.
setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
Sets ampm strings.
setAngleExtent(double) - Method in class java.awt.geom.Arc2D.Double
Sets the angular extent of this arc to the specified double value.
setAngleExtent(double) - Method in class java.awt.geom.Arc2D.Float
Sets the angular extent of this arc to the specified double value.
setAngleExtent(double) - Method in class java.awt.geom.Arc2D
Sets the angular extent of this arc to the specified double value.
setAngles(double, double, double, double) - Method in class java.awt.geom.Arc2D
Sets the starting angle and angular extent of this arc using two sets of coordinates.
setAngles(Point2D, Point2D) - Method in class java.awt.geom.Arc2D
Sets the starting angle and angular extent of this arc using two points.
setAngleStart(double) - Method in class java.awt.geom.Arc2D.Double
Sets the starting angle of this arc to the specified double value.
setAngleStart(double) - Method in class java.awt.geom.Arc2D.Float
Sets the starting angle of this arc to the specified double value.
setAngleStart(double) - Method in class java.awt.geom.Arc2D
Sets the starting angle of this arc to the specified double value.
setAngleStart(Point2D) - Method in class java.awt.geom.Arc2D
Sets the starting angle of this arc to the angle that the specified point defines relative to the center of this arc.
setAnimated(boolean) - Method in class java.awt.image.MemoryImageSource
Changes this memory image into a multi-frame animation or a single-frame static image depending on the animated parameter.
setAnyPolicyInhibited(boolean) - Method in class java.security.cert.PKIXParameters
Sets state to determine if the any policy OID should be processed if it is included in a certificate.
setArc(double, double, double, double, double, double, int) - Method in class java.awt.geom.Arc2D.Double
Sets the location, size, angular extents, and closure type of this arc to the specified double values.
setArc(double, double, double, double, double, double, int) - Method in class java.awt.geom.Arc2D.Float
Sets the location, size, angular extents, and closure type of this arc to the specified double values.
setArc(double, double, double, double, double, double, int) - Method in class java.awt.geom.Arc2D
Sets the location, size, angular extents, and closure type of this arc to the specified double values.
setArc(Point2D, Dimension2D, double, double, int) - Method in class java.awt.geom.Arc2D
Sets the location, size, angular extents, and closure type of this arc to the specified values.
setArc(Rectangle2D, double, double, int) - Method in class java.awt.geom.Arc2D
Sets the location, size, angular extents, and closure type of this arc to the specified values.
setArc(Arc2D) - Method in class java.awt.geom.Arc2D
Sets this arc to be the same as the specified arc.
setArcByCenter(double, double, double, double, double, int) - Method in class java.awt.geom.Arc2D
Sets the position, bounds, angular extents, and closure type of this arc to the specified values.
setArcByTangent(Point2D, Point2D, Point2D, double) - Method in class java.awt.geom.Arc2D
Sets the position, bounds, and angular extents of this arc to the specified value.
setArchive(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
Updates the value of the archive attribute.
setArcType(int) - Method in class java.awt.geom.Arc2D
Sets the closure type of this arc to the specified value: OPEN, CHORD, or PIE.
setAreaOfInterest(Shape) - Method in class java.awt.image.renderable.RenderContext
Sets the current area of interest.
setArray(int, Array) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Array object.
setAsciiStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(String, InputStream) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream.
setAsciiStream(long) - Method in interface java.sql.Clob
Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents, starting at position pos.
setAsciiStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream.
setAsText(String) - Method in interface java.beans.PropertyEditor
Set the property value by parsing a given String.
setAsText(String) - Method in class java.beans.PropertyEditorSupport
Sets the property value by parsing a given String.
setAttribute(Path, String, Object, LinkOption...) - Static method in class java.nio.file.Files
Sets the value of a file attribute.
setAttribute(Path, String, Object, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
Sets the value of a file attribute.
setAuthorityKeyIdentifier(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the authorityKeyIdentifier criterion.
setAutoCommit(boolean) - Method in interface java.sql.Connection
Sets this connection's auto-commit mode to the given state.
setAutoDelay(int) - Method in class java.awt.Robot
Sets the number of milliseconds this Robot sleeps after generating an event.
setAutoRequestFocus(boolean) - Method in class java.awt.Window
Sets whether this window should receive focus on subsequently being shown (with a call to setVisible(true)), or being moved to the front (with a call to Window.toFront()).
setAutoWaitForIdle(boolean) - Method in class java.awt.Robot
Sets whether this Robot automatically invokes waitForIdle after generating an event.
setBackground(Color) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the background color of this object.
setBackground(Color) - Method in class java.awt.Component
Sets the background color of this component.
setBackground(Color) - Method in class java.awt.Dialog
Sets the background color of this window.
setBackground(Color) - Method in class java.awt.Frame
Sets the background color of this window.
setBackground(Color) - Method in class java.awt.Graphics2D
Sets the background color for the Graphics2D context.
setBackground(Color) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Set the background color of this object.
setBackground(Color) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the background color of this object.
setBackground(Color) - Method in interface java.awt.peer.ComponentPeer
Sets the background color of this component.
setBackground(Color) - Method in class java.awt.TextComponent
Sets the background color of this text component.
setBackground(Color) - Method in class java.awt.Window
Sets the background color of this window.
setBasicConstraints(int) - Method in class java.security.cert.X509CertSelector
Sets the basic constraints constraint.
setBeanContext(BeanContext) - Method in interface java.beans.beancontext.BeanContextChild
Objects that implement this interface, shall fire a java.beans.PropertyChangeEvent, with parameters: propertyName "beanContext", oldValue (the previous nesting BeanContext instance, or null), newValue (the current nesting BeanContext instance, or null).
setBeanContext(BeanContext) - Method in class java.beans.beancontext.BeanContextChildSupport
Sets the BeanContext for this BeanContextChildSupport.
setBeanInfoSearchPath(String[]) - Static method in class java.beans.Introspector
Change the list of package names that will be used for finding BeanInfo classes.
setBeginIndex(int) - Method in class java.text.FieldPosition
Sets the begin index.
setBigDecimal(String, BigDecimal) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBinaryStream(long) - Method in interface java.sql.Blob
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBinaryStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(String, InputStream) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given input stream.
setBinaryStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given input stream.
setBinaryStream() - Method in interface java.sql.SQLXML
Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.
setBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit set.
setBlob(String, InputStream, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a InputStream object.
setBlob(String, Blob) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Blob object.
setBlob(String, InputStream) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a InputStream object.
setBlob(int, Blob) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Blob object.
setBlob(int, InputStream, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a InputStream object.
setBlob(int, InputStream) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a InputStream object.
setBlockIncrement(int) - Method in interface java.awt.Adjustable
Sets the block value increment for the adjustable object.
setBlockIncrement(int) - Method in class java.awt.Scrollbar
Sets the block increment for this scroll bar.
setBlockIncrement(int) - Method in class java.awt.ScrollPaneAdjustable
 
setBoolean(Object, int, boolean) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
Sets the value of a field as a boolean on the specified object.
setBoolean(String, boolean) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java boolean value.
setBound(boolean) - Method in class java.beans.PropertyDescriptor
Updates to "bound" properties will cause a "PropertyChange" event to get fired when the property is changed.
setBounds(Rectangle) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the bounds of this object in the form of a Rectangle object.
setBounds(int, int, int, int) - Method in class java.awt.Component
Moves and resizes this component.
setBounds(Rectangle) - Method in class java.awt.Component
Moves and resizes this component to conform to the new bounding rectangle r.
setBounds(Rectangle) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the bounds of this object in the form of a Rectangle object.
setBounds(int, int, int, int, int) - Method in interface java.awt.peer.ComponentPeer
Sets the location or size or both of the component.
setBounds(Rectangle) - Method in class java.awt.Rectangle
Sets the bounding Rectangle of this Rectangle to match the specified Rectangle.
setBounds(int, int, int, int) - Method in class java.awt.Rectangle
Sets the bounding Rectangle of this Rectangle to the specified x, y, width, and height.
setBounds(int, int, int, int) - Method in class java.awt.Window
Moves and resizes this component.
setBounds(Rectangle) - Method in class java.awt.Window
Moves and resizes this component to conform to the new bounding rectangle r.
setBoundsPrivate(int, int, int, int) - Method in interface java.awt.peer.FramePeer
Sets the size and location for embedded frames.
setBroadcast(boolean) - Method in class java.net.DatagramSocket
Enable/disable SO_BROADCAST.
setByte(Object, int, byte) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified byte value.
setByte(Object, byte) - Method in class java.lang.reflect.Field
Sets the value of a field as a byte on the specified object.
setByte(String, byte) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java byte value.
setByte(int, byte) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java byte value.
setBytes(long, byte[]) - Method in interface java.sql.Blob
Writes the given array of bytes to the BLOB value that this Blob object represents, starting at position pos, and returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in interface java.sql.Blob
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setBytes(String, byte[]) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java array of bytes.
setBytes(int, byte[]) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java array of bytes.
setCalendar(Calendar) - Method in class java.text.DateFormat
Set the calendar to be used by this date format.
setCalendarType(String) - Method in class java.util.Calendar.Builder
Sets the calendar type parameter to the given type.
setCallbackHandler(CallbackHandler) - Method in class java.security.AuthProvider
Set a CallbackHandler.
setCaretPosition(int) - Method in interface java.awt.peer.TextComponentPeer
Sets the caret position of the text component.
setCaretPosition(int) - Method in class java.awt.TextComponent
Sets the position of the text insertion caret.
setCatalog(String) - Method in interface java.sql.Connection
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setCertificate(X509Certificate) - Method in class java.security.cert.X509CertSelector
Sets the certificateEquals criterion.
setCertificateChecking(X509Certificate) - Method in class java.security.cert.X509CRLSelector
Sets the certificate being checked.
setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
Assigns the given trusted certificate to the given alias.
setCertificateValid(Date) - Method in class java.security.cert.X509CertSelector
Sets the certificateValid criterion.
setCertPathCheckers(List<PKIXCertPathChecker>) - Method in class java.security.cert.PKIXParameters
Sets a List of additional certification path checkers.
setCertStores(List<CertStore>) - Method in class java.security.cert.PKIXParameters
Sets the list of CertStores to be used in finding certificates and CRLs.
setChanged() - Method in class java.util.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setChar(Object, int, char) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified char value.
setChar(Object, char) - Method in class java.lang.reflect.Field
Sets the value of a field as a char on the specified object.
setCharacterStream(String, Reader, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(String, Reader, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(String, Reader) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Reader object.
setCharacterStream(long) - Method in interface java.sql.Clob
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents, at position pos.
setCharacterStream(int, Reader, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Reader object.
setCharacterStream() - Method in interface java.sql.SQLXML
Retrieves a stream to be used to write the XML value that this SQLXML instance represents.
setCharacterSubsets(Character.Subset[]) - Method in class java.awt.im.InputContext
Sets the subsets of the Unicode character set that input methods of this input context should be allowed to input.
setCharacterSubsets(Character.Subset[]) - Method in interface java.awt.im.spi.InputMethod
Sets the subsets of the Unicode character set that this input method is allowed to input.
setCharAt(int, char) - Method in class java.lang.StringBuffer
 
setCheckboxGroup(CheckboxGroup) - Method in class java.awt.Checkbox
Sets this check box's group to the specified check box group.
setCheckboxGroup(CheckboxGroup) - Method in interface java.awt.peer.CheckboxPeer
Sets the checkbox group for this checkbox.
setChoices(double[], String[]) - Method in class java.text.ChoiceFormat
Set the choices to be used in formatting.
setChunkedStreamingMode(int) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is not known in advance.
setClassAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the desired assertion status for the named top-level class in this class loader and any nested classes contained therein.
setClientInfo(String, String) - Method in interface java.sql.Connection
Sets the value of the client info property specified by name to the value specified by value.
setClientInfo(Properties) - Method in interface java.sql.Connection
Sets the value of the connection's client info properties.
setClip(int, int, int, int) - Method in class java.awt.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape) - Method in class java.awt.Graphics
Sets the current clipping area to an arbitrary clip shape.
setClob(String, Reader, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setClob(String, Clob) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Clob object.
setClob(String, Reader) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setClob(int, Clob) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Clob object.
setClob(int, Reader, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setClob(int, Reader) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setCollectionUsageThreshold(long) - Method in interface java.lang.management.MemoryPoolMXBean
Sets the collection usage threshold of this memory pool to the given threshold value.
setColor(Color) - Method in class java.awt.Graphics
Sets this graphics context's current color to the specified color.
setColor(PageAttributes.ColorType) - Method in class java.awt.PageAttributes
Specifies whether pages using these attributes will be rendered in color or monochrome.
setColorModel(ColorModel) - Method in class java.awt.image.BufferedImageFilter
Filters the information provided in the setColorModel method of the ImageConsumer interface.
setColorModel(ColorModel) - Method in interface java.awt.image.ImageConsumer
Sets the ColorModel object used for the majority of the pixels reported using the setPixels method calls.
setColorModel(ColorModel) - Method in class java.awt.image.ImageFilter
Filter the information provided in the setColorModel method of the ImageConsumer interface.
setColorModel(ColorModel) - Method in class java.awt.image.PixelGrabber
The setColorModel method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setColorModel(ColorModel) - Method in class java.awt.image.RGBImageFilter
If the ColorModel is an IndexColorModel and the subclass has set the canFilterIndexColorModel flag to true, we substitute a filtered version of the color model here and wherever that original ColorModel object appears in the setPixels methods.
setColumns(int) - Method in class java.awt.GridLayout
Sets the number of columns in this layout to the specified value.
setColumns(int) - Method in class java.awt.TextArea
Sets the number of columns for this text area.
setColumns(int) - Method in class java.awt.TextField
Sets the number of columns in this text field.
setComment(String) - Method in class java.net.HttpCookie
Specifies a comment that describes a cookie's purpose.
setComment(String) - Method in class java.util.zip.ZipEntry
Sets the optional comment string for the entry.
setComment(String) - Method in class java.util.zip.ZipOutputStream
Sets the ZIP file comment.
setCommentURL(String) - Method in class java.net.HttpCookie
Specifies a comment URL that describes a cookie's purpose.
setComponent(Component) - Method in class java.awt.dnd.DragGestureRecognizer
set the Component that the DragGestureRecognizer is associated with registerListeners() and unregisterListeners() are called as a side effect as appropriate.
setComponent(Component) - Method in class java.awt.dnd.DropTarget
Note: this interface is required to permit the safe association of a DropTarget with a Component in one of two ways, either: component.setDropTarget(droptarget); or droptarget.setComponent(component);
setComponentOrientation(ComponentOrientation) - Method in class java.awt.Component
Sets the language-sensitive orientation that is to be used to order the elements or text within this component.
setComponentZOrder(Component, int) - Method in class java.awt.Container
Moves the specified component to the specified z-order index in the container.
setComposite(Composite) - Method in class java.awt.Graphics2D
Sets the Composite for the Graphics2D context.
setCompositionEnabled(boolean) - Method in class java.awt.im.InputContext
Enables or disables the current input method for composition, depending on the value of the parameter enable.
setCompositionEnabled(boolean) - Method in interface java.awt.im.spi.InputMethod
Enables or disables this input method for composition, depending on the value of the parameter enable.
setCompressedSize(long) - Method in class java.util.zip.ZipEntry
Sets the size of the compressed entry data.
setConnectTimeout(int) - Method in class java.net.URLConnection
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.
setConstrained(boolean) - Method in class java.beans.PropertyDescriptor
Attempted updates to "Constrained" properties will cause a "VetoableChange" event to get fired when the property is changed.
setConstraints(Component, GridBagConstraints) - Method in class java.awt.GridBagLayout
Sets the constraints for the specified component in this layout.
setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
Sets the ContentHandlerFactory of an application.
setContents(Transferable, ClipboardOwner) - Method in class java.awt.datatransfer.Clipboard
Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the owner of the new contents.
setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
Sets the context ClassLoader for this Thread.
setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
setCookiePolicy(CookiePolicy) - Method in class java.net.CookieManager
To set the cookie policy of this cookie manager.
setCopies(int) - Method in class java.awt.JobAttributes
Specifies the number of copies the application should render for jobs using these attributes.
setCopies(int) - Method in class java.awt.print.PrinterJob
Sets the number of copies to be printed.
setCopiesToDefault() - Method in class java.awt.JobAttributes
Sets the number of copies the application should render for jobs using these attributes to the default.
setCorePoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the core number of threads.
setCrc(long) - Method in class java.util.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setCreationTime(FileTime) - Method in class java.util.zip.ZipEntry
Sets the creation time of the entry.
setCurrency(Currency) - Method in class java.text.DecimalFormat
Sets the currency used by this number format when formatting currency values.
setCurrency(Currency) - Method in class java.text.DecimalFormatSymbols
Sets the currency of these DecimalFormatSymbols.
setCurrency(Currency) - Method in class java.text.NumberFormat
Sets the currency used by this number format when formatting currency values.
setCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
Sets the currency symbol for the currency of these DecimalFormatSymbols in their locale.
setCurrent(Checkbox) - Method in class java.awt.CheckboxGroup
Deprecated.
As of JDK version 1.1, replaced by setSelectedCheckbox(Checkbox).
setCurrentAccessibleValue(Number) - Method in class java.awt.Button.AccessibleAWTButton
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
Set the value of this object as a Number.
setCurrentFocusedWindow(Window) - Method in interface java.awt.peer.KeyboardFocusManagerPeer
Sets the window that should become the focused window.
setCurrentFocusOwner(Component) - Method in interface java.awt.peer.KeyboardFocusManagerPeer
Sets the component that should become the focus owner.
setCurrentKeyboardFocusManager(KeyboardFocusManager) - Static method in class java.awt.KeyboardFocusManager
Sets the current KeyboardFocusManager instance for the calling thread's context.
setCursor(Cursor) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the Cursor of this object.
setCursor(Cursor) - Method in class java.awt.Component
Sets the cursor image to the specified cursor.
setCursor(Cursor) - Method in class java.awt.dnd.DragSourceContext
Sets the cursor for this drag operation to the specified Cursor.
setCursor(Cursor) - Method in interface java.awt.dnd.peer.DragSourceContextPeer
set the current drag cursor
setCursor(int) - Method in class java.awt.Frame
Deprecated.
As of JDK version 1.1, replaced by Component.setCursor(Cursor).
setCursor(Cursor) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Set the Cursor of this object.
setCursor(Cursor) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the Cursor of this object.
setCursor(Cursor) - Method in class java.awt.Window
Set the cursor image to a specified cursor.
setCursorName(String) - Method in interface java.sql.Statement
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
setCurve(double, double, double, double, double, double, double, double) - Method in class java.awt.geom.CubicCurve2D.Double
Sets the location of the end points and control points of this curve to the specified double coordinates.
setCurve(double, double, double, double, double, double, double, double) - Method in class java.awt.geom.CubicCurve2D.Float
Sets the location of the end points and control points of this curve to the specified double coordinates.
setCurve(float, float, float, float, float, float, float, float) - Method in class java.awt.geom.CubicCurve2D.Float
Sets the location of the end points and control points of this curve to the specified float coordinates.
setCurve(double, double, double, double, double, double, double, double) - Method in class java.awt.geom.CubicCurve2D
Sets the location of the end points and control points of this curve to the specified double coordinates.
setCurve(double[], int) - Method in class java.awt.geom.CubicCurve2D
Sets the location of the end points and control points of this curve to the double coordinates at the specified offset in the specified array.
setCurve(Point2D, Point2D, Point2D, Point2D) - Method in class java.awt.geom.CubicCurve2D
Sets the location of the end points and control points of this curve to the specified Point2D coordinates.
setCurve(Point2D[], int) - Method in class java.awt.geom.CubicCurve2D
Sets the location of the end points and control points of this curve to the coordinates of the Point2D objects at the specified offset in the specified array.
setCurve(CubicCurve2D) - Method in class java.awt.geom.CubicCurve2D
Sets the location of the end points and control points of this curve to the same as those in the specified CubicCurve2D.
setCurve(double, double, double, double, double, double) - Method in class java.awt.geom.QuadCurve2D.Double
Sets the location of the end points and control point of this curve to the specified double coordinates.
setCurve(double, double, double, double, double, double) - Method in class java.awt.geom.QuadCurve2D.Float
Sets the location of the end points and control point of this curve to the specified double coordinates.
setCurve(float, float, float, float, float, float) - Method in class java.awt.geom.QuadCurve2D.Float
Sets the location of the end points and control point of this curve to the specified float coordinates.
setCurve(double, double, double, double, double, double) - Method in class java.awt.geom.QuadCurve2D
Sets the location of the end points and control point of this curve to the specified double coordinates.
setCurve(double[], int) - Method in class java.awt.geom.QuadCurve2D
Sets the location of the end points and control points of this QuadCurve2D to the double coordinates at the specified offset in the specified array.
setCurve(Point2D, Point2D, Point2D) - Method in class java.awt.geom.QuadCurve2D
Sets the location of the end points and control point of this QuadCurve2D to the specified Point2D coordinates.
setCurve(Point2D[], int) - Method in class java.awt.geom.QuadCurve2D
Sets the location of the end points and control points of this QuadCurve2D to the coordinates of the Point2D objects at the specified offset in the specified array.
setCurve(QuadCurve2D) - Method in class java.awt.geom.QuadCurve2D
Sets the location of the end points and control point of this QuadCurve2D to the same as those in the specified QuadCurve2D.
setDaemon(boolean) - Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setData(int, byte[]) - Method in class java.awt.color.ICC_Profile
Sets a particular tagged data element in the profile from a byte array.
setData(Raster) - Method in class java.awt.image.BufferedImage
Sets a rectangular region of the image to the contents of the specified Raster r, which is assumed to be in the same coordinate space as the BufferedImage.
setData(Raster) - Method in interface java.awt.image.WritableRenderedImage
Sets a rect of the image to the contents of the Raster r, which is assumed to be in the same coordinate space as the WritableRenderedImage.
setData(byte[], int, int) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setData(byte[]) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
setDataElements(int, int, int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
Sets the data for a rectangle of pixels in the specified DataBuffer from a primitive array of type TransferType.
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
setDataElements(int, int, Object) - Method in class java.awt.image.WritableRaster
Sets the data for a single pixel from a primitive array of type TransferType.
setDataElements(int, int, Raster) - Method in class java.awt.image.WritableRaster
Sets the data for a rectangle of pixels from an input Raster.
setDataElements(int, int, int, int, Object) - Method in class java.awt.image.WritableRaster
Sets the data for a rectangle of pixels from a primitive array of type TransferType.
setDatagramSocketImplFactory(DatagramSocketImplFactory) - Static method in class java.net.DatagramSocket
Sets the datagram socket implementation factory for the application.
setDate(Date) - Method in class java.security.cert.PKIXParameters
Sets the time for which the validity of the certification path should be determined.
setDate(String, Date) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(String, Date, Calendar) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int, Date) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(int, Date, Calendar) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int) - Method in class java.sql.Time
Deprecated. 
setDate(int, int, int) - Method in class java.util.Calendar.Builder
Sets the date field parameters to the values given by year, month, and dayOfMonth.
setDate(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDateAndTime(Date) - Method in class java.security.cert.X509CRLSelector
Sets the dateAndTime criterion.
setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
Sets the date and time format symbols of this date format.
setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class java.text.DecimalFormat
Sets the decimal format symbols, which is generally not changed by the programmer or user.
setDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for decimal sign.
setDecimalSeparatorAlwaysShown(boolean) - Method in class java.text.DecimalFormat
Allows you to set the behavior of the decimal separator with integers.
setDecomposition(int) - Method in class java.text.Collator
Set the decomposition mode of this Collator.
setDefault(Authenticator) - Static method in class java.net.Authenticator
Sets the authenticator that will be used by the networking code when a proxy or an HTTP server asks for authentication.
setDefault(CookieHandler) - Static method in class java.net.CookieHandler
Sets (or unsets) the system-wide cookie handler.
setDefault(ProxySelector) - Static method in class java.net.ProxySelector
Sets (or unsets) the system-wide proxy selector.
setDefault(ResponseCache) - Static method in class java.net.ResponseCache
Sets (or unsets) the system-wide cache.
setDefault(Locale) - Static method in class java.util.Locale
Sets the default locale for this instance of the Java Virtual Machine.
setDefault(Locale.Category, Locale) - Static method in class java.util.Locale
Sets the default locale for the specified Category for this instance of the Java Virtual Machine.
setDefault(TimeZone) - Static method in class java.util.TimeZone
Sets the TimeZone that is returned by the getDefault method.
setDefaultActions(int) - Method in class java.awt.dnd.DropTarget
Sets the default acceptable actions for this DropTarget
setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.
setDefaultAssertionStatus(boolean) - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader.
setDefaultFocusTraversalKeys(int, Set<? extends AWTKeyStroke>) - Method in class java.awt.KeyboardFocusManager
Sets the default focus traversal keys for a given traversal operation.
setDefaultFocusTraversalPolicy(FocusTraversalPolicy) - Method in class java.awt.KeyboardFocusManager
Sets the default FocusTraversalPolicy.
setDefaultRequestProperty(String, String) - Static method in class java.net.URLConnection
Deprecated.
The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained. Invoking this method will have no effect.
setDefaultSelection(JobAttributes.DefaultSelectionType) - Method in class java.awt.JobAttributes
Specifies whether, for jobs using these attributes, the application should print all pages, the range specified by the return value of getPageRanges, or the current selection.
setDefaultStream(PrintStream) - Static method in class java.rmi.server.LogStream
Deprecated.
no replacement
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception, and no other handler has been defined for that thread.
setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDesignTime(boolean) - Method in class java.beans.beancontext.BeanContextSupport
Sets the new design time value for this BeanContext.
setDesignTime(boolean) - Static method in class java.beans.Beans
Used to indicate whether of not we are running in an application builder environment.
setDesignTime(boolean) - Method in interface java.beans.DesignMode
Sets the "value" of the "designTime" property.
setDesktopProperty(String, Object) - Method in class java.awt.Toolkit
Sets the named desktop property to the specified value and fires a property change event to notify any listeners that the value has changed.
setDestination(JobAttributes.DestinationType) - Method in class java.awt.JobAttributes
Specifies whether output will be to a printer or a file for jobs using these attributes.
setDialog(JobAttributes.DialogType) - Method in class java.awt.JobAttributes
Specifies whether, for jobs using these attributes, the user should see a print dialog in which to modify the print settings, and which type of print dialog should be displayed.
setDictionary(byte[], int, int) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[]) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[], int, int) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[]) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDigit(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for a digit in a pattern.
setDimensions(int, int) - Method in class java.awt.image.BufferedImageFilter
Filters the information provided in the setDimensions method of the ImageConsumer interface.
setDimensions(int, int) - Method in class java.awt.image.CropImageFilter
Override the source image's dimensions and pass the dimensions of the rectangular cropped region to the ImageConsumer.
setDimensions(int, int) - Method in interface java.awt.image.ImageConsumer
The dimensions of the source image are reported using the setDimensions method call.
setDimensions(int, int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setDimensions method of the ImageConsumer interface.
setDimensions(int, int) - Method in class java.awt.image.PixelGrabber
The setDimensions method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setDimensions(int, int) - Method in class java.awt.image.ReplicateScaleFilter
Override the dimensions of the source image and pass the dimensions of the new scaled size to the ImageConsumer.
setDirectory(String) - Method in class java.awt.FileDialog
Sets the directory of this file dialog window to be the specified directory.
setDirectory(String) - Method in interface java.awt.peer.FileDialogPeer
Sets the current directory for this file dialog.
setDiscard(boolean) - Method in class java.net.HttpCookie
Specify whether user agent should discard the cookie unconditionally.
setDisplayMode(DisplayMode) - Method in class java.awt.GraphicsDevice
Sets the display mode of this graphics device.
setDisplayName(String) - Method in class java.beans.FeatureDescriptor
Sets the localized display name of this feature.
setDoInput(boolean) - Method in class java.net.URLConnection
Sets the value of the doInput field for this URLConnection to the specified value.
setDomain(String) - Method in class java.net.HttpCookie
Specifies the domain within which this cookie should be presented.
setDoOutput(boolean) - Method in class java.net.URLConnection
Sets the value of the doOutput field for this URLConnection to the specified value.
setDouble(Object, int, double) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified double value.
setDouble(Object, double) - Method in class java.lang.reflect.Field
Sets the value of a field as a double on the specified object.
setDouble(String, double) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java double value.
setDropTarget(DropTarget) - Method in class java.awt.Component
Associate a DropTarget with this component.
setDSTSavings(int) - Method in class java.util.SimpleTimeZone
Sets the amount of time in milliseconds that the clock is advanced during daylight saving time.
setDynamicLayout(boolean) - Method in class java.awt.Toolkit
Controls whether the layout of Containers is validated dynamically during resizing, or statically, after resizing is complete.
setEchoChar(char) - Method in interface java.awt.peer.TextFieldPeer
Sets the echo character.
setEchoChar(char) - Method in class java.awt.TextField
Sets the echo character for this text field.
setEchoCharacter(char) - Method in class java.awt.TextField
Deprecated.
As of JDK version 1.1, replaced by setEchoChar(char).
setEditable(boolean) - Method in interface java.awt.peer.TextComponentPeer
Sets if the text component should be editable or not.
setEditable(boolean) - Method in class java.awt.TextComponent
Sets the flag that determines whether or not this text component is editable.
setEditorSearchPath(String[]) - Static method in class java.beans.PropertyEditorManager
Change the list of package names that will be used for finding property editors.
setElem(int, int) - Method in class java.awt.image.DataBuffer
Sets the requested data array element in the first (default) bank from the given integer.
setElem(int, int, int) - Method in class java.awt.image.DataBuffer
Sets the requested data array element in the specified bank from the given integer.
setElem(int, int) - Method in class java.awt.image.DataBufferByte
Sets the requested data array element in the first (default) bank to the specified value.
setElem(int, int, int) - Method in class java.awt.image.DataBufferByte
Sets the requested data array element in the specified bank from the given integer.
setElem(int, int) - Method in class java.awt.image.DataBufferDouble
Sets the requested data array element in the first (default) bank to the given int.
setElem(int, int, int) - Method in class java.awt.image.DataBufferDouble
Sets the requested data array element in the specified bank to the given int.
setElem(int, int) - Method in class java.awt.image.DataBufferFloat
Sets the requested data array element in the first (default) bank to the given int.
setElem(int, int, int) - Method in class java.awt.image.DataBufferFloat
Sets the requested data array element in the specified bank to the given int.
setElem(int, int) - Method in class java.awt.image.DataBufferInt
Sets the requested data array element in the first (default) bank to the specified value.
setElem(int, int, int) - Method in class java.awt.image.DataBufferInt
Sets the requested data array element in the specified bank to the integer value i.
setElem(int, int) - Method in class java.awt.image.DataBufferShort
Sets the requested data array element in the first (default) bank to the specified value.
setElem(int, int, int) - Method in class java.awt.image.DataBufferShort
Sets the requested data array element in the specified bank from the given integer.
setElem(int, int) - Method in class java.awt.image.DataBufferUShort
Sets the requested data array element in the first (default) bank to the specified value.
setElem(int, int, int) - Method in class java.awt.image.DataBufferUShort
Sets the requested data array element in the specified bank from the given integer.
setElemDouble(int, double) - Method in class java.awt.image.DataBuffer
Sets the requested data array element in the first (default) bank from the given double.
setElemDouble(int, int, double) - Method in class java.awt.image.DataBuffer
Sets the requested data array element in the specified bank from the given double.
setElemDouble(int, double) - Method in class java.awt.image.DataBufferDouble
Sets the requested data array element in the first (default) bank to the given double.
setElemDouble(int, int, double) - Method in class java.awt.image.DataBufferDouble
Sets the requested data array element in the specified bank to the given double.
setElemDouble(int, double) - Method in class java.awt.image.DataBufferFloat
Sets the requested data array element in the first (default) bank to the given double.
setElemDouble(int, int, double) - Method in class java.awt.image.DataBufferFloat
Sets the requested data array element in the specified bank to the given double.
setElementAt(E, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setElemFloat(int, float) - Method in class java.awt.image.DataBuffer
Sets the requested data array element in the first (default) bank from the given float.
setElemFloat(int, int, float) - Method in class java.awt.image.DataBuffer
Sets the requested data array element in the specified bank from the given float.
setElemFloat(int, float) - Method in class java.awt.image.DataBufferDouble
Sets the requested data array element in the first (default) bank to the given float.
setElemFloat(int, int, float) - Method in class java.awt.image.DataBufferDouble
Sets the requested data array element in the specified bank to the given float.
setElemFloat(int, float) - Method in class java.awt.image.DataBufferFloat
Sets the requested data array element in the first (default) bank to the given float.
setElemFloat(int, int, float) - Method in class java.awt.image.DataBufferFloat
Sets the requested data array element in the specified bank to the given float.
setEmptyValue(CharSequence) - Method in class java.util.StringJoiner
Sets the sequence of characters to be used when determining the string representation of this StringJoiner and no elements have been added yet, that is, when it is empty.
setEnabled(boolean) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the enabled state of the object.
setEnabled(boolean) - Method in class java.awt.Component
Enables or disables this component, depending on the value of the parameter b.
setEnabled(boolean) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Set the enabled state of the object.
setEnabled(boolean) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the enabled state of the object.
setEnabled(boolean) - Method in class java.awt.MenuItem
Sets whether or not this menu item can be chosen.
setEnabled(boolean) - Method in interface java.awt.peer.ComponentPeer
Enables or disables a component.
setEnabled(boolean) - Method in interface java.awt.peer.MenuItemPeer
Enables or disables the menu item.
setEncoding(String) - Method in class java.util.logging.Handler
Set the character encoding used by this Handler.
setEncoding(String) - Method in class java.util.logging.StreamHandler
Set (or change) the character encoding used by this Handler.
setEndIndex(int) - Method in class java.text.FieldPosition
Sets the end index.
setEndRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule.
setEndRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule to a fixed date within a month.
setEndRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule to a weekday before or after the given date within a month, e.g., the first Monday on or after the 8th.
setEntry(String, KeyStore.Entry, KeyStore.ProtectionParameter) - Method in class java.security.KeyStore
Saves a keystore Entry under the specified alias.
setEras(String[]) - Method in class java.text.DateFormatSymbols
Sets era strings.
setErr(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" error output stream.
setError() - Method in class java.io.PrintStream
Sets the error state of the stream to true.
setError() - Method in class java.io.PrintWriter
Indicates that an error has occurred.
setErrorIndex(int) - Method in class java.text.ParsePosition
Set the index at which a parse error occurred.
setErrorManager(ErrorManager) - Method in class java.util.logging.Handler
Define an ErrorManager for this Handler.
setEscapeProcessing(boolean) - Method in interface java.sql.Statement
Sets escape processing on or off.
setException(Throwable) - Method in class java.util.concurrent.FutureTask
Causes this future to report an ExecutionException with the given throwable as its cause, unless this future has already been set or has been cancelled.
setExceptionListener(ExceptionListener) - Method in class java.beans.Encoder
Sets the exception handler for this stream to exceptionListener.
setExceptionListener(ExceptionListener) - Method in class java.beans.XMLDecoder
Sets the exception handler for this stream to exceptionListener.
setExclusiveOwnerThread(Thread) - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
Sets the thread that currently owns exclusive access.
setExecutable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's execute permission for this abstract pathname.
setExecutable(boolean) - Method in class java.io.File
A convenience method to set the owner's execute permission for this abstract pathname.
setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
setExpert(boolean) - Method in class java.beans.FeatureDescriptor
The "expert" flag is used to distinguish between features that are intended for expert users from those that are intended for normal users.
setExplicitPolicyRequired(boolean) - Method in class java.security.cert.PKIXParameters
Sets the ExplicitPolicyRequired flag.
setExponentSeparator(String) - Method in class java.text.DecimalFormatSymbols
Sets the string used to separate the mantissa from the exponent.
setExtendedKeyUsage(Set<String>) - Method in class java.security.cert.X509CertSelector
Sets the extendedKeyUsage criterion.
setExtendedState(int) - Method in class java.awt.Frame
Sets the state of this frame.
setExtension(char, String) - Method in class java.util.Locale.Builder
Sets the extension for the given key.
setExtra(byte[]) - Method in class java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setFailureHandler(RMIFailureHandler) - Static method in class java.rmi.server.RMISocketFactory
Sets the failure handler to be called by the RMI runtime if server socket creation fails.
setFetchDirection(int) - Method in interface java.sql.ResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchDirection(int) - Method in interface java.sql.Statement
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
setFetchSize(int) - Method in interface java.sql.ResultSet
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setFetchSize(int) - Method in interface java.sql.Statement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for ResultSet objects generated by this Statement.
setFields(int...) - Method in class java.util.Calendar.Builder
Sets field parameters to their values given by fieldValuePairs that are pairs of a field and its value.
setFile(String) - Method in class java.awt.FileDialog
Sets the selected file for this file dialog window to be the specified file.
setFile(String) - Method in interface java.awt.peer.FileDialogPeer
Sets the selected file for this file dialog.
setFileName(String) - Method in class java.awt.JobAttributes
Specifies the file name for the output file for jobs using these attributes.
setFilenameFilter(FilenameFilter) - Method in class java.awt.FileDialog
Sets the filename filter for this file dialog window to the specified filter.
setFilenameFilter(FilenameFilter) - Method in interface java.awt.peer.FileDialogPeer
Sets the filename filter for filtering the displayed files.
setFileNameMap(FileNameMap) - Static method in class java.net.URLConnection
Sets the FileNameMap.
setFilter(Filter) - Method in class java.util.logging.Handler
Set a Filter to control output on this Handler.
setFilter(Filter) - Method in class java.util.logging.Logger
Set a filter to control output on this Logger.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
setFixedLengthStreamingMode(int) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is known in advance.
setFixedLengthStreamingMode(long) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is known in advance.
setFlags(Set<AclEntryFlag>) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the flags component of this builder.
setFlags(AclEntryFlag...) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the flags component of this builder.
setFlavorMap(FlavorMap) - Method in class java.awt.dnd.DropTarget
Sets the FlavorMap associated with this DropTarget.
setFlavorsForNative(String, DataFlavor[]) - Method in class java.awt.datatransfer.SystemFlavorMap
Discards the current mappings for the specified String native, and creates new mappings to the specified DataFlavors.
setFloat(Object, int, float) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified float value.
setFloat(Object, float) - Method in class java.lang.reflect.Field
Sets the value of a field as a float on the specified object.
setFloat(String, float) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java float value.
setFocusable(boolean) - Method in class java.awt.Component
Sets the focusable state of this Component to the specified value.
setFocusableWindowState(boolean) - Method in class java.awt.Window
Sets whether this Window can become the focused Window if it meets the other requirements outlined in isFocusableWindow.
setFocusCycleRoot(boolean) - Method in class java.awt.Container
Sets whether this Container is the root of a focus traversal cycle.
setFocusCycleRoot(boolean) - Method in class java.awt.Window
Does nothing because Windows must always be roots of a focus traversal cycle.
setFocusTraversalKeys(int, Set<? extends AWTKeyStroke>) - Method in class java.awt.Component
Sets the focus traversal keys for a given traversal operation for this Component.
setFocusTraversalKeys(int, Set<? extends AWTKeyStroke>) - Method in class java.awt.Container
Sets the focus traversal keys for a given traversal operation for this Container.
setFocusTraversalKeysEnabled(boolean) - Method in class java.awt.Component
Sets whether focus traversal keys are enabled for this Component.
setFocusTraversalPolicy(FocusTraversalPolicy) - Method in class java.awt.Container
Sets the focus traversal policy that will manage keyboard traversal of this Container's children, if this Container is a focus cycle root.
setFocusTraversalPolicyProvider(boolean) - Method in class java.awt.Container
Sets whether this container will be used to provide focus traversal policy.
setFollowRedirects(boolean) - Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the Font of this object.
setFont(Font) - Method in class java.awt.Component
Sets the font of this component.
setFont(Font) - Method in class java.awt.Container
Sets the font of this container.
setFont(Font) - Method in class java.awt.Graphics
Sets this graphics context's font to the specified font.
setFont(Font) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Set the Font of this object.
setFont(Font) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the Font of this object.
setFont(Font) - Method in class java.awt.MenuComponent
Sets the font to be used for this menu component to the specified font.
setFont(Font) - Method in interface java.awt.peer.ComponentPeer
Sets the font of this component.
setFont(Font) - Method in interface java.awt.peer.MenuComponentPeer
Sets the font for the menu component.
setForeground(Color) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the foreground color of this object.
setForeground(Color) - Method in class java.awt.Component
Sets the foreground color of this component.
setForeground(Color) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Set the foreground color of this object.
setForeground(Color) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the foreground color of this object.
setForeground(Color) - Method in interface java.awt.peer.ComponentPeer
Sets the foreground color of this component.
setForkJoinTaskTag(short) - Method in class java.util.concurrent.ForkJoinTask
Atomically sets the tag value for this task.
setFormat(int, Format) - Method in class java.text.MessageFormat
Sets the format to use for the format element with the given format element index within the previously set pattern string.
setFormatByArgumentIndex(int, Format) - Method in class java.text.MessageFormat
Sets the format to use for the format elements within the previously set pattern string that use the given argument index.
setFormats(Format[]) - Method in class java.text.MessageFormat
Sets the formats to use for the format elements in the previously set pattern string.
setFormatsByArgumentIndex(Format[]) - Method in class java.text.MessageFormat
Sets the formats to use for the values passed into format methods or returned from parse methods.
setFormatter(Formatter) - Method in class java.util.logging.Handler
Set a Formatter.
setFrame(double, double, double, double) - Method in class java.awt.geom.Arc2D
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(double, double, double, double) - Method in class java.awt.geom.Ellipse2D.Double
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(float, float, float, float) - Method in class java.awt.geom.Ellipse2D.Float
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(double, double, double, double) - Method in class java.awt.geom.Ellipse2D.Float
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(double, double, double, double) - Method in class java.awt.geom.Rectangle2D
Sets the location and size of the outer bounds of this Rectangle2D to the specified rectangular values.
setFrame(double, double, double, double) - Method in class java.awt.geom.RectangularShape
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrame(Point2D, Dimension2D) - Method in class java.awt.geom.RectangularShape
Sets the location and size of the framing rectangle of this Shape to the specified Point2D and Dimension2D, respectively.
setFrame(Rectangle2D) - Method in class java.awt.geom.RectangularShape
Sets the framing rectangle of this Shape to be the specified Rectangle2D.
setFrame(double, double, double, double) - Method in class java.awt.geom.RoundRectangle2D
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values.
setFrameFromCenter(double, double, double, double) - Method in class java.awt.geom.RectangularShape
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFrameFromCenter(Point2D, Point2D) - Method in class java.awt.geom.RectangularShape
Sets the framing rectangle of this Shape based on a specified center Point2D and corner Point2D.
setFrameFromDiagonal(double, double, double, double) - Method in class java.awt.geom.RectangularShape
Sets the diagonal of the framing rectangle of this Shape based on the two specified coordinates.
setFrameFromDiagonal(Point2D, Point2D) - Method in class java.awt.geom.RectangularShape
Sets the diagonal of the framing rectangle of this Shape based on two specified Point2D objects.
setFromPage(int) - Method in class java.awt.JobAttributes
Specifies, for jobs using these attributes, the first page to be printed, if a range of pages is to be printed.
setFullBufferUpdates(boolean) - Method in class java.awt.image.MemoryImageSource
Specifies whether this animated memory image should always be updated by sending the complete buffer of pixels whenever there is a change.
setFullScreenWindow(Window) - Method in class java.awt.GraphicsDevice
Enter full-screen mode, or return to windowed mode.
setGlobalActiveWindow(Window) - Method in class java.awt.KeyboardFocusManager
Sets the active Window.
setGlobalCurrentFocusCycleRoot(Container) - Method in class java.awt.KeyboardFocusManager
Sets the current focus cycle root.
setGlobalFocusedWindow(Window) - Method in class java.awt.KeyboardFocusManager
Sets the focused Window.
setGlobalFocusOwner(Component) - Method in class java.awt.KeyboardFocusManager
Sets the focus owner.
setGlobalPermanentFocusOwner(Component) - Method in class java.awt.KeyboardFocusManager
Sets the permanent focus owner.
setGlyphPosition(int, Point2D) - Method in class java.awt.font.GlyphVector
Sets the position of the specified glyph within this GlyphVector.
setGlyphTransform(int, AffineTransform) - Method in class java.awt.font.GlyphVector
Sets the transform of the specified glyph within this GlyphVector.
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setGroup(GroupPrincipal) - Method in interface java.nio.file.attribute.PosixFileAttributeView
Updates the file group-owner.
setGroupingSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for thousands separator.
setGroupingSize(int) - Method in class java.text.DecimalFormat
Set the grouping size.
setGroupingUsed(boolean) - Method in class java.text.DecimalFormat
Set whether or not grouping will be used in this format.
setGroupingUsed(boolean) - Method in class java.text.NumberFormat
Set whether or not grouping will be used in this format.
setGuiAvailable(boolean) - Static method in class java.beans.Beans
Used to indicate whether of not we are running in an environment where GUI interaction is available.
setHelpMenu(Menu) - Method in class java.awt.MenuBar
Sets the specified menu to be this menu bar's help menu.
setHgap(int) - Method in class java.awt.BorderLayout
Sets the horizontal gap between components.
setHgap(int) - Method in class java.awt.CardLayout
Sets the horizontal gap between components.
setHgap(int) - Method in class java.awt.FlowLayout
Sets the horizontal gap between components and between the components and the borders of the Container.
setHgap(int) - Method in class java.awt.GridLayout
Sets the horizontal gap between components to the specified value.
setHidden(boolean) - Method in class java.beans.FeatureDescriptor
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
setHidden(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
Updates the value of the hidden attribute.
setHints(int) - Method in class java.awt.image.AreaAveragingScaleFilter
Detect if the data is being delivered with the necessary hints to allow the averaging algorithm to do its work.
setHints(int) - Method in interface java.awt.image.ImageConsumer
Sets the hints that the ImageConsumer uses to process the pixels delivered by the ImageProducer.
setHints(int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setHints method of the ImageConsumer interface.
setHints(int) - Method in class java.awt.image.PixelGrabber
The setHints method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setHoldability(int) - Method in interface java.sql.Connection
Changes the default holdability of ResultSet objects created using this Connection object to the given holdability.
setHours(int) - Method in class java.sql.Date
Deprecated. 
setHours(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setHttpOnly(boolean) - Method in class java.net.HttpCookie
Indicates whether the cookie should be considered HTTP Only.
setHumanPresentableName(String) - Method in class java.awt.datatransfer.DataFlavor
Sets the human presentable name for the data format that this DataFlavor represents.
setIconImage(Image) - Method in class java.awt.Frame
Sets the image to be displayed as the icon for this window.
setIconImage(Image) - Method in class java.awt.Window
Sets the image to be displayed as the icon for this window.
setIconImages(List<? extends Image>) - Method in class java.awt.Window
Sets the sequence of images to be displayed as the icon for this window.
setID(String) - Method in class java.util.TimeZone
Sets the time zone ID.
setIfModifiedSince(long) - Method in class java.net.URLConnection
Sets the value of the ifModifiedSince field of this URLConnection to the specified value.
setIgnoreRepaint(boolean) - Method in class java.awt.Component
Sets whether or not paint messages received from the operating system should be ignored.
setImage(Image) - Method in class java.awt.TrayIcon
Sets the image for this TrayIcon.
setImageableArea(double, double, double, double) - Method in class java.awt.print.Paper
Sets the imageable area of this Paper.
setImageAutoSize(boolean) - Method in class java.awt.TrayIcon
Sets the auto-size property.
setImageURL(URL) - Method in class java.awt.SplashScreen
Changes the splash screen image.
setImplicitDownCycleTraversal(boolean) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Sets whether this ContainerOrderFocusTraversalPolicy transfers focus down-cycle implicitly.
setIn(InputStream) - Static method in class java.lang.System
Reassigns the "standard" input stream.
setInDefaultEventSet(boolean) - Method in class java.beans.EventSetDescriptor
Marks an event set as being in the "default" set (or not).
setIndex(int) - Method in interface java.text.CharacterIterator
Sets the position to the specified position in the text and returns that character.
setIndex(int) - Method in class java.text.ParsePosition
Set the current parse position.
setIndex(int) - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.setIndex() for String.
setIndexedReadMethod(Method) - Method in class java.beans.IndexedPropertyDescriptor
Sets the method that should be used to read an indexed property value.
setIndexedWriteMethod(Method) - Method in class java.beans.IndexedPropertyDescriptor
Sets the method that should be used to write an indexed property value.
setInfinity(String) - Method in class java.text.DecimalFormatSymbols
Sets the string used to represent infinity.
setInfo(String) - Method in class java.security.Identity
Deprecated.
Specifies a general information string for this identity.
setInitialPolicies(Set<String>) - Method in class java.security.cert.PKIXParameters
Sets the Set of initial policy identifiers (OID strings), indicating that any one of these policies would be acceptable to the certificate user for the purposes of certification path processing.
setInput(byte[], int, int) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[]) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[], int, int) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInput(byte[]) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInputMethodContext(InputMethodContext) - Method in interface java.awt.im.spi.InputMethod
Sets the input method context, which is used to dispatch input method events to the client component and to request information from the client component.
setInstanceFollowRedirects(boolean) - Method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this HttpURLConnection instance.
setInstant(long) - Method in class java.util.Calendar.Builder
Sets the instant parameter to the given instant value that is a millisecond offset from the Epoch.
setInstant(Date) - Method in class java.util.Calendar.Builder
Sets the instant parameter to the instant value given by a Date.
setInt(Object, int, int) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified int value.
setInt(Object, int) - Method in class java.lang.reflect.Field
Sets the value of a field as an int on the specified object.
setInt(String, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java int value.
setInterface(InetAddress) - Method in class java.net.MulticastSocket
Set the multicast network interface used by methods whose behavior would be affected by the value of the network interface.
setInternationalCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
Sets the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
setIssuer(X500Principal) - Method in class java.security.cert.X509CertSelector
Sets the issuer criterion.
setIssuer(String) - Method in class java.security.cert.X509CertSelector
setIssuer(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the issuer criterion.
setIssuerNames(Collection<?>) - Method in class java.security.cert.X509CRLSelector
Note: use X509CRLSelector.setIssuers(Collection) instead or only specify the byte array form of distinguished names when using this method.
setIssuers(Collection<X500Principal>) - Method in class java.security.cert.X509CRLSelector
Sets the issuerNames criterion.
setJobName(String) - Method in class java.awt.print.PrinterJob
Sets the name of the document to be printed.
setKeepAlive(boolean) - Method in class java.net.Socket
Enable/disable SO_KEEPALIVE.
setKeepAliveTime(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the time limit for which threads may remain idle before being terminated.
setKeyChar(char) - Method in class java.awt.event.KeyEvent
Set the keyChar value to indicate a logical character.
setKeyCode(int) - Method in class java.awt.event.KeyEvent
Set the keyCode value to indicate a physical key.
setKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStore
Assigns the given key to the given alias, protecting it with the given password.
setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
Assigns the given key (that has already been protected) to the given alias.
setKeyPair(KeyPair) - Method in class java.security.Signer
Deprecated.
Sets the key pair (public key and private key) for this signer.
setKeyUsage(boolean[]) - Method in class java.security.cert.X509CertSelector
Sets the keyUsage criterion.
setLabel(String) - Method in class java.awt.Button
Sets the button's label to be the specified string.
setLabel(String) - Method in class java.awt.Checkbox
Sets this check box's label to be the string argument.
setLabel(String) - Method in class java.awt.MenuItem
Sets the label for this menu item to the specified label.
setLabel(String) - Method in interface java.awt.peer.ButtonPeer
Sets the label that is displayed on the button.
setLabel(String) - Method in interface java.awt.peer.CheckboxPeer
Sets the label that should be displayed on the checkbox.
setLabel(String) - Method in interface java.awt.peer.MenuItemPeer
Sets the label to be displayed in this menu item.
setLanguage(String) - Method in class java.util.Locale.Builder
Sets the language.
setLanguageTag(String) - Method in class java.util.Locale.Builder
Resets the Builder to match the provided IETF BCP 47 language tag.
setLargeMaxRows(long) - Method in interface java.sql.Statement
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setLastAccessTime(FileTime) - Method in class java.util.zip.ZipEntry
Sets the last access time of the entry.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLastModifiedTime(Path, FileTime) - Static method in class java.nio.file.Files
Updates a file's last modified time attribute.
setLastModifiedTime(FileTime) - Method in class java.util.zip.ZipEntry
Sets the last modification time of the entry.
setLayout(LayoutManager) - Method in class java.awt.Container
Sets the layout manager for this container.
setLayout(LayoutManager) - Method in class java.awt.ScrollPane
Sets the layout manager for this container.
setLength(long) - Method in class java.io.RandomAccessFile
Sets the length of this file.
setLength(int) - Method in class java.lang.StringBuffer
 
setLength(int) - Method in class java.net.DatagramPacket
Set the length for this packet.
setLenient(boolean) - Method in class java.text.DateFormat
Specify whether or not date/time parsing is to be lenient.
setLenient(boolean) - Method in class java.util.Calendar.Builder
Sets the lenient mode parameter to the value given by lenient.
setLenient(boolean) - Method in class java.util.Calendar
Specifies whether or not date/time interpretation is to be lenient.
setLevel(Level) - Method in class java.util.logging.Handler
Set the log level specifying which message levels will be logged by this Handler.
setLevel(Level) - Method in class java.util.logging.Logger
Set the log level specifying which message levels will be logged by this logger.
setLevel(Level) - Method in class java.util.logging.LogRecord
Set the logging message level, for example Level.SEVERE.
setLevel(int) - Method in class java.util.zip.Deflater
Sets the compression level to the specified value.
setLevel(int) - Method in class java.util.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLine(double, double, double, double) - Method in class java.awt.geom.Line2D.Double
Sets the location of the end points of this Line2D to the specified double coordinates.
setLine(double, double, double, double) - Method in class java.awt.geom.Line2D.Float
Sets the location of the end points of this Line2D to the specified double coordinates.
setLine(float, float, float, float) - Method in class java.awt.geom.Line2D.Float
Sets the location of the end points of this Line2D to the specified float coordinates.
setLine(double, double, double, double) - Method in class java.awt.geom.Line2D
Sets the location of the end points of this Line2D to the specified double coordinates.
setLine(Point2D, Point2D) - Method in class java.awt.geom.Line2D
Sets the location of the end points of this Line2D to the specified Point2D coordinates.
setLine(Line2D) - Method in class java.awt.geom.Line2D
Sets the location of the end points of this Line2D to the same as those end points of the specified Line2D.
setLineIncrement(int) - Method in interface java.awt.peer.ScrollbarPeer
Sets the line increment of the scrollbar.
setLineIncrement(int) - Method in class java.awt.Scrollbar
Deprecated.
As of JDK version 1.1, replaced by setUnitIncrement(int).
setLineNumber(int) - Method in class java.io.LineNumberInputStream
Deprecated.
Sets the line number to the specified argument.
setLineNumber(int) - Method in class java.io.LineNumberReader
Set the current line number.
setLocale(Locale) - Method in class java.awt.Component
Sets the locale of this component.
setLocale(Locale) - Method in interface java.awt.im.spi.InputMethod
Attempts to set the input locale.
setLocale(Locale) - Method in class java.beans.beancontext.BeanContextSupport
Sets the locale of this BeanContext.
setLocale(Locale) - Method in class java.text.MessageFormat
Sets the locale to be used when creating or comparing subformats.
setLocale(Locale) - Method in class java.util.Calendar.Builder
Sets the locale parameter to the given locale.
setLocale(Locale) - Method in class java.util.Locale.Builder
Resets the Builder to match the provided locale.
setLocalPatternChars(String) - Method in class java.text.DateFormatSymbols
Sets localized date-time pattern characters.
setLocation(Point) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the location of the object relative to the parent.
setLocation(int, int) - Method in class java.awt.Component
Moves this component to a new location.
setLocation(Point) - Method in class java.awt.Component
Moves this component to a new location.
setLocation(double, double) - Method in class java.awt.geom.Point2D.Double
Sets the location of this Point2D to the specified double coordinates.
setLocation(double, double) - Method in class java.awt.geom.Point2D.Float
Sets the location of this Point2D to the specified double coordinates.
setLocation(float, float) - Method in class java.awt.geom.Point2D.Float
Sets the location of this Point2D to the specified float coordinates.
setLocation(double, double) - Method in class java.awt.geom.Point2D
Sets the location of this Point2D to the specified double coordinates.
setLocation(Point2D) - Method in class java.awt.geom.Point2D
Sets the location of this Point2D to the same coordinates as the specified Point2D object.
setLocation(Point) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class java.awt.Point
Sets the location of the point to the specified location.
setLocation(int, int) - Method in class java.awt.Point
Changes the point to have the specified location.
setLocation(double, double) - Method in class java.awt.Point
Sets the location of this point to the specified double coordinates.
setLocation(Point) - Method in class java.awt.Rectangle
Moves this Rectangle to the specified location.
setLocation(int, int) - Method in class java.awt.Rectangle
Moves this Rectangle to the specified location.
setLocation(int, int) - Method in class java.awt.Window
Moves this component to a new location.
setLocation(Point) - Method in class java.awt.Window
Moves this component to a new location.
setLocationByPlatform(boolean) - Method in class java.awt.Window
Sets whether this Window should appear at the default location for the native windowing system or at the current location (returned by getLocation) the next time the Window is made visible.
setLocationRelativeTo(Component) - Method in class java.awt.Window
Sets the location of the window relative to the specified component according to the following scenarios.
setLockingKeyState(int, boolean) - Method in class java.awt.Toolkit
Sets the state of the given locking key on the keyboard.
setLog(OutputStream) - Static method in class java.rmi.server.RemoteServer
Log RMI calls to the output stream out.
setLoggerLevel(String, String) - Method in interface java.lang.management.PlatformLoggingMXBean
Sets the specified logger to the specified new level.
setLoggerLevel(String, String) - Method in interface java.util.logging.LoggingMXBean
Sets the specified logger to the specified new level.
setLoggerName(String) - Method in class java.util.logging.LogRecord
Set the source Logger's name.
setLoginTimeout(int) - Static method in class java.sql.DriverManager
Sets the maximum time in seconds that a driver will wait while attempting to connect to a database once the driver has been identified.
setLogStream(PrintStream) - Static method in class java.sql.DriverManager
Deprecated.
Use setLogWriter
setLogWriter(PrintWriter) - Static method in class java.sql.DriverManager
Sets the logging/tracing PrintWriter object that is used by the DriverManager and all drivers.
setLong(Object, int, long) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified long value.
setLong(Object, long) - Method in class java.lang.reflect.Field
Sets the value of a field as a long on the specified object.
setLong(String, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java long value.
setLoopbackMode(boolean) - Method in class java.net.MulticastSocket
Disable/Enable local loopback of multicast datagrams The option is used by the platform's networking code as a hint for setting whether multicast data will be looped back to the local socket.
setMatchAllSubjectAltNames(boolean) - Method in class java.security.cert.X509CertSelector
Enables/disables matching all of the subjectAlternativeNames specified in the setSubjectAlternativeNames or addSubjectAlternativeName methods.
setMaxAge(long) - Method in class java.net.HttpCookie
Sets the maximum age of the cookie in seconds.
setMaxCRLNumber(BigInteger) - Method in class java.security.cert.X509CRLSelector
Sets the maxCRLNumber criterion.
setMaxFieldSize(int) - Method in interface java.sql.Statement
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
setMaximizedBounds(Rectangle) - Method in class java.awt.Frame
Sets the maximized bounds for this frame.
setMaximizedBounds(Rectangle) - Method in interface java.awt.peer.FramePeer
Sets the bounds of the frame when it becomes maximized.
setMaximum(int) - Method in interface java.awt.Adjustable
Sets the maximum value of the adjustable object.
setMaximum(int) - Method in class java.awt.Scrollbar
Sets the maximum value of this scroll bar.
setMaximum(int) - Method in class java.awt.ScrollPaneAdjustable
This method should NOT be called by user code.
setMaximumFractionDigits(int) - Method in class java.text.DecimalFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int) - Method in class java.text.DecimalFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaximumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaximumPoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the maximum allowed number of threads.
setMaximumSize(Dimension) - Method in class java.awt.Component
Sets the maximum size of this component to a constant value.
setMaxPage(int) - Method in class java.awt.JobAttributes
Specifies the maximum value the user can specify as the last page to be printed for jobs using these attributes.
setMaxPathLength(int) - Method in class java.security.cert.PKIXBuilderParameters
Sets the value of the maximum number of non-self-issued intermediate certificates that may exist in a certification path.
setMaxPriority(int) - Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMaxRows(int) - Method in interface java.sql.Statement
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setMedia(PageAttributes.MediaType) - Method in class java.awt.PageAttributes
Specifies the desired paper size for pages using these attributes.
setMediaToDefault() - Method in class java.awt.PageAttributes
Sets the paper size for pages using these attributes to the default size for the default locale.
setMenuBar(MenuBar) - Method in class java.awt.Frame
Sets the menu bar for this frame to the specified menu bar.
setMenuBar(MenuBar) - Method in interface java.awt.peer.FramePeer
Sets the menu bar for the frame.
setMessage(String) - Method in class java.util.logging.LogRecord
Set the "raw" log message, before localization or formatting.
setMessageDigest(MessageDigest) - Method in class java.security.DigestInputStream
Associates the specified message digest with this stream.
setMessageDigest(MessageDigest) - Method in class java.security.DigestOutputStream
Associates the specified message digest with this stream.
setMethod(int) - Method in class java.util.zip.ZipEntry
Sets the compression method for the entry.
setMethod(int) - Method in class java.util.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMillis(long) - Method in class java.util.logging.LogRecord
Set event time.
setMinCRLNumber(BigInteger) - Method in class java.security.cert.X509CRLSelector
Sets the minCRLNumber criterion.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call this method with value 1.
setMinimum(int) - Method in interface java.awt.Adjustable
Sets the minimum value of the adjustable object.
setMinimum(int) - Method in class java.awt.Scrollbar
Sets the minimum value of this scroll bar.
setMinimum(int) - Method in class java.awt.ScrollPaneAdjustable
This method should NOT be called by user code.
setMinimumFractionDigits(int) - Method in class java.text.DecimalFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumIntegerDigits(int) - Method in class java.text.DecimalFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinimumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinimumSize(Dimension) - Method in class java.awt.Component
Sets the minimum size of this component to a constant value.
setMinimumSize(Dimension) - Method in class java.awt.Window
Sets the minimum size of this window to a constant value.
setMinPage(int) - Method in class java.awt.JobAttributes
Specifies the minimum value the user can specify as the first page to be printed for jobs using these attributes.
setMinusSign(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used to represent minus sign.
setMinutes(int) - Method in class java.sql.Date
Deprecated. 
setMinutes(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setModal(boolean) - Method in class java.awt.Dialog
Specifies whether this dialog should be modal.
setModalBlocked(Dialog, boolean) - Method in interface java.awt.peer.WindowPeer
Sets if this window is blocked by a modal dialog or not.
setModalExclusionType(Dialog.ModalExclusionType) - Method in class java.awt.Window
Specifies the modal exclusion type for this window.
setModalityType(Dialog.ModalityType) - Method in class java.awt.Dialog
Sets the modality type for this dialog.
setMode(int) - Method in class java.awt.FileDialog
Sets the mode of the file dialog.
setModifiers(int) - Method in class java.awt.event.KeyEvent
Deprecated.
as of JDK1.1.4
setMonetaryDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets the monetary decimal separator.
setMonth(int) - Method in class java.sql.Time
Deprecated. 
setMonth(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets month strings.
setMultipleDocumentHandling(JobAttributes.MultipleDocumentHandlingType) - Method in class java.awt.JobAttributes
Specifies the handling of multiple copies, including collation, for jobs using these attributes.
setMultipleDocumentHandlingToDefault() - Method in class java.awt.JobAttributes
Sets the handling of multiple copies, including collation, for jobs using these attributes to the default.
setMultipleMode(boolean) - Method in class java.awt.FileDialog
Enables or disables multiple file selection for the file dialog.
setMultipleMode(boolean) - Method in class java.awt.List
Sets the flag that determines whether this list allows multiple selections.
setMultipleMode(boolean) - Method in interface java.awt.peer.ListPeer
Toggles multiple selection mode on or off.
setMultipleSelections(boolean) - Method in class java.awt.List
Deprecated.
As of JDK version 1.1, replaced by setMultipleMode(boolean).
setMultiplier(int) - Method in class java.text.DecimalFormat
Sets the multiplier for use in percent, per mille, and similar formats.
setName(String) - Method in class java.awt.Component
Sets the name of the component to the specified string.
setName(String) - Method in class java.awt.MenuComponent
Sets the name of the component to the specified string.
setName(String) - Method in class java.beans.FeatureDescriptor
Sets the programmatic name of this feature.
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setName(Principal, String) - Method in interface java.security.acl.Acl
Sets the name of this ACL.
setNameConstraints(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the name constraints criterion.
setNaN(String) - Method in class java.text.DecimalFormatSymbols
Sets the string used to represent "not a number".
setNanos(int) - Method in class java.sql.Timestamp
Sets this Timestamp object's nanos field to the given value.
setNativeMethodPrefix(ClassFileTransformer, String) - Method in interface java.lang.instrument.Instrumentation
This method modifies the failure handling of native method resolution by allowing retry with a prefix applied to the name.
setNativesForFlavor(DataFlavor, String[]) - Method in class java.awt.datatransfer.SystemFlavorMap
Discards the current mappings for the specified DataFlavor and all DataFlavors equal to the specified DataFlavor, and creates new mappings to the specified String natives.
setNCharacterStream(String, Reader, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setNClob(String, NClob) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a java.sql.NClob object.
setNClob(String, Reader, long) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setNClob(String, Reader) - Method in interface java.sql.CallableStatement
Sets the designated parameter to a Reader object.
setNClob(int, NClob) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a java.sql.NClob object.
setNClob(int, Reader, long) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setNClob(int, Reader) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to a Reader object.
setNegativePermissions() - Method in interface java.security.acl.AclEntry
Sets this ACL entry to be a negative one.
setNegativePrefix(String) - Method in class java.text.DecimalFormat
Set the negative prefix.
setNegativeSuffix(String) - Method in class java.text.DecimalFormat
Set the negative suffix.
setNetworkInterface(NetworkInterface) - Method in class java.net.MulticastSocket
Specify the network interface for outgoing multicast datagrams sent on this socket.
setNetworkTimeout(Executor, int) - Method in interface java.sql.Connection
Sets the maximum period a Connection or objects created from the Connection will wait for the database to reply to any one request.
setNextException(SQLException) - Method in exception java.sql.SQLException
Adds an SQLException object to the end of the chain.
setNextWarning(SQLWarning) - Method in exception java.sql.SQLWarning
Adds a SQLWarning object to the end of the chain.
setNString(String, String) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given String object.
setNString(int, String) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given String object.
setNull(String, int) - Method in interface java.sql.CallableStatement
Sets the designated parameter to SQL NULL.
setNull(String, int, String) - Method in interface java.sql.CallableStatement
Sets the designated parameter to SQL NULL.
setNull(int, int) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to SQL NULL.
setNumberFormat(NumberFormat) - Method in class java.text.DateFormat
Allows you to set the number formatter.
setObject(Object) - Method in interface java.beans.Customizer
Set the object to be customized.
setObject(String, Object, int, int) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, int) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, SQLType, int) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, SQLType) - Method in interface java.sql.CallableStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter using the given object.
setObject(int, Object, int, int) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, SQLType, int) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, SQLType) - Method in interface java.sql.PreparedStatement
Sets the value of the designated parameter with the given object.
setObject(Object) - Method in interface java.sql.Ref
Sets the structured type value that this Ref object references to the given instance of Object.
setOcspExtensions(List<Extension>) - Method in class java.security.cert.PKIXRevocationChecker
Sets the optional OCSP request extensions.
setOcspResponder(URI) - Method in class java.security.cert.PKIXRevocationChecker
Sets the URI that identifies the location of the OCSP responder.
setOcspResponderCert(X509Certificate) - Method in class java.security.cert.PKIXRevocationChecker
Sets the OCSP responder's certificate.
setOcspResponses(Map<X509Certificate, byte[]>) - Method in class java.security.cert.PKIXRevocationChecker
Sets the OCSP responses.
setOffset(int) - Method in class java.io.ObjectStreamField
Offset within instance data.
setOffset(int) - Method in class java.text.CollationElementIterator
Sets the iterator to point to the collation element corresponding to the specified character (the parameter is a CHARACTER offset in the original string, not an offset into its corresponding sequence of collation elements).
setOOBInline(boolean) - Method in class java.net.Socket
Enable/disable SO_OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data received on a socket is silently discarded.
setOpacity(float) - Method in class java.awt.Dialog
Sets the opacity of the window.
setOpacity(float) - Method in class java.awt.Frame
Sets the opacity of the window.
setOpacity(float) - Method in interface java.awt.peer.WindowPeer
Sets the level of opacity for the window.
setOpacity(float) - Method in class java.awt.Window
Sets the opacity of the window.
setOpaque(boolean) - Method in interface java.awt.peer.WindowPeer
Enables the per-pixel alpha support for the window.
setOption(int, Object) - Method in interface java.net.SocketOptions
Enable/disable the option specified by optID.
setOption(SocketOption<T>, T) - Method in class java.nio.channels.AsynchronousServerSocketChannel
 
setOption(SocketOption<T>, T) - Method in class java.nio.channels.AsynchronousSocketChannel
 
setOption(SocketOption<T>, T) - Method in class java.nio.channels.DatagramChannel
 
setOption(SocketOption<T>, T) - Method in interface java.nio.channels.NetworkChannel
Sets the value of a socket option.
setOption(SocketOption<T>, T) - Method in class java.nio.channels.ServerSocketChannel
 
setOption(SocketOption<T>, T) - Method in class java.nio.channels.SocketChannel
 
setOptions(Set<PKIXRevocationChecker.Option>) - Method in class java.security.cert.PKIXRevocationChecker
Sets the revocation options.
setOrientation(int) - Method in class java.awt.print.PageFormat
Sets the page orientation.
setOrientation(int) - Method in class java.awt.Scrollbar
Sets the orientation for this scroll bar.
setOrientationRequested(PageAttributes.OrientationRequestedType) - Method in class java.awt.PageAttributes
Specifies the print orientation for pages using these attributes.
setOrientationRequested(int) - Method in class java.awt.PageAttributes
Specifies the print orientation for pages using these attributes.
setOrientationRequestedToDefault() - Method in class java.awt.PageAttributes
Sets the print orientation for pages using these attributes to the default.
setOrigin(PageAttributes.OriginType) - Method in class java.awt.PageAttributes
Specifies whether drawing at (0, 0) to pages using these attributes draws at the upper-left corner of the physical page, or at the upper-left corner of the printable area.
setOut(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" output stream.
setOutputStream(OutputStream) - Method in class java.rmi.server.LogStream
Deprecated.
no replacement
setOutputStream(OutputStream) - Method in class java.util.logging.StreamHandler
Change the output stream.
setOwner(Object) - Method in class java.beans.XMLDecoder
Sets the owner of this decoder to owner.
setOwner(Object) - Method in class java.beans.XMLEncoder
Sets the owner of this encoder to owner.
setOwner(UserPrincipal) - Method in interface java.nio.file.attribute.FileOwnerAttributeView
Updates the file owner.
setOwner(Path, UserPrincipal) - Static method in class java.nio.file.Files
Updates the file owner.
setPackageAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the package default assertion status for the named package.
setPage(int, Printable, PageFormat) - Method in class java.awt.print.Book
Sets the PageFormat and the Painter for a specified page number.
setPageable(Pageable) - Method in class java.awt.print.PrinterJob
Queries document for the number of pages and the PageFormat and Printable for each page held in the Pageable instance, document.
setPageIncrement(int) - Method in interface java.awt.peer.ScrollbarPeer
Sets the page increment of the scrollbar.
setPageIncrement(int) - Method in class java.awt.Scrollbar
Deprecated.
As of JDK version 1.1, replaced by setBlockIncrement().
setPageRanges(int[][]) - Method in class java.awt.JobAttributes
Specifies, for jobs using these attributes, the ranges of pages to be printed, if a range of pages is to be printed.
setPaint(Paint) - Method in class java.awt.Graphics2D
Sets the Paint attribute for the Graphics2D context.
setPaintMode() - Method in class java.awt.Graphics
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setPaper(Paper) - Method in class java.awt.print.PageFormat
Sets the Paper object for this PageFormat.
setParameter(String, Object) - Method in class java.security.Signature
Deprecated.
setParameter(AlgorithmParameterSpec) - Method in class java.security.Signature
Initializes this signature engine with the specified parameter set.
setParameterBlock(ParameterBlock) - Method in class java.awt.image.renderable.RenderableImageOp
Change the current ParameterBlock of the operation, allowing editing of image rendering chains.
setParameters(Vector<Object>) - Method in class java.awt.image.renderable.ParameterBlock
Sets the entire Vector of parameters to a given Vector.
setParameters(Object[]) - Method in class java.util.logging.LogRecord
Set the parameters to the log message.
setParent(Logger) - Method in class java.util.logging.Logger
Set the parent for this Logger.
setParent(ResourceBundle) - Method in class java.util.ResourceBundle
Sets the parent bundle of this bundle.
setParseBigDecimal(boolean) - Method in class java.text.DecimalFormat
Sets whether the DecimalFormat.parse(java.lang.String, java.text.ParsePosition) method returns BigDecimal.
setParseIntegerOnly(boolean) - Method in class java.text.NumberFormat
Sets whether or not numbers should be parsed as integers only.
setPath(String) - Method in class java.net.HttpCookie
Specifies a path for the cookie to which the client should return the cookie.
setPathToNames(Collection<List<?>>) - Method in class java.security.cert.X509CertSelector
Sets the pathToNames criterion.
setPatternSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used to separate positive and negative subpatterns in a pattern.
setPendingCount(int) - Method in class java.util.concurrent.CountedCompleter
Sets the pending count to the given value.
setPercent(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for percent sign.
setPerformancePreferences(int, int, int) - Method in class java.net.ServerSocket
Sets performance preferences for this ServerSocket.
setPerformancePreferences(int, int, int) - Method in class java.net.Socket
Sets performance preferences for this socket.
setPerformancePreferences(int, int, int) - Method in class java.net.SocketImpl
Sets performance preferences for this socket.
setPerMill(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for per mille sign.
setPermissions(Set<AclEntryPermission>) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the permissions component of this builder.
setPermissions(AclEntryPermission...) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the permissions component of this builder.
setPermissions(Set<PosixFilePermission>) - Method in interface java.nio.file.attribute.PosixFileAttributeView
Updates the file permissions.
setPersistenceDelegate(Class<?>, PersistenceDelegate) - Method in class java.beans.Encoder
Associates the specified persistence delegate with the given type.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets a pixel in the DataBuffer using an int array of samples for input.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets a pixel in the DataBuffer using an int array of samples for input.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Sets a pixel in the DataBuffer using an int array for input.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets a pixel in the DataBuffer using an int array of samples for input.
setPixel(int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets a pixel in the DataBuffer using a float array of samples for input.
setPixel(int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets a pixel in the DataBuffer using a double array of samples for input.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Sets a pixel in the DataBuffer using an int array of samples for input.
setPixel(int, int, int[]) - Method in class java.awt.image.WritableRaster
Sets a pixel in the DataBuffer using an int array of samples for input.
setPixel(int, int, float[]) - Method in class java.awt.image.WritableRaster
Sets a pixel in the DataBuffer using a float array of samples for input.
setPixel(int, int, double[]) - Method in class java.awt.image.WritableRaster
Sets a pixel in the DataBuffer using a double array of samples for input.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered byte pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered int pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets all samples for a rectangle of pixels from an int array containing one sample per array element.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.BufferedImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of bytes.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.BufferedImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of integers.
setPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets all samples for a rectangle of pixels from an int array containing one sample per array element.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.CropImageFilter
Determine whether the delivered byte pixels intersect the region to be extracted and passes through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.CropImageFilter
Determine if the delivered int pixels intersect the region to be extracted and pass through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in interface java.awt.image.ImageConsumer
Delivers the pixels of the image with one or more calls to this method.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in interface java.awt.image.ImageConsumer
The pixels of the image are delivered using one or more calls to the setPixels method.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of bytes.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of integers.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered byte pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered int pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel, otherwise converts the buffer of integer pixels to the default RGB ColorModel and passes the converted buffer to the filterRGBPixels method to be converted one by one.
setPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets all samples for a rectangle of pixels from an int array containing one sample per array element.
setPixels(int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets all samples for a rectangle of pixels from a float array containing one sample per array element.
setPixels(int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets all samples for a rectangle of pixels from a double array containing one sample per array element.
setPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Sets all samples for a rectangle of pixels from an int array containing one sample per array element.
setPixels(int, int, int, int, int[]) - Method in class java.awt.image.WritableRaster
Sets all samples for a rectangle of pixels from an int array containing one sample per array element.
setPixels(int, int, int, int, float[]) - Method in class java.awt.image.WritableRaster
Sets all samples for a rectangle of pixels from a float array containing one sample per array element.
setPixels(int, int, int, int, double[]) - Method in class java.awt.image.WritableRaster
Sets all samples for a rectangle of pixels from a double array containing one sample per array element.
setPolicy(Set<String>) - Method in class java.security.cert.X509CertSelector
Sets the policy constraint.
setPolicy(Policy) - Static method in class java.security.Policy
Sets the system-wide Policy object.
setPolicyMappingInhibited(boolean) - Method in class java.security.cert.PKIXParameters
Sets the PolicyMappingInhibited flag.
setPolicyQualifiersRejected(boolean) - Method in class java.security.cert.PKIXParameters
Sets the PolicyQualifiersRejected flag.
setPoolable(boolean) - Method in interface java.sql.Statement
Requests that a Statement be pooled or not pooled.
setPopupMenu(PopupMenu) - Method in class java.awt.TrayIcon
Sets the popup menu for this TrayIcon.
setPort(int) - Method in class java.net.DatagramPacket
Sets the port number on the remote host to which this datagram is being sent.
setPortlist(String) - Method in class java.net.HttpCookie
Specify the portlist of the cookie, which restricts the port(s) to which a cookie may be sent back in a Cookie header.
setPosition(int) - Method in class java.awt.font.LineBreakMeasurer
Sets the current position of this LineBreakMeasurer.
setPositivePrefix(String) - Method in class java.text.DecimalFormat
Set the positive prefix.
setPositiveSuffix(String) - Method in class java.text.DecimalFormat
Set the positive suffix.
setPosixFilePermissions(Path, Set<PosixFilePermission>) - Static method in class java.nio.file.Files
Sets a file's POSIX permissions.
setPreferred(boolean) - Method in class java.beans.FeatureDescriptor
The "preferred" flag is used to identify features that are particularly important for presenting to humans.
setPreferredSize(Dimension) - Method in class java.awt.Component
Sets the preferred size of this component to a constant value.
setPrincipal(UserPrincipal) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the principal component of this builder.
setPrincipal(Principal) - Method in interface java.security.acl.AclEntry
Specifies the principal for which permissions are granted or denied by this ACL entry.
setPrintable(Printable) - Method in class java.awt.print.PrinterJob
Calls painter to render the pages.
setPrintable(Printable, PageFormat) - Method in class java.awt.print.PrinterJob
Calls painter to render the pages in the specified format.
setPrinter(String) - Method in class java.awt.JobAttributes
Specifies the destination printer for jobs using these attributes.
setPrinterResolution(int[]) - Method in class java.awt.PageAttributes
Specifies the desired print resolution for pages using these attributes.
setPrinterResolution(int) - Method in class java.awt.PageAttributes
Specifies the desired cross feed and feed print resolutions in dots per inch for pages using these attributes.
setPrinterResolutionToDefault() - Method in class java.awt.PageAttributes
Sets the printer resolution for pages using these attributes to the default.
setPrintQuality(PageAttributes.PrintQualityType) - Method in class java.awt.PageAttributes
Specifies the print quality for pages using these attributes.
setPrintQuality(int) - Method in class java.awt.PageAttributes
Specifies the print quality for pages using these attributes.
setPrintQualityToDefault() - Method in class java.awt.PageAttributes
Sets the print quality for pages using these attributes to the default.
setPrintService(PrintService) - Method in class java.awt.print.PrinterJob
Associate this PrinterJob with a new PrintService.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setPrivateKeyValid(Date) - Method in class java.security.cert.X509CertSelector
Sets the privateKeyValid criterion.
setPropagatedFrom(BeanContext) - Method in class java.beans.beancontext.BeanContextEvent
Sets the BeanContext from which this event was propagated.
setPropagationId(Object) - Method in class java.beans.PropertyChangeEvent
Sets the propagationId object for the event.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.CropImageFilter
Passes along the properties from the source object after adding a property indicating the cropped region.
setProperties(Hashtable<?, ?>) - Method in interface java.awt.image.ImageConsumer
Sets the extensible list of properties associated with this image.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.ImageFilter
Passes the properties from the source object along after adding a property indicating the stream of filters it has been run through.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.PixelGrabber
The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.ReplicateScaleFilter
Passes along the properties from the source object after adding a property indicating the scale applied.
setProperties(Properties) - Static method in class java.lang.System
Sets the system properties to the Properties argument.
setProperty(String, String) - Static method in class java.lang.System
Sets the system property indicated by the specified key.
setProperty(String, String) - Static method in class java.security.Security
Sets a security property value.
setProperty(String, String) - Method in class java.util.Properties
Calls the Hashtable method put.
setPropertyEditorClass(Class<?>) - Method in class java.beans.PropertyDescriptor
Normally PropertyEditors will be found using the PropertyEditorManager.
setPublicKey(PublicKey) - Method in class java.security.Identity
Deprecated.
Sets this identity's public key.
setPushLevel(Level) - Method in class java.util.logging.MemoryHandler
Set the pushLevel.
setQueryTimeout(int) - Method in interface java.sql.Statement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setRawOffset(int) - Method in class java.util.SimpleTimeZone
Sets the base time zone offset to GMT.
setRawOffset(int) - Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setRawResult(T) - Method in class java.util.concurrent.CountedCompleter
A method that result-bearing CountedCompleters may optionally use to help maintain result data.
setRawResult(V) - Method in class java.util.concurrent.ForkJoinTask
Forces the given value to be returned as a result.
setRawResult(Void) - Method in class java.util.concurrent.RecursiveAction
Requires null completion value.
setRawResult(V) - Method in class java.util.concurrent.RecursiveTask
 
setReadable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's read permission for this abstract pathname.
setReadable(boolean) - Method in class java.io.File
A convenience method to set the owner's read permission for this abstract pathname.
setReadMethod(Method) - Method in class java.beans.PropertyDescriptor
Sets the method that should be used to read the property value.
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReadOnly(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
Updates the value of the read-only attribute.
setReadOnly() - Method in class java.security.PermissionCollection
Marks this PermissionCollection object as "readonly".
setReadOnly(boolean) - Method in interface java.sql.Connection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setReadTimeout(int) - Method in class java.net.URLConnection
Sets the read timeout to a specified timeout, in milliseconds.
setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_RCVBUF option to the specified value for this DatagramSocket.
setReceiveBufferSize(int) - Method in class java.net.ServerSocket
Sets a default proposed value for the SO_RCVBUF option for sockets accepted from this ServerSocket.
setReceiveBufferSize(int) - Method in class java.net.Socket
Sets the SO_RCVBUF option to the specified value for this Socket.
setRect(double, double, double, double) - Method in class java.awt.geom.Rectangle2D.Double
Sets the location and size of this Rectangle2D to the specified double values.
setRect(Rectangle2D) - Method in class java.awt.geom.Rectangle2D.Double
Sets this Rectangle2D to be the same as the specified Rectangle2D.
setRect(float, float, float, float) - Method in class java.awt.geom.Rectangle2D.Float
Sets the location and size of this Rectangle2D to the specified float values.
setRect(double, double, double, double) - Method in class java.awt.geom.Rectangle2D.Float
Sets the location and size of this Rectangle2D to the specified double values.
setRect(Rectangle2D) - Method in class java.awt.geom.Rectangle2D.Float
Sets this Rectangle2D to be the same as the specified Rectangle2D.
setRect(double, double, double, double) - Method in class java.awt.geom.Rectangle2D
Sets the location and size of this Rectangle2D to the specified double values.
setRect(Rectangle2D) - Method in class java.awt.geom.Rectangle2D
Sets this Rectangle2D to be the same as the specified Rectangle2D.
setRect(Raster) - Method in class java.awt.image.WritableRaster
Copies pixels from Raster srcRaster to this WritableRaster.
setRect(int, int, Raster) - Method in class java.awt.image.WritableRaster
Copies pixels from Raster srcRaster to this WritableRaster.
setRect(double, double, double, double) - Method in class java.awt.Rectangle
Sets the bounds of this Rectangle to the integer bounds which encompass the specified x, y, width, and height.
setRef(RemoteStub, RemoteRef) - Static method in class java.rmi.server.RemoteStub
Deprecated.
No replacement. The setRef method was intended for setting the remote reference of a remote stub. This is unnecessary, since RemoteStubs can be created and initialized with a remote reference through use of the RemoteStub.RemoteStub(RemoteRef) constructor.
setRef(int, Ref) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given REF(<structured-type>) value.
setRegion(String) - Method in class java.util.Locale.Builder
Sets the region.
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets a new handler for unexecutable tasks.
setRemoveOnCancelPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.
setRenderContext(RenderContext) - Method in class java.awt.image.renderable.RenderableImageProducer
Sets a new RenderContext to use for the next startProduction() call.
setRenderingHint(RenderingHints.Key, Object) - Method in class java.awt.Graphics2D
Sets the value of a single preference for the rendering algorithms.
setRenderingHints(Map<?, ?>) - Method in class java.awt.Graphics2D
Replaces the values of all preferences for the rendering algorithms with the specified hints.
setRenderingHints(RenderingHints) - Method in class java.awt.image.renderable.RenderContext
Sets the rendering hints of this RenderContext.
setRequestMethod(String) - Method in class java.net.HttpURLConnection
Set the method for the URL request, one of: GET POST HEAD OPTIONS PUT DELETE TRACE are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in class java.net.URLConnection
Sets the general request property.
setResizable(boolean) - Method in class java.awt.Dialog
Sets whether this dialog is resizable by the user.
setResizable(boolean) - Method in class java.awt.Frame
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in interface java.awt.peer.DialogPeer
Sets if the dialog should be resizable or not.
setResizable(boolean) - Method in interface java.awt.peer.FramePeer
Sets if the frame should be resizable or not.
setResourceBundle(ResourceBundle) - Method in class java.util.logging.Logger
Sets a resource bundle on this logger.
setResourceBundle(ResourceBundle) - Method in class java.util.logging.LogRecord
Set the localization resource bundle.
setResourceBundleName(String) - Method in class java.util.logging.LogRecord
Set the localization resource bundle name.
setResult(Class<T>) - Method in interface java.sql.SQLXML
Returns a Result for setting the XML value designated by this SQLXML instance.
setReuseAddress(boolean) - Method in class java.net.DatagramSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.ServerSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.Socket
Enable/disable the SO_REUSEADDR socket option.
setRevocationEnabled(boolean) - Method in class java.security.cert.PKIXParameters
Sets the RevocationEnabled flag.
setRGB(int, int, int) - Method in class java.awt.image.BufferedImage
Sets a pixel in this BufferedImage to the specified RGB value.
setRGB(int, int, int, int, int[], int, int) - Method in class java.awt.image.BufferedImage
Sets an array of integer pixels in the default RGB color model (TYPE_INT_ARGB) and default sRGB color space, into a portion of the image data.
setRoundingMode(RoundingMode) - Method in class java.text.DecimalFormat
Sets the RoundingMode used in this DecimalFormat.
setRoundingMode(RoundingMode) - Method in class java.text.NumberFormat
Sets the RoundingMode used in this NumberFormat.
setRoundRect(double, double, double, double, double, double) - Method in class java.awt.geom.RoundRectangle2D.Double
Sets the location, size, and corner radii of this RoundRectangle2D to the specified double values.
setRoundRect(RoundRectangle2D) - Method in class java.awt.geom.RoundRectangle2D.Double
Sets this RoundRectangle2D to be the same as the specified RoundRectangle2D.
setRoundRect(float, float, float, float, float, float) - Method in class java.awt.geom.RoundRectangle2D.Float
Sets the location, size, and corner radii of this RoundRectangle2D to the specified float values.
setRoundRect(double, double, double, double, double, double) - Method in class java.awt.geom.RoundRectangle2D.Float
Sets the location, size, and corner radii of this RoundRectangle2D to the specified double values.
setRoundRect(RoundRectangle2D) - Method in class java.awt.geom.RoundRectangle2D.Float
Sets this RoundRectangle2D to be the same as the specified RoundRectangle2D.
setRoundRect(double, double, double, double, double, double) - Method in class java.awt.geom.RoundRectangle2D
Sets the location, size, and corner radii of this RoundRectangle2D to the specified double values.
setRoundRect(RoundRectangle2D) - Method in class java.awt.geom.RoundRectangle2D
Sets this RoundRectangle2D to be the same as the specified RoundRectangle2D.
setRowId(String, RowId) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.RowId object.
setRowId(int, RowId) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.RowId object.
setRows(int) - Method in class java.awt.GridLayout
Sets the number of rows in this layout to the specified value.
setRows(int) - Method in class java.awt.TextArea
Sets the number of rows for this text area.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using an int for input.
setSample(int, int, int, float, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using a float for input.
setSample(int, int, int, double, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using a double for input.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using an int for input.
setSample(int, int, int, float, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using a float for input.
setSample(int, int, int, double, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using a double for input.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Sets a sample in the specified band for the pixel located at (x, y) in the DataBuffer using an int for input.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using an int for input.
setSample(int, int, int, float, DataBuffer) - Method in class java.awt.image.SampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using a float for input.
setSample(int, int, int, double, DataBuffer) - Method in class java.awt.image.SampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using a double for input.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using an int for input.
setSample(int, int, int, int) - Method in class java.awt.image.WritableRaster
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using an int for input.
setSample(int, int, int, float) - Method in class java.awt.image.WritableRaster
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using a float for input.
setSample(int, int, int, double) - Method in class java.awt.image.WritableRaster
Sets a sample in the specified band for the pixel located at (x,y) in the DataBuffer using a double for input.
setSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets the samples in the specified band for the specified rectangle of pixels from an int array containing one sample per data array element.
setSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets the samples in the specified band for the specified rectangle of pixels from an int array containing one sample per data array element.
setSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the samples in the specified band for the specified rectangle of pixels from an int array containing one sample per array element.
setSamples(int, int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the samples in the specified band for the specified rectangle of pixels from a float array containing one sample per array element.
setSamples(int, int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the samples in the specified band for the specified rectangle of pixels from a double array containing one sample per array element.
setSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Sets the samples in the specified band for the specified rectangle of pixels from an int array containing one sample per array element.
setSamples(int, int, int, int, int, int[]) - Method in class java.awt.image.WritableRaster
Sets the samples in the specified band for the specified rectangle of pixels from an int array containing one sample per array element.
setSamples(int, int, int, int, int, float[]) - Method in class java.awt.image.WritableRaster
Sets the samples in the specified band for the specified rectangle of pixels from a float array containing one sample per array element.
setSamples(int, int, int, int, int, double[]) - Method in class java.awt.image.WritableRaster
Sets the samples in the specified band for the specified rectangle of pixels from a double array containing one sample per array element.
setSavepoint() - Method in interface java.sql.Connection
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in interface java.sql.Connection
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setScale(int, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to this BigDecimal's.
setSchema(String) - Method in interface java.sql.Connection
Sets the given schema name to access.
setScript(String) - Method in class java.util.Locale.Builder
Sets the script.
setScrollPosition(int, int) - Method in interface java.awt.peer.ScrollPanePeer
Sets the scroll position of the child.
setScrollPosition(int, int) - Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setScrollPosition(Point) - Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setSeconds(int) - Method in class java.sql.Date
Deprecated. 
setSeconds(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSecure(boolean) - Method in class java.net.HttpCookie
Indicates whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Sets the System security.
setSeed(byte[]) - Method in class java.security.SecureRandom
Reseeds this random object.
setSeed(long) - Method in class java.security.SecureRandom
Reseeds this random object, using the eight bytes contained in the given long seed.
setSeed(long) - Method in class java.util.concurrent.ThreadLocalRandom
Throws UnsupportedOperationException.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelectedCheckbox(Checkbox) - Method in class java.awt.CheckboxGroup
Sets the currently selected check box in this group to be the specified check box.
setSelectionEnd(int) - Method in class java.awt.TextComponent
Sets the selection end for this text component to the specified position.
setSelectionStart(int) - Method in class java.awt.TextComponent
Sets the selection start for this text component to the specified position.
setSendBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_SNDBUF option to the specified value for this DatagramSocket.
setSendBufferSize(int) - Method in class java.net.Socket
Sets the SO_SNDBUF option to the specified value for this Socket.
setSequenceNumber(long) - Method in class java.util.logging.LogRecord
Set the sequence number.
setSerialNumber(BigInteger) - Method in class java.security.cert.X509CertSelector
Sets the serialNumber criterion.
setShape(Shape) - Method in class java.awt.Dialog
Sets the shape of the window.
setShape(Shape) - Method in class java.awt.Frame
Sets the shape of the window.
setShape(Shape) - Method in class java.awt.Window
Sets the shape of the window.
setShort(Object, int, short) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified short value.
setShort(Object, short) - Method in class java.lang.reflect.Field
Sets the value of a field as a short on the specified object.
setShort(String, short) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java short value.
setShort(int, short) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java short value.
setShortcut(MenuShortcut) - Method in class java.awt.MenuItem
Set the MenuShortcut object associated with this menu item.
setShortDescription(String) - Method in class java.beans.FeatureDescriptor
You can associate a short descriptive string with a feature.
setShortMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets short month strings.
setShortWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets short weekday strings.
setSides(JobAttributes.SidesType) - Method in class java.awt.JobAttributes
Specifies how consecutive pages should be imposed upon the sides of the print medium for jobs using these attributes.
setSidesToDefault() - Method in class java.awt.JobAttributes
Sets how consecutive pages should be imposed upon the sides of the print medium for jobs using these attributes to the default.
setSigners(Class<?>, Object[]) - Method in class java.lang.ClassLoader
Sets the signers of a class.
setSigProvider(String) - Method in class java.security.cert.PKIXParameters
Sets the signature provider's name.
setSize(Dimension) - Method in class java.awt.Component.AccessibleAWTComponent
Resizes this object so that it has width and height.
setSize(int, int) - Method in class java.awt.Component
Resizes this component so that it has width width and height height.
setSize(Dimension) - Method in class java.awt.Component
Resizes this component so that it has width d.width and height d.height.
setSize(double, double) - Method in class java.awt.Dimension
Sets the size of this Dimension object to the specified width and height in double precision.
setSize(Dimension) - Method in class java.awt.Dimension
Sets the size of this Dimension object to the specified size.
setSize(int, int) - Method in class java.awt.Dimension
Sets the size of this Dimension object to the specified width and height.
setSize(double, double) - Method in class java.awt.geom.Dimension2D
Sets the size of this Dimension object to the specified width and height.
setSize(Dimension2D) - Method in class java.awt.geom.Dimension2D
Sets the size of this Dimension2D object to match the specified size.
setSize(Dimension) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Resizes this object so that it has width and height.
setSize(Dimension) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Resizes this object.
setSize(double, double) - Method in class java.awt.print.Paper
Sets the width and height of this Paper object, which represents the properties of the page onto which printing occurs.
setSize(Dimension) - Method in class java.awt.Rectangle
Sets the size of this Rectangle to match the specified Dimension.
setSize(int, int) - Method in class java.awt.Rectangle
Sets the size of this Rectangle to the specified width and height.
setSize(Dimension) - Method in class java.awt.Window
Resizes this component so that it has width d.width and height d.height.
setSize(int, int) - Method in class java.awt.Window
Resizes this component so that it has width width and height height.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSize(long) - Method in class java.util.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
Sets the SocketAddress (usually IP address + port number) of the remote host to which this datagram is being sent.
setSocketFactory(SocketImplFactory) - Static method in class java.net.ServerSocket
Sets the server socket implementation factory for the application.
setSocketFactory(RMISocketFactory) - Static method in class java.rmi.server.RMISocketFactory
Set the global socket factory from which RMI gets sockets (if the remote object is not associated with a specific client and/or server socket factory).
setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
Sets the client socket implementation factory for the application.
setSoLinger(boolean, int) - Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSource(Object) - Method in class java.awt.AWTEvent
Retargets an event to a new source.
setSource(Object, int) - Method in class java.awt.image.renderable.ParameterBlock
Replaces an entry in the list of source with a new source.
setSource(Object) - Method in class java.beans.PropertyEditorSupport
Sets the source bean.
setSourceActions(int) - Method in class java.awt.dnd.DragGestureRecognizer
This method sets the permitted source drag action(s) for this Drag and Drop operation.
setSourceClassName(String) - Method in class java.util.logging.LogRecord
Set the name of the class that (allegedly) issued the logging request.
setSourceMethodName(String) - Method in class java.util.logging.LogRecord
Set the name of the method that (allegedly) issued the logging request.
setSources(Vector<Object>) - Method in class java.awt.image.renderable.ParameterBlock
Sets the entire Vector of sources to a given Vector.
setSQLXML(String, SQLXML) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.SQLXML object.
setSQLXML(int, SQLXML) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.SQLXML object.
setStackTrace(StackTraceElement[]) - Method in class java.lang.Throwable
Sets the stack trace elements that will be returned by Throwable.getStackTrace() and printed by Throwable.printStackTrace() and related methods.
setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule.
setStartRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule to a fixed date within a month.
setStartRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule to a weekday before or after the given date within a month, e.g., the first Monday on or after the 8th.
setStartYear(int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time starting year.
setState(boolean) - Method in class java.awt.Checkbox
Sets the state of this check box to the specified state.
setState(boolean) - Method in class java.awt.CheckboxMenuItem
Sets this check box menu item to the specified state.
setState(int) - Method in class java.awt.Frame
Sets the state of this frame (obsolete).
setState(boolean) - Method in interface java.awt.peer.CheckboxMenuItemPeer
Sets the state of the checkbox to be checked true or unchecked false.
setState(boolean) - Method in interface java.awt.peer.CheckboxPeer
Sets the state of the checkbox to be checked true or unchecked false.
setState(int) - Method in interface java.awt.peer.FramePeer
Changes the state of the frame.
setState(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Sets the value of synchronization state.
setState(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Sets the value of synchronization state.
setStrategy(int) - Method in class java.util.zip.Deflater
Sets the compression strategy to the specified value.
setStream(String, InputStream) - Method in interface java.applet.AppletContext
Associates the specified stream with the specified key in this applet context.
setStrength(int) - Method in class java.text.Collator
Sets this Collator's strength property.
setString(String, String) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given Java String value.
setString(long, String) - Method in interface java.sql.Clob
Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in interface java.sql.Clob
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setString(int, String) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given Java String value.
setString(String) - Method in interface java.sql.SQLXML
Sets the XML value designated by this SQLXML instance to the given String representation.
setStroke(Stroke) - Method in class java.awt.Graphics2D
Sets the Stroke for the Graphics2D context.
setStub(AppletStub) - Method in class java.applet.Applet
Sets this applet's stub.
setSubject(X500Principal) - Method in class java.security.cert.X509CertSelector
Sets the subject criterion.
setSubject(String) - Method in class java.security.cert.X509CertSelector
setSubject(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the subject criterion.
setSubjectAlternativeNames(Collection<List<?>>) - Method in class java.security.cert.X509CertSelector
Sets the subjectAlternativeNames criterion.
setSubjectKeyIdentifier(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the subjectKeyIdentifier criterion.
setSubjectPublicKey(PublicKey) - Method in class java.security.cert.X509CertSelector
Sets the subjectPublicKey criterion.
setSubjectPublicKey(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the subjectPublicKey criterion.
setSubjectPublicKeyAlgID(String) - Method in class java.security.cert.X509CertSelector
Sets the subjectPublicKeyAlgID criterion.
setSystem(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
Updates the value of the system attribute.
setSystem(ActivationSystem) - Static method in class java.rmi.activation.ActivationGroup
Set the activation system for the VM.
setSystemScope(IdentityScope) - Static method in class java.security.IdentityScope
Deprecated.
Sets the system's identity scope.
setTarget(MethodHandle) - Method in class java.lang.invoke.CallSite
Updates the target method of this call site, according to the behavior defined by this call site's specific class.
setTarget(MethodHandle) - Method in class java.lang.invoke.ConstantCallSite
setTarget(MethodHandle) - Method in class java.lang.invoke.MutableCallSite
Updates the target method of this call site, as a normal variable.
setTarget(MethodHandle) - Method in class java.lang.invoke.VolatileCallSite
Updates the target method of this call site, as a volatile variable.
setTargetActions(int) - Method in class java.awt.dnd.DropTargetContext
This method sets the current actions acceptable to this DropTarget.
setTargetActions(int) - Method in interface java.awt.dnd.peer.DropTargetContextPeer
update the peer's notion of the Target's actions
setTargetCertConstraints(CertSelector) - Method in class java.security.cert.PKIXParameters
Sets the required constraints on the target certificate.
setTcpNoDelay(boolean) - Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setText(String) - Method in class java.awt.Label
Sets the text for this label to the specified text.
setText(String) - Method in interface java.awt.peer.LabelPeer
Sets the text to be displayed on the label.
setText(String) - Method in interface java.awt.peer.TextComponentPeer
Sets the content for the text component.
setText(String) - Method in class java.awt.TextComponent
Sets the text that is presented by this text component to be the specified text.
setText(String) - Method in class java.awt.TextField
Sets the text that is presented by this text component to be the specified text.
setText(String) - Method in class java.text.BreakIterator
Set a new text string to be scanned.
setText(CharacterIterator) - Method in class java.text.BreakIterator
Set a new text for scanning.
setText(String) - Method in class java.text.CollationElementIterator
Set a new string over which to iterate.
setText(CharacterIterator) - Method in class java.text.CollationElementIterator
Set a new string over which to iterate.
setText(String) - Method in class java.text.StringCharacterIterator
Reset this iterator to point to a new string.
setThreadContentionMonitoringEnabled(boolean) - Method in interface java.lang.management.ThreadMXBean
Enables or disables thread contention monitoring.
setThreadCpuTimeEnabled(boolean) - Method in interface java.lang.management.ThreadMXBean
Enables or disables thread CPU time measurement.
setThreadFactory(ThreadFactory) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the thread factory used to create new threads.
setThreadID(int) - Method in class java.util.logging.LogRecord
Set an identifier for the thread where the message originated.
setThrown(Throwable) - Method in class java.util.logging.LogRecord
Set a throwable associated with the log event.
setTime(String, Time) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(String, Time, Calendar) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(long) - Method in class java.sql.Date
Sets an existing Date object using the given milliseconds time value.
setTime(int, Time) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(long) - Method in class java.sql.Time
Sets a Time object using a milliseconds time value.
setTime(long) - Method in class java.sql.Timestamp
Sets this Timestamp object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(long) - Method in class java.util.zip.ZipEntry
Sets the last modification time of the entry.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeOfDay(int, int, int) - Method in class java.util.Calendar.Builder
Sets the time of day field parameters to the values given by hourOfDay, minute, and second.
setTimeOfDay(int, int, int, int) - Method in class java.util.Calendar.Builder
Sets the time of day field parameters to the values given by hourOfDay, minute, second, and millis.
setTimes(FileTime, FileTime, FileTime) - Method in interface java.nio.file.attribute.BasicFileAttributeView
Updates any or all of the file's last modified time, last access time, and create time attributes.
setTimestamp(String, Timestamp) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimeToLive(int) - Method in class java.net.DatagramSocketImpl
Set the TTL (time-to-live) option.
setTimeToLive(int) - Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this MulticastSocket in order to control the scope of the multicasts.
setTimeZone(TimeZone) - Method in class java.text.DateFormat
Sets the time zone for the calendar of this DateFormat object.
setTimeZone(TimeZone) - Method in class java.util.Calendar.Builder
Sets the time zone parameter to the given zone.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone) - Method in class java.util.GregorianCalendar
 
setTitle(String) - Method in class java.awt.Dialog
Sets the title of the Dialog.
setTitle(String) - Method in class java.awt.Frame
Sets the title for this frame to the specified string.
setTitle(String) - Method in interface java.awt.peer.DialogPeer
Sets the title on the dialog window.
setTitle(String) - Method in interface java.awt.peer.FramePeer
Sets the title on the frame.
setToIdentity() - Method in class java.awt.geom.AffineTransform
Resets this transform to the Identity transform.
setToolTip(String) - Method in interface java.awt.peer.TrayIconPeer
Sets the tool tip for the tray icon.
setToolTip(String) - Method in class java.awt.TrayIcon
Sets the tooltip string for this TrayIcon.
setToPage(int) - Method in class java.awt.JobAttributes
Specifies, for jobs using these attributes, the last page (inclusive) to be printed, if a range of pages is to be printed.
setToQuadrantRotation(int) - Method in class java.awt.geom.AffineTransform
Sets this transform to a rotation transformation that rotates coordinates by the specified number of quadrants.
setToQuadrantRotation(int, double, double) - Method in class java.awt.geom.AffineTransform
Sets this transform to a translated rotation transformation that rotates coordinates by the specified number of quadrants around the specified anchor point.
setToRotation(double) - Method in class java.awt.geom.AffineTransform
Sets this transform to a rotation transformation.
setToRotation(double, double, double) - Method in class java.awt.geom.AffineTransform
Sets this transform to a translated rotation transformation.
setToRotation(double, double) - Method in class java.awt.geom.AffineTransform
Sets this transform to a rotation transformation that rotates coordinates according to a rotation vector.
setToRotation(double, double, double, double) - Method in class java.awt.geom.AffineTransform
Sets this transform to a rotation transformation that rotates coordinates around an anchor point according to a rotation vector.
setToScale(double, double) - Method in class java.awt.geom.AffineTransform
Sets this transform to a scaling transformation.
setToShear(double, double) - Method in class java.awt.geom.AffineTransform
Sets this transform to a shearing transformation.
setToTranslation(double, double) - Method in class java.awt.geom.AffineTransform
Sets this transform to a translation transformation.
setTrafficClass(int) - Method in class java.net.DatagramSocket
Sets traffic class or type-of-service octet in the IP datagram header for datagrams sent from this DatagramSocket.
setTrafficClass(int) - Method in class java.net.Socket
Sets traffic class or type-of-service octet in the IP header for packets sent from this Socket.
setTransactionIsolation(int) - Method in interface java.sql.Connection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransform(AffineTransform) - Method in class java.awt.geom.AffineTransform
Sets this transform to a copy of the transform in the specified AffineTransform object.
setTransform(double, double, double, double, double, double) - Method in class java.awt.geom.AffineTransform
Sets this transform to the matrix specified by the 6 double precision values.
setTransform(AffineTransform) - Method in class java.awt.Graphics2D
Overwrites the Transform in the Graphics2D context.
setTransform(AffineTransform) - Method in class java.awt.image.renderable.RenderContext
Sets the current user-to-device AffineTransform contained in the RenderContext to a given transform.
setTrustAnchors(Set<TrustAnchor>) - Method in class java.security.cert.PKIXParameters
Sets the Set of most-trusted CAs.
setTTL(byte) - Method in class java.net.DatagramSocketImpl
Deprecated.
use setTimeToLive instead.
setTTL(byte) - Method in class java.net.MulticastSocket
Deprecated.
use the setTimeToLive method instead, which uses int instead of byte as the type for ttl.
setType(Window.Type) - Method in class java.awt.Window
Sets the type of the window.
setType(AclEntryType) - Method in class java.nio.file.attribute.AclEntry.Builder
Sets the type component of this builder.
setTypeMap(Map<String, Class<?>>) - Method in interface java.sql.Connection
Installs the given TypeMap object as the type map for this Connection object.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
setUndecorated(boolean) - Method in class java.awt.Dialog
Disables or enables decorations for this dialog.
setUndecorated(boolean) - Method in class java.awt.Frame
Disables or enables decorations for this frame.
setUnicast(boolean) - Method in class java.beans.EventSetDescriptor
Mark an event set as unicast (or not).
setUnicodeLocaleKeyword(String, String) - Method in class java.util.Locale.Builder
Sets the Unicode locale keyword type for the given key.
setUnicodeStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
Deprecated.
Use setCharacterStream
setUnitIncrement(int) - Method in interface java.awt.Adjustable
Sets the unit value increment for the adjustable object.
setUnitIncrement(Adjustable, int) - Method in interface java.awt.peer.ScrollPanePeer
Sets the unit increment of one of the scroll pane's adjustables.
setUnitIncrement(int) - Method in class java.awt.Scrollbar
Sets the unit increment for this scroll bar.
setUnitIncrement(int) - Method in class java.awt.ScrollPaneAdjustable
 
setUpdateRect(Rectangle) - Method in class java.awt.event.PaintEvent
Sets the rectangle representing the area which needs to be repainted in response to this event.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values.
setURL(URL, String, String, int, String, String) - Method in class java.net.URLStreamHandler
Deprecated.
Use setURL(URL, String, String, int, String, String, String, String);
setURL(String, URL) - Method in interface java.sql.CallableStatement
Sets the designated parameter to the given java.net.URL object.
setURL(int, URL) - Method in interface java.sql.PreparedStatement
Sets the designated parameter to the given java.net.URL value.
setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
Sets an application's URLStreamHandlerFactory.
setUsageThreshold(long) - Method in interface java.lang.management.MemoryPoolMXBean
Sets the threshold of this memory pool to the given threshold value if this memory pool supports the usage threshold.
setUseCaches(boolean) - Method in class java.net.URLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setUseParentHandlers(boolean) - Method in class java.util.logging.Logger
Specify whether or not this logger should send its output to its parent Logger.
setValue(int) - Method in interface java.awt.Adjustable
Sets the current value of the adjustable object.
setValue(Adjustable, int) - Method in interface java.awt.peer.ScrollPanePeer
Sets the value for one of the scroll pane's adjustables.
setValue(int) - Method in class java.awt.Scrollbar
Sets the value of this scroll bar to the specified value.
setValue(int) - Method in class java.awt.ScrollPaneAdjustable
Sets the value of this scrollbar to the specified value.
setValue(Object) - Method in class java.beans.Expression
Sets the value of this expression to value.
setValue(String, Object) - Method in class java.beans.FeatureDescriptor
Associate a named attribute with this feature.
setValue(Object) - Method in interface java.beans.PropertyEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class java.beans.PropertyEditorSupport
Set (or change) the object that is to be edited.
setValue(String) - Method in class java.net.HttpCookie
Assigns a new value to a cookie after the cookie is created.
setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
Replaces the value corresponding to this entry with the specified value.
setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in interface java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValueIsAdjusting(boolean) - Method in class java.awt.Scrollbar
Sets the valueIsAdjusting property.
setValueIsAdjusting(boolean) - Method in class java.awt.ScrollPaneAdjustable
Sets the valueIsAdjusting property.
setValues(int, int, int, int) - Method in interface java.awt.peer.ScrollbarPeer
Sets the parameters for the scrollbar.
setValues(int, int, int, int) - Method in class java.awt.Scrollbar
Sets the values of four properties for this scroll bar: value, visibleAmount, minimum, and maximum.
setVariant(String) - Method in class java.util.Locale.Builder
Sets the variant.
setVerbose(boolean) - Method in interface java.lang.management.ClassLoadingMXBean
Enables or disables the verbose output for the class loading system.
setVerbose(boolean) - Method in interface java.lang.management.MemoryMXBean
Enables or disables verbose output for the memory system.
setVersion(int) - Method in class java.net.HttpCookie
Sets the version of the cookie protocol this cookie complies with.
setVgap(int) - Method in class java.awt.BorderLayout
Sets the vertical gap between components.
setVgap(int) - Method in class java.awt.CardLayout
Sets the vertical gap between components.
setVgap(int) - Method in class java.awt.FlowLayout
Sets the vertical gap between components and between the components and the borders of the Container.
setVgap(int) - Method in class java.awt.GridLayout
Sets the vertical gap between components to the specified value.
setVisible(boolean) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the visible state of the object.
setVisible(boolean) - Method in class java.awt.Component
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class java.awt.Dialog
Shows or hides this Dialog depending on the value of parameter b.
setVisible(boolean) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Set the visible state of the object.
setVisible(boolean) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the visible state of the object.
setVisible(boolean) - Method in interface java.awt.peer.ComponentPeer
Makes a component visible or invisible.
setVisible(boolean) - Method in class java.awt.Window
Shows or hides this Window depending on the value of parameter b.
setVisibleAmount(int) - Method in interface java.awt.Adjustable
Sets the length of the proportional indicator of the adjustable object.
setVisibleAmount(int) - Method in class java.awt.Scrollbar
Sets the visible amount of this scroll bar.
setVisibleAmount(int) - Method in class java.awt.ScrollPaneAdjustable
This method should NOT be called by user code.
setWeekDate(int, int, int) - Method in class java.util.Calendar.Builder
Sets the week-based date parameters to the values with the given date specifiers - week year, week of year, and day of week.
setWeekDate(int, int, int) - Method in class java.util.Calendar
Sets the date of this Calendar with the the given date specifiers - week year, week of year, and day of week.
setWeekDate(int, int, int) - Method in class java.util.GregorianCalendar
Sets this GregorianCalendar to the date given by the date specifiers - weekYear, weekOfYear, and dayOfWeek.
setWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets weekday strings.
setWeekDefinition(int, int) - Method in class java.util.Calendar.Builder
Sets the week definition parameters to the values given by firstDayOfWeek and minimalDaysInFirstWeek that are used to determine the first week of a year.
setWheelScrollingEnabled(boolean) - Method in class java.awt.ScrollPane
Enables/disables scrolling in response to movement of the mouse wheel.
setWindingRule(int) - Method in class java.awt.geom.Path2D
Sets the winding rule for this path to the specified value.
setWritable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's write permission for this abstract pathname.
setWritable(boolean) - Method in class java.io.File
A convenience method to set the owner's write permission for this abstract pathname.
setWriteMethod(Method) - Method in class java.beans.PropertyDescriptor
Sets the method that should be used to write the property value.
setXORMode(Color) - Method in class java.awt.Graphics
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
setYear(int) - Method in class java.sql.Time
Deprecated. 
setYear(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setZeroDigit(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for zero.
setZoneStrings(String[][]) - Method in class java.text.DateFormatSymbols
Sets time zone strings.
setZOrder(ComponentPeer) - Method in interface java.awt.peer.ComponentPeer
Lowers this component at the bottom of the above HW peer.
SEVERE - Static variable in class java.util.logging.Level
SEVERE is a message level indicating a serious failure.
severe(String) - Method in class java.util.logging.Logger
Log a SEVERE message.
severe(Supplier<String>) - Method in class java.util.logging.Logger
Log a SEVERE message, which is only to be constructed if the logging level is such that the message will actually be logged.
SHA1 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses "SHA-1" message digest.
SHA224 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses "SHA-224" message digest.
SHA256 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses "SHA-256" message digest.
SHA384 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses "SHA-384" message digest.
SHA512 - Static variable in class java.security.spec.MGF1ParameterSpec
The MGF1ParameterSpec which uses SHA-512 message digest.
shallowClone() - Method in class java.awt.image.renderable.ParameterBlock
Creates a shallow copy of a ParameterBlock.
shape(char[], int, int) - Method in class java.awt.font.NumericShaper
Converts the digits in the text that occur between start and start + count.
shape(char[], int, int, int) - Method in class java.awt.font.NumericShaper
Converts the digits in the text that occur between start and start + count, using the provided context.
shape(char[], int, int, NumericShaper.Range) - Method in class java.awt.font.NumericShaper
Converts the digits in the text that occur between start and start + count, using the provided context.
Shape - Interface in java.awt
The Shape interface provides definitions for objects that represent some form of geometric shape.
ShapeGraphicAttribute - Class in java.awt.font
The ShapeGraphicAttribute class is an implementation of GraphicAttribute that draws shapes in a TextLayout.
ShapeGraphicAttribute(Shape, int, boolean) - Constructor for class java.awt.font.ShapeGraphicAttribute
Constructs a ShapeGraphicAttribute for the specified Shape.
SHARADA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sharada" Unicode character block.
SHAVIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Shavian" Unicode character block.
shear(double, double) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a shearing transformation.
shear(double, double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a shearing transform.
SHIFT_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Shift key extended modifier constant.
SHIFT_MASK - Static variable in class java.awt.event.ActionEvent
The shift modifier.
SHIFT_MASK - Static variable in class java.awt.event.InputEvent
The Shift key modifier constant.
SHIFT_MASK - Static variable in class java.awt.Event
This flag indicates that the Shift key was down when the event occurred.
shiftDown() - Method in class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatibility.
shiftLeft(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this << n).
shiftRight(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this >> n).
Short - Class in java.lang
The Short class wraps a value of primitive type short in an object.
Short(short) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the short value indicated by the String parameter.
SHORT - Static variable in class java.text.DateFormat
Constant for short style pattern.
SHORT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames equivalent to Calendar.SHORT_FORMAT.
SHORT - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
SHORT_FORMAT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a short name used for format.
SHORT_IDS - Static variable in class java.time.ZoneId
A map of zone overrides to enable the short time-zone names to be used.
SHORT_STANDALONE - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a short name used independently, such as a month abbreviation as calendar headers.
ShortBuffer - Class in java.nio
A short buffer.
shortcuts() - Method in class java.awt.MenuBar
Gets an enumeration of all menu shortcuts this menu bar is managing.
ShortLookupTable - Class in java.awt.image
This class defines a lookup table object.
ShortLookupTable(int, short[][]) - Constructor for class java.awt.image.ShortLookupTable
Constructs a ShortLookupTable object from an array of short arrays representing a lookup table for each band.
ShortLookupTable(int, short[]) - Constructor for class java.awt.image.ShortLookupTable
Constructs a ShortLookupTable object from an array of shorts representing a lookup table for each band.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short after a widening primitive conversion.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short, which may involve rounding or truncation.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shortValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a short, checking for lost information.
shortValueExact() - Method in class java.math.BigInteger
Converts this BigInteger to a short, checking for lost information.
shouldAccept(URI, HttpCookie) - Method in interface java.net.CookiePolicy
Will be called to see whether or not this cookie should be accepted.
show(Container, String) - Method in class java.awt.CardLayout
Flips to the component that was added to this layout with the specified name, using addLayoutComponent.
show() - Method in class java.awt.Component.BltBufferStrategy
Makes the next available buffer visible.
show() - Method in class java.awt.Component.FlipBufferStrategy
Makes the next available buffer visible by either blitting or flipping.
show() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setVisible(boolean).
show(boolean) - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by setVisible(boolean).
show() - Method in class java.awt.Dialog
Deprecated.
As of JDK version 1.5, replaced by setVisible(boolean).
show() - Method in class java.awt.image.BufferStrategy
Makes the next available buffer visible by either copying the memory (blitting) or changing the display pointer (flipping).
show(Event) - Method in interface java.awt.peer.PopupMenuPeer
Shows the popup menu.
show(Component, int, int) - Method in class java.awt.PopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show() - Method in class java.awt.Window
Deprecated.
As of JDK version 1.5, replaced by Window.setVisible(boolean).
SHOWA - Static variable in class java.time.chrono.JapaneseEra
The singleton instance for the 'Showa' era (1926-12-25 - 1989-01-07) which has the value 1.
showDocument(URL) - Method in interface java.applet.AppletContext
Requests that the browser or applet viewer show the Web page indicated by the url argument.
showDocument(URL, String) - Method in interface java.applet.AppletContext
Requests that the browser or applet viewer show the Web page indicated by the url argument.
SHOWING_CHANGED - Static variable in class java.awt.event.HierarchyEvent
A change flag indicates that the HIERARCHY_CHANGED event was generated due to the changing of the hierarchy showing state.
showPopupMenu(int, int) - Method in interface java.awt.peer.TrayIconPeer
Shows the popup menu of this tray icon at the specified position.
showStatus(String) - Method in class java.applet.Applet
Requests that the argument string be displayed in the "status window".
showStatus(String) - Method in interface java.applet.AppletContext
Requests that the argument string be displayed in the "status window".
shrinkAbsorb - Variable in class java.awt.font.GlyphJustificationInfo
If true,this glyph absorbs all remaining shrinkage at this and lower priority levels as it shrinks.
shrinkLeftLimit - Variable in class java.awt.font.GlyphJustificationInfo
The maximum amount by which the left side of this glyph can shrink (a positive number).
shrinkPriority - Variable in class java.awt.font.GlyphJustificationInfo
The priority level of this glyph as it is shrinking.
shrinkRightLimit - Variable in class java.awt.font.GlyphJustificationInfo
The maximum amount by which the right side of this glyph can shrink (a positive number).
shuffle(List<?>) - Static method in class java.util.Collections
Randomly permutes the specified list using a default source of randomness.
shuffle(List<?>, Random) - Static method in class java.util.Collections
Randomly permute the specified list using the specified source of randomness.
shutdown() - Method in class java.nio.channels.AsynchronousChannelGroup
Initiates an orderly shutdown of the group.
shutdown() - Method in interface java.rmi.activation.ActivationSystem
Shutdown the activation system.
shutdown() - Method in interface java.util.concurrent.ExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ForkJoinPool
Possibly initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
ShutdownChannelGroupException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to construct a channel in a group that is shutdown or the completion handler for an I/O operation cannot be invoked because the channel group has terminated.
ShutdownChannelGroupException() - Constructor for exception java.nio.channels.ShutdownChannelGroupException
Constructs an instance of this class.
shutdownInput() - Method in class java.net.Socket
Places the input stream for this socket at "end of stream".
shutdownInput() - Method in class java.net.SocketImpl
Places the input stream for this socket at "end of stream".
shutdownInput() - Method in class java.nio.channels.AsynchronousSocketChannel
Shutdown the connection for reading without closing the channel.
shutdownInput() - Method in class java.nio.channels.SocketChannel
Shutdown the connection for reading without closing the channel.
shutdownNow() - Method in class java.nio.channels.AsynchronousChannelGroup
Shuts down the group and closes all open channels in the group.
shutdownNow() - Method in interface java.util.concurrent.ExecutorService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ForkJoinPool
Possibly attempts to cancel and/or stop all tasks, and reject all subsequently submitted tasks.
shutdownNow() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownOutput() - Method in class java.net.Socket
Disables the output stream for this socket.
shutdownOutput() - Method in class java.net.SocketImpl
Disables the output stream for this socket.
shutdownOutput() - Method in class java.nio.channels.AsynchronousSocketChannel
Shutdown the connection for writing without closing the channel.
shutdownOutput() - Method in class java.nio.channels.SocketChannel
Shutdown the connection for writing without closing the channel.
SIGN - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for signing.
sign() - Method in class java.security.Signature
Returns the signature bytes of all the data updated.
sign(byte[], int, int) - Method in class java.security.Signature
Finishes the signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
SIGN - Static variable in class java.text.NumberFormat.Field
Constant identifying the sign field.
signal() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Moves the longest-waiting thread, if one exists, from the wait queue for this condition to the wait queue for the owning lock.
signal() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Moves the longest-waiting thread, if one exists, from the wait queue for this condition to the wait queue for the owning lock.
signal() - Method in interface java.util.concurrent.locks.Condition
Wakes up one waiting thread.
signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Moves all threads from the wait queue for this condition to the wait queue for the owning lock.
signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Moves all threads from the wait queue for this condition to the wait queue for the owning lock.
signalAll() - Method in interface java.util.concurrent.locks.Condition
Wakes up all waiting threads.
Signature - Class in java.security
The Signature class is used to provide applications the functionality of a digital signature algorithm.
Signature(String) - Constructor for class java.security.Signature
Creates a Signature object for the specified algorithm.
SIGNATURE_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Signature-Version manifest attribute used when signing JAR files.
SignatureException - Exception in java.security
This is the generic Signature exception.
SignatureException() - Constructor for exception java.security.SignatureException
Constructs a SignatureException with no detail message.
SignatureException(String) - Constructor for exception java.security.SignatureException
Constructs a SignatureException with the specified detail message.
SignatureException(String, Throwable) - Constructor for exception java.security.SignatureException
Creates a SignatureException with the specified detail message and cause.
SignatureException(Throwable) - Constructor for exception java.security.SignatureException
Creates a SignatureException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SignatureSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the Signature class, which is used to provide the functionality of a digital signature algorithm.
SignatureSpi() - Constructor for class java.security.SignatureSpi
 
SignedObject - Class in java.security
SignedObject is a class for the purpose of creating authentic runtime objects whose integrity cannot be compromised without being detected.
SignedObject(Serializable, PrivateKey, Signature) - Constructor for class java.security.SignedObject
Constructs a SignedObject from any Serializable object.
Signer - Class in java.security
Deprecated.
This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
Signer() - Constructor for class java.security.Signer
Deprecated.
Creates a signer.
Signer(String) - Constructor for class java.security.Signer
Deprecated.
Creates a signer with the specified identity name.
Signer(String, IdentityScope) - Constructor for class java.security.Signer
Deprecated.
Creates a signer with the specified identity name and scope.
SignStyle - Enum in java.time.format
Enumeration of ways to handle the positive/negative sign.
signum(int) - Static method in class java.lang.Integer
Returns the signum function of the specified int value.
signum(long) - Static method in class java.lang.Long
Returns the signum function of the specified long value.
signum(double) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
signum(double) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
signum() - Method in class java.math.BigDecimal
Returns the signum function of this BigDecimal.
signum() - Method in class java.math.BigInteger
Returns the signum function of this BigInteger.
SILENT - Static variable in class java.rmi.server.LogStream
Deprecated.
log level constant (no logging).
SimpleBeanInfo - Class in java.beans
This is a support class to make it easier for people to provide BeanInfo classes.
SimpleBeanInfo() - Constructor for class java.beans.SimpleBeanInfo
 
SimpleDateFormat - Class in java.text
SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the default pattern and date format symbols for the default FORMAT locale.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and the default date format symbols for the default FORMAT locale.
SimpleDateFormat(String, Locale) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and the default date format symbols for the given locale.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and date format symbols.
SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
SimpleFileVisitor<T> - Class in java.nio.file
A simple visitor of files with default behavior to visit all files and to re-throw I/O errors.
SimpleFileVisitor() - Constructor for class java.nio.file.SimpleFileVisitor
Initializes a new instance of this class.
SimpleFormatter - Class in java.util.logging
Print a brief summary of the LogRecord in a human readable format.
SimpleFormatter() - Constructor for class java.util.logging.SimpleFormatter
 
SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
SimpleTimeZone - Class in java.util
SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
SimpleTimeZone(int, String) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID with no daylight saving time schedule.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
SIMPLIFIED_HANZI - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Simplified Chinese, including a subset of the CJK unified ideographs as well as Simplified Chinese Han characters that may be defined as surrogate characters.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
sin(double) - Static method in class java.lang.StrictMath
Returns the trigonometric sine of an angle.
SINGLEFRAME - Static variable in interface java.awt.image.ImageConsumer
The image contain a single static image.
SINGLEFRAMEDONE - Static variable in interface java.awt.image.ImageConsumer
One frame of the image is complete but there are more frames to be delivered.
SINGLEPASS - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a single pass.
SinglePixelPackedSampleModel - Class in java.awt.image
This class represents pixel data packed such that the N samples which make up a single pixel are stored in a single data array element, and each data data array element holds samples for only one pixel.
SinglePixelPackedSampleModel(int, int, int, int[]) - Constructor for class java.awt.image.SinglePixelPackedSampleModel
Constructs a SinglePixelPackedSampleModel with bitMasks.length bands.
SinglePixelPackedSampleModel(int, int, int, int, int[]) - Constructor for class java.awt.image.SinglePixelPackedSampleModel
Constructs a SinglePixelPackedSampleModel with bitMasks.length bands and a scanline stride equal to scanlineStride data array elements.
singleton(T) - Static method in class java.util.Collections
Returns an immutable set containing only the specified object.
singletonList(T) - Static method in class java.util.Collections
Returns an immutable list containing only the specified object.
singletonMap(K, V) - Static method in class java.util.Collections
Returns an immutable map, mapping only the specified key to the specified value.
sinh(double) - Static method in class java.lang.Math
Returns the hyperbolic sine of a double value.
sinh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic sine of a double value.
SINHALA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sinhala" Unicode character block.
sink() - Method in class java.nio.channels.Pipe
Returns this pipe's sink channel.
SinkChannel(SelectorProvider) - Constructor for class java.nio.channels.Pipe.SinkChannel
Initializes a new instance of this class.
size() - Method in class java.awt.Component
Deprecated.
As of JDK version 1.1, replaced by getSize().
size - Variable in class java.awt.Font
The point size of this Font, rounded to integer.
SIZE - Static variable in class java.awt.font.TextAttribute
Attribute key for the font size.
size - Variable in class java.awt.image.DataBuffer
Usable size of all banks.
size() - Method in class java.awt.RenderingHints
Returns the number of key-value mappings in this RenderingHints.
size() - Method in class java.beans.beancontext.BeanContextMembershipEvent
Gets the number of children affected by the notification.
size() - Method in class java.beans.beancontext.BeanContextSupport
Gets the number of children currently nested in this BeanContext.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.CharArrayWriter
Returns the current size of the buffer.
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
SIZE - Static variable in class java.lang.Byte
The number of bits used to represent a byte value in two's complement binary form.
SIZE - Static variable in class java.lang.Character
The number of bits used to represent a char value in unsigned binary form, constant 16.
SIZE - Static variable in class java.lang.Double
The number of bits used to represent a double value.
SIZE - Static variable in class java.lang.Float
The number of bits used to represent a float value.
SIZE - Static variable in class java.lang.Integer
The number of bits used to represent an int value in two's complement binary form.
SIZE - Static variable in class java.lang.Long
The number of bits used to represent a long value in two's complement binary form.
SIZE - Static variable in class java.lang.Short
The number of bits used to represent a short value in two's complement binary form.
size() - Method in class java.nio.channels.AsynchronousFileChannel
Returns the current size of this channel's file.
size() - Method in class java.nio.channels.FileChannel
Returns the current size of this channel's file.
size() - Method in class java.nio.channels.FileLock
Returns the size of the locked region in bytes.
size() - Method in interface java.nio.channels.SeekableByteChannel
Returns the current size of entity to which this channel is connected.
size() - Method in interface java.nio.file.attribute.BasicFileAttributes
Returns the size of the file (in bytes).
size(String) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
Returns the size of the value of a user-defined attribute.
size(Path) - Static method in class java.nio.file.Files
Returns the size of a file (in bytes).
size() - Method in class java.security.IdentityScope
Deprecated.
Returns the number of identities within this identity scope.
size() - Method in class java.security.KeyStore
Retrieves the number of entries in this keystore.
size() - Method in class java.util.AbstractCollection
 
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.ArrayDeque
Returns the number of elements in this deque.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in interface java.util.Collection
Returns the number of elements in this collection.
size() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns the number of elements in this queue.
size() - Method in interface java.util.concurrent.BlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.ConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the number of elements in this list.
size() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.DelayQueue
 
size() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.LinkedTransferQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.PriorityBlockingQueue
 
size() - Method in class java.util.concurrent.SynchronousQueue
Always returns zero.
size() - Method in interface java.util.Deque
Returns the number of elements in this deque.
size() - Method in class java.util.Dictionary
Returns the number of entries (distinct keys) in this dictionary.
size() - Method in class java.util.EnumMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.HashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.HashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.IdentityHashMap
Returns the number of key-value mappings in this identity hash map.
size() - Method in class java.util.jar.Attributes
Returns the number of attributes in this Map.
size() - Method in class java.util.LinkedList
Returns the number of elements in this list.
size() - Method in interface java.util.List
Returns the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in class java.util.PriorityQueue
 
size() - Method in interface java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.TreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.WeakHashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.zip.ZipFile
Returns the number of entries in the ZIP file.
SIZED - Static variable in interface java.util.Spliterator
Characteristic value signifying that the value returned from estimateSize() prior to traversal or splitting represents a finite size that, in the absence of structural source modification, represents an exact count of the number of elements that would be encountered by a complete traversal.
Skeleton - Interface in java.rmi.server
Deprecated.
no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.
SkeletonMismatchException - Exception in java.rmi.server
Deprecated.
no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.
SkeletonMismatchException(String) - Constructor for exception java.rmi.server.SkeletonMismatchException
Deprecated.
no replacement
SkeletonNotFoundException - Exception in java.rmi.server
Deprecated.
no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.
SkeletonNotFoundException(String) - Constructor for exception java.rmi.server.SkeletonNotFoundException
Deprecated.
Constructs a SkeletonNotFoundException with the specified detail message.
SkeletonNotFoundException(String, Exception) - Constructor for exception java.rmi.server.SkeletonNotFoundException
Deprecated.
Constructs a SkeletonNotFoundException with the specified detail message and nested exception.
skip(long) - Method in class java.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class java.io.BufferedReader
Skips characters.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.CharArrayReader
Skips characters.
skip(long) - Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterReader
Skips characters.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.LineNumberInputStream
Deprecated.
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.LineNumberReader
Skip characters.
skip(long) - Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long) - Method in class java.io.PushbackInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.PushbackReader
Skips characters.
skip(long) - Method in class java.io.Reader
Skips characters.
skip(long) - Method in class java.io.StringBufferInputStream
Deprecated.
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.StringReader
Skips the specified number of characters in the stream.
skip(Pattern) - Method in class java.util.Scanner
Skips input that matches the specified pattern, ignoring delimiters.
skip(String) - Method in class java.util.Scanner
Skips input that matches a pattern constructed from the specified string.
skip(long) - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the remaining elements of this stream after discarding the first n elements of the stream.
skip(long) - Method in interface java.util.stream.IntStream
Returns a stream consisting of the remaining elements of this stream after discarding the first n elements of the stream.
skip(long) - Method in interface java.util.stream.LongStream
Returns a stream consisting of the remaining elements of this stream after discarding the first n elements of the stream.
skip(long) - Method in interface java.util.stream.Stream
Returns a stream consisting of the remaining elements of this stream after discarding the first n elements of the stream.
skip(long) - Method in class java.util.zip.CheckedInputStream
Skips specified number of bytes of input.
skip(long) - Method in class java.util.zip.DeflaterInputStream
Skips over and discards data from the input stream.
skip(long) - Method in class java.util.zip.InflaterInputStream
Skips specified number of bytes of uncompressed data.
skip(long) - Method in class java.util.zip.ZipInputStream
Skips specified number of bytes in the current ZIP entry.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in class java.io.ObjectInputStream
Skips bytes.
skipBytes(int) - Method in class java.io.RandomAccessFile
Attempts to skip over n bytes of input discarding the skipped bytes.
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long, int) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds plus the specified number of nanoseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long) - Method in enum java.util.concurrent.TimeUnit
Performs a Thread.sleep using this time unit.
slice() - Method in class java.nio.ByteBuffer
Creates a new byte buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.CharBuffer
Creates a new char buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.DoubleBuffer
Creates a new double buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.FloatBuffer
Creates a new float buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.IntBuffer
Creates a new int buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.LongBuffer
Creates a new long buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.ShortBuffer
Creates a new short buffer whose content is a shared subsequence of this buffer's content.
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Small Form Variants" Unicode character block.
SMALLINT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type SMALLINT.
SO_BINDADDR - Static variable in interface java.net.SocketOptions
Fetch the local address binding of a socket (this option cannot be "set" only "gotten", since sockets are bound at creation time, and so the locally bound address cannot be changed).
SO_BROADCAST - Static variable in interface java.net.SocketOptions
Sets SO_BROADCAST for a socket.
SO_BROADCAST - Static variable in class java.net.StandardSocketOptions
Allow transmission of broadcast datagrams.
SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
When the keepalive option is set for a TCP socket and no data has been exchanged across the socket in either direction for 2 hours (NOTE: the actual value is implementation dependent), TCP automatically sends a keepalive probe to the peer.
SO_KEEPALIVE - Static variable in class java.net.StandardSocketOptions
Keep connection alive.
SO_LINGER - Static variable in interface java.net.SocketOptions
Specify a linger-on-close timeout.
SO_LINGER - Static variable in class java.net.StandardSocketOptions
Linger on close if data is present.
SO_OOBINLINE - Static variable in interface java.net.SocketOptions
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream.
SO_RCVBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for incoming network I/O.
SO_RCVBUF - Static variable in class java.net.StandardSocketOptions
The size of the socket receive buffer.
SO_REUSEADDR - Static variable in interface java.net.SocketOptions
Sets SO_REUSEADDR for a socket.
SO_REUSEADDR - Static variable in class java.net.StandardSocketOptions
Re-use address.
SO_SNDBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for outgoing network I/O.
SO_SNDBUF - Static variable in class java.net.StandardSocketOptions
The size of the socket send buffer.
SO_TIMEOUT - Static variable in interface java.net.SocketOptions
Set a timeout on blocking Socket operations:
Socket - Class in java.net
This class implements client sockets (also called just "sockets").
Socket() - Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(Proxy) - Constructor for class java.net.Socket
Creates an unconnected socket, specifying the type of proxy, if any, that should be used regardless of any other settings.
Socket(SocketImpl) - Constructor for class java.net.Socket
Creates an unconnected Socket with a user-specified SocketImpl.
Socket(String, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
Socket(String, int, boolean) - Constructor for class java.net.Socket
Deprecated.
Use DatagramSocket instead for UDP transport.
Socket(InetAddress, int, boolean) - Constructor for class java.net.Socket
Deprecated.
Use DatagramSocket instead for UDP transport.
socket() - Method in class java.nio.channels.DatagramChannel
Retrieves a datagram socket associated with this channel.
socket() - Method in class java.nio.channels.ServerSocketChannel
Retrieves a server socket associated with this channel.
socket() - Method in class java.nio.channels.SocketChannel
Retrieves a socket associated with this channel.
SocketAddress - Class in java.net
This class represents a Socket Address with no protocol attachment.
SocketAddress() - Constructor for class java.net.SocketAddress
 
SocketChannel - Class in java.nio.channels
A selectable channel for stream-oriented connecting sockets.
SocketChannel(SelectorProvider) - Constructor for class java.nio.channels.SocketChannel
Initializes a new instance of this class.
SocketException - Exception in java.net
Thrown to indicate that there is an error creating or accessing a Socket.
SocketException(String) - Constructor for exception java.net.SocketException
Constructs a new SocketException with the specified detail message.
SocketException() - Constructor for exception java.net.SocketException
Constructs a new SocketException with no detail message.
SocketHandler - Class in java.util.logging
Simple network logging Handler.
SocketHandler() - Constructor for class java.util.logging.SocketHandler
Create a SocketHandler, using only LogManager properties (or their defaults).
SocketHandler(String, int) - Constructor for class java.util.logging.SocketHandler
Construct a SocketHandler using a specified host and port.
SocketImpl - Class in java.net
The abstract class SocketImpl is a common superclass of all classes that actually implement sockets.
SocketImpl() - Constructor for class java.net.SocketImpl
 
SocketImplFactory - Interface in java.net
This interface defines a factory for socket implementations.
SocketOption<T> - Interface in java.net
A socket option associated with a socket.
SocketOptions - Interface in java.net
Interface of methods to get/set socket options.
SocketPermission - Class in java.net
This class represents access to a network via sockets.
SocketPermission(String, String) - Constructor for class java.net.SocketPermission
Creates a new SocketPermission object with the specified actions.
SocketSecurityException - Exception in java.rmi.server
Deprecated.
This class is obsolete. Use ExportException instead.
SocketSecurityException(String) - Constructor for exception java.rmi.server.SocketSecurityException
Deprecated.
Constructs an SocketSecurityException with the specified detail message.
SocketSecurityException(String, Exception) - Constructor for exception java.rmi.server.SocketSecurityException
Deprecated.
Constructs an SocketSecurityException with the specified detail message and nested exception.
SocketTimeoutException - Exception in java.net
Signals that a timeout has occurred on a socket read or accept.
SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
Constructs a new SocketTimeoutException with a detail message.
SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
Construct a new SocketTimeoutException with no detailed message.
SoftReference<T> - Class in java.lang.ref
Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
SoftReference(T) - Constructor for class java.lang.ref.SoftReference
Creates a new soft reference that refers to the given object.
SoftReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.SoftReference
Creates a new soft reference that refers to the given object and is registered with the given queue.
solveCubic(double[]) - Static method in class java.awt.geom.CubicCurve2D
Solves the cubic whose coefficients are in the eqn array and places the non-complex roots back into the same array, returning the number of roots.
solveCubic(double[], double[]) - Static method in class java.awt.geom.CubicCurve2D
Solve the cubic whose coefficients are in the eqn array and place the non-complex roots into the res array, returning the number of roots.
solveQuadratic(double[]) - Static method in class java.awt.geom.QuadCurve2D
Solves the quadratic whose coefficients are in the eqn array and places the non-complex roots back into the same array, returning the number of roots.
solveQuadratic(double[], double[]) - Static method in class java.awt.geom.QuadCurve2D
Solves the quadratic whose coefficients are in the eqn array and places the non-complex roots into the res array, returning the number of roots.
SOMEBITS - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that more pixels needed for drawing a scaled variation of the image are available.
SORA_SOMPENG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sora Sompeng" Unicode character block.
sort(Comparator<? super E>) - Method in class java.util.ArrayList
 
sort(int[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(long[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(short[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(char[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(float[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(double[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(Object[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
sort(List<T>) - Static method in class java.util.Collections
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List<T>, Comparator<? super T>) - Static method in class java.util.Collections
Sorts the specified list according to the order induced by the specified comparator.
sort(Comparator<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
sort(Comparator<? super E>) - Method in interface java.util.List
Sorts this list according to the order induced by the specified Comparator.
sort(Comparator<? super E>) - Method in class java.util.Vector
 
SORTED - Static variable in interface java.util.Spliterator
Characteristic value signifying that encounter order follows a defined sort order.
sorted() - Method in interface java.util.stream.DoubleStream
Returns a stream consisting of the elements of this stream in sorted order.
sorted() - Method in interface java.util.stream.IntStream
Returns a stream consisting of the elements of this stream in sorted order.
sorted() - Method in interface java.util.stream.LongStream
Returns a stream consisting of the elements of this stream in sorted order.
sorted() - Method in interface java.util.stream.Stream
Returns a stream consisting of the elements of this stream, sorted according to natural order.
sorted(Comparator<? super T>) - Method in interface java.util.stream.Stream
Returns a stream consisting of the elements of this stream, sorted according to the provided Comparator.
SortedMap<K,V> - Interface in java.util
A Map that further provides a total ordering on its keys.
SortedSet<E> - Interface in java.util
A Set that further provides a total ordering on its elements.
source() - Method in class java.nio.channels.Pipe
Returns this pipe's source channel.
source - Variable in class java.util.EventObject
The object on which the Event initially occurred.
sourceActions - Variable in class java.awt.dnd.DragGestureRecognizer
An int representing the type(s) of action(s) used in this Drag and Drop operation.
sourceAddress() - Method in class java.nio.channels.MembershipKey
Returns the source address if this membership key is source-specific, or null if this membership is not source-specific.
SourceChannel(SelectorProvider) - Constructor for class java.nio.channels.Pipe.SourceChannel
Constructs a new instance of this class.
sources - Variable in class java.awt.image.renderable.ParameterBlock
A Vector of sources, stored as arbitrary Objects.
SOUTH - Static variable in class java.awt.BorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom of its display area, centered horizontally.
SOUTHEAST - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-right corner of its display area.
SOUTHWEST - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-left corner of its display area.
SPACE_SEPARATOR - Static variable in class java.lang.Character
General category "Zs" in the Unicode specification.
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Spacing Modifier Letters" Unicode character block.
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Specials" Unicode character block.
SPECIFICATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Title manifest attribute used for package versioning.
SPECIFICATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Vendor manifest attribute used for package versioning.
SPECIFICATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Version manifest attribute used for package versioning.
SplashScreen - Class in java.awt
The splash screen can be displayed at application startup, before the Java Virtual Machine (JVM) starts.
split(String, int) - Method in class java.lang.String
Splits this string around matches of the given regular expression.
split(String) - Method in class java.lang.String
Splits this string around matches of the given regular expression.
split(CharSequence, int) - Method in class java.util.regex.Pattern
Splits the given input sequence around matches of this pattern.
split(CharSequence) - Method in class java.util.regex.Pattern
Splits the given input sequence around matches of this pattern.
split() - Method in class java.util.SplittableRandom
Constructs and returns a new SplittableRandom instance that shares no mutable state with this instance.
splitAsStream(CharSequence) - Method in class java.util.regex.Pattern
Creates a stream from the given input sequence around matches of this pattern.
spliterator() - Method in interface java.lang.Iterable
Creates a Spliterator over the elements described by this Iterable.
spliterator() - Method in class java.util.ArrayDeque
Creates a late-binding and fail-fast Spliterator over the elements in this deque.
spliterator() - Method in class java.util.ArrayList
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spliterator(T[]) - Static method in class java.util.Arrays
Returns a Spliterator covering all of the specified array.
spliterator(T[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator covering the specified range of the specified array.
spliterator(int[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfInt covering all of the specified array.
spliterator(int[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfInt covering the specified range of the specified array.
spliterator(long[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfLong covering all of the specified array.
spliterator(long[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfLong covering the specified range of the specified array.
spliterator(double[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfDouble covering all of the specified array.
spliterator(double[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfDouble covering the specified range of the specified array.
spliterator() - Method in interface java.util.Collection
Creates a Spliterator over the elements in this collection.
spliterator() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
spliterator() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns a Spliterator over the elements in this deque.
spliterator() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a Spliterator over the elements in this set.
spliterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a Spliterator over the elements in this list.
spliterator() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns a Spliterator over the elements in this set in the order in which these elements were added.
spliterator() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns a Spliterator over the elements in this deque.
spliterator() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.LinkedTransferQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.SynchronousQueue
Returns an empty spliterator in which calls to Spliterator.trySplit() always return null.
spliterator() - Method in class java.util.HashSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.LinkedHashSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.LinkedList
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spliterator() - Method in interface java.util.List
Creates a Spliterator over the elements in this list.
spliterator() - Method in class java.util.PriorityQueue
Creates a late-binding and fail-fast Spliterator over the elements in this queue.
spliterator() - Method in interface java.util.Set
Creates a Spliterator over the elements in this set.
spliterator() - Method in interface java.util.SortedSet
Creates a Spliterator over the elements in this sorted set.
Spliterator<T> - Interface in java.util
An object for traversing and partitioning elements of a source.
spliterator(Object[], int) - Static method in class java.util.Spliterators
Creates a Spliterator covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(Object[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(int[], int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(int[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(long[], int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(long[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(double[], int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble covering the elements of a given array, using a customized set of spliterator characteristics.
spliterator(double[], int, int, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble covering a range of elements of a given array, using a customized set of spliterator characteristics.
spliterator(Collection<? extends T>, int) - Static method in class java.util.Spliterators
Creates a Spliterator using the given collection's Collection.iterator() as the source of elements, and reporting its Collection.size() as its initial size.
spliterator(Iterator<? extends T>, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator using a given Iterator as the source of elements, and with a given initially reported size.
spliterator(PrimitiveIterator.OfInt, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt using a given IntStream.IntIterator as the source of elements, and with a given initially reported size.
spliterator(PrimitiveIterator.OfLong, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong using a given LongStream.LongIterator as the source of elements, and with a given initially reported size.
spliterator(PrimitiveIterator.OfDouble, long, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble using a given DoubleStream.DoubleIterator as the source of elements, and with a given initially reported size.
spliterator() - Method in interface java.util.stream.BaseStream
Returns a spliterator for the elements of this stream.
spliterator() - Method in interface java.util.stream.DoubleStream
 
spliterator() - Method in interface java.util.stream.IntStream
 
spliterator() - Method in interface java.util.stream.LongStream
 
spliterator() - Method in class java.util.TreeSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.Vector
Creates a late-binding and fail-fast Spliterator over the elements in this list.
Spliterator.OfDouble - Interface in java.util
A Spliterator specialized for double values.
Spliterator.OfInt - Interface in java.util
A Spliterator specialized for int values.
Spliterator.OfLong - Interface in java.util
A Spliterator specialized for long values.
Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>> - Interface in java.util
A Spliterator specialized for primitive values.
Spliterators - Class in java.util
Static classes and methods for operating on or creating instances of Spliterator and its primitive specializations Spliterator.OfInt, Spliterator.OfLong, and Spliterator.OfDouble.
Spliterators.AbstractDoubleSpliterator - Class in java.util
An abstract Spliterator.OfDouble that implements trySplit to permit limited parallelism.
Spliterators.AbstractIntSpliterator - Class in java.util
An abstract Spliterator.OfInt that implements trySplit to permit limited parallelism.
Spliterators.AbstractLongSpliterator - Class in java.util
An abstract Spliterator.OfLong that implements trySplit to permit limited parallelism.
Spliterators.AbstractSpliterator<T> - Class in java.util
An abstract Spliterator that implements trySplit to permit limited parallelism.
spliteratorUnknownSize(Iterator<? extends T>, int) - Static method in class java.util.Spliterators
Creates a Spliterator using a given Iterator as the source of elements, with no initial size estimate.
spliteratorUnknownSize(PrimitiveIterator.OfInt, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfInt using a given IntStream.IntIterator as the source of elements, with no initial size estimate.
spliteratorUnknownSize(PrimitiveIterator.OfLong, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfLong using a given LongStream.LongIterator as the source of elements, with no initial size estimate.
spliteratorUnknownSize(PrimitiveIterator.OfDouble, int) - Static method in class java.util.Spliterators
Creates a Spliterator.OfDouble using a given DoubleStream.DoubleIterator as the source of elements, with no initial size estimate.
SplittableRandom - Class in java.util
A generator of uniform pseudorandom values applicable for use in (among other contexts) isolated parallel computations that may generate subtasks.
SplittableRandom(long) - Constructor for class java.util.SplittableRandom
Creates a new SplittableRandom instance using the specified initial seed.
SplittableRandom() - Constructor for class java.util.SplittableRandom
Creates a new SplittableRandom instance that is likely to generate sequences of values that are statistically independent of those of any other instances in the current program; and may, and typically does, vary across program invocations.
spreadInvoker(MethodType, int) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle which will invoke any method handle of the given type, with a given number of trailing arguments replaced by a single trailing Object[] array.
SQLClientInfoException - Exception in java.sql
The subclass of SQLException is thrown when one or more client info properties could not be set on a Connection.
SQLClientInfoException() - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException Object.
SQLClientInfoException(Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given failedProperties.
SQLClientInfoException(Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given cause and failedProperties.
SQLClientInfoException(String, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason and failedProperties.
SQLClientInfoException(String, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, cause and failedProperties.
SQLClientInfoException(String, String, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, SQLState and failedProperties.
SQLClientInfoException(String, String, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, SQLState, cause and failedProperties.
SQLClientInfoException(String, String, int, Map<String, ClientInfoStatus>) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, SQLState, vendorCode and failedProperties.
SQLClientInfoException(String, String, int, Map<String, ClientInfoStatus>, Throwable) - Constructor for exception java.sql.SQLClientInfoException
Constructs a SQLClientInfoException object initialized with a given reason, SQLState, cause, vendorCode and failedProperties.
SQLData - Interface in java.sql
The interface used for the custom mapping of an SQL user-defined type (UDT) to a class in the Java programming language.
SQLDataException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '22', or under vendor-specified conditions.
SQLDataException() - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object.
SQLDataException(String) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason.
SQLDataException(String, String) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason and SQLState.
SQLDataException(String, String, int) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason, SQLState and vendorCode.
SQLDataException(Throwable) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given cause.
SQLDataException(String, Throwable) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason and cause.
SQLDataException(String, String, Throwable) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason, SQLState and cause.
SQLDataException(String, String, int, Throwable) - Constructor for exception java.sql.SQLDataException
Constructs a SQLDataException object with a given reason, SQLState, vendorCode and cause.
SQLException - Exception in java.sql
An exception that provides information on a database access error or other errors.
SQLException(String, String, int) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason, SQLState and vendorCode.
SQLException(String, String) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason and SQLState.
SQLException(String) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason.
SQLException() - Constructor for exception java.sql.SQLException
Constructs a SQLException object.
SQLException(Throwable) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given cause.
SQLException(String, Throwable) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason and cause.
SQLException(String, String, Throwable) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason, SQLState and cause.
SQLException(String, String, int, Throwable) - Constructor for exception java.sql.SQLException
Constructs a SQLException object with a given reason, SQLState, vendorCode and cause.
SQLFeatureNotSupportedException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '0A' ( the value is 'zero' A).
SQLFeatureNotSupportedException() - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object.
SQLFeatureNotSupportedException(String) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason.
SQLFeatureNotSupportedException(String, String) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason and SQLState.
SQLFeatureNotSupportedException(String, String, int) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason, SQLState and vendorCode.
SQLFeatureNotSupportedException(Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given cause.
SQLFeatureNotSupportedException(String, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason and cause.
SQLFeatureNotSupportedException(String, String, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason, SQLState and cause.
SQLFeatureNotSupportedException(String, String, int, Throwable) - Constructor for exception java.sql.SQLFeatureNotSupportedException
Constructs a SQLFeatureNotSupportedException object with a given reason, SQLState, vendorCode and cause.
SQLInput - Interface in java.sql
An input stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type.
SQLIntegrityConstraintViolationException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '23', or under vendor-specified conditions.
SQLIntegrityConstraintViolationException() - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object.
SQLIntegrityConstraintViolationException(String) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException with a given reason.
SQLIntegrityConstraintViolationException(String, String) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason and SQLState.
SQLIntegrityConstraintViolationException(String, String, int) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason, SQLState and vendorCode.
SQLIntegrityConstraintViolationException(Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs an SQLIntegrityConstraintViolationException object with a given cause.
SQLIntegrityConstraintViolationException(String, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason and cause.
SQLIntegrityConstraintViolationException(String, String, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason, SQLState and cause.
SQLIntegrityConstraintViolationException(String, String, int, Throwable) - Constructor for exception java.sql.SQLIntegrityConstraintViolationException
Constructs a SQLIntegrityConstraintViolationException object with a given reason, SQLState, vendorCode and cause.
SQLInvalidAuthorizationSpecException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '28', or under vendor-specified conditions.
SQLInvalidAuthorizationSpecException() - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object.
SQLInvalidAuthorizationSpecException(String) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason.
SQLInvalidAuthorizationSpecException(String, String) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason and SQLState.
SQLInvalidAuthorizationSpecException(String, String, int) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason, SQLState and vendorCode.
SQLInvalidAuthorizationSpecException(Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given cause.
SQLInvalidAuthorizationSpecException(String, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason and cause.
SQLInvalidAuthorizationSpecException(String, String, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason, SQLState and cause.
SQLInvalidAuthorizationSpecException(String, String, int, Throwable) - Constructor for exception java.sql.SQLInvalidAuthorizationSpecException
Constructs a SQLInvalidAuthorizationSpecException object with a given reason, SQLState, vendorCode and cause.
SQLNonTransientConnectionException - Exception in java.sql
The subclass of SQLException thrown for the SQLState class value '08', or under vendor-specified conditions.
SQLNonTransientConnectionException() - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object.
SQLNonTransientConnectionException(String) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason.
SQLNonTransientConnectionException(String, String) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason and SQLState.
SQLNonTransientConnectionException(String, String, int) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason, SQLState and vendorCode.
SQLNonTransientConnectionException(Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given cause.
SQLNonTransientConnectionException(String, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLTransientException object with a given reason and cause.
SQLNonTransientConnectionException(String, String, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason, SQLState and cause.
SQLNonTransientConnectionException(String, String, int, Throwable) - Constructor for exception java.sql.SQLNonTransientConnectionException
Constructs a SQLNonTransientConnectionException object with a given reason, SQLState, vendorCode and cause.
SQLNonTransientException - Exception in java.sql
The subclass of SQLException thrown when an instance where a retry of the same operation would fail unless the cause of the SQLException is corrected.
SQLNonTransientException() - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object.
SQLNonTransientException(String) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason.
SQLNonTransientException(String, String) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason and SQLState.
SQLNonTransientException(String, String, int) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason, SQLState and vendorCode.
SQLNonTransientException(Throwable) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given cause.
SQLNonTransientException(String, Throwable) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLTransientException object with a given reason and cause.
SQLNonTransientException(String, String, Throwable) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason, SQLState and cause.
SQLNonTransientException(String, String, int, Throwable) - Constructor for exception java.sql.SQLNonTransientException
Constructs a SQLNonTransientException object with a given reason, SQLState, vendorCode and cause.
SQLOutput - Interface in java.sql
The output stream for writing the attributes of a user-defined type back to the database.
SQLPermission - Class in java.sql
The permission for which the SecurityManager will check when code that is running an application with a SecurityManager enabled, calls the DriverManager.deregisterDriver method, DriverManager.setLogWriter method, DriverManager.setLogStream (deprecated) method, SyncFactory.setJNDIContext method, SyncFactory.setLogger method, Connection.setNetworktimeout method, or the Connection.abort method.
SQLPermission(String) - Constructor for class java.sql.SQLPermission
Creates a new SQLPermission object with the specified name.
SQLPermission(String, String) - Constructor for class java.sql.SQLPermission
Creates a new SQLPermission object with the specified name.
SQLRecoverableException - Exception in java.sql
The subclass of SQLException thrown in situations where a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch.
SQLRecoverableException() - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object.
SQLRecoverableException(String) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason.
SQLRecoverableException(String, String) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason and SQLState.
SQLRecoverableException(String, String, int) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason, SQLState and vendorCode.
SQLRecoverableException(Throwable) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given cause.
SQLRecoverableException(String, Throwable) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason and cause.
SQLRecoverableException(String, String, Throwable) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason, SQLState and cause.
SQLRecoverableException(String, String, int, Throwable) - Constructor for exception java.sql.SQLRecoverableException
Constructs a SQLRecoverableException object with a given reason, SQLState, vendorCode and cause.
sqlStateSQL - Static variable in interface java.sql.DatabaseMetaData
A possible return value for the method DatabaseMetaData.getSQLStateType which is used to indicate whether the value returned by the method SQLException.getSQLState is an SQLSTATE value.
sqlStateSQL99 - Static variable in interface java.sql.DatabaseMetaData
A possible return value for the method DatabaseMetaData.getSQLStateType which is used to indicate whether the value returned by the method SQLException.getSQLState is an SQL99 SQLSTATE value.
sqlStateXOpen - Static variable in interface java.sql.DatabaseMetaData
A possible return value for the method DatabaseMetaData.getSQLStateType which is used to indicate whether the value returned by the method SQLException.getSQLState is an X/Open (now know as Open Group) SQL CLI SQLSTATE value.
SQLSyntaxErrorException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '42', or under vendor-specified conditions.
SQLSyntaxErrorException() - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object.
SQLSyntaxErrorException(String) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason.
SQLSyntaxErrorException(String, String) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason and SQLState.
SQLSyntaxErrorException(String, String, int) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason, SQLState and vendorCode.
SQLSyntaxErrorException(Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given cause.
SQLSyntaxErrorException(String, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason and cause.
SQLSyntaxErrorException(String, String, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason, SQLState and cause.
SQLSyntaxErrorException(String, String, int, Throwable) - Constructor for exception java.sql.SQLSyntaxErrorException
Constructs a SQLSyntaxErrorException object with a given reason, SQLState, vendorCode and cause.
SQLTimeoutException - Exception in java.sql
The subclass of SQLException thrown when the timeout specified by Statement.setQueryTimeout, DriverManager.setLoginTimeout, DataSource.setLoginTimeout,XADataSource.setLoginTimeout has expired.
SQLTimeoutException() - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object.
SQLTimeoutException(String) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason.
SQLTimeoutException(String, String) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason and SQLState.
SQLTimeoutException(String, String, int) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason, SQLState and vendorCode.
SQLTimeoutException(Throwable) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given cause.
SQLTimeoutException(String, Throwable) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason and cause.
SQLTimeoutException(String, String, Throwable) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason, SQLState and cause.
SQLTimeoutException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTimeoutException
Constructs a SQLTimeoutException object with a given reason, SQLState, vendorCode and cause.
SQLTransactionRollbackException - Exception in java.sql
The subclass of SQLException thrown when the SQLState class value is '40', or under vendor-specified conditions.
SQLTransactionRollbackException() - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object.
SQLTransactionRollbackException(String) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason.
SQLTransactionRollbackException(String, String) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason and SQLState.
SQLTransactionRollbackException(String, String, int) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason, SQLState and vendorCode.
SQLTransactionRollbackException(Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given cause.
SQLTransactionRollbackException(String, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason and cause.
SQLTransactionRollbackException(String, String, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason, SQLState and cause.
SQLTransactionRollbackException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransactionRollbackException
Constructs a SQLTransactionRollbackException object with a given reason, SQLState, vendorCode and cause.
SQLTransientConnectionException - Exception in java.sql
The subclass of SQLException for the SQLState class value '08', or under vendor-specified conditions.
SQLTransientConnectionException() - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object.
SQLTransientConnectionException(String) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason.
SQLTransientConnectionException(String, String) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason and SQLState.
SQLTransientConnectionException(String, String, int) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason, SQLState and vendorCode.
SQLTransientConnectionException(Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given cause.
SQLTransientConnectionException(String, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason and cause.
SQLTransientConnectionException(String, String, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason, SQLState and cause.
SQLTransientConnectionException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransientConnectionException
Constructs a SQLTransientConnectionException object with a given reason, SQLState, vendorCode and cause.
SQLTransientException - Exception in java.sql
The subclass of SQLException is thrown in situations where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
SQLTransientException() - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object.
SQLTransientException(String) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason.
SQLTransientException(String, String) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason and SQLState.
SQLTransientException(String, String, int) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason, SQLState and vendorCode.
SQLTransientException(Throwable) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given cause.
SQLTransientException(String, Throwable) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason and cause.
SQLTransientException(String, String, Throwable) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason, SQLState and cause.
SQLTransientException(String, String, int, Throwable) - Constructor for exception java.sql.SQLTransientException
Constructs a SQLTransientException object with a given reason, SQLState, vendorCode and cause.
SQLType - Interface in java.sql
An object that is used to identify a generic SQL type, called a JDBC type or a vendor specific data type.
SQLWarning - Exception in java.sql
An exception that provides information on database access warnings.
SQLWarning(String, String, int) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason, SQLState and vendorCode.
SQLWarning(String, String) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason and SQLState.
SQLWarning(String) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason.
SQLWarning() - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object.
SQLWarning(Throwable) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given cause.
SQLWarning(String, Throwable) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason and cause.
SQLWarning(String, String, Throwable) - Constructor for exception java.sql.SQLWarning
Constructs a SQLWarning object with a given reason, SQLState and cause.
SQLWarning(String, String, int, Throwable) - Constructor for exception java.sql.SQLWarning
Constructs aSQLWarning object with a given reason, SQLState, vendorCode and cause.
SQLXML - Interface in java.sql
The mapping in the JavaTM programming language for the SQL XML type.
SQLXML - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type XML.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
sqrt(double) - Static method in class java.lang.StrictMath
Returns the correctly rounded positive square root of a double value.
SRC - Static variable in class java.awt.AlphaComposite
The source is copied to the destination (Porter-Duff Source rule).
Src - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque SRC rule with an alpha of 1.0f.
SRC_ATOP - Static variable in class java.awt.AlphaComposite
The part of the source lying inside of the destination is composited onto the destination (Porter-Duff Source Atop Destination rule).
SRC_IN - Static variable in class java.awt.AlphaComposite
The part of the source lying inside of the destination replaces the destination (Porter-Duff Source In Destination rule).
SRC_OUT - Static variable in class java.awt.AlphaComposite
The part of the source lying outside of the destination replaces the destination (Porter-Duff Source Held Out By Destination rule).
SRC_OVER - Static variable in class java.awt.AlphaComposite
The source is composited over the destination (Porter-Duff Source Over Destination rule).
SrcAtop - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque SRC_ATOP rule with an alpha of 1.0f.
srccols - Variable in class java.awt.image.ReplicateScaleFilter
An int array containing information about a column of pixels.
srcHeight - Variable in class java.awt.image.ReplicateScaleFilter
The height of the source image.
SrcIn - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque SRC_IN rule with an alpha of 1.0f.
SrcOut - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque SRC_OUT rule with an alpha of 1.0f.
SrcOver - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque SRC_OVER rule with an alpha of 1.0f.
srcrows - Variable in class java.awt.image.ReplicateScaleFilter
An int array containing information about a row of pixels.
srcWidth - Variable in class java.awt.image.ReplicateScaleFilter
The width of the source image.
Stack<E> - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
StackOverflowError - Error in java.lang
Thrown when a stack overflow occurs because an application recurses too deeply.
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
StackTraceElement - Class in java.lang
An element in a stack trace, as returned by Throwable.getStackTrace().
StackTraceElement(String, String, String, int) - Constructor for class java.lang.StackTraceElement
Creates a stack trace element representing the specified execution point.
StampedLock - Class in java.util.concurrent.locks
A capability-based lock with three modes for controlling read/write access.
StampedLock() - Constructor for class java.util.concurrent.locks.StampedLock
Creates a new lock, initially in unlocked state.
STANDARD - Static variable in class java.awt.font.GlyphMetrics
Indicates a glyph that represents a single standard character.
STANDARD - Static variable in class java.time.format.DecimalStyle
The standard set of non-localized decimal style symbols.
STANDARD_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as standard time.
StandardCharsets - Class in java.nio.charset
Constant definitions for the standard Charsets.
StandardCopyOption - Enum in java.nio.file
Defines the standard copy options.
StandardOpenOption - Enum in java.nio.file
Defines the standard open options.
StandardProtocolFamily - Enum in java.net
Defines the standard families of communication protocols.
StandardSocketOptions - Class in java.net
Defines the standard socket options.
StandardWatchEventKinds - Class in java.nio.file
Defines the standard event kinds.
start() - Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it should start its execution.
start - Variable in class java.awt.geom.Arc2D.Double
The starting angle of the arc in degrees.
start - Variable in class java.awt.geom.Arc2D.Float
The starting angle of the arc in degrees.
start() - Method in class java.lang.ProcessBuilder
Starts a new process using the attributes of this process builder.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start() - Method in class java.util.regex.Matcher
Returns the start index of the previous match.
start(int) - Method in class java.util.regex.Matcher
Returns the start index of the subsequence captured by the given group during the previous match operation.
start(String) - Method in class java.util.regex.Matcher
Returns the start index of the subsequence captured by the given named-capturing group during the previous match operation.
start() - Method in interface java.util.regex.MatchResult
Returns the start index of the match.
start(int) - Method in interface java.util.regex.MatchResult
Returns the start index of the subsequence captured by the given group during this match.
START_PUNCTUATION - Static variable in class java.lang.Character
General category "Ps" in the Unicode specification.
startDrag(Cursor, Transferable) - Method in class java.awt.dnd.DragGestureEvent
Starts the drag operation given the Cursor for this drag operation and the Transferable representing the source data for this drag operation.
startDrag(Cursor, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragGestureEvent
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
startDrag(Cursor, Image, Point, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragGestureEvent
Start the drag given the initial Cursor to display, a drag Image, the offset of the Image, the Transferable object, and the DragSourceListener to use.
startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener, FlavorMap) - Method in class java.awt.dnd.DragSource
Start a drag, given the DragGestureEvent that initiated the drag, the initial Cursor to use, the Image to drag, the offset of the Image origin from the hotspot of the Cursor at the instant of the trigger, the Transferable subject data of the drag, the DragSourceListener, and the FlavorMap.
startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener, FlavorMap) - Method in class java.awt.dnd.DragSource
Start a drag, given the DragGestureEvent that initiated the drag, the initial Cursor to use, the Transferable subject data of the drag, the DragSourceListener, and the FlavorMap.
startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragSource
Start a drag, given the DragGestureEvent that initiated the drag, the initial Cursor to use, the Image to drag, the offset of the Image origin from the hotspot of the Cursor at the instant of the trigger, the subject data of the drag, and the DragSourceListener.
startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragSource
Start a drag, given the DragGestureEvent that initiated the drag, the initial Cursor to use, the Transferable subject data of the drag, and the DragSourceListener.
startDrag(DragSourceContext, Cursor, Image, Point) - Method in interface java.awt.dnd.peer.DragSourceContextPeer
start a drag
startGrabbing() - Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to start fetching the pixels.
startProduction(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Starts production of the filtered image.
startProduction(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Registers the specified ImageConsumer object as a consumer and starts an immediate reconstruction of the image data which will then be delivered to this consumer and any other consumer which might have already been registered with the producer.
startProduction(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image and immediately starts delivery of the image data through the ImageConsumer interface.
startProduction(ImageConsumer) - Method in class java.awt.image.renderable.RenderableImageProducer
Adds an ImageConsumer to the list of consumers interested in data for this image, and immediately starts delivery of the image data through the ImageConsumer interface.
startsWith(String, int) - Method in class java.lang.String
Tests if the substring of this string beginning at the specified index starts with the specified prefix.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(Path) - Method in interface java.nio.file.Path
Tests if this path starts with the given path.
startsWith(String) - Method in interface java.nio.file.Path
Tests if this path starts with a Path, constructed by converting the given path string, in exactly the manner specified by the startsWith(Path) method.
state - Variable in class java.security.Signature
Current state of this signature object.
STATEMENT - Static variable in class java.awt.PageAttributes.MediaType
An alias for INVOICE.
Statement - Class in java.beans
A Statement object represents a primitive statement in which a single method is applied to a target and a set of arguments - as in "a.setFoo(b)".
Statement(Object, String, Object[]) - Constructor for class java.beans.Statement
Creates a new Statement object for the specified target object to invoke the method specified by the name and by the array of arguments.
Statement - Interface in java.sql
The object used for executing a static SQL statement and returning the results it produces.
STATIC - Static variable in class java.lang.reflect.Modifier
The int value representing the static modifier.
STATICIMAGEDONE - Static variable in interface java.awt.image.ImageConsumer
The image is complete and there are no more pixels or frames to be delivered.
status() - Method in class java.awt.image.PixelGrabber
Returns the status of the pixels.
statusAll(boolean) - Method in class java.awt.MediaTracker
Calculates and returns the bitwise inclusive OR of the status of all media that are tracked by this media tracker.
statusID(int, boolean) - Method in class java.awt.MediaTracker
Calculates and returns the bitwise inclusive OR of the status of all media with the specified identifier that are tracked by this media tracker.
stop() - Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it should stop its execution.
stop() - Method in interface java.applet.AudioClip
Stops playing this audio clip.
stop() - Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
cause autoscrolling to stop
stop() - Method in class java.lang.Thread
Deprecated.
This method is inherently unsafe. Stopping a thread with Thread.stop causes it to unlock all of the monitors that it has locked (as a natural consequence of the unchecked ThreadDeath exception propagating up the stack). If any of the objects previously protected by these monitors were in an inconsistent state, the damaged objects become visible to other threads, potentially resulting in arbitrary behavior. Many uses of stop should be replaced by code that simply modifies some variable to indicate that the target thread should stop running. The target thread should check this variable regularly, and return from its run method in an orderly fashion if the variable indicates that it is to stop running. If the target thread waits for long periods (on a condition variable, for example), the interrupt method should be used to interrupt the wait. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop(Throwable) - Method in class java.lang.Thread
Deprecated.
This method was originally designed to force a thread to stop and throw a given Throwable as an exception. It was inherently unsafe (see Thread.stop() for details), and furthermore could be used to generate exceptions that the target thread was not prepared to handle. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop() - Method in class java.lang.ThreadGroup
Deprecated.
This method is inherently unsafe. See Thread.stop() for details.
store(OutputStream, char[]) - Method in class java.security.KeyStore
Stores this keystore to the given output stream, and protects its integrity with the given password.
store(KeyStore.LoadStoreParameter) - Method in class java.security.KeyStore
Stores this keystore using the given LoadStoreParameter.
store(Writer, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output character stream in a format suitable for using the load(Reader) method.
store(OutputStream, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load(InputStream) method.
STORED - Static variable in class java.util.zip.ZipEntry
Compression method for uncompressed entries.
STORED - Static variable in class java.util.zip.ZipOutputStream
Compression method for uncompressed (STORED) entries.
storesLowerCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
storesLowerCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case.
storesMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
storesMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
storesUpperCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
storesUpperCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
storeToXML(OutputStream, String) - Method in class java.util.Properties
Emits an XML document representing all of the properties contained in this table.
storeToXML(OutputStream, String, String) - Method in class java.util.Properties
Emits an XML document representing all of the properties contained in this table, using the specified encoding.
stream(T[]) - Static method in class java.util.Arrays
Returns a sequential Stream with the specified array as its source.
stream(T[], int, int) - Static method in class java.util.Arrays
Returns a sequential Stream with the specified range of the specified array as its source.
stream(int[]) - Static method in class java.util.Arrays
Returns a sequential IntStream with the specified array as its source.
stream(int[], int, int) - Static method in class java.util.Arrays
Returns a sequential IntStream with the specified range of the specified array as its source.
stream(long[]) - Static method in class java.util.Arrays
Returns a sequential LongStream with the specified array as its source.
stream(long[], int, int) - Static method in class java.util.Arrays
Returns a sequential LongStream with the specified range of the specified array as its source.
stream(double[]) - Static method in class java.util.Arrays
Returns a sequential DoubleStream with the specified array as its source.
stream(double[], int, int) - Static method in class java.util.Arrays
Returns a sequential DoubleStream with the specified range of the specified array as its source.
stream() - Method in class java.util.BitSet
Returns a stream of indices for which this BitSet contains a bit in the set state.
stream() - Method in interface java.util.Collection
Returns a sequential Stream with this collection as its source.
stream() - Method in class java.util.jar.JarFile
 
Stream<T> - Interface in java.util.stream
A sequence of elements supporting sequential and parallel aggregate operations.
stream(Spliterator<T>, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel Stream from a Spliterator.
stream(Supplier<? extends Spliterator<T>>, int, boolean) - Static method in class java.util.stream.StreamSupport
Creates a new sequential or parallel Stream from a Supplier of Spliterator.
stream() - Method in class java.util.zip.ZipFile
Return an ordered Stream over the ZIP file entries.
Stream.Builder<T> - Interface in java.util.stream
A mutable builder for a Stream.
STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
Magic number that is written to the stream header.
STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
Version number that is written to the stream header.
StreamCorruptedException - Exception in java.io
Thrown when control information that was read from an object stream violates internal consistency checks.
StreamCorruptedException(String) - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list a reason why thrown.
StreamCorruptedException() - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list no reason why thrown.
StreamHandler - Class in java.util.logging
Stream based logging Handler.
StreamHandler() - Constructor for class java.util.logging.StreamHandler
Create a StreamHandler, with no current output stream.
StreamHandler(OutputStream, Formatter) - Constructor for class java.util.logging.StreamHandler
Create a StreamHandler with a given Formatter and output stream.
StreamSupport - Class in java.util.stream
Low-level utility methods for creating and manipulating streams.
StreamTokenizer - Class in java.io
The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
Deprecated.
As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
   Reader r = new BufferedReader(new InputStreamReader(is));
   StreamTokenizer st = new StreamTokenizer(r);
 
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
STRICT - Static variable in class java.lang.reflect.Modifier
The int value representing the strictfp modifier.
StrictMath - Class in java.lang
The class StrictMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
STRIKETHROUGH - Static variable in class java.awt.font.TextAttribute
Attribute key for strikethrough.
STRIKETHROUGH_ON - Static variable in class java.awt.font.TextAttribute
A single strikethrough.
String - Class in java.lang
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(int[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the Unicode code point array argument.
String(byte[], int, int, int) - Constructor for class java.lang.String
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a Charset, charset name, or that use the platform's default charset.
String(byte[], int) - Constructor for class java.lang.String
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a Charset, charset name, or that use the platform's default charset.
String(byte[], int, int, String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], int, int, Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], int, int) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the platform's default charset.
String(byte[]) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the platform's default charset.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
String(StringBuilder) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string builder argument.
StringBuffer - Class in java.lang
A thread-safe, mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and the specified initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer initialized to the contents of the specified string.
StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
Constructs a string buffer that contains the same characters as the specified CharSequence.
StringBufferInputStream - Class in java.io
Deprecated.
This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader class.
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Deprecated.
Creates a string input stream to read data from the specified string.
StringBuilder - Class in java.lang
A mutable sequence of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity of 16 characters.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity specified by the capacity argument.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder initialized to the contents of the specified string.
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
Constructs a string builder that contains the same characters as the specified CharSequence.
StringCharacterIterator - Class in java.text
StringCharacterIterator implements the CharacterIterator protocol for a String.
StringCharacterIterator(String) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator with an initial index of 0.
StringCharacterIterator(String, int) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator with the specified initial index.
StringCharacterIterator(String, int, int, int) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator over the given range of the given string, with the index set at the specified position.
stringFlavor - Static variable in class java.awt.datatransfer.DataFlavor
The DataFlavor representing a Java Unicode String class, where:
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by String methods to indicate that an index is either negative or greater than the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringJoiner - Class in java.util
StringJoiner is used to construct a sequence of characters separated by a delimiter and optionally starting with a supplied prefix and ending with a supplied suffix.
StringJoiner(CharSequence) - Constructor for class java.util.StringJoiner
Constructs a StringJoiner with no characters in it, with no prefix or suffix, and a copy of the supplied delimiter.
StringJoiner(CharSequence, CharSequence, CharSequence) - Constructor for class java.util.StringJoiner
Constructs a StringJoiner with no characters in it using copies of the supplied prefix, delimiter and suffix.
stringPropertyNames() - Method in class java.util.Properties
Returns a set of keys in this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
StringReader - Class in java.io
A character stream whose source is a string.
StringReader(String) - Constructor for class java.io.StringReader
Creates a new string reader.
StringSelection - Class in java.awt.datatransfer
A Transferable which implements the capability required to transfer a String.
StringSelection(String) - Constructor for class java.awt.datatransfer.StringSelection
Creates a Transferable capable of transferring the specified String.
StringTokenizer - Class in java.util
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
stringWidth(String) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified String in this Font.
StringWriter - Class in java.io
A character stream that collects its output in a string buffer, which can then be used to construct a string.
StringWriter() - Constructor for class java.io.StringWriter
Create a new string writer using the default initial string-buffer size.
StringWriter(int) - Constructor for class java.io.StringWriter
Create a new string writer using the specified initial string-buffer size.
STRIP - Static variable in interface java.util.jar.Pack200.Packer
The string "strip", a possible value for certain properties.
stripExtensions() - Method in class java.util.Locale
Returns a copy of this Locale with no extensions.
stripTrailingZeros() - Method in class java.math.BigDecimal
Returns a BigDecimal which is numerically equal to this one but with any trailing zeros removed from the representation.
STROKE - Static variable in class java.awt.font.ShapeGraphicAttribute
A key indicating the shape should be stroked with a 1-pixel wide stroke.
Stroke - Interface in java.awt
The Stroke interface allows a Graphics2D object to obtain a Shape that is the decorated outline, or stylistic representation of the outline, of the specified Shape.
Struct - Interface in java.sql
The standard mapping in the Java programming language for an SQL structured type.
STRUCT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
StubNotFoundException - Exception in java.rmi
A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported.
StubNotFoundException(String) - Constructor for exception java.rmi.StubNotFoundException
Constructs a StubNotFoundException with the specified detail message.
StubNotFoundException(String, Exception) - Constructor for exception java.rmi.StubNotFoundException
Constructs a StubNotFoundException with the specified detail message and nested exception.
style - Variable in class java.awt.Font
The style of this Font, as passed to the constructor.
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable overriding of readObject and writeObject.
subdivide(CubicCurve2D, CubicCurve2D) - Method in class java.awt.geom.CubicCurve2D
Subdivides this cubic curve and stores the resulting two subdivided curves into the left and right curve parameters.
subdivide(CubicCurve2D, CubicCurve2D, CubicCurve2D) - Static method in class java.awt.geom.CubicCurve2D
Subdivides the cubic curve specified by the src parameter and stores the resulting two subdivided curves into the left and right curve parameters.
subdivide(double[], int, double[], int, double[], int) - Static method in class java.awt.geom.CubicCurve2D
Subdivides the cubic curve specified by the coordinates stored in the src array at indices srcoff through (srcoff + 7) and stores the resulting two subdivided curves into the two result arrays at the corresponding indices.
subdivide(QuadCurve2D, QuadCurve2D) - Method in class java.awt.geom.QuadCurve2D
Subdivides this QuadCurve2D and stores the resulting two subdivided curves into the left and right curve parameters.
subdivide(QuadCurve2D, QuadCurve2D, QuadCurve2D) - Static method in class java.awt.geom.QuadCurve2D
Subdivides the quadratic curve specified by the src parameter and stores the resulting two subdivided curves into the left and right curve parameters.
subdivide(double[], int, double[], int, double[], int) - Static method in class java.awt.geom.QuadCurve2D
Subdivides the quadratic curve specified by the coordinates stored in the src array at indices srcoff through srcoff + 5 and stores the resulting two subdivided curves into the two result arrays at the corresponding indices.
subList(int, int) - Method in class java.util.AbstractList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.ArrayList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subMap(K, boolean, K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
subMap(K, K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
subMap(K, boolean, K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
subMap(K, K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
subMap(K, boolean, K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap
 
subMap(K, K) - Method in class java.util.TreeMap
 
submit(Runnable) - Method in class java.util.concurrent.AbstractExecutorService
 
submit(Runnable, T) - Method in class java.util.concurrent.AbstractExecutorService
 
submit(Callable<T>) - Method in class java.util.concurrent.AbstractExecutorService
 
submit(Callable<V>) - Method in interface java.util.concurrent.CompletionService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, V) - Method in interface java.util.concurrent.CompletionService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<V>) - Method in class java.util.concurrent.ExecutorCompletionService
 
submit(Runnable, V) - Method in class java.util.concurrent.ExecutorCompletionService
 
submit(Callable<T>) - Method in interface java.util.concurrent.ExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, T) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(ForkJoinTask<T>) - Method in class java.util.concurrent.ForkJoinPool
Submits a ForkJoinTask for execution.
submit(Callable<T>) - Method in class java.util.concurrent.ForkJoinPool
 
submit(Runnable, T) - Method in class java.util.concurrent.ForkJoinPool
 
submit(Runnable) - Method in class java.util.concurrent.ForkJoinPool
 
submit(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
submit(Runnable, T) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
submit(Callable<T>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
subpath(int, int) - Method in interface java.nio.file.Path
Returns a relative Path that is a subsequence of the name elements of this path.
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a CharSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
Returns a character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
 
subSequence(int, int) - Method in class java.nio.CharBuffer
Creates a new character buffer that represents the specified subsequence of this buffer, relative to the current position.
Subset(String) - Constructor for class java.lang.Character.Subset
Constructs a new Subset instance.
subSet(E, boolean, E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
subSet(E, E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
subSet(E, boolean, E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
subSet(E, E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, boolean, E, boolean) - Method in class java.util.TreeSet
 
subSet(E, E) - Method in class java.util.TreeSet
 
SUBSIZED - Static variable in interface java.util.Spliterator
Characteristic value signifying that all Spliterators resulting from trySplit() will be both Spliterator.SIZED and Spliterator.SUBSIZED.
substituteColorModel(ColorModel, ColorModel) - Method in class java.awt.image.RGBImageFilter
Registers two ColorModel objects for substitution.
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable substitution of one object for another during serialization/deserialization.
substring(int) - Method in class java.lang.String
Returns a string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a string that is a substring of this string.
substring(int) - Method in class java.lang.StringBuffer
 
substring(int, int) - Method in class java.lang.StringBuffer
 
subtract(Area) - Method in class java.awt.geom.Area
Subtracts the shape of the specified Area from the shape of this Area.
subtract(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), and whose scale is max(this.scale(), subtrahend.scale()).
subtract(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), with rounding according to the context settings.
subtract(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val).
subtractExact(int, int) - Static method in class java.lang.Math
Returns the difference of the arguments, throwing an exception if the result overflows an int.
subtractExact(long, long) - Static method in class java.lang.Math
Returns the difference of the arguments, throwing an exception if the result overflows a long.
subtractExact(int, int) - Static method in class java.lang.StrictMath
Returns the difference of the arguments, throwing an exception if the result overflows an int.
subtractExact(long, long) - Static method in class java.lang.StrictMath
Returns the difference of the arguments, throwing an exception if the result overflows a long.
subtractFrom(Temporal) - Method in interface java.time.chrono.ChronoPeriod
Subtracts this period from the specified temporal object.
subtractFrom(Temporal) - Method in class java.time.Duration
Subtracts this duration from the specified temporal object.
subtractFrom(Temporal) - Method in class java.time.Period
Subtracts this period from the specified temporal object.
subtractFrom(Temporal) - Method in interface java.time.temporal.TemporalAmount
Subtracts this object from the specified temporal object.
SUCCESS_NO_INFO - Static variable in interface java.sql.Statement
The constant indicating that a batch statement executed successfully but that no count of the number of rows it affected is available.
sum(double, double) - Static method in class java.lang.Double
Adds two double values together as per the + operator.
sum(float, float) - Static method in class java.lang.Float
Adds two float values together as per the + operator.
sum(int, int) - Static method in class java.lang.Integer
Adds two integers together as per the + operator.
sum(long, long) - Static method in class java.lang.Long
Adds two long values together as per the + operator.
sum() - Method in class java.util.concurrent.atomic.DoubleAdder
Returns the current sum.
sum() - Method in class java.util.concurrent.atomic.LongAdder
Returns the current sum.
sum() - Method in interface java.util.stream.DoubleStream
Returns the sum of elements in this stream.
sum() - Method in interface java.util.stream.IntStream
Returns the sum of elements in this stream.
sum() - Method in interface java.util.stream.LongStream
Returns the sum of elements in this stream.
summarizingDouble(ToDoubleFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector which applies an double-producing mapping function to each input element, and returns summary statistics for the resulting values.
summarizingInt(ToIntFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector which applies an int-producing mapping function to each input element, and returns summary statistics for the resulting values.
summarizingLong(ToLongFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector which applies an long-producing mapping function to each input element, and returns summary statistics for the resulting values.
summaryStatistics() - Method in interface java.util.stream.DoubleStream
Returns a DoubleSummaryStatistics describing various summary data about the elements of this stream.
summaryStatistics() - Method in interface java.util.stream.IntStream
Returns an IntSummaryStatistics describing various summary data about the elements of this stream.
summaryStatistics() - Method in interface java.util.stream.LongStream
Returns a LongSummaryStatistics describing various summary data about the elements of this stream.
summingDouble(ToDoubleFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the sum of a double-valued function applied to the input elements.
summingInt(ToIntFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the sum of a integer-valued function applied to the input elements.
summingLong(ToLongFunction<? super T>) - Static method in class java.util.stream.Collectors
Returns a Collector that produces the sum of a long-valued function applied to the input elements.
sumThenReset() - Method in class java.util.concurrent.atomic.DoubleAdder
Equivalent in effect to DoubleAdder.sum() followed by DoubleAdder.reset().
sumThenReset() - Method in class java.util.concurrent.atomic.LongAdder
Equivalent in effect to LongAdder.sum() followed by LongAdder.reset().
SUNDANESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese" Unicode character block.
SUNDANESE_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese Supplement" Unicode character block.
SUNDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Sunday.
SUNDAY_START - Static variable in class java.time.temporal.WeekFields
The common definition of a week that starts on Sunday and the first week has a minimum of 1 day.
SUPERSCRIPT - Static variable in class java.awt.font.TextAttribute
Attribute key for superscripting and subscripting.
SUPERSCRIPT_SUB - Static variable in class java.awt.font.TextAttribute
Standard subscript.
SUPERSCRIPT_SUPER - Static variable in class java.awt.font.TextAttribute
Standard superscript.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Superscripts and Subscripts" Unicode character block.
SUPPLEMENTAL_ARROWS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-A" Unicode character block.
SUPPLEMENTAL_ARROWS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-B" Unicode character block.
SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Mathematical Operators" Unicode character block.
SUPPLEMENTAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Punctuation" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-A" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-B" Unicode character block.
Supplier<T> - Interface in java.util.function
Represents a supplier of results.
supplier() - Method in interface java.util.stream.Collector
A function that creates and returns a new mutable result container.
supplyAsync(Supplier<U>) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the ForkJoinPool.commonPool() with the value obtained by calling the given Supplier.
supplyAsync(Supplier<U>, Executor) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the given executor with the value obtained by calling the given Supplier.
supportedFileAttributeViews() - Method in class java.nio.file.FileSystem
Returns the set of the names of the file attribute views supported by this FileSystem.
supportedOptions() - Method in interface java.nio.channels.NetworkChannel
Returns a set of the socket options supported by this channel.
supportsAlterTableWithAddColumn() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports ALTER TABLE with add column.
supportsAlterTableWithDropColumn() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports ALTER TABLE with drop column.
supportsANSI92EntryLevelSQL() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
supportsANSI92FullSQL() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
supportsANSI92IntermediateSQL() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
supportsBatchUpdates() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports batch updates.
supportsCatalogsInDataManipulation() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a data manipulation statement.
supportsCatalogsInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in an index definition statement.
supportsCatalogsInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a privilege definition statement.
supportsCatalogsInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a procedure call statement.
supportsCatalogsInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog name can be used in a table definition statement.
supportsColumnAliasing() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports column aliasing.
supportsConvert() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the JDBC scalar function CONVERT for the conversion of one JDBC type to another.
supportsConvert(int, int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the JDBC scalar function CONVERT for conversions between the JDBC types fromType and toType.
supportsCoreSQLGrammar() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ODBC Core SQL grammar.
supportsCorrelatedSubqueries() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports correlated subqueries.
supportsCustomEditor() - Method in interface java.beans.PropertyEditor
Determines whether this property editor supports a custom editor.
supportsCustomEditor() - Method in class java.beans.PropertyEditorSupport
Determines whether the propertyEditor can provide a custom editor.
supportsDataDefinitionAndDataManipulationTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports both data definition and data manipulation statements within a transaction.
supportsDataManipulationTransactionsOnly() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports only data manipulation statements within a transaction.
supportsDifferentTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
supportsExpressionsInOrderBy() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports expressions in ORDER BY lists.
supportsExtendedSQLGrammar() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ODBC Extended SQL grammar.
supportsFileAttributeView(Class<? extends FileAttributeView>) - Method in class java.nio.file.FileStore
Tells whether or not this file store supports the file attributes identified by the given file attribute view.
supportsFileAttributeView(String) - Method in class java.nio.file.FileStore
Tells whether or not this file store supports the file attributes identified by the given file attribute view.
supportsFullOuterJoins() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports full nested outer joins.
supportsGetGeneratedKeys() - Method in interface java.sql.DatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after a statement has been executed
supportsGroupBy() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports some form of GROUP BY clause.
supportsGroupByBeyondSelect() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports using columns not included in the SELECT statement in a GROUP BY clause provided that all of the columns in the SELECT statement are included in the GROUP BY clause.
supportsGroupByUnrelated() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.
supportsIntegrityEnhancementFacility() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the SQL Integrity Enhancement Facility.
supportsLikeEscapeClause() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports specifying a LIKE escape clause.
supportsLimitedOuterJoins() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database provides limited support for outer joins.
supportsMinimumSQLGrammar() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the ODBC Minimum SQL grammar.
supportsMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMulticast() - Method in class java.net.NetworkInterface
Returns whether a network interface supports multicasting or not.
supportsMultipleOpenResults() - Method in interface java.sql.DatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports getting multiple ResultSet objects from a single call to the method execute.
supportsMultipleTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database allows having multiple transactions open at once (on different connections).
supportsNamedParameters() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in interface java.sql.DatabaseMetaData
Retrieves whether columns in this database may be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping cursors open across commits.
supportsOpenCursorsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping cursors open across rollbacks.
supportsOpenStatementsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping statements open across commits.
supportsOpenStatementsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports keeping statements open across rollbacks.
supportsOrderByUnrelated() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.
supportsOuterJoins() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports some form of outer join.
supportsParameter(Object) - Method in class java.security.Provider.Service
Test whether this Service can use the specified parameter.
supportsPositionedDelete() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports positioned DELETE statements.
supportsPositionedUpdate() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports positioned UPDATE statements.
supportsRefCursors() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports REF CURSOR.
supportsResultSetConcurrency(int, int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given concurrency type in combination with the given result set type.
supportsResultSetHoldability(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given result set type.
supportsSavepoints() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a data manipulation statement.
supportsSchemasInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in an index definition statement.
supportsSchemasInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a privilege definition statement.
supportsSchemasInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a procedure call statement.
supportsSchemasInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a schema name can be used in a table definition statement.
supportsSelectForUpdate() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports SELECT FOR UPDATE statements.
supportsStatementPooling() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports statement pooling.
supportsStoredFunctionsUsingCallSyntax() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports invoking user-defined or vendor functions using the stored procedure escape syntax.
supportsStoredProcedures() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
supportsSubqueriesInComparisons() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in comparison expressions.
supportsSubqueriesInExists() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in EXISTS expressions.
supportsSubqueriesInIns() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in IN expressions.
supportsSubqueriesInQuantifieds() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports subqueries in quantified expressions.
supportsTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports table correlation names.
supportsTransactionIsolationLevel(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports the given transaction isolation level.
supportsTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports transactions.
supportsUnion() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports SQL UNION.
supportsUnionAll() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database supports SQL UNION ALL.
supportsUrgentData() - Method in class java.net.SocketImpl
Returns whether or not this SocketImpl supports sending urgent data.
SuppressWarnings - Annotation Type in java.lang
Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
SURROGATE - Static variable in class java.lang.Character
General category "Cs" in the Unicode specification.
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Deprecated.
As of J2SE 5, use Character.UnicodeBlock.HIGH_SURROGATES, Character.UnicodeBlock.HIGH_PRIVATE_USE_SURROGATES, and Character.UnicodeBlock.LOW_SURROGATES. These new constants match the block definitions of the Unicode Standard. The Character.UnicodeBlock.of(char) and Character.UnicodeBlock.of(int) methods return the new constants, not SURROGATES_AREA.
suspend() - Method in class java.lang.Thread
Deprecated.
This method has been deprecated, as it is inherently deadlock-prone. If the target thread holds a lock on the monitor protecting a critical system resource when it is suspended, no thread can access this resource until the target thread is resumed. If the thread that would resume the target thread attempts to lock this monitor prior to calling resume, deadlock results. Such deadlocks typically manifest themselves as "frozen" processes. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
suspend() - Method in class java.lang.ThreadGroup
Deprecated.
This method is inherently deadlock-prone. See Thread.suspend() for details.
sval - Variable in class java.io.StreamTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
SW_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The south-west-resize cursor type.
SW_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.SW_RESIZE_CURSOR.
swap(List<?>, int, int) - Static method in class java.util.Collections
Swaps the elements at the specified positions in the specified list.
SWAP_COLORS - Static variable in class java.awt.font.TextAttribute
Attribute key for swapping foreground and background Paints.
SWAP_COLORS_ON - Static variable in class java.awt.font.TextAttribute
Swap foreground and background.
SwitchPoint - Class in java.lang.invoke
A SwitchPoint is an object which can publish state transitions to other threads.
SwitchPoint() - Constructor for class java.lang.invoke.SwitchPoint
Creates a new switch point.
SYLOTI_NAGRI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syloti Nagri" Unicode character block.
sync() - Method in class java.awt.Toolkit
Synchronizes this toolkit's graphics state.
sync() - Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying device.
sync() - Method in class java.util.prefs.AbstractPreferences
Implements the sync method as per the specification in Preferences.sync().
sync() - Method in class java.util.prefs.Preferences
Ensures that future reads from this preference node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.
SYNC_FLUSH - Static variable in class java.util.zip.Deflater
Compression flush mode used to flush out all pending output; may degrade compression for some compression algorithms.
syncAll(MutableCallSite[]) - Static method in class java.lang.invoke.MutableCallSite
Performs a synchronization operation on each call site in the given array, forcing all other threads to throw away any cached values previously loaded from the target of any of the call sites.
SyncFailedException - Exception in java.io
Signals that a sync operation has failed.
SyncFailedException(String) - Constructor for exception java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
The int value representing the synchronized modifier.
synchronizedCollection(Collection<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedList(List<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedMap(Map<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedNavigableMap(NavigableMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) navigable map backed by the specified navigable map.
synchronizedNavigableSet(NavigableSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) navigable set backed by the specified navigable set.
synchronizedSet(Set<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSortedMap(SortedMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
synchronizedSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
SynchronousQueue<E> - Class in java.util.concurrent
A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.
SynchronousQueue() - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with nonfair access policy.
SynchronousQueue(boolean) - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with the specified fairness policy.
syncSpi() - Method in class java.util.prefs.AbstractPreferences
This method is invoked with this node locked.
SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syriac" Unicode character block.
System - Class in java.lang
The System class contains several useful class fields and methods.
system(ZoneId) - Static method in class java.time.Clock
Obtains a clock that returns the current instant using best available system clock.
SYSTEM_PORT - Static variable in interface java.rmi.activation.ActivationSystem
The port to lookup the activation system.
SystemColor - Class in java.awt
A class to encapsulate symbolic colors representing the color of native GUI objects on a system.
systemDefault() - Static method in class java.time.ZoneId
Gets the system default time-zone.
systemDefaultZone() - Static method in class java.time.Clock
Obtains a clock that returns the current instant using the best available system clock, converting to date and time using the default time-zone.
SystemFlavorMap - Class in java.awt.datatransfer
The SystemFlavorMap is a configurable map between "natives" (Strings), which correspond to platform-specific data formats, and "flavors" (DataFlavors), which correspond to platform-independent MIME types.
systemNodeForPackage(Class<?>) - Static method in class java.util.prefs.Preferences
Returns the preference node from the system preference tree that is associated (by convention) with the specified class's package.
systemRoot() - Static method in class java.util.prefs.Preferences
Returns the root preference node for the system.
systemRoot() - Method in interface java.util.prefs.PreferencesFactory
Returns the system root preference node.
SystemTray - Class in java.awt
The SystemTray class represents the system tray for a desktop.
SystemTrayPeer - Interface in java.awt.peer
The peer interface for SystemTray.
systemUTC() - Static method in class java.time.Clock
Obtains a clock that returns the current instant using the best available system clock, converting to date and time using the UTC time-zone.

T

TAB - Static variable in class java.awt.Event
The Tab key.
tableIndexClustered - Static variable in interface java.sql.DatabaseMetaData
Indicates that this table index is a clustered index.
tableIndexHashed - Static variable in interface java.sql.DatabaseMetaData
Indicates that this table index is a hashed index.
tableIndexOther - Static variable in interface java.sql.DatabaseMetaData
Indicates that this table index is not a clustered index, a hashed index, or table statistics; it is something other than these.
tableIndexStatistic - Static variable in interface java.sql.DatabaseMetaData
Indicates that this column contains table statistics that are returned in conjunction with a table's index descriptions.
TABLOID - Static variable in class java.awt.PageAttributes.MediaType
An alias for LEDGER.
TAG_ACNT - Static variable in interface java.awt.font.OpenType
Accent attachment.
TAG_AVAR - Static variable in interface java.awt.font.OpenType
Axis variation.
TAG_BASE - Static variable in interface java.awt.font.OpenType
Baseline data.
TAG_BDAT - Static variable in interface java.awt.font.OpenType
Bitmap data.
TAG_BLOC - Static variable in interface java.awt.font.OpenType
Bitmap location.
TAG_BSLN - Static variable in interface java.awt.font.OpenType
Baseline table.
TAG_CFF - Static variable in interface java.awt.font.OpenType
Compact font format (Type1 font).
TAG_CMAP - Static variable in interface java.awt.font.OpenType
Character to glyph mapping.
TAG_CVAR - Static variable in interface java.awt.font.OpenType
CVT variation.
TAG_CVT - Static variable in interface java.awt.font.OpenType
Control value table.
TAG_DSIG - Static variable in interface java.awt.font.OpenType
Digital signature.
TAG_EBDT - Static variable in interface java.awt.font.OpenType
Embedded bitmap data.
TAG_EBLC - Static variable in interface java.awt.font.OpenType
Embedded bitmap location.
TAG_EBSC - Static variable in interface java.awt.font.OpenType
Embedded bitmap scaling.
TAG_FDSC - Static variable in interface java.awt.font.OpenType
Font descriptors.
TAG_FEAT - Static variable in interface java.awt.font.OpenType
Feature name.
TAG_FMTX - Static variable in interface java.awt.font.OpenType
Font metrics.
TAG_FPGM - Static variable in interface java.awt.font.OpenType
Font program.
TAG_FVAR - Static variable in interface java.awt.font.OpenType
Font variation.
TAG_GASP - Static variable in interface java.awt.font.OpenType
Grid-fitting and scan conversion procedure.
TAG_GDEF - Static variable in interface java.awt.font.OpenType
Glyph definition.
TAG_GLYF - Static variable in interface java.awt.font.OpenType
Glyph data.
TAG_GPOS - Static variable in interface java.awt.font.OpenType
Glyph positioning.
TAG_GSUB - Static variable in interface java.awt.font.OpenType
Glyph substitution.
TAG_GVAR - Static variable in interface java.awt.font.OpenType
Glyph variation.
TAG_HDMX - Static variable in interface java.awt.font.OpenType
Horizontal device metrics.
TAG_HEAD - Static variable in interface java.awt.font.OpenType
Font header.
TAG_HHEA - Static variable in interface java.awt.font.OpenType
Horizontal metrics header.
TAG_HMTX - Static variable in interface java.awt.font.OpenType
Horizontal metrics.
TAG_JSTF - Static variable in interface java.awt.font.OpenType
Justification.
TAG_JUST - Static variable in interface java.awt.font.OpenType
Justification.
TAG_KERN - Static variable in interface java.awt.font.OpenType
Kerning.
TAG_LCAR - Static variable in interface java.awt.font.OpenType
Ligature caret.
TAG_LOCA - Static variable in interface java.awt.font.OpenType
Index to location.
TAG_LTSH - Static variable in interface java.awt.font.OpenType
Linear threshold.
TAG_MAXP - Static variable in interface java.awt.font.OpenType
Maximum profile.
TAG_MMFX - Static variable in interface java.awt.font.OpenType
Multiple master font metrics.
TAG_MMSD - Static variable in interface java.awt.font.OpenType
Multiple master supplementary data.
TAG_MORT - Static variable in interface java.awt.font.OpenType
Glyph metamorphosis.
TAG_NAME - Static variable in interface java.awt.font.OpenType
Naming table.
TAG_OPBD - Static variable in interface java.awt.font.OpenType
Optical bounds.
TAG_OS2 - Static variable in interface java.awt.font.OpenType
OS/2 and Windows specific metrics.
TAG_PCLT - Static variable in interface java.awt.font.OpenType
PCL 5 data.
TAG_POST - Static variable in interface java.awt.font.OpenType
PostScript Information.
TAG_PREP - Static variable in interface java.awt.font.OpenType
CVT preprogram.
TAG_PROP - Static variable in interface java.awt.font.OpenType
Glyph properties.
TAG_TRAK - Static variable in interface java.awt.font.OpenType
Tracking.
TAG_TYP1 - Static variable in interface java.awt.font.OpenType
Adobe Type 1 font data.
TAG_VDMX - Static variable in interface java.awt.font.OpenType
Vertical device metrics.
TAG_VHEA - Static variable in interface java.awt.font.OpenType
Vertical metrics header.
TAG_VMTX - Static variable in interface java.awt.font.OpenType
Vertical metrics.
TAGALOG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tagalog" Unicode character block.
TAGBANWA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tagbanwa" Unicode character block.
TAGS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tags" Unicode character block.
TAI_LE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tai Le" Unicode character block.
TAI_THAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tai Tham" Unicode character block.
TAI_VIET - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tai Viet" Unicode character block.
TAI_XUAN_JING_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tai Xuan Jing Symbols" Unicode character block.
tailMap(K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
tailMap(K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
tailMap(K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
tailMap(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
tailMap(K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are greater than (or equal to, if inclusive is true) fromKey.
tailMap(K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K, boolean) - Method in class java.util.TreeMap
 
tailMap(K) - Method in class java.util.TreeMap
 
tailSet(E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
tailSet(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
tailSet(E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are greater than (or equal to, if inclusive is true) fromElement.
tailSet(E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(E, boolean) - Method in class java.util.TreeSet
 
tailSet(E) - Method in class java.util.TreeSet
 
TAISHO - Static variable in class java.time.chrono.JapaneseEra
The singleton instance for the 'Taisho' era (1912-07-30 - 1926-12-24) which has the value 0.
TAIWAN - Static variable in class java.util.Locale
Useful constant for country.
take() - Method in interface java.nio.file.WatchService
Retrieves and removes next watch key, waiting if none are yet present.
take() - Method in class java.util.concurrent.ArrayBlockingQueue
 
take() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting if necessary until an element becomes available.
take() - Method in interface java.util.concurrent.BlockingQueue
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available.
take() - Method in interface java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, waiting if none are yet present.
take() - Method in class java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue.
take() - Method in class java.util.concurrent.ExecutorCompletionService
 
take() - Method in class java.util.concurrent.LinkedBlockingDeque
 
take() - Method in class java.util.concurrent.LinkedBlockingQueue
 
take() - Method in class java.util.concurrent.LinkedTransferQueue
 
take() - Method in class java.util.concurrent.PriorityBlockingQueue
 
take() - Method in class java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, waiting if necessary for another thread to insert it.
takeFirst() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the first element of this deque, waiting if necessary until an element becomes available.
takeFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
takeLast() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the last element of this deque, waiting if necessary until an element becomes available.
takeLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
TAKRI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Takri" Unicode character block.
TAMIL - Static variable in class java.awt.font.NumericShaper
Identifies the TAMIL range and decimal base.
TAMIL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tamil" Unicode character block.
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
tan(double) - Static method in class java.lang.StrictMath
Returns the trigonometric tangent of an angle.
tanh(double) - Static method in class java.lang.Math
Returns the hyperbolic tangent of a double value.
tanh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic tangent of a double value.
target - Variable in class java.awt.Event
The target component.
Target - Annotation Type in java.lang.annotation
Indicates the contexts in which an annotation type is applicable.
TC_ARRAY - Static variable in interface java.io.ObjectStreamConstants
new Array.
TC_BASE - Static variable in interface java.io.ObjectStreamConstants
First tag value.
TC_BLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
Block of optional data.
TC_BLOCKDATALONG - Static variable in interface java.io.ObjectStreamConstants
long Block data.
TC_CLASS - Static variable in interface java.io.ObjectStreamConstants
Reference to Class.
TC_CLASSDESC - Static variable in interface java.io.ObjectStreamConstants
new Class Descriptor.
TC_ENDBLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
End of optional block data blocks for an object.
TC_ENUM - Static variable in interface java.io.ObjectStreamConstants
new Enum constant.
TC_EXCEPTION - Static variable in interface java.io.ObjectStreamConstants
Exception during write.
TC_LONGSTRING - Static variable in interface java.io.ObjectStreamConstants
Long string.
TC_MAX - Static variable in interface java.io.ObjectStreamConstants
Last tag value.
TC_NULL - Static variable in interface java.io.ObjectStreamConstants
Null object reference.
TC_OBJECT - Static variable in interface java.io.ObjectStreamConstants
new Object.
TC_PROXYCLASSDESC - Static variable in interface java.io.ObjectStreamConstants
new Proxy Class Descriptor.
TC_REFERENCE - Static variable in interface java.io.ObjectStreamConstants
Reference to an object already written into the stream.
TC_RESET - Static variable in interface java.io.ObjectStreamConstants
Reset stream context.
TC_STRING - Static variable in interface java.io.ObjectStreamConstants
new String.
TCP_NODELAY - Static variable in interface java.net.SocketOptions
Disable Nagle's algorithm for this connection.
TCP_NODELAY - Static variable in class java.net.StandardSocketOptions
Disable the Nagle algorithm.
TELUGU - Static variable in class java.awt.font.NumericShaper
Identifies the TELUGU range and decimal base.
TELUGU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Telugu" Unicode character block.
Temporal - Interface in java.time.temporal
Framework-level interface defining read-write access to a temporal object, such as a date, time, offset or some combination of these.
TemporalAccessor - Interface in java.time.temporal
Framework-level interface defining read-only access to a temporal object, such as a date, time, offset or some combination of these.
TemporalAdjuster - Interface in java.time.temporal
Strategy for adjusting a temporal object.
TemporalAdjusters - Class in java.time.temporal
Common and useful TemporalAdjusters.
TemporalAmount - Interface in java.time.temporal
Framework-level interface defining an amount of time, such as "6 hours", "8 days" or "2 years and 3 months".
TemporalField - Interface in java.time.temporal
A field of date-time, such as month-of-year or hour-of-minute.
TemporalQueries - Class in java.time.temporal
Common implementations of TemporalQuery.
TemporalQuery<R> - Interface in java.time.temporal
Strategy for querying a temporal object.
TemporalUnit - Interface in java.time.temporal
A unit of date-time, such as Days or Hours.
TEN - Static variable in class java.math.BigDecimal
The value 10, with a scale of 0.
TEN - Static variable in class java.math.BigInteger
The BigInteger constant ten.
terminated() - Method in class java.util.concurrent.ThreadPoolExecutor
Method invoked when the Executor has terminated.
TERTIARY - Static variable in class java.text.Collator
Collator strength value.
tertiaryOrder(int) - Static method in class java.text.CollationElementIterator
Return the tertiary component of a collation element.
test(T, U) - Method in interface java.util.function.BiPredicate
Evaluates this predicate on the given arguments.
test(double) - Method in interface java.util.function.DoublePredicate
Evaluates this predicate on the given argument.
test(int) - Method in interface java.util.function.IntPredicate
Evaluates this predicate on the given argument.
test(long) - Method in interface java.util.function.LongPredicate
Evaluates this predicate on the given argument.
test(T) - Method in interface java.util.function.Predicate
Evaluates this predicate on the given argument.
testBit(int) - Method in class java.math.BigInteger
Returns true if and only if the designated bit is set.
TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.text system color.
text - Static variable in class java.awt.SystemColor
The color rendered for the background of text control objects, such as textfields and comboboxes.
TEXT_CURSOR - Static variable in class java.awt.Cursor
The text cursor type.
TEXT_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.TEXT_CURSOR.
TEXT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting text events.
TEXT_FIRST - Static variable in class java.awt.event.TextEvent
The first number in the range of ids used for text events.
TEXT_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.textHighlight system color.
TEXT_HIGHLIGHT_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.textHighlightText system color.
TEXT_INACTIVE_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.textInactiveText system color.
TEXT_LAST - Static variable in class java.awt.event.TextEvent
The last number in the range of ids used for text events.
TEXT_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.textText system color.
TEXT_VALUE_CHANGED - Static variable in class java.awt.event.TextEvent
This event id indicates that object's text changed.
TextArea - Class in java.awt
A TextArea object is a multi-line region that displays text.
TextArea() - Constructor for class java.awt.TextArea
Constructs a new text area with the empty string as text.
TextArea(String) - Constructor for class java.awt.TextArea
Constructs a new text area with the specified text.
TextArea(int, int) - Constructor for class java.awt.TextArea
Constructs a new text area with the specified number of rows and columns and the empty string as text.
TextArea(String, int, int) - Constructor for class java.awt.TextArea
Constructs a new text area with the specified text, and with the specified number of rows and columns.
TextArea(String, int, int, int) - Constructor for class java.awt.TextArea
Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified.
TextArea.AccessibleAWTTextArea - Class in java.awt
This class implements accessibility support for the TextArea class.
TextAreaPeer - Interface in java.awt.peer
The peer interface for TexTArea.
TextAttribute - Class in java.awt.font
The TextAttribute class defines attribute keys and attribute values used for text rendering.
TextAttribute(String) - Constructor for class java.awt.font.TextAttribute
Constructs a TextAttribute with the specified name.
TextComponent - Class in java.awt
The TextComponent class is the superclass of any component that allows the editing of some text.
TextComponent.AccessibleAWTTextComponent - Class in java.awt
This class implements accessibility support for the TextComponent class.
TextComponentPeer - Interface in java.awt.peer
The peer interface for TextComponent.
TextEvent - Class in java.awt.event
A semantic event which indicates that an object's text changed.
TextEvent(Object, int) - Constructor for class java.awt.event.TextEvent
Constructs a TextEvent object.
TextField - Class in java.awt
A TextField object is a text component that allows for the editing of a single line of text.
TextField() - Constructor for class java.awt.TextField
Constructs a new text field.
TextField(String) - Constructor for class java.awt.TextField
Constructs a new text field initialized with the specified text.
TextField(int) - Constructor for class java.awt.TextField
Constructs a new empty text field with the specified number of columns.
TextField(String, int) - Constructor for class java.awt.TextField
Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of columns.
TextField.AccessibleAWTTextField - Class in java.awt
This class implements accessibility support for the TextField class.
TextFieldPeer - Interface in java.awt.peer
The peer interface for TextField.
textHighlight - Static variable in class java.awt.SystemColor
The color rendered for the background of selected items, such as in menus, comboboxes, and text.
textHighlightText - Static variable in class java.awt.SystemColor
The color rendered for the text of selected items, such as in menus, comboboxes, and text.
TextHitInfo - Class in java.awt.font
The TextHitInfo class represents a character position in a text model, and a bias, or "side," of the character.
textInactiveText - Static variable in class java.awt.SystemColor
The color rendered for the text of inactive items, such as in menus.
TextLayout - Class in java.awt.font
TextLayout is an immutable graphical representation of styled character data.
TextLayout(String, Font, FontRenderContext) - Constructor for class java.awt.font.TextLayout
Constructs a TextLayout from a String and a Font.
TextLayout(String, Map<? extends AttributedCharacterIterator.Attribute, ?>, FontRenderContext) - Constructor for class java.awt.font.TextLayout
Constructs a TextLayout from a String and an attribute set.
TextLayout(AttributedCharacterIterator, FontRenderContext) - Constructor for class java.awt.font.TextLayout
Constructs a TextLayout from an iterator over styled text.
TextLayout.CaretPolicy - Class in java.awt.font
Defines a policy for determining the strong caret location.
TextListener - Interface in java.awt.event
The listener interface for receiving text events.
textListener - Variable in class java.awt.TextComponent
 
TextMeasurer - Class in java.awt.font
The TextMeasurer class provides the primitive operations needed for line break: measuring up to a given advance, determining the advance of a range of characters, and generating a TextLayout for a range of characters.
TextMeasurer(AttributedCharacterIterator, FontRenderContext) - Constructor for class java.awt.font.TextMeasurer
Constructs a TextMeasurer from the source text.
TextStyle - Enum in java.time.format
Enumeration of the style of text formatting and parsing.
textText - Static variable in class java.awt.SystemColor
The color rendered for the text of text control objects, such as textfields and comboboxes.
TexturePaint - Class in java.awt
The TexturePaint class provides a way to fill a Shape with a texture that is specified as a BufferedImage.
TexturePaint(BufferedImage, Rectangle2D) - Constructor for class java.awt.TexturePaint
Constructs a TexturePaint object.
textValueChanged(TextEvent) - Method in class java.awt.AWTEventMulticaster
 
textValueChanged(TextEvent) - Method in interface java.awt.event.TextListener
Invoked when the value of the text has changed.
textValueChanged(TextEvent) - Method in class java.awt.TextComponent.AccessibleAWTTextComponent
TextListener notification of a text value change.
THAANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Thaana" Unicode character block.
THAI - Static variable in class java.awt.font.NumericShaper
Identifies the THAI range and decimal base.
THAI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Thai" Unicode character block.
ThaiBuddhistChronology - Class in java.time.chrono
The Thai Buddhist calendar system.
ThaiBuddhistDate - Class in java.time.chrono
A date in the Thai Buddhist calendar system.
ThaiBuddhistEra - Enum in java.time.chrono
An era in the Thai Buddhist calendar system.
thenAccept(Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
 
thenAccept(Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, is executed with this stage's result as the argument to the supplied action.
thenAcceptAsync(Consumer<? super T>) - Method in class java.util.concurrent.CompletableFuture
 
thenAcceptAsync(Consumer<? super T>, Executor) - Method in class java.util.concurrent.CompletableFuture
 
thenAcceptAsync(Consumer<? super T>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, is executed using this stage's default asynchronous execution facility, with this stage's result as the argument to the supplied action.
thenAcceptAsync(Consumer<? super T>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, is executed using the supplied Executor, with this stage's result as the argument to the supplied action.
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class java.util.concurrent.CompletableFuture
 
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage both complete normally, is executed with the two results as arguments to the supplied action.
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class java.util.concurrent.CompletableFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in class java.util.concurrent.CompletableFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage complete normally, is executed using this stage's default asynchronous execution facility, with the two results as arguments to the supplied action.
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage complete normally, is executed using the supplied executor, with the two results as arguments to the supplied function.
thenApply(Function<? super T, ? extends U>) - Method in class java.util.concurrent.CompletableFuture
 
thenApply(Function<? super T, ? extends U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, is executed with this stage's result as the argument to the supplied function.
thenApplyAsync(Function<? super T, ? extends U>) - Method in class java.util.concurrent.CompletableFuture
 
thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in class java.util.concurrent.CompletableFuture
 
thenApplyAsync(Function<? super T, ? extends U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, is executed using this stage's default asynchronous execution facility, with this stage's result as the argument to the supplied function.
thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, is executed using the supplied Executor, with this stage's result as the argument to the supplied function.
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class java.util.concurrent.CompletableFuture
 
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage both complete normally, is executed with the two results as arguments to the supplied function.
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class java.util.concurrent.CompletableFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in class java.util.concurrent.CompletableFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage complete normally, is executed using this stage's default asynchronous execution facility, with the two results as arguments to the supplied function.
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage complete normally, is executed using the supplied executor, with the two results as arguments to the supplied function.
thenComparing(Comparator<? super T>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with another comparator.
thenComparing(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a key to be compared with the given Comparator.
thenComparing(Function<? super T, ? extends U>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a Comparable sort key.
thenComparingDouble(ToDoubleFunction<? super T>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a double sort key.
thenComparingInt(ToIntFunction<? super T>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a int sort key.
thenComparingLong(ToLongFunction<? super T>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a long sort key.
thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in class java.util.concurrent.CompletableFuture
 
thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, is executed with this stage as the argument to the supplied function.
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in class java.util.concurrent.CompletableFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in class java.util.concurrent.CompletableFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, is executed using this stage's default asynchronous execution facility, with this stage as the argument to the supplied function.
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, is executed using the supplied Executor, with this stage's result as the argument to the supplied function.
thenRun(Runnable) - Method in class java.util.concurrent.CompletableFuture
 
thenRun(Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, executes the given action.
thenRunAsync(Runnable) - Method in class java.util.concurrent.CompletableFuture
 
thenRunAsync(Runnable, Executor) - Method in class java.util.concurrent.CompletableFuture
 
thenRunAsync(Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, executes the given action using this stage's default asynchronous execution facility.
thenRunAsync(Runnable, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes normally, executes the given action using the supplied Executor.
Thread - Class in java.lang
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
Thread(ThreadGroup, Runnable, String, long) - Constructor for class java.lang.Thread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group, and has the specified stack size.
Thread.State - Enum in java.lang
A thread state.
Thread.UncaughtExceptionHandler - Interface in java.lang
Interface for handlers invoked when a Thread abruptly terminates due to an uncaught exception.
THREAD_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the ThreadMXBean.
ThreadDeath - Error in java.lang
An instance of ThreadDeath is thrown in the victim thread when the (deprecated) Thread.stop() method is invoked.
ThreadDeath() - Constructor for error java.lang.ThreadDeath
 
ThreadFactory - Interface in java.util.concurrent
An object that creates new threads on demand.
ThreadGroup - Class in java.lang
A thread group represents a set of threads.
ThreadGroup(String) - Constructor for class java.lang.ThreadGroup
Constructs a new thread group.
ThreadGroup(ThreadGroup, String) - Constructor for class java.lang.ThreadGroup
Creates a new thread group.
ThreadInfo - Class in java.lang.management
Thread information.
ThreadLocal<T> - Class in java.lang
This class provides thread-local variables.
ThreadLocal() - Constructor for class java.lang.ThreadLocal
Creates a thread local variable.
ThreadLocalRandom - Class in java.util.concurrent
A random number generator isolated to the current thread.
ThreadMXBean - Interface in java.lang.management
The management interface for the thread system of the Java virtual machine.
ThreadPoolExecutor - Class in java.util.concurrent
An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using Executors factory methods.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and default thread factory and rejected execution handler.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and default rejected execution handler.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and default thread factory.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters.
ThreadPoolExecutor.AbortPolicy - Class in java.util.concurrent
A handler for rejected tasks that throws a RejectedExecutionException.
ThreadPoolExecutor.CallerRunsPolicy - Class in java.util.concurrent
A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method, unless the executor has been shut down, in which case the task is discarded.
ThreadPoolExecutor.DiscardOldestPolicy - Class in java.util.concurrent
A handler for rejected tasks that discards the oldest unhandled request and then retries execute, unless the executor is shut down, in which case the task is discarded.
ThreadPoolExecutor.DiscardPolicy - Class in java.util.concurrent
A handler for rejected tasks that silently discards the rejected task.
Throwable - Class in java.lang
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new throwable with null as its detail message.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message.
Throwable(String, Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message and cause.
Throwable(Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
Throwable(String, Throwable, boolean, boolean) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
throwException(Class<?>, Class<? extends Throwable>) - Static method in class java.lang.invoke.MethodHandles
Produces a method handle which will throw exceptions of the given exType.
throwException() - Method in class java.nio.charset.CoderResult
Throws an exception appropriate to the result described by this object.
throwing(String, String, Throwable) - Method in class java.util.logging.Logger
Log throwing an exception.
THURSDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Thursday.
TIBETAN - Static variable in class java.awt.font.NumericShaper
Identifies the TIBETAN range and decimal base.
TIBETAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tibetan" Unicode character block.
tick(Clock, Duration) - Static method in class java.time.Clock
Obtains a clock that returns instants from the specified clock truncated to the nearest occurrence of the specified duration.
tickMinutes(ZoneId) - Static method in class java.time.Clock
Obtains a clock that returns the current instant ticking in whole minutes using best available system clock.
tickSeconds(ZoneId) - Static method in class java.time.Clock
Obtains a clock that returns the current instant ticking in whole seconds using best available system clock.
TIFINAGH - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tifinagh" Unicode character block.
TileObserver - Interface in java.awt.image
An interface for objects that wish to be informed when tiles of a WritableRenderedImage become modifiable by some writer via a call to getWritableTile, and when they become unmodifiable via the last call to releaseWritableTile.
tileUpdate(WritableRenderedImage, int, int, boolean) - Method in interface java.awt.image.TileObserver
A tile is about to be updated (it is either about to be grabbed for writing, or it is being released from writing).
Time - Class in java.sql
A thin wrapper around the java.util.Date class that allows the JDBC API to identify this as an SQL TIME value.
Time(int, int, int) - Constructor for class java.sql.Time
Deprecated.
Use the constructor that takes a milliseconds value in place of this constructor
Time(long) - Constructor for class java.sql.Time
Constructs a Time object using a milliseconds time value.
TIME - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
TIME_WITH_TIMEZONE - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME WITH TIMEZONE.
TIME_ZONE - Static variable in class java.text.DateFormat.Field
Constant identifying the time zone field.
timedJoin(Thread, long) - Method in enum java.util.concurrent.TimeUnit
Performs a timed Thread.join using this time unit.
timedWait(Object, long) - Method in enum java.util.concurrent.TimeUnit
Performs a timed Object.wait using this time unit.
timeLineOrder() - Static method in interface java.time.chrono.ChronoLocalDate
Gets a comparator that compares ChronoLocalDate in time-line order ignoring the chronology.
timeLineOrder() - Static method in interface java.time.chrono.ChronoLocalDateTime
Gets a comparator that compares ChronoLocalDateTime in time-line order ignoring the chronology.
timeLineOrder() - Static method in interface java.time.chrono.ChronoZonedDateTime
Gets a comparator that compares ChronoZonedDateTime in time-line order ignoring the chronology.
timeLineOrder() - Static method in class java.time.OffsetDateTime
Gets a comparator that compares two OffsetDateTime instances based solely on the instant.
TimeoutException - Exception in java.util.concurrent
Exception thrown when a blocking operation times out.
TimeoutException() - Constructor for exception java.util.concurrent.TimeoutException
Constructs a TimeoutException with no specified detail message.
TimeoutException(String) - Constructor for exception java.util.concurrent.TimeoutException
Constructs a TimeoutException with the specified detail message.
Timer - Class in java.util
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class java.util.Timer
Creates a new timer.
Timer(boolean) - Constructor for class java.util.Timer
Creates a new timer whose associated thread may be specified to run as a daemon.
Timer(String) - Constructor for class java.util.Timer
Creates a new timer whose associated thread has the specified name.
Timer(String, boolean) - Constructor for class java.util.Timer
Creates a new timer whose associated thread has the specified name, and may be specified to run as a daemon.
TimerTask - Class in java.util
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class java.util.TimerTask
Creates a new timer task.
Timestamp - Class in java.security
This class encapsulates information about a signed timestamp.
Timestamp(Date, CertPath) - Constructor for class java.security.Timestamp
Constructs a Timestamp.
Timestamp - Class in java.sql
A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value.
Timestamp(int, int, int, int, int, int, int) - Constructor for class java.sql.Timestamp
Deprecated.
instead use the constructor Timestamp(long millis)
Timestamp(long) - Constructor for class java.sql.Timestamp
Constructs a Timestamp object using a milliseconds time value.
TIMESTAMP - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.
timestamp() - Method in class java.util.UUID
The timestamp value associated with this UUID.
TIMESTAMP_WITH_TIMEZONE - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP WITH TIMEZONE.
TimeUnit - Enum in java.util.concurrent
A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units.
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
Sole constructor.
TIMEZONE_FIELD - Static variable in class java.text.DateFormat
Useful constant for TIMEZONE field alignment.
TimeZoneNameProvider - Class in java.util.spi
An abstract class for service providers that provide localized time zone names for the TimeZone class.
TimeZoneNameProvider() - Constructor for class java.util.spi.TimeZoneNameProvider
Sole constructor.
TINYINT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TINYINT.
TITLECASE_LETTER - Static variable in class java.lang.Character
General category "Lt" in the Unicode specification.
to(File) - Static method in class java.lang.ProcessBuilder.Redirect
Returns a redirect to write to the specified file.
to(TimeUnit) - Method in class java.nio.file.attribute.FileTime
Returns the value at the given unit of granularity.
toAbsolutePath() - Method in interface java.nio.file.Path
Returns a Path object representing the absolute path of this path.
toArray() - Method in class java.awt.dnd.DragGestureEvent
Returns an Object array of the events comprising the drag gesture.
toArray(Object[]) - Method in class java.awt.dnd.DragGestureEvent
Returns an array of the events comprising the drag gesture.
toArray() - Method in class java.beans.beancontext.BeanContextMembershipEvent
Gets the array of children affected by this event.
toArray() - Method in class java.beans.beancontext.BeanContextSupport
Gets all JavaBean or BeanContext instances currently nested in this BeanContext.
toArray(Object[]) - Method in class java.beans.beancontext.BeanContextSupport
Gets an array containing all children of this BeanContext that match the types contained in arry.
toArray() - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.ArrayDeque
Returns an array containing all of the elements in this deque in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.ArrayDeque
Returns an array containing all of the elements in this deque in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence.
toArray(T[]) - Method in class java.util.concurrent.ArrayBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns an array containing all of the elements in this queue, in proper sequence.
toArray(T[]) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns an array containing all of the elements in this set.
toArray(T[]) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.DelayQueue
Returns an array containing all of the elements in this queue.
toArray(T[]) - Method in class java.util.concurrent.DelayQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.concurrent.LinkedBlockingDeque
Returns an array containing all of the elements in this deque, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence.
toArray(T[]) - Method in class java.util.concurrent.LinkedBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns an array containing all of the elements in this queue.
toArray(T[]) - Method in class java.util.concurrent.PriorityBlockingQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.SynchronousQueue
Returns a zero-length array.
toArray(T[]) - Method in class java.util.concurrent.SynchronousQueue
Sets the zeroeth element of the specified array to null (if the array has non-zero length) and returns it.
toArray() - Method in class java.util.LinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.LinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.PriorityQueue
Returns an array containing all of the elements in this queue.
toArray(T[]) - Method in class java.util.PriorityQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.Set
Returns an array containing all of the elements in this set.
toArray(T[]) - Method in interface java.util.Set
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.stream.DoubleStream
Returns an array containing the elements of this stream.
toArray() - Method in interface java.util.stream.IntStream
Returns an array containing the elements of this stream.
toArray() - Method in interface java.util.stream.LongStream
Returns an array containing the elements of this stream.
toArray() - Method in interface java.util.stream.Stream
Returns an array containing the elements of this stream.
toArray(IntFunction<A[]>) - Method in interface java.util.stream.Stream
Returns an array containing the elements of this stream, using the provided generator function to allocate the returned array, as well as any additional arrays that might be required for a partitioned execution or for resizing.
toArray() - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray(T[]) - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array.
toASCII(String, int) - Static method in class java.net.IDN
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of RFC 3490.
toASCII(String) - Static method in class java.net.IDN
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of RFC 3490.
toASCIIString() - Method in class java.net.URI
Returns the content of this URI as a US-ASCII string.
toBack() - Method in class java.awt.Dialog
If this Window is visible, sends this Window to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in interface java.awt.peer.WindowPeer
Makes this window the bottommost window on the desktop.
toBack() - Method in class java.awt.Window
If this Window is visible, sends this Window to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBigInteger() - Method in class java.math.BigDecimal
Converts this BigDecimal to a BigInteger.
toBigIntegerExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a BigInteger, checking for lost information.
toBinaryString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long) - Static method in class java.lang.Long
Returns a string representation of the long argument as an unsigned integer in base 2.
toBundleName(String, Locale) - Method in class java.util.ResourceBundle.Control
Converts the given baseName and locale to the bundle name.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toByteArray() - Method in class java.math.BigInteger
Returns a byte array containing the two's-complement representation of this BigInteger.
toByteArray() - Method in class java.text.CollationKey
Converts the CollationKey to a sequence of bits.
toByteArray() - Method in class java.util.BitSet
Returns a new byte array containing all the bits in this bit set.
toCharArray() - Method in class java.io.CharArrayWriter
Returns a copy of the input data.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toChars(int, char[], int) - Static method in class java.lang.Character
Converts the specified character (Unicode code point) to its UTF-16 representation.
toChars(int) - Static method in class java.lang.Character
Converts the specified character (Unicode code point) to its UTF-16 representation stored in a char array.
toCIEXYZ(float[]) - Method in class java.awt.color.ColorSpace
Transforms a color value assumed to be in this ColorSpace into the CS_CIEXYZ conversion color space.
toCIEXYZ(float[]) - Method in class java.awt.color.ICC_ColorSpace
Transforms a color value assumed to be in this ColorSpace into the CS_CIEXYZ conversion color space.
toCodePoint(char, char) - Static method in class java.lang.Character
Converts the specified surrogate pair to its supplementary code point value.
toCollection(Supplier<C>) - Static method in class java.util.stream.Collectors
Returns a Collector that accumulates the input elements into a new Collection, in encounter order.
toCompletableFuture() - Method in class java.util.concurrent.CompletableFuture
Returns this CompletableFuture.
toCompletableFuture() - Method in interface java.util.concurrent.CompletionStage
Returns a CompletableFuture maintaining the same completion properties as this stage.
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class java.util.stream.Collectors
Returns a concurrent Collector that accumulates elements into a ConcurrentMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class java.util.stream.Collectors
Returns a concurrent Collector that accumulates elements into a ConcurrentMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - Static method in class java.util.stream.Collectors
Returns a concurrent Collector that accumulates elements into a ConcurrentMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toDays() - Method in class java.time.Duration
Gets the number of days in this duration.
toDays(long) - Method in enum java.util.concurrent.TimeUnit
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toDegrees(double) - Static method in class java.lang.StrictMath
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
ToDoubleBiFunction<T,U> - Interface in java.util.function
Represents a function that accepts two arguments and produces a double-valued result.
ToDoubleFunction<T> - Interface in java.util.function
Represents a function that produces a double-valued result.
toEngineeringString() - Method in class java.math.BigDecimal
Returns a string representation of this BigDecimal, using engineering notation if an exponent is needed.
toEpochDay() - Method in interface java.time.chrono.ChronoLocalDate
Converts this date to the Epoch Day.
toEpochDay() - Method in class java.time.chrono.HijrahDate
 
toEpochDay() - Method in class java.time.chrono.JapaneseDate
 
toEpochDay() - Method in class java.time.chrono.MinguoDate
 
toEpochDay() - Method in class java.time.chrono.ThaiBuddhistDate
 
toEpochDay() - Method in class java.time.LocalDate
 
toEpochMilli() - Method in class java.time.Instant
Converts this instant to the number of milliseconds from the epoch of 1970-01-01T00:00:00Z.
toEpochSecond(ZoneOffset) - Method in interface java.time.chrono.ChronoLocalDateTime
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
toEpochSecond() - Method in interface java.time.chrono.ChronoZonedDateTime
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
toEpochSecond() - Method in class java.time.OffsetDateTime
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
toEpochSecond() - Method in class java.time.zone.ZoneOffsetTransition
Gets the transition instant as an epoch second.
toExternalForm() - Method in class java.net.URL
Constructs a string representation of this URL.
toExternalForm(URL) - Method in class java.net.URLStreamHandler
Converts a URL of a specific protocol to a String.
toFile() - Method in interface java.nio.file.Path
Returns a File object representing this path.
toFormat() - Method in class java.time.format.DateTimeFormatter
Returns this formatter as a java.text.Format instance.
toFormat(TemporalQuery<?>) - Method in class java.time.format.DateTimeFormatter
Returns this formatter as a java.text.Format instance that will parse using the specified query.
toFormatter() - Method in class java.time.format.DateTimeFormatterBuilder
Completes this builder by creating the DateTimeFormatter using the default locale.
toFormatter(Locale) - Method in class java.time.format.DateTimeFormatterBuilder
Completes this builder by creating the DateTimeFormatter using the specified locale.
toFront() - Method in interface java.awt.peer.WindowPeer
Makes this window the topmost window on the desktop.
toFront() - Method in class java.awt.Window
If this Window is visible, brings this Window to the front and may make it the focused Window.
toGenericString() - Method in class java.lang.Class
Returns a string describing this Class, including information about modifiers and type parameters.
toGenericString() - Method in class java.lang.reflect.Constructor
Returns a string describing this Constructor, including type parameters.
toGenericString() - Method in class java.lang.reflect.Executable
Returns a string describing this Executable, including any type parameters.
toGenericString() - Method in class java.lang.reflect.Field
Returns a string describing this Field, including its generic type.
toGenericString() - Method in class java.lang.reflect.Method
Returns a string describing this Method, including type parameters.
toGMTString() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by DateFormat.format(Date date), using a GMT TimeZone.
toHexString(double) - Static method in class java.lang.Double
Returns a hexadecimal string representation of the double argument.
toHexString(float) - Static method in class java.lang.Float
Returns a hexadecimal string representation of the float argument.
toHexString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long) - Static method in class java.lang.Long
Returns a string representation of the long argument as an unsigned integer in base 16.
toHours() - Method in class java.time.Duration
Gets the number of hours in this duration.
toHours(long) - Method in enum java.util.concurrent.TimeUnit
toInstant() - Method in class java.nio.file.attribute.FileTime
Converts this FileTime object to an Instant.
toInstant() - Method in class java.sql.Date
This method always throws an UnsupportedOperationException and should not be used because SQL Date values do not have a time component.
toInstant() - Method in class java.sql.Time
This method always throws an UnsupportedOperationException and should not be used because SQL Time values do not have a date component.
toInstant() - Method in class java.sql.Timestamp
Converts this Timestamp object to an Instant.
toInstant(ZoneOffset) - Method in interface java.time.chrono.ChronoLocalDateTime
Converts this date-time to an Instant.
toInstant() - Method in interface java.time.chrono.ChronoZonedDateTime
Converts this date-time to an Instant.
toInstant() - Method in class java.time.OffsetDateTime
Converts this date-time to an Instant.
toInstant() - Method in class java.util.Calendar
Converts this object to an Instant.
toInstant() - Method in class java.util.Date
Converts this Date object to an Instant.
ToIntBiFunction<T,U> - Interface in java.util.function
Represents a function that accepts two arguments and produces an int-valued result.
toIntExact(long) - Static method in class java.lang.Math
Returns the value of the long argument; throwing an exception if the value overflows an int.
toIntExact(long) - Static method in class java.lang.StrictMath
Returns the value of the long argument; throwing an exception if the value overflows an int.
ToIntFunction<T> - Interface in java.util.function
Represents a function that produces an int-valued result.
toLanguageTag() - Method in class java.util.Locale
Returns a well-formed IETF BCP 47 language tag representing this locale.
toList() - Static method in class java.util.stream.Collectors
Returns a Collector that accumulates the input elements into a new List.
toLocalDate() - Method in class java.sql.Date
Converts this Date object to a LocalDate
toLocalDate() - Method in interface java.time.chrono.ChronoLocalDateTime
Gets the local date part of this date-time.
toLocalDate() - Method in interface java.time.chrono.ChronoZonedDateTime
Gets the local date part of this date-time.
toLocalDate() - Method in class java.time.LocalDateTime
Gets the LocalDate part of this date-time.
toLocalDate() - Method in class java.time.OffsetDateTime
Gets the LocalDate part of this date-time.
toLocalDate() - Method in class java.time.ZonedDateTime
Gets the LocalDate part of this date-time.
toLocalDateTime() - Method in class java.sql.Timestamp
Converts this Timestamp object to a LocalDateTime.
toLocalDateTime() - Method in interface java.time.chrono.ChronoZonedDateTime
Gets the local date-time part of this date-time.
toLocalDateTime() - Method in class java.time.OffsetDateTime
Gets the LocalDateTime part of this date-time.
toLocalDateTime() - Method in class java.time.ZonedDateTime
Gets the LocalDateTime part of this date-time.
toLocaleString() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by DateFormat.format(Date date).
toLocalizedPattern() - Method in class java.text.DecimalFormat
Synthesizes a localized pattern string that represents the current state of this Format object.
toLocalizedPattern() - Method in class java.text.SimpleDateFormat
Returns a localized pattern string describing this date format.
toLocalTime() - Method in class java.sql.Time
Converts this Time object to a LocalTime.
toLocalTime() - Method in interface java.time.chrono.ChronoLocalDateTime
Gets the local time part of this date-time.
toLocalTime() - Method in interface java.time.chrono.ChronoZonedDateTime
Gets the local time part of this date-time.
toLocalTime() - Method in class java.time.LocalDateTime
Gets the LocalTime part of this date-time.
toLocalTime() - Method in class java.time.OffsetDateTime
Gets the LocalTime part of this date-time.
toLocalTime() - Method in class java.time.OffsetTime
Gets the LocalTime part of this date-time.
toLocalTime() - Method in class java.time.ZonedDateTime
Gets the LocalTime part of this date-time.
toLongArray() - Method in class java.util.BitSet
Returns a new long array containing all the bits in this bit set.
ToLongBiFunction<T,U> - Interface in java.util.function
Represents a function that accepts two arguments and produces a long-valued result.
ToLongFunction<T> - Interface in java.util.function
Represents a function that produces a long-valued result.
toLowerCase(char) - Static method in class java.lang.Character
Converts the character argument to lowercase using case mapping information from the UnicodeData file.
toLowerCase(int) - Static method in class java.lang.Character
Converts the character (Unicode code point) argument to lowercase using case mapping information from the UnicodeData file.
toLowerCase(Locale) - Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the given Locale.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the default locale.
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class java.util.stream.Collectors
Returns a Collector that accumulates elements into a Map whose keys and values are the result of applying the provided mapping functions to the input elements.
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class java.util.stream.Collectors
Returns a Collector that accumulates elements into a Map whose keys and values are the result of applying the provided mapping functions to the input elements.
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - Static method in class java.util.stream.Collectors
Returns a Collector that accumulates elements into a Map whose keys and values are the result of applying the provided mapping functions to the input elements.
toMatchResult() - Method in class java.util.regex.Matcher
Returns the match state of this matcher as a MatchResult.
toMethodDescriptorString() - Method in class java.lang.invoke.MethodType
Produces a bytecode descriptor representation of the method type.
toMicros(long) - Method in enum java.util.concurrent.TimeUnit
toMillis() - Method in class java.nio.file.attribute.FileTime
Returns the value in milliseconds.
toMillis() - Method in class java.time.Duration
Converts this duration to the total length in milliseconds.
toMillis(long) - Method in enum java.util.concurrent.TimeUnit
toMinutes() - Method in class java.time.Duration
Gets the number of minutes in this duration.
toMinutes(long) - Method in enum java.util.concurrent.TimeUnit
toNanoOfDay() - Method in class java.time.LocalTime
Extracts the time as nanos of day, from 0 to 24 * 60 * 60 * 1,000,000,000 - 1.
toNanos() - Method in class java.time.Duration
Converts this duration to the total length in nanoseconds expressed as a long.
toNanos(long) - Method in enum java.util.concurrent.TimeUnit
toOctalString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 8.
toOctalString(long) - Static method in class java.lang.Long
Returns a string representation of the long argument as an unsigned integer in base 8.
toOffsetDateTime() - Method in class java.time.ZonedDateTime
Converts this date-time to an OffsetDateTime.
toOffsetTime() - Method in class java.time.OffsetDateTime
Converts this date-time to an OffsetTime.
Toolkit - Class in java.awt
This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit.
Toolkit() - Constructor for class java.awt.Toolkit
 
TooManyListenersException - Exception in java.util
The TooManyListenersException Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.
TooManyListenersException() - Constructor for exception java.util.TooManyListenersException
Constructs a TooManyListenersException with no detail message.
TooManyListenersException(String) - Constructor for exception java.util.TooManyListenersException
Constructs a TooManyListenersException with the specified detail message.
top - Variable in class java.awt.Insets
The inset from the top.
TOP_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY().
TOP_ALIGNMENT - Static variable in class java.awt.font.GraphicAttribute
Aligns top of graphic to top of line.
toPath() - Method in class java.io.File
Returns a java.nio.file.Path object constructed from the this abstract path.
toPattern() - Method in class java.text.ChoiceFormat
Gets the pattern.
toPattern() - Method in class java.text.DecimalFormat
Synthesizes a pattern string that represents the current state of this Format object.
toPattern() - Method in class java.text.MessageFormat
Returns a pattern representing the current state of the message format.
toPattern() - Method in class java.text.SimpleDateFormat
Returns a pattern string describing this date format.
TOPDOWNLEFTRIGHT - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in top-down, left-to-right order.
toPlainString() - Method in class java.math.BigDecimal
Returns a string representation of this BigDecimal without an exponent field.
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toRadians(double) - Static method in class java.lang.StrictMath
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toRealPath(LinkOption...) - Method in interface java.nio.file.Path
Returns the real path of an existing file.
toResourceName(String, String) - Method in class java.util.ResourceBundle.Control
Converts the given bundleName to the form required by the ClassLoader.getResource method by replacing all occurrences of '.' in bundleName with '/' and appending a '.' and the given file suffix.
toRGB(float[]) - Method in class java.awt.color.ColorSpace
Transforms a color value assumed to be in this ColorSpace into a value in the default CS_sRGB color space.
toRGB(float[]) - Method in class java.awt.color.ICC_ColorSpace
Transforms a color value assumed to be in this ColorSpace into a value in the default CS_sRGB color space.
toSecondOfDay() - Method in class java.time.LocalTime
Extracts the time as seconds of day, from 0 to 24 * 60 * 60 - 1.
toSeconds(long) - Method in enum java.util.concurrent.TimeUnit
toSet() - Static method in class java.util.stream.Collectors
Returns a Collector that accumulates the input elements into a new Set.
toString() - Method in class java.awt.AWTEvent
Returns a String representation of this object.
toString() - Method in class java.awt.AWTKeyStroke
Returns a string that displays and identifies this object's properties.
toString() - Method in class java.awt.BorderLayout
Returns a string representation of the state of this border layout.
toString() - Method in class java.awt.CardLayout
Returns a string representation of the state of this card layout.
toString() - Method in class java.awt.CheckboxGroup
Returns a string representation of this check box group, including the value of its current selection.
toString() - Method in class java.awt.Color
Returns a string representation of this Color.
toString() - Method in class java.awt.Component
Returns a string representation of this component and its values.
toString() - Method in class java.awt.Cursor
Returns a string representation of this cursor.
toString() - Method in class java.awt.datatransfer.DataFlavor
String representation of this DataFlavor and its parameters.
toString() - Method in class java.awt.Dimension
Returns a string representation of the values of this Dimension object's height and width fields.
toString() - Method in class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatibility.
toString() - Method in class java.awt.FlowLayout
Returns a string representation of this FlowLayout object and its values.
toString() - Method in class java.awt.font.NumericShaper
Returns a String that describes this shaper.
toString() - Method in class java.awt.font.TextHitInfo
Returns a String representing the hit for debugging use only.
toString() - Method in class java.awt.font.TextLayout
Returns debugging information for this TextLayout.
toString() - Method in class java.awt.Font
Converts this Font object to a String representation.
toString() - Method in class java.awt.FontMetrics
Returns a representation of this FontMetrics object's values as a String.
toString() - Method in class java.awt.geom.AffineTransform
Returns a String that represents the value of this Object.
toString() - Method in class java.awt.geom.Point2D.Double
Returns a String that represents the value of this Point2D.
toString() - Method in class java.awt.geom.Point2D.Float
Returns a String that represents the value of this Point2D.
toString() - Method in class java.awt.geom.Rectangle2D.Double
Returns the String representation of this Rectangle2D.
toString() - Method in class java.awt.geom.Rectangle2D.Float
Returns the String representation of this Rectangle2D.
toString() - Method in class java.awt.Graphics
Returns a String object representing this Graphics object's value.
toString() - Method in class java.awt.GridBagLayout
Returns a string representation of this grid bag layout's values.
toString() - Method in class java.awt.GridLayout
Returns the string representation of this grid layout's values.
toString() - Method in class java.awt.image.BufferedImage
Returns a String representation of this BufferedImage object and its values.
toString() - Method in class java.awt.image.ColorModel
Returns the String representation of the contents of this ColorModelobject.
toString() - Method in class java.awt.image.DirectColorModel
Returns a String that represents this DirectColorModel.
toString() - Method in class java.awt.image.IndexColorModel
Returns the String representation of the contents of this ColorModelobject.
toString() - Method in class java.awt.Insets
Returns a string representation of this Insets object.
toString() - Method in class java.awt.JobAttributes
Returns a string representation of this JobAttributes.
toString() - Method in class java.awt.MenuComponent
Returns a representation of this menu component as a string.
toString() - Method in class java.awt.MenuShortcut
Returns an internationalized description of the MenuShortcut.
toString() - Method in class java.awt.PageAttributes
Returns a string representation of this PageAttributes.
toString() - Method in class java.awt.Point
Returns a string representation of this point and its location in the (x,y) coordinate space.
toString() - Method in class java.awt.Rectangle
Returns a String representing this Rectangle and its values.
toString() - Method in class java.awt.RenderingHints
Returns a rather long string representation of the hashmap which contains the mappings of keys to values for this RenderingHints object.
toString() - Method in class java.awt.Robot
Returns a string representation of this Robot.
toString() - Method in class java.awt.ScrollPaneAdjustable
Returns a string representation of this scrollbar and its values.
toString() - Method in class java.awt.SystemColor
Returns a string representation of this Color's values.
toString() - Method in class java.beans.Expression
Prints the value of this expression using a Java-style syntax.
toString() - Method in class java.beans.FeatureDescriptor
Returns a string representation of the object.
toString() - Method in class java.beans.PropertyChangeEvent
Returns a string representation of the object.
toString() - Method in class java.beans.Statement
Prints the value of this statement using a Java-style syntax.
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string decoding bytes using the platform's default character set.
toString(String) - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string by decoding the bytes using the named charset.
toString(int) - Method in class java.io.ByteArrayOutputStream
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the toString(String enc) method, which takes an encoding-name argument, or the toString() method, which uses the platform's default character encoding.
toString() - Method in class java.io.CharArrayWriter
Converts input data to a string.
toString() - Method in class java.io.File
Returns the pathname string of this abstract pathname.
toString() - Method in class java.io.ObjectStreamClass
Return a string describing this ObjectStreamClass.
toString() - Method in class java.io.ObjectStreamField
Return a string that describes this field.
toString() - Method in class java.io.StreamTokenizer
Returns the string representation of the current stream token and the line number it occurs on.
toString() - Method in class java.io.StringWriter
Return the buffer's current value as a string.
toString() - Method in interface java.lang.annotation.Annotation
Returns a string representation of this annotation.
toString(boolean) - Static method in class java.lang.Boolean
Returns a String object representing the specified boolean.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString(byte) - Static method in class java.lang.Byte
Returns a new String object representing the specified byte.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character.Subset
Returns the name of this subset.
toString() - Method in class java.lang.Character
Returns a String object representing this Character's value.
toString(char) - Static method in class java.lang.Character
Returns a String object representing the specified char.
toString() - Method in interface java.lang.CharSequence
Returns a string containing the characters in this sequence in the same order as this sequence.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString(double) - Static method in class java.lang.Double
Returns a string representation of the double argument.
toString() - Method in class java.lang.Double
Returns a string representation of this Double object.
toString() - Method in class java.lang.Enum
Returns the name of this enum constant, as contained in the declaration.
toString(float) - Static method in class java.lang.Float
Returns a string representation of the float argument.
toString() - Method in class java.lang.Float
Returns a string representation of this Float object.
toString(int, int) - Static method in class java.lang.Integer
Returns a string representation of the first argument in the radix specified by the second argument.
toString(int) - Static method in class java.lang.Integer
Returns a String object representing the specified integer.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString() - Method in class java.lang.invoke.MethodHandle
Returns a string representation of the method handle, starting with the string "MethodHandle" and ending with the string representation of the method handle's type.
toString(int, Class<?>, String, MethodType) - Static method in interface java.lang.invoke.MethodHandleInfo
Returns a string representation for a MethodHandleInfo, given the four parts of its symbolic reference.
toString() - Method in class java.lang.invoke.MethodHandles.Lookup
Displays the name of the class from which lookups are to be made.
toString() - Method in class java.lang.invoke.MethodType
Returns a string representation of the method type, of the form "(PT0,PT1...)RT".
toString() - Method in class java.lang.invoke.SerializedLambda
 
toString(long, int) - Static method in class java.lang.Long
Returns a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Returns a String object representing the specified long.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.management.LockInfo
Returns a string representation of a lock.
toString() - Method in enum java.lang.management.MemoryType
Returns the string representation of this MemoryType.
toString() - Method in class java.lang.management.MemoryUsage
Returns a descriptive representation of this memory usage.
toString() - Method in class java.lang.management.ThreadInfo
Returns a string representation of this thread info.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Package
Returns the string representation of this Package.
toString() - Method in class java.lang.reflect.Constructor
Returns a string describing this Constructor.
toString() - Method in class java.lang.reflect.Field
Returns a string describing this Field.
toString() - Method in class java.lang.reflect.Method
Returns a string describing this Method.
toString(int) - Static method in class java.lang.reflect.Modifier
Return a string describing the access modifier flags in the specified modifier.
toString() - Method in class java.lang.reflect.Parameter
Returns a string describing this parameter.
toString(short) - Static method in class java.lang.Short
Returns a new String object representing the specified short.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.StackTraceElement
Returns a string representation of this stack trace element.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.StringBuffer
 
toString() - Method in class java.lang.StringBuilder
 
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name, priority, and thread group.
toString() - Method in class java.lang.ThreadGroup
Returns a string representation of this Thread group.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable.
toString() - Method in class java.math.BigDecimal
Returns the string representation of this BigDecimal, using scientific notation if an exponent is needed.
toString(int) - Method in class java.math.BigInteger
Returns the String representation of this BigInteger in the given radix.
toString() - Method in class java.math.BigInteger
Returns the decimal String representation of this BigInteger.
toString() - Method in class java.math.MathContext
Returns the string representation of this MathContext.
toString() - Method in class java.net.HttpCookie
Constructs a cookie header string representation of this cookie, which is in the format defined by corresponding cookie specification, but without the leading "Cookie:" token.
toString() - Method in class java.net.InetAddress
Converts this IP address to a String.
toString() - Method in class java.net.InetSocketAddress
Constructs a string representation of this InetSocketAddress.
toString() - Method in class java.net.InterfaceAddress
Converts this Interface address to a String.
toString() - Method in class java.net.NetworkInterface
 
toString() - Method in class java.net.Proxy
Constructs a string representation of this Proxy.
toString() - Method in class java.net.ServerSocket
Returns the implementation address and implementation port of this socket as a String.
toString() - Method in class java.net.Socket
Converts this socket to a String.
toString() - Method in class java.net.SocketImpl
Returns the address and port of this socket as a String.
toString() - Method in class java.net.URI
Returns the content of this URI as a string.
toString() - Method in class java.net.URL
Constructs a string representation of this URL.
toString() - Method in class java.net.URLConnection
Returns a String representation of this URL connection.
toString() - Method in class java.nio.ByteBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.ByteOrder
Constructs a string describing this object.
toString() - Method in class java.nio.channels.FileChannel.MapMode
Returns a string describing this file-mapping mode.
toString() - Method in class java.nio.channels.FileLock
Returns a string describing the range, type, and validity of this lock.
toString() - Method in class java.nio.CharBuffer
Returns a string containing the characters in this buffer.
toString() - Method in class java.nio.charset.Charset
Returns a string describing this charset.
toString() - Method in class java.nio.charset.CoderResult
Returns a string describing this coder result.
toString() - Method in class java.nio.charset.CodingErrorAction
Returns a string describing this action.
toString() - Method in class java.nio.DoubleBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.file.attribute.AclEntry
Returns the string representation of this ACL entry.
toString() - Method in class java.nio.file.attribute.FileTime
Returns the string representation of this FileTime.
toString(Set<PosixFilePermission>) - Static method in class java.nio.file.attribute.PosixFilePermissions
Returns the String representation of a set of permissions.
toString() - Method in interface java.nio.file.Path
Returns the string representation of this path.
toString() - Method in class java.nio.FloatBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.IntBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.LongBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.ShortBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.rmi.dgc.VMID
Return string representation of this VMID.
toString() - Method in class java.rmi.server.LogStream
Deprecated.
no replacement
toString() - Method in class java.rmi.server.ObjID
Returns a string representation of this object identifier.
toString() - Method in class java.rmi.server.Operation
Deprecated.
no replacement
toString() - Method in class java.rmi.server.RemoteObject
Returns a String that represents the value of this remote object.
toString() - Method in class java.rmi.server.UID
Returns a string representation of this UID.
toString() - Method in interface java.security.acl.Acl
Returns a string representation of the ACL contents.
toString() - Method in interface java.security.acl.AclEntry
Returns a string representation of the contents of this ACL entry.
toString() - Method in interface java.security.acl.Permission
Prints a string representation of this permission.
toString() - Method in class java.security.AlgorithmParameters
Returns a formatted string describing the parameters.
toString() - Method in class java.security.cert.Certificate
Returns a string representation of this certificate.
toString() - Method in class java.security.cert.CertPath
Returns a string representation of this certification path.
toString() - Method in class java.security.cert.CollectionCertStoreParameters
Returns a formatted string describing the parameters.
toString() - Method in class java.security.cert.CRL
Returns a string representation of this CRL.
toString() - Method in class java.security.cert.LDAPCertStoreParameters
Returns a formatted string describing the parameters.
toString() - Method in class java.security.cert.PKIXBuilderParameters
Returns a formatted string describing the parameters.
toString() - Method in class java.security.cert.PKIXCertPathBuilderResult
Return a printable representation of this PKIXCertPathBuilderResult.
toString() - Method in class java.security.cert.PKIXCertPathValidatorResult
Return a printable representation of this PKIXCertPathValidatorResult.
toString() - Method in class java.security.cert.PKIXParameters
Returns a formatted string describing the parameters.
toString() - Method in class java.security.cert.PolicyQualifierInfo
Return a printable representation of this PolicyQualifierInfo.
toString() - Method in class java.security.cert.TrustAnchor
Returns a formatted string describing the TrustAnchor.
toString() - Method in class java.security.cert.X509CertSelector
Return a printable representation of the CertSelector.
toString() - Method in class java.security.cert.X509CRLEntry
Returns a string representation of this CRL entry.
toString() - Method in class java.security.cert.X509CRLSelector
Returns a printable representation of the X509CRLSelector.
toString(boolean) - Method in interface java.security.Certificate
Deprecated.
Returns a string that represents the contents of the certificate.
toString() - Method in class java.security.CodeSigner
Returns a string describing this code signer.
toString() - Method in class java.security.CodeSource
Returns a string describing this CodeSource, telling its URL and certificates.
toString() - Method in class java.security.DigestInputStream
Prints a string representation of this digest input stream and its associated message digest object.
toString() - Method in class java.security.DigestOutputStream
Prints a string representation of this digest output stream and its associated message digest object.
toString() - Method in class java.security.Identity
Deprecated.
Returns a short string describing this identity, telling its name and its scope (if any).
toString(boolean) - Method in class java.security.Identity
Deprecated.
Returns a string representation of this identity, with optionally more details than that provided by the toString method without any arguments.
toString() - Method in class java.security.IdentityScope
Deprecated.
Returns a string representation of this identity scope, including its name, its scope name, and the number of identities in this identity scope.
toString() - Method in class java.security.KeyStore.PrivateKeyEntry
Returns a string representation of this PrivateKeyEntry.
toString() - Method in class java.security.KeyStore.SecretKeyEntry
Returns a string representation of this SecretKeyEntry.
toString() - Method in class java.security.KeyStore.TrustedCertificateEntry
Returns a string representation of this TrustedCertificateEntry.
toString() - Method in class java.security.MessageDigest
Returns a string representation of this message digest object.
toString() - Method in class java.security.Permission
Returns a string describing this Permission.
toString() - Method in class java.security.PermissionCollection
Returns a string describing this PermissionCollection object, providing information about all the permissions it contains.
toString() - Method in class java.security.PKCS12Attribute
Returns a string representation of this PKCS12Attribute.
toString() - Method in interface java.security.Principal
Returns a string representation of this principal.
toString() - Method in exception java.security.PrivilegedActionException
 
toString() - Method in class java.security.ProtectionDomain
Convert a ProtectionDomain to a String.
toString() - Method in class java.security.Provider.Service
Return a String representation of this service.
toString() - Method in class java.security.Provider
Returns a string with the name and the version number of this provider.
toString() - Method in class java.security.Signature
Returns a string representation of this signature object, providing information that includes the state of the object and the name of the algorithm used.
toString() - Method in class java.security.Signer
Deprecated.
Returns a string of information about the signer.
toString() - Method in class java.security.Timestamp
Returns a string describing this timestamp.
toString() - Method in class java.security.UnresolvedPermission
Returns a string describing this UnresolvedPermission.
toString() - Method in class java.sql.Date
Formats a date in the date escape format yyyy-mm-dd.
toString() - Method in interface java.sql.RowId
Returns a String representing the value of the SQL ROWID designated by this java.sql.RowId object.
toString() - Method in class java.sql.Time
Formats a time in JDBC time escape format.
toString() - Method in class java.sql.Timestamp
Formats a timestamp in JDBC timestamp escape format.
toString() - Method in class java.text.Annotation
Returns the String representation of this Annotation.
toString() - Method in class java.text.AttributedCharacterIterator.Attribute
Returns a string representation of the object.
toString() - Method in class java.text.Bidi
Display the bidi internal state, used in debugging.
toString() - Method in class java.text.FieldPosition
Return a string representation of this FieldPosition.
toString() - Method in class java.text.ParsePosition
Return a string representation of this ParsePosition.
toString() - Method in class java.time.chrono.AbstractChronology
Outputs this chronology as a String, using the chronology ID.
toString() - Method in interface java.time.chrono.ChronoLocalDate
Outputs this date as a String.
toString() - Method in interface java.time.chrono.ChronoLocalDateTime
Outputs this date-time as a String.
toString() - Method in interface java.time.chrono.Chronology
Outputs this chronology as a String.
toString() - Method in interface java.time.chrono.ChronoPeriod
Outputs this period as a String.
toString() - Method in interface java.time.chrono.ChronoZonedDateTime
Outputs this date-time as a String.
toString() - Method in class java.time.chrono.JapaneseEra
 
toString() - Method in class java.time.Duration
A string representation of this duration using ISO-8601 seconds based representation, such as PT8H6M12.345S.
toString() - Method in class java.time.format.DateTimeFormatter
Returns a description of the underlying formatters.
toString() - Method in class java.time.format.DecimalStyle
Returns a string describing this DecimalStyle.
toString() - Method in class java.time.Instant
A string representation of this instant using ISO-8601 representation.
toString() - Method in class java.time.LocalDate
Outputs this date as a String, such as 2007-12-03.
toString() - Method in class java.time.LocalDateTime
Outputs this date-time as a String, such as 2007-12-03T10:15:30.
toString() - Method in class java.time.LocalTime
Outputs this time as a String, such as 10:15.
toString() - Method in class java.time.MonthDay
Outputs this month-day as a String, such as --12-03.
toString() - Method in class java.time.OffsetDateTime
Outputs this date-time as a String, such as 2007-12-03T10:15:30+01:00.
toString() - Method in class java.time.OffsetTime
Outputs this time as a String, such as 10:15:30+01:00.
toString() - Method in class java.time.Period
Outputs this period as a String, such as P6Y3M1D.
toString() - Method in enum java.time.temporal.ChronoField
 
toString() - Method in enum java.time.temporal.ChronoUnit
 
toString() - Method in interface java.time.temporal.TemporalField
Gets a descriptive name for the field.
toString() - Method in interface java.time.temporal.TemporalUnit
Gets a descriptive name for the unit.
toString() - Method in class java.time.temporal.ValueRange
Outputs this range as a String.
toString() - Method in class java.time.temporal.WeekFields
A string representation of this WeekFields instance.
toString() - Method in class java.time.Year
Outputs this year as a String.
toString() - Method in class java.time.YearMonth
Outputs this year-month as a String, such as 2007-12.
toString() - Method in class java.time.zone.ZoneOffsetTransition
Returns a string describing this object.
toString() - Method in class java.time.zone.ZoneOffsetTransitionRule
Returns a string describing this object.
toString() - Method in class java.time.zone.ZoneRules
Returns a string describing this object.
toString() - Method in class java.time.ZonedDateTime
Outputs this date-time as a String, such as 2007-12-03T10:15:30+01:00[Europe/Paris].
toString() - Method in class java.time.ZoneId
Outputs this zone as a String, using the ID.
toString() - Method in class java.time.ZoneOffset
Outputs this offset as a String, using the normalized ID.
toString() - Method in class java.util.AbstractCollection
Returns a string representation of this collection.
toString() - Method in class java.util.AbstractMap.SimpleEntry
Returns a String representation of this map entry.
toString() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns a String representation of this map entry.
toString() - Method in class java.util.AbstractMap
Returns a string representation of this map.
toString(long[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(int[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(short[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(char[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(byte[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(boolean[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(float[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(double[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(Object[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString() - Method in class java.util.BitSet
Returns a string representation of this bit set.
toString() - Method in class java.util.Calendar
Return a string representation of this calendar.
toString() - Method in class java.util.concurrent.ArrayBlockingQueue
 
toString() - Method in class java.util.concurrent.atomic.AtomicBoolean
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Returns the String representation of the current values of array.
toString() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.AtomicLongArray
Returns the String representation of the current values of array.
toString() - Method in class java.util.concurrent.atomic.AtomicReference
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Returns the String representation of the current values of array.
toString() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.DoubleAdder
Returns the String representation of the DoubleAdder.sum().
toString() - Method in class java.util.concurrent.atomic.LongAccumulator
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.LongAdder
Returns the String representation of the LongAdder.sum().
toString() - Method in class java.util.concurrent.CompletableFuture
Returns a string identifying this CompletableFuture, as well as its completion state.
toString() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a string representation of this map.
toString() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a string representation of this list.
toString() - Method in class java.util.concurrent.CountDownLatch
Returns a string identifying this latch, as well as its state.
toString() - Method in class java.util.concurrent.ForkJoinPool
Returns a string identifying this pool, as well as its state, including indications of run state, parallelism level, and worker and task counts.
toString() - Method in class java.util.concurrent.LinkedBlockingDeque
 
toString() - Method in class java.util.concurrent.LinkedBlockingQueue
 
toString() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a string identifying this synchronizer, as well as its state.
toString() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a string identifying this synchronizer, as well as its state.
toString() - Method in class java.util.concurrent.locks.ReentrantLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class java.util.concurrent.locks.StampedLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class java.util.concurrent.Phaser
Returns a string identifying this phaser, as well as its state.
toString() - Method in class java.util.concurrent.PriorityBlockingQueue
 
toString() - Method in class java.util.concurrent.Semaphore
Returns a string identifying this semaphore, as well as its state.
toString() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns a string identifying this pool, as well as its state, including indications of run state and estimated worker and task counts.
toString() - Method in class java.util.Currency
Returns the ISO 4217 currency code of this currency.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form:
toString() - Method in class java.util.DoubleSummaryStatistics
Returns a string representation of the object.
toString() - Method in class java.util.EventObject
Returns a String representation of this EventObject.
toString() - Method in class java.util.Formatter
Returns the result of invoking toString() on the destination for the output.
toString() - Method in class java.util.Hashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class java.util.IntSummaryStatistics
 
toString() - Method in class java.util.jar.Attributes.Name
Returns the attribute name as a String.
toString() - Method in class java.util.Locale
Returns a string representation of this Locale object, consisting of language, country, variant, script, and extensions as below: language + "_" + country + "_" + (variant + "_#" | "#") + script + "-" + extensions Language is always lower case, country is always upper case, script is always title case, and extensions are always lower case.
toString() - Method in class java.util.logging.Level
Returns a string representation of this Level.
toString() - Method in class java.util.LongSummaryStatistics
 
toString(Object) - Static method in class java.util.Objects
Returns the result of calling toString for a non-null argument and "null" for a null argument.
toString(Object, String) - Static method in class java.util.Objects
Returns the result of calling toString on the first argument if the first argument is not null and returns the second argument otherwise.
toString() - Method in class java.util.Optional
Returns a non-empty string representation of this Optional suitable for debugging.
toString() - Method in class java.util.OptionalDouble
Returns a string representation of the object.
toString() - Method in class java.util.OptionalInt
Returns a string representation of the object.
toString() - Method in class java.util.OptionalLong
Returns a string representation of the object.
toString() - Method in class java.util.prefs.AbstractPreferences
Returns the absolute path name of this preferences node.
toString() - Method in class java.util.prefs.Preferences
Returns a string representation of this preferences node, as if computed by the expression:(this.isUserNode() ? "User" : "System") + " Preference Node: " + this.absolutePath().
toString() - Method in class java.util.regex.Matcher
Returns the string representation of this matcher.
toString() - Method in class java.util.regex.Pattern
Returns the string representation of this pattern.
toString() - Method in class java.util.Scanner
Returns the string representation of this Scanner.
toString() - Method in class java.util.ServiceLoader
Returns a string describing this service.
toString() - Method in class java.util.SimpleTimeZone
Returns a string representation of this time zone.
toString() - Method in class java.util.StringJoiner
Returns the current value, consisting of the prefix, the values added so far separated by the delimiter, and the suffix, unless no elements have been added in which case, the prefix + suffix or the emptyValue characters are returned
toString() - Method in class java.util.UUID
Returns a String object representing this UUID.
toString() - Method in class java.util.Vector
Returns a string representation of this Vector, containing the String representation of each element.
toString() - Method in class java.util.zip.ZipEntry
Returns a string representation of the ZIP entry.
toStub(Remote) - Static method in class java.rmi.server.RemoteObject
Returns the stub for the remote object obj passed as a parameter.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java virtual machine.
toTitleCase(char) - Static method in class java.lang.Character
Converts the character argument to titlecase using case mapping information from the UnicodeData file.
toTitleCase(int) - Static method in class java.lang.Character
Converts the character (Unicode code point) argument to titlecase using case mapping information from the UnicodeData file.
toTotalMonths() - Method in class java.time.Period
Gets the total number of months in this period.
toUnicode(String, int) - Static method in class java.net.IDN
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of RFC 3490.
toUnicode(String) - Static method in class java.net.IDN
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of RFC 3490.
toUnsignedInt(byte) - Static method in class java.lang.Byte
Converts the argument to an int by an unsigned conversion.
toUnsignedInt(short) - Static method in class java.lang.Short
Converts the argument to an int by an unsigned conversion.
toUnsignedLong(byte) - Static method in class java.lang.Byte
Converts the argument to a long by an unsigned conversion.
toUnsignedLong(int) - Static method in class java.lang.Integer
Converts the argument to a long by an unsigned conversion.
toUnsignedLong(short) - Static method in class java.lang.Short
Converts the argument to a long by an unsigned conversion.
toUnsignedString(int, int) - Static method in class java.lang.Integer
Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.
toUnsignedString(int) - Static method in class java.lang.Integer
Returns a string representation of the argument as an unsigned decimal value.
toUnsignedString(long, int) - Static method in class java.lang.Long
Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.
toUnsignedString(long) - Static method in class java.lang.Long
Returns a string representation of the argument as an unsigned decimal value.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase using case mapping information from the UnicodeData file.
toUpperCase(int) - Static method in class java.lang.Character
Converts the character (Unicode code point) argument to uppercase using case mapping information from the UnicodeData file.
toUpperCase(Locale) - Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the given Locale.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the default locale.
toURI() - Method in class java.io.File
Constructs a file: URI that represents this abstract pathname.
toURI() - Method in class java.net.URL
Returns a URI equivalent to this URL.
toUri() - Method in interface java.nio.file.Path
Returns a URI to represent this path.
toURL() - Method in class java.io.File
Deprecated.
This method does not automatically escape characters that are illegal in URLs. It is recommended that new code convert an abstract pathname into a URL by first converting it into a URI, via the toURI method, and then converting the URI into a URL via the URI.toURL method.
toURL() - Method in class java.net.URI
Constructs a URL from this URI.
toZonedDateTime() - Method in class java.time.OffsetDateTime
Converts this date-time to a ZonedDateTime using the offset as the zone ID.
toZonedDateTime() - Method in class java.util.GregorianCalendar
Converts this object to a ZonedDateTime that represents the same point on the time-line as this GregorianCalendar.
toZoneId() - Method in class java.util.TimeZone
Converts this TimeZone object to a ZoneId.
traceInstructions(boolean) - Method in class java.lang.Runtime
Enables/Disables tracing of instructions.
traceMethodCalls(boolean) - Method in class java.lang.Runtime
Enables/Disables tracing of method calls.
TRACK - Static variable in class java.awt.event.AdjustmentEvent
The absolute tracking adjustment type.
TRACKING - Static variable in class java.awt.font.TextAttribute
Attribute key to control tracking.
TRACKING_LOOSE - Static variable in class java.awt.font.TextAttribute
Perform loose tracking.
TRACKING_TIGHT - Static variable in class java.awt.font.TextAttribute
Perform tight tracking.
TRADITIONAL_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
TRADITIONAL_HANZI - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Traditional Chinese, including a subset of the CJK unified ideographs as well as Traditional Chinese Han characters that may be defined as surrogate characters.
TRAILING - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be justified to the trailing edge of the container's orientation, for example, to the right in left-to-right orientations.
trailing(int) - Static method in class java.awt.font.TextHitInfo
Creates a hit on the trailing edge of the character at the specified charIndex.
TRANSACTION_NONE - Static variable in interface java.sql.Connection
A constant indicating that transactions are not supported.
TRANSACTION_READ_COMMITTED - Static variable in interface java.sql.Connection
A constant indicating that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
TRANSACTION_READ_UNCOMMITTED - Static variable in interface java.sql.Connection
A constant indicating that dirty reads, non-repeatable reads and phantom reads can occur.
TRANSACTION_REPEATABLE_READ - Static variable in interface java.sql.Connection
A constant indicating that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
TRANSACTION_SERIALIZABLE - Static variable in interface java.sql.Connection
A constant indicating that dirty reads, non-repeatable reads and phantom reads are prevented.
transfer(E) - Method in class java.util.concurrent.LinkedTransferQueue
Transfers the element to a consumer, waiting if necessary to do so.
transfer(E) - Method in interface java.util.concurrent.TransferQueue
Transfers the element to a consumer, waiting if necessary to do so.
Transferable - Interface in java.awt.datatransfer
Defines the interface for classes that can be used to provide data for a transfer operation.
transferable - Variable in class java.awt.dnd.DropTargetContext.TransferableProxy
The encapsulated Transferable object.
transferablesFlavorsChanged() - Method in class java.awt.dnd.DragSourceContext
Notifies the peer that the Transferable's DataFlavors have changed.
transferablesFlavorsChanged() - Method in interface java.awt.dnd.peer.DragSourceContextPeer
notify the peer that the Transferables DataFlavors have changed
transferFocus() - Method in class java.awt.Component
Transfers the focus to the next component, as though this Component were the focus owner.
transferFocusBackward() - Method in class java.awt.Component
Transfers the focus to the previous component, as though this Component were the focus owner.
transferFocusDownCycle() - Method in class java.awt.Container
Transfers the focus down one focus traversal cycle.
transferFocusUpCycle() - Method in class java.awt.Component
Transfers the focus up one focus traversal cycle.
transferFrom(ReadableByteChannel, long, long) - Method in class java.nio.channels.FileChannel
Transfers bytes into this channel's file from the given readable byte channel.
TransferQueue<E> - Interface in java.util.concurrent
A BlockingQueue in which producers may wait for consumers to receive elements.
transferTo(long, long, WritableByteChannel) - Method in class java.nio.channels.FileChannel
Transfers bytes from this channel's file to the given writable byte channel.
transferType - Variable in class java.awt.image.ColorModel
Data type of the array used to represent pixel values.
TRANSFORM - Static variable in class java.awt.font.TextAttribute
Attribute key for the transform of a font.
transform(Point2D, Point2D) - Method in class java.awt.geom.AffineTransform
Transforms the specified ptSrc and stores the result in ptDst.
transform(Point2D[], int, Point2D[], int, int) - Method in class java.awt.geom.AffineTransform
Transforms an array of point objects by this transform.
transform(float[], int, float[], int, int) - Method in class java.awt.geom.AffineTransform
Transforms an array of floating point coordinates by this transform.
transform(double[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
Transforms an array of double precision coordinates by this transform.
transform(float[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
Transforms an array of floating point coordinates by this transform and stores the results into an array of doubles.
transform(double[], int, float[], int, int) - Method in class java.awt.geom.AffineTransform
Transforms an array of double precision coordinates by this transform and stores the results into an array of floats.
transform(AffineTransform) - Method in class java.awt.geom.Area
Transforms the geometry of this Area using the specified AffineTransform.
transform(AffineTransform) - Method in class java.awt.geom.Path2D.Double
Transforms the geometry of this path using the specified AffineTransform.
transform(AffineTransform) - Method in class java.awt.geom.Path2D.Float
Transforms the geometry of this path using the specified AffineTransform.
transform(AffineTransform) - Method in class java.awt.geom.Path2D
Transforms the geometry of this path using the specified AffineTransform.
transform(AffineTransform) - Method in class java.awt.Graphics2D
Composes an AffineTransform object with the Transform in this Graphics2D according to the rule last-specified-first-applied.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface java.lang.instrument.ClassFileTransformer
The implementation of this method may transform the supplied class file and return a new replacement class file.
TransformAttribute - Class in java.awt.font
The TransformAttribute class provides an immutable wrapper for a transform so that it is safe to use as an attribute.
TransformAttribute(AffineTransform) - Constructor for class java.awt.font.TransformAttribute
Wraps the specified transform.
Transient - Annotation Type in java.beans
Indicates that an attribute called "transient" should be declared with the given value when the Introspector constructs a PropertyDescriptor or EventSetDescriptor classes associated with the annotated code element.
TRANSIENT - Static variable in class java.lang.reflect.Modifier
The int value representing the transient modifier.
translate(int, int) - Method in class java.awt.Event
NOTE: The Event class is obsolete and is available only for backwards compatibility.
translate(double, double) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a translation transformation.
translate(int, int) - Method in class java.awt.Graphics
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(int, int) - Method in class java.awt.Graphics2D
Translates the origin of the Graphics2D context to the point (xy) in the current coordinate system.
translate(double, double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a translation transform.
translate(int, int) - Method in class java.awt.Point
Translates this point, at location (x,y), by dx along the x axis and dy along the y axis so that it now represents the point (x+dx,y+dy).
translate(int, int) - Method in class java.awt.Polygon
Translates the vertices of the Polygon by deltaX along the x axis and by deltaY along the y axis.
translate(int, int) - Method in class java.awt.Rectangle
Translates this Rectangle the indicated distance, to the right along the X coordinate axis, and downward along the Y coordinate axis.
translateKey(Key) - Method in class java.security.KeyFactory
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
translatePoint(int, int) - Method in class java.awt.event.MouseEvent
Translates the event's coordinates to a new position by adding specified x (horizontal) and y (vertical) offsets.
TRANSLUCENT - Static variable in interface java.awt.Transparency
Represents image data that contains or might contain arbitrary alpha values between and including 0.0 and 1.0.
transparency - Variable in class java.awt.image.VolatileImage
The transparency value with which this image was created.
Transparency - Interface in java.awt
The Transparency interface defines the common transparency modes for implementing classes.
TRANSPORT_AND_MAP_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Transport And Map Symbols" Unicode character block.
TrayIcon - Class in java.awt
A TrayIcon object represents a tray icon that can be added to the system tray.
TrayIcon(Image) - Constructor for class java.awt.TrayIcon
Creates a TrayIcon with the specified image.
TrayIcon(Image, String) - Constructor for class java.awt.TrayIcon
Creates a TrayIcon with the specified image and tooltip text.
TrayIcon(Image, String, PopupMenu) - Constructor for class java.awt.TrayIcon
Creates a TrayIcon with the specified image, tooltip and popup menu.
TrayIcon.MessageType - Enum in java.awt
The message type determines which icon will be displayed in the caption of the message, and a possible system sound a message may generate upon showing.
TrayIconPeer - Interface in java.awt.peer
The peer interface for the TrayIcon.
TreeMap<K,V> - Class in java.util
A Red-Black tree based NavigableMap implementation.
TreeMap() - Constructor for class java.util.TreeMap
Constructs a new, empty tree map, using the natural ordering of its keys.
TreeMap(Comparator<? super K>) - Constructor for class java.util.TreeMap
Constructs a new, empty tree map, ordered according to the given comparator.
TreeMap(Map<? extends K, ? extends V>) - Constructor for class java.util.TreeMap
Constructs a new tree map containing the same mappings as the given map, ordered according to the natural ordering of its keys.
TreeMap(SortedMap<K, ? extends V>) - Constructor for class java.util.TreeMap
Constructs a new tree map containing the same mappings and using the same ordering as the specified sorted map.
TreeSet<E> - Class in java.util
A NavigableSet implementation based on a TreeMap.
TreeSet() - Constructor for class java.util.TreeSet
Constructs a new, empty tree set, sorted according to the natural ordering of its elements.
TreeSet(Comparator<? super E>) - Constructor for class java.util.TreeSet
Constructs a new, empty tree set, sorted according to the specified comparator.
TreeSet(Collection<? extends E>) - Constructor for class java.util.TreeSet
Constructs a new tree set containing the elements in the specified collection, sorted according to the natural ordering of its elements.
TreeSet(SortedSet<E>) - Constructor for class java.util.TreeSet
Constructs a new tree set containing the same elements and using the same ordering as the specified sorted set.
trim() - Method in class java.lang.String
Returns a string whose value is this string, with any leading and trailing whitespace removed.
trimToSize() - Method in class java.lang.StringBuffer
 
trimToSize() - Method in class java.util.ArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TRUE - Static variable in interface java.util.jar.Pack200.Packer
The string "true", a possible value for certain properties.
TRUE - Static variable in interface java.util.jar.Pack200.Unpacker
The string "true", a possible value for certain properties.
TRUETYPE_FONT - Static variable in class java.awt.Font
Identify a font resource of type TRUETYPE.
truncate(long) - Method in class java.nio.channels.AsynchronousFileChannel
Truncates this channel's file to the given size.
truncate(long) - Method in class java.nio.channels.FileChannel
Truncates this channel's file to the given size.
truncate(long) - Method in interface java.nio.channels.SeekableByteChannel
Truncates the entity, to which this channel is connected, to the given size.
truncate(long) - Method in interface java.sql.Blob
Truncates the BLOB value that this Blob object represents to be len bytes in length.
truncate(long) - Method in interface java.sql.Clob
Truncates the CLOB value that this Clob designates to have a length of len characters.
truncatedTo(TemporalUnit) - Method in class java.time.Instant
Returns a copy of this Instant truncated to the specified unit.
truncatedTo(TemporalUnit) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the time truncated.
truncatedTo(TemporalUnit) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the time truncated.
truncatedTo(TemporalUnit) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the time truncated.
truncatedTo(TemporalUnit) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the time truncated.
truncatedTo(TemporalUnit) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the time truncated.
TrustAnchor - Class in java.security.cert
A trust anchor or most-trusted Certification Authority (CA).
TrustAnchor(X509Certificate, byte[]) - Constructor for class java.security.cert.TrustAnchor
Creates an instance of TrustAnchor with the specified X509Certificate and optional name constraints, which are intended to be used as additional constraints when validating an X.509 certification path.
TrustAnchor(X500Principal, PublicKey, byte[]) - Constructor for class java.security.cert.TrustAnchor
Creates an instance of TrustAnchor where the most-trusted CA is specified as an X500Principal and public key.
TrustAnchor(String, PublicKey, byte[]) - Constructor for class java.security.cert.TrustAnchor
Creates an instance of TrustAnchor where the most-trusted CA is specified as a distinguished name and public key.
TrustedCertificateEntry(Certificate) - Constructor for class java.security.KeyStore.TrustedCertificateEntry
Constructs a TrustedCertificateEntry with a trusted Certificate.
TrustedCertificateEntry(Certificate, Set<KeyStore.Entry.Attribute>) - Constructor for class java.security.KeyStore.TrustedCertificateEntry
Constructs a TrustedCertificateEntry with a trusted Certificate and associated entry attributes.
tryAcquire(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to acquire in exclusive mode.
tryAcquire(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to acquire in exclusive mode.
tryAcquire() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, only if one is available at the time of invocation.
tryAcquire(long, TimeUnit) - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, if one becomes available within the given waiting time and the current thread has not been interrupted.
tryAcquire(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, only if all are available at the time of invocation.
tryAcquire(int, long, TimeUnit) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, if all become available within the given waiting time and the current thread has not been interrupted.
tryAcquireNanos(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to acquire in exclusive mode, aborting if interrupted, and failing if the given timeout elapses.
tryAcquireNanos(int, long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to acquire in exclusive mode, aborting if interrupted, and failing if the given timeout elapses.
tryAcquireShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to acquire in shared mode.
tryAcquireShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to acquire in shared mode.
tryAcquireSharedNanos(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to acquire in shared mode, aborting if interrupted, and failing if the given timeout elapses.
tryAcquireSharedNanos(int, long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to acquire in shared mode, aborting if interrupted, and failing if the given timeout elapses.
tryAdvance(DoubleConsumer) - Method in interface java.util.Spliterator.OfDouble
 
tryAdvance(Consumer<? super Double>) - Method in interface java.util.Spliterator.OfDouble
If a remaining element exists, performs the given action on it, returning true; else returns false.
tryAdvance(IntConsumer) - Method in interface java.util.Spliterator.OfInt
 
tryAdvance(Consumer<? super Integer>) - Method in interface java.util.Spliterator.OfInt
If a remaining element exists, performs the given action on it, returning true; else returns false.
tryAdvance(LongConsumer) - Method in interface java.util.Spliterator.OfLong
 
tryAdvance(Consumer<? super Long>) - Method in interface java.util.Spliterator.OfLong
If a remaining element exists, performs the given action on it, returning true; else returns false.
tryAdvance(T_CONS) - Method in interface java.util.Spliterator.OfPrimitive
If a remaining element exists, performs the given action on it, returning true; else returns false.
tryAdvance(Consumer<? super T>) - Method in interface java.util.Spliterator
If a remaining element exists, performs the given action on it, returning true; else returns false.
tryComplete() - Method in class java.util.concurrent.CountedCompleter
If the pending count is nonzero, decrements the count; otherwise invokes CountedCompleter.onCompletion(CountedCompleter) and then similarly tries to complete this task's completer, if one exists, else marks this task as complete.
tryConvertToOptimisticRead(long) - Method in class java.util.concurrent.locks.StampedLock
If the lock state matches the given stamp then, if the stamp represents holding a lock, releases it and returns an observation stamp.
tryConvertToReadLock(long) - Method in class java.util.concurrent.locks.StampedLock
If the lock state matches the given stamp, performs one of the following actions.
tryConvertToWriteLock(long) - Method in class java.util.concurrent.locks.StampedLock
If the lock state matches the given stamp, performs one of the following actions.
tryLock(long, long, boolean) - Method in class java.nio.channels.AsynchronousFileChannel
Attempts to acquire a lock on the given region of this channel's file.
tryLock() - Method in class java.nio.channels.AsynchronousFileChannel
Attempts to acquire an exclusive lock on this channel's file.
tryLock(long, long, boolean) - Method in class java.nio.channels.FileChannel
Attempts to acquire a lock on the given region of this channel's file.
tryLock() - Method in class java.nio.channels.FileChannel
Attempts to acquire an exclusive lock on this channel's file.
tryLock() - Method in interface java.util.concurrent.locks.Lock
Acquires the lock only if it is free at the time of invocation.
tryLock(long, TimeUnit) - Method in interface java.util.concurrent.locks.Lock
Acquires the lock if it is free within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class java.util.concurrent.locks.ReentrantLock
Acquires the lock only if it is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class java.util.concurrent.locks.ReentrantLock
Acquires the lock if it is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock only if the write lock is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock if the write lock is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock only if it is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock if it is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryOptimisticRead() - Method in class java.util.concurrent.locks.StampedLock
Returns a stamp that can later be validated, or zero if exclusively locked.
tryReadLock() - Method in class java.util.concurrent.locks.StampedLock
Non-exclusively acquires the lock if it is immediately available.
tryReadLock(long, TimeUnit) - Method in class java.util.concurrent.locks.StampedLock
Non-exclusively acquires the lock if it is available within the given time and the current thread has not been interrupted.
tryRelease(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to set the state to reflect a release in exclusive mode.
tryRelease(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to set the state to reflect a release in exclusive mode.
tryReleaseShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to set the state to reflect a release in shared mode.
tryReleaseShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to set the state to reflect a release in shared mode.
trySplit() - Method in interface java.util.Spliterator.OfDouble
 
trySplit() - Method in interface java.util.Spliterator.OfInt
 
trySplit() - Method in interface java.util.Spliterator.OfLong
 
trySplit() - Method in interface java.util.Spliterator.OfPrimitive
 
trySplit() - Method in interface java.util.Spliterator
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
trySplit() - Method in class java.util.Spliterators.AbstractDoubleSpliterator
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
trySplit() - Method in class java.util.Spliterators.AbstractIntSpliterator
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
trySplit() - Method in class java.util.Spliterators.AbstractLongSpliterator
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
trySplit() - Method in class java.util.Spliterators.AbstractSpliterator
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
tryToLoadClass(String, ClassLoader) - Static method in class java.awt.datatransfer.DataFlavor
Tries to load a class from: the bootstrap loader, the system loader, the context loader (if one is present) and finally the loader specified.
tryTransfer(E) - Method in class java.util.concurrent.LinkedTransferQueue
Transfers the element to a waiting consumer immediately, if possible.
tryTransfer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedTransferQueue
Transfers the element to a consumer if it is possible to do so before the timeout elapses.
tryTransfer(E) - Method in interface java.util.concurrent.TransferQueue
Transfers the element to a waiting consumer immediately, if possible.
tryTransfer(E, long, TimeUnit) - Method in interface java.util.concurrent.TransferQueue
Transfers the element to a consumer if it is possible to do so before the timeout elapses.
tryUnfork() - Method in class java.util.concurrent.ForkJoinTask
Tries to unschedule this task for execution.
tryUnlockRead() - Method in class java.util.concurrent.locks.StampedLock
Releases one hold of the read lock if it is held, without requiring a stamp value.
tryUnlockWrite() - Method in class java.util.concurrent.locks.StampedLock
Releases the write lock if it is held, without requiring a stamp value.
tryWriteLock() - Method in class java.util.concurrent.locks.StampedLock
Exclusively acquires the lock if it is immediately available.
tryWriteLock(long, TimeUnit) - Method in class java.util.concurrent.locks.StampedLock
Exclusively acquires the lock if it is available within the given time and the current thread has not been interrupted.
TT_EOF - Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the stream has been read.
TT_EOL - Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the line has been read.
TT_NUMBER - Static variable in class java.io.StreamTokenizer
A constant indicating that a number token has been read.
TT_WORD - Static variable in class java.io.StreamTokenizer
A constant indicating that a word token has been read.
TTL_DONT_CACHE - Static variable in class java.util.ResourceBundle.Control
The time-to-live constant for not caching loaded resource bundle instances.
TTL_NO_EXPIRATION_CONTROL - Static variable in class java.util.ResourceBundle.Control
The time-to-live constant for disabling the expiration control for loaded resource bundle instances in the cache.
ttype - Variable in class java.io.StreamTokenizer
After a call to the nextToken method, this field contains the type of the token just read.
TUESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Tuesday.
TWO_SIDED_LONG_EDGE - Static variable in class java.awt.JobAttributes.SidesType
The SidesType instance to use for specifying that consecutive job pages should be printed upon front and back sides of consecutive media sheets, such that the orientation of each pair of pages on the medium would be correct for the reader as if for binding on the long edge.
TWO_SIDED_SHORT_EDGE - Static variable in class java.awt.JobAttributes.SidesType
The SidesType instance to use for specifying that consecutive job pages should be printed upon front and back sides of consecutive media sheets, such that the orientation of each pair of pages on the medium would be correct for the reader as if for binding on the short edge.
TYPE - Static variable in class java.lang.Boolean
The Class object representing the primitive type boolean.
TYPE - Static variable in class java.lang.Byte
The Class instance representing the primitive type byte.
TYPE - Static variable in class java.lang.Character
The Class instance representing the primitive type char.
TYPE - Static variable in class java.lang.Double
The Class instance representing the primitive type double.
TYPE - Static variable in class java.lang.Float
The Class instance representing the primitive type float.
TYPE - Static variable in class java.lang.Integer
The Class instance representing the primitive type int.
type() - Method in class java.lang.invoke.CallSite
Returns the type of this call site's target.
type() - Method in class java.lang.invoke.MethodHandle
Reports the type of this method handle.
TYPE - Static variable in class java.lang.Long
The Class instance representing the primitive type long.
type() - Method in class java.lang.ProcessBuilder.Redirect
Returns the type of this Redirect.
Type - Interface in java.lang.reflect
Type is the common superinterface for all types in the Java programming language.
TYPE - Static variable in class java.lang.Short
The Class instance representing the primitive type short.
TYPE - Static variable in class java.lang.Void
The Class object representing the pseudo-type corresponding to the keyword void.
type() - Method in class java.net.Proxy
Returns the proxy type.
type() - Method in interface java.net.SocketOption
Returns the type of the socket option value.
type() - Method in class java.nio.file.attribute.AclEntry
Returns the ACL entry type.
type() - Method in class java.nio.file.FileStore
Returns the type of this file store.
type() - Method in interface java.nio.file.WatchEvent.Kind
Returns the type of the context value.
TYPE1_FONT - Static variable in class java.awt.Font
Identify a font resource of type TYPE1.
TYPE_2CLR - Static variable in class java.awt.color.ColorSpace
Generic 2 component color spaces.
TYPE_3BYTE_BGR - Static variable in class java.awt.image.BufferedImage
Represents an image with 8-bit RGB color components, corresponding to a Windows-style BGR color model) with the colors Blue, Green, and Red stored in 3 bytes.
TYPE_3CLR - Static variable in class java.awt.color.ColorSpace
Generic 3 component color spaces.
TYPE_4BYTE_ABGR - Static variable in class java.awt.image.BufferedImage
Represents an image with 8-bit RGBA color components with the colors Blue, Green, and Red stored in 3 bytes and 1 byte of alpha.
TYPE_4BYTE_ABGR_PRE - Static variable in class java.awt.image.BufferedImage
Represents an image with 8-bit RGBA color components with the colors Blue, Green, and Red stored in 3 bytes and 1 byte of alpha.
TYPE_4CLR - Static variable in class java.awt.color.ColorSpace
Generic 4 component color spaces.
TYPE_5CLR - Static variable in class java.awt.color.ColorSpace
Generic 5 component color spaces.
TYPE_6CLR - Static variable in class java.awt.color.ColorSpace
Generic 6 component color spaces.
TYPE_7CLR - Static variable in class java.awt.color.ColorSpace
Generic 7 component color spaces.
TYPE_8CLR - Static variable in class java.awt.color.ColorSpace
Generic 8 component color spaces.
TYPE_9CLR - Static variable in class java.awt.color.ColorSpace
Generic 9 component color spaces.
TYPE_ACLR - Static variable in class java.awt.color.ColorSpace
Generic 10 component color spaces.
TYPE_BCLR - Static variable in class java.awt.color.ColorSpace
Generic 11 component color spaces.
TYPE_BICUBIC - Static variable in class java.awt.image.AffineTransformOp
Bicubic interpolation type.
TYPE_BILINEAR - Static variable in class java.awt.image.AffineTransformOp
Bilinear interpolation type.
TYPE_BYTE - Static variable in class java.awt.image.DataBuffer
Tag for unsigned byte data.
TYPE_BYTE_BINARY - Static variable in class java.awt.image.BufferedImage
Represents an opaque byte-packed 1, 2, or 4 bit image.
TYPE_BYTE_GRAY - Static variable in class java.awt.image.BufferedImage
Represents a unsigned byte grayscale image, non-indexed.
TYPE_BYTE_INDEXED - Static variable in class java.awt.image.BufferedImage
Represents an indexed byte image.
TYPE_CCLR - Static variable in class java.awt.color.ColorSpace
Generic 12 component color spaces.
TYPE_CMY - Static variable in class java.awt.color.ColorSpace
Any of the family of CMY color spaces.
TYPE_CMYK - Static variable in class java.awt.color.ColorSpace
Any of the family of CMYK color spaces.
TYPE_CUSTOM - Static variable in class java.awt.image.BufferedImage
Image type is not recognized so it must be a customized image.
TYPE_DCLR - Static variable in class java.awt.color.ColorSpace
Generic 13 component color spaces.
TYPE_DOUBLE - Static variable in class java.awt.image.DataBuffer
Tag for double data.
TYPE_ECLR - Static variable in class java.awt.color.ColorSpace
Generic 14 component color spaces.
TYPE_FCLR - Static variable in class java.awt.color.ColorSpace
Generic 15 component color spaces.
TYPE_FLIP - Static variable in class java.awt.geom.AffineTransform
This flag bit indicates that the transform defined by this object performs a mirror image flip about some axis which changes the normally right handed coordinate system into a left handed system in addition to the conversions indicated by other flag bits.
TYPE_FLOAT - Static variable in class java.awt.image.DataBuffer
Tag for float data.
TYPE_FORWARD_ONLY - Static variable in interface java.sql.ResultSet
The constant indicating the type for a ResultSet object whose cursor may move only forward.
TYPE_GENERAL_ROTATION - Static variable in class java.awt.geom.AffineTransform
This flag bit indicates that the transform defined by this object performs a rotation by an arbitrary angle in addition to the conversions indicated by other flag bits.
TYPE_GENERAL_SCALE - Static variable in class java.awt.geom.AffineTransform
This flag bit indicates that the transform defined by this object performs a general scale in addition to the conversions indicated by other flag bits.
TYPE_GENERAL_TRANSFORM - Static variable in class java.awt.geom.AffineTransform
This constant indicates that the transform defined by this object performs an arbitrary conversion of the input coordinates.
TYPE_GRAY - Static variable in class java.awt.color.ColorSpace
Any of the family of GRAY color spaces.
TYPE_HLS - Static variable in class java.awt.color.ColorSpace
Any of the family of HLS color spaces.
TYPE_HSV - Static variable in class java.awt.color.ColorSpace
Any of the family of HSV color spaces.
TYPE_IDENTITY - Static variable in class java.awt.geom.AffineTransform
This constant indicates that the transform defined by this object is an identity transform.
TYPE_IMAGE_BUFFER - Static variable in class java.awt.GraphicsDevice
Device is an image buffer.
TYPE_INT - Static variable in class java.awt.image.DataBuffer
Tag for int data.
TYPE_INT_ARGB - Static variable in class java.awt.image.BufferedImage
Represents an image with 8-bit RGBA color components packed into integer pixels.
TYPE_INT_ARGB_PRE - Static variable in class java.awt.image.BufferedImage
Represents an image with 8-bit RGBA color components packed into integer pixels.
TYPE_INT_BGR - Static variable in class java.awt.image.BufferedImage
Represents an image with 8-bit RGB color components, corresponding to a Windows- or Solaris- style BGR color model, with the colors Blue, Green, and Red packed into integer pixels.
TYPE_INT_RGB - Static variable in class java.awt.image.BufferedImage
Represents an image with 8-bit RGB color components packed into integer pixels.
TYPE_Lab - Static variable in class java.awt.color.ColorSpace
Any of the family of Lab color spaces.
TYPE_Luv - Static variable in class java.awt.color.ColorSpace
Any of the family of Luv color spaces.
TYPE_MASK_ROTATION - Static variable in class java.awt.geom.AffineTransform
This constant is a bit mask for any of the rotation flag bits.
TYPE_MASK_SCALE - Static variable in class java.awt.geom.AffineTransform
This constant is a bit mask for any of the scale flag bits.
TYPE_NEAREST_NEIGHBOR - Static variable in class java.awt.image.AffineTransformOp
Nearest-neighbor interpolation type.
TYPE_PRINTER - Static variable in class java.awt.GraphicsDevice
Device is a printer.
TYPE_QUADRANT_ROTATION - Static variable in class java.awt.geom.AffineTransform
This flag bit indicates that the transform defined by this object performs a quadrant rotation by some multiple of 90 degrees in addition to the conversions indicated by other flag bits.
TYPE_RASTER_SCREEN - Static variable in class java.awt.GraphicsDevice
Device is a raster screen.
TYPE_RGB - Static variable in class java.awt.color.ColorSpace
Any of the family of RGB color spaces.
TYPE_SCROLL_INSENSITIVE - Static variable in interface java.sql.ResultSet
The constant indicating the type for a ResultSet object that is scrollable but generally not sensitive to changes to the data that underlies the ResultSet.
TYPE_SCROLL_SENSITIVE - Static variable in interface java.sql.ResultSet
The constant indicating the type for a ResultSet object that is scrollable and generally sensitive to changes to the data that underlies the ResultSet.
TYPE_SHORT - Static variable in class java.awt.image.DataBuffer
Tag for signed short data.
TYPE_TRANSLATION - Static variable in class java.awt.geom.AffineTransform
This flag bit indicates that the transform defined by this object performs a translation in addition to the conversions indicated by other flag bits.
TYPE_UNDEFINED - Static variable in class java.awt.image.DataBuffer
Tag for undefined data.
TYPE_UNIFORM_SCALE - Static variable in class java.awt.geom.AffineTransform
This flag bit indicates that the transform defined by this object performs a uniform scale in addition to the conversions indicated by other flag bits.
TYPE_USHORT - Static variable in class java.awt.image.DataBuffer
Tag for unsigned short data.
TYPE_USHORT_555_RGB - Static variable in class java.awt.image.BufferedImage
Represents an image with 5-5-5 RGB color components (5-bits red, 5-bits green, 5-bits blue) with no alpha.
TYPE_USHORT_565_RGB - Static variable in class java.awt.image.BufferedImage
Represents an image with 5-6-5 RGB color components (5-bits red, 6-bits green, 5-bits blue) with no alpha.
TYPE_USHORT_GRAY - Static variable in class java.awt.image.BufferedImage
Represents an unsigned short grayscale image, non-indexed).
TYPE_XYZ - Static variable in class java.awt.color.ColorSpace
Any of the family of XYZ color spaces.
TYPE_YCbCr - Static variable in class java.awt.color.ColorSpace
Any of the family of YCbCr color spaces.
TYPE_Yxy - Static variable in class java.awt.color.ColorSpace
Any of the family of Yxy color spaces.
typeName() - Method in exception java.lang.TypeNotPresentException
Returns the fully qualified name of the unavailable type.
typeNoNulls - Static variable in interface java.sql.DatabaseMetaData
Indicates that a NULL value is NOT allowed for this data type.
TypeNotPresentException - Exception in java.lang
Thrown when an application tries to access a type using a string representing the type's name, but no definition for the type with the specified name can be found.
TypeNotPresentException(String, Throwable) - Constructor for exception java.lang.TypeNotPresentException
Constructs a TypeNotPresentException for the named type with the specified cause.
typeNullable - Static variable in interface java.sql.DatabaseMetaData
Indicates that a NULL value is allowed for this data type.
typeNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that it is not known whether a NULL value is allowed for this data type.
typePredBasic - Static variable in interface java.sql.DatabaseMetaData
Indicates that the data type can be only be used in WHERE search clauses that do not use LIKE predicates.
typePredChar - Static variable in interface java.sql.DatabaseMetaData
Indicates that the data type can be only be used in WHERE search clauses that use LIKE predicates.
typePredNone - Static variable in interface java.sql.DatabaseMetaData
Indicates that WHERE search clauses are not supported for this type.
Types - Class in java.sql
The class that defines the constants that are used to identify generic SQL types, called JDBC types.
typeSearchable - Static variable in interface java.sql.DatabaseMetaData
Indicates that all WHERE search clauses can be based on this type.
TypeVariable<D extends GenericDeclaration> - Interface in java.lang.reflect
TypeVariable is the common superinterface for type variables of kinds.

U

UGARITIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ugaritic" Unicode character block.
UID - Class in java.rmi.server
A UID represents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers.
UID() - Constructor for class java.rmi.server.UID
Generates a UID that is unique over time with respect to the host that it was generated on.
UID(short) - Constructor for class java.rmi.server.UID
Creates a "well-known" UID.
UK - Static variable in class java.util.Locale
Useful constant for country.
ulp(double) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(double) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
ulp() - Method in class java.math.BigDecimal
Returns the size of an ulp, a unit in the last place, of this BigDecimal.
UnaryOperator<T> - Interface in java.util.function
Represents an operation on a single operand that produces a result of the same type as its operand.
UNASSIGNED - Static variable in class java.lang.Character
General category "Cn" in the Unicode specification.
unbind(String) - Static method in class java.rmi.Naming
Destroys the binding for the specified name that is associated with a remote object.
unbind(String) - Method in interface java.rmi.registry.Registry
Removes the binding for the specified name in this registry.
unblock(InetAddress) - Method in class java.nio.channels.MembershipKey
Unblock multicast datagrams from the given source address that was previously blocked using the block method.
uncaughtException(Thread, Throwable) - Method in interface java.lang.Thread.UncaughtExceptionHandler
Method invoked when the given thread terminates due to the given uncaught exception.
uncaughtException(Thread, Throwable) - Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception, and the thread does not have a specific Thread.UncaughtExceptionHandler installed.
UncheckedIOException - Exception in java.io
Wraps an IOException with an unchecked exception.
UncheckedIOException(String, IOException) - Constructor for exception java.io.UncheckedIOException
Constructs an instance of this class.
UncheckedIOException(IOException) - Constructor for exception java.io.UncheckedIOException
Constructs an instance of this class.
unconfigurableExecutorService(ExecutorService) - Static method in class java.util.concurrent.Executors
Returns an object that delegates all defined ExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
unconfigurableScheduledExecutorService(ScheduledExecutorService) - Static method in class java.util.concurrent.Executors
Returns an object that delegates all defined ScheduledExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
UNDECIMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the thirteenth month of the year.
UndeclaredThrowableException - Exception in java.lang.reflect
Thrown by a method invocation on a proxy instance if its invocation handler's invoke method throws a checked exception (a Throwable that is not assignable to RuntimeException or Error) that is not assignable to any of the exception types declared in the throws clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.
UndeclaredThrowableException(Throwable) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specified Throwable.
UndeclaredThrowableException(Throwable, String) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specified Throwable and a detail message.
UNDEFINED - Static variable in class java.awt.BufferCapabilities.FlipContents
When flip contents are UNDEFINED, the contents of the back buffer are undefined after flipping.
UndefinedProperty - Static variable in class java.awt.Image
The UndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched.
UNDERFLOW - Static variable in class java.nio.charset.CoderResult
Result object indicating underflow, meaning that either the input buffer has been completely consumed or, if the input buffer is not yet empty, that additional input is required.
UNDERLINE - Static variable in class java.awt.font.TextAttribute
Attribute key for underline.
UNDERLINE_LOW_DASHED - Static variable in class java.awt.font.TextAttribute
Single pixel dashed low underline.
UNDERLINE_LOW_DOTTED - Static variable in class java.awt.font.TextAttribute
Single pixel dotted low underline.
UNDERLINE_LOW_GRAY - Static variable in class java.awt.font.TextAttribute
Double pixel gray low underline.
UNDERLINE_LOW_ONE_PIXEL - Static variable in class java.awt.font.TextAttribute
Single pixel solid low underline.
UNDERLINE_LOW_TWO_PIXEL - Static variable in class java.awt.font.TextAttribute
Double pixel solid low underline.
UNDERLINE_ON - Static variable in class java.awt.font.TextAttribute
Standard underline.
UnexpectedException - Exception in java.rmi
An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the throws clause of the method in the remote interface.
UnexpectedException(String) - Constructor for exception java.rmi.UnexpectedException
Constructs an UnexpectedException with the specified detail message.
UnexpectedException(String, Exception) - Constructor for exception java.rmi.UnexpectedException
Constructs a UnexpectedException with the specified detail message and nested exception.
unexportObject(Remote, boolean) - Static method in class java.rmi.activation.Activatable
Remove the remote object, obj, from the RMI runtime.
unexportObject(Remote, boolean) - Static method in class java.rmi.server.UnicastRemoteObject
Removes the remote object, obj, from the RMI runtime.
UnicastRemoteObject - Class in java.rmi.server
Used for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object.
UnicastRemoteObject() - Constructor for class java.rmi.server.UnicastRemoteObject
Creates and exports a new UnicastRemoteObject object using an anonymous port.
UnicastRemoteObject(int) - Constructor for class java.rmi.server.UnicastRemoteObject
Creates and exports a new UnicastRemoteObject object using the particular supplied port.
UnicastRemoteObject(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.server.UnicastRemoteObject
Creates and exports a new UnicastRemoteObject object using the particular supplied port and socket factories.
UNICODE_CASE - Static variable in class java.util.regex.Pattern
Enables Unicode-aware case folding.
UNICODE_CHARACTER_CLASS - Static variable in class java.util.regex.Pattern
Enables the Unicode version of Predefined character classes and POSIX character classes.
UNICODE_LOCALE_EXTENSION - Static variable in class java.util.Locale
The key for Unicode locale extension ('u').
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics" Unicode character block.
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics Extended" Unicode character block.
UNINITIALIZED - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has not yet been initialized.
union(Rectangle2D, Rectangle2D, Rectangle2D) - Static method in class java.awt.geom.Rectangle2D
Unions the pair of source Rectangle2D objects and puts the result into the specified destination Rectangle2D object.
union(Rectangle) - Method in class java.awt.Rectangle
Computes the union of this Rectangle with the specified Rectangle.
UNIT_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
The unit decrement adjustment type.
UNIT_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
The unit increment adjustment type.
UNIX_LINES - Static variable in class java.util.regex.Pattern
Enables Unix lines mode.
UNKNOWN - Static variable in class java.awt.ComponentOrientation
Indicates that a component's orientation has not been set.
UNKNOWN_ATTRIBUTE - Static variable in interface java.util.jar.Pack200.Packer
Indicates the action to take when a class-file containing an unknown attribute is encountered.
UNKNOWN_NUMBER_OF_PAGES - Static variable in interface java.awt.print.Pageable
This constant is returned from the getNumberOfPages method if a Pageable implementation does not know the number of pages in its set.
UnknownError - Error in java.lang
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError() - Constructor for error java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String) - Constructor for error java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownFormatConversionException - Exception in java.util
Unchecked exception thrown when an unknown conversion is given.
UnknownFormatConversionException(String) - Constructor for exception java.util.UnknownFormatConversionException
Constructs an instance of this class with the unknown conversion.
UnknownFormatFlagsException - Exception in java.util
Unchecked exception thrown when an unknown flag is given.
UnknownFormatFlagsException(String) - Constructor for exception java.util.UnknownFormatFlagsException
Constructs an instance of this class with the specified flags.
UnknownGroupException - Exception in java.rmi.activation
An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not known by the ActivationSystem.
UnknownGroupException(String) - Constructor for exception java.rmi.activation.UnknownGroupException
Constructs an UnknownGroupException with the specified detail message.
UnknownHostException - Exception in java.net
Thrown to indicate that the IP address of a host could not be determined.
UnknownHostException(String) - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with the specified detail message.
UnknownHostException() - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with no detail message.
UnknownHostException - Exception in java.rmi
An UnknownHostException is thrown if a java.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.
UnknownHostException(String) - Constructor for exception java.rmi.UnknownHostException
Constructs an UnknownHostException with the specified detail message.
UnknownHostException(String, Exception) - Constructor for exception java.rmi.UnknownHostException
Constructs an UnknownHostException with the specified detail message and nested exception.
UnknownObjectException - Exception in java.rmi.activation
An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid.
UnknownObjectException(String) - Constructor for exception java.rmi.activation.UnknownObjectException
Constructs an UnknownObjectException with the specified detail message.
UnknownServiceException - Exception in java.net
Thrown to indicate that an unknown service exception has occurred.
UnknownServiceException() - Constructor for exception java.net.UnknownServiceException
Constructs a new UnknownServiceException with no detail message.
UnknownServiceException(String) - Constructor for exception java.net.UnknownServiceException
Constructs a new UnknownServiceException with the specified detail message.
UNLIMITED - Static variable in class java.math.MathContext
A MathContext object whose settings have the values required for unlimited precision arithmetic.
unlock() - Method in interface java.util.concurrent.locks.Lock
Releases the lock.
unlock() - Method in class java.util.concurrent.locks.ReentrantLock
Attempts to release this lock.
unlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Attempts to release this lock.
unlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Attempts to release this lock.
unlock(long) - Method in class java.util.concurrent.locks.StampedLock
If the lock state matches the given stamp, releases the corresponding mode of the lock.
unlockRead(long) - Method in class java.util.concurrent.locks.StampedLock
If the lock state matches the given stamp, releases the non-exclusive lock.
unlockWrite(long) - Method in class java.util.concurrent.locks.StampedLock
If the lock state matches the given stamp, releases the exclusive lock.
unmappableCharacterAction() - Method in class java.nio.charset.CharsetDecoder
Returns this decoder's current action for unmappable-character errors.
unmappableCharacterAction() - Method in class java.nio.charset.CharsetEncoder
Returns this encoder's current action for unmappable-character errors.
UnmappableCharacterException - Exception in java.nio.charset
Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.
UnmappableCharacterException(int) - Constructor for exception java.nio.charset.UnmappableCharacterException
Constructs an UnmappableCharacterException with the given length.
unmappableForLength(int) - Static method in class java.nio.charset.CoderResult
Static factory method that returns the unique result object describing an unmappable-character error of the given length.
UnmarshalException - Exception in java.rmi
An UnmarshalException can be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if a java.io.IOException occurs unmarshalling parameters (on the server side) or the return value (on the client side).
UnmarshalException(String) - Constructor for exception java.rmi.UnmarshalException
Constructs an UnmarshalException with the specified detail message.
UnmarshalException(String, Exception) - Constructor for exception java.rmi.UnmarshalException
Constructs an UnmarshalException with the specified detail message and nested exception.
UnmodifiableClassException - Exception in java.lang.instrument
Thrown by an implementation of Instrumentation.redefineClasses when one of the specified classes cannot be modified.
UnmodifiableClassException() - Constructor for exception java.lang.instrument.UnmodifiableClassException
Constructs an UnmodifiableClassException with no detail message.
UnmodifiableClassException(String) - Constructor for exception java.lang.instrument.UnmodifiableClassException
Constructs an UnmodifiableClassException with the specified detail message.
unmodifiableCollection(Collection<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified collection.
unmodifiableList(List<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified list.
unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified map.
unmodifiableNavigableMap(NavigableMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified navigable map.
unmodifiableNavigableSet(NavigableSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified navigable set.
unmodifiableSet(Set<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified set.
unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted map.
unmodifiableSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted set.
UNNECESSARY - Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
unordered() - Method in interface java.util.stream.BaseStream
Returns an equivalent stream that is unordered.
unpack(InputStream, JarOutputStream) - Method in interface java.util.jar.Pack200.Unpacker
Read a Pack200 archive, and write the encoded JAR to a JarOutputStream.
unpack(File, JarOutputStream) - Method in interface java.util.jar.Pack200.Unpacker
Read a Pack200 archive, and write the encoded JAR to a JarOutputStream.
unpark(Thread) - Static method in class java.util.concurrent.locks.LockSupport
Makes available the permit for the given thread, if it was not already available.
unread(int) - Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(byte[], int, int) - Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(byte[]) - Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(int) - Method in class java.io.PushbackReader
Pushes back a single character by copying it to the front of the pushback buffer.
unread(char[], int, int) - Method in class java.io.PushbackReader
Pushes back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(char[]) - Method in class java.io.PushbackReader
Pushes back an array of characters by copying it to the front of the pushback buffer.
UnrecoverableEntryException - Exception in java.security
This exception is thrown if an entry in the keystore cannot be recovered.
UnrecoverableEntryException() - Constructor for exception java.security.UnrecoverableEntryException
Constructs an UnrecoverableEntryException with no detail message.
UnrecoverableEntryException(String) - Constructor for exception java.security.UnrecoverableEntryException
Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.
UnrecoverableKeyException - Exception in java.security
This exception is thrown if a key in the keystore cannot be recovered.
UnrecoverableKeyException() - Constructor for exception java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with no detail message.
UnrecoverableKeyException(String) - Constructor for exception java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.
Unreferenced - Interface in java.rmi.server
A remote object implementation should implement the Unreferenced interface to receive notification when there are no more clients that reference that remote object.
unreferenced() - Method in interface java.rmi.server.Unreferenced
Called by the RMI runtime sometime after the runtime determines that the reference list, the list of clients referencing the remote object, becomes empty.
unreflect(Method) - Method in class java.lang.invoke.MethodHandles.Lookup
Makes a direct method handle to m, if the lookup class has permission.
unreflectConstructor(Constructor<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle for a reflected constructor.
unreflectGetter(Field) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle giving read access to a reflected field.
unreflectSetter(Field) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle giving write access to a reflected field.
unreflectSpecial(Method, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
Produces a method handle for a reflected method.
unregister(ActivationID) - Static method in class java.rmi.activation.Activatable
Revokes previous registration for the activation descriptor associated with id.
unregisterGroup(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
Remove the activation group.
unregisterListeners() - Method in class java.awt.dnd.DragGestureRecognizer
unregister this DragGestureRecognizer's Listeners with the Component subclasses must override this method
unregisterListeners() - Method in class java.awt.dnd.MouseDragGestureRecognizer
unregister this DragGestureRecognizer's Listeners with the Component subclasses must override this method
unregisterObject(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
Remove the activation id and associated descriptor previously registered with the ActivationSystem; the object can no longer be activated via the object's activation id.
UnresolvedAddressException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address.
UnresolvedAddressException() - Constructor for exception java.nio.channels.UnresolvedAddressException
Constructs an instance of this class.
UnresolvedPermission - Class in java.security
The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.
UnresolvedPermission(String, String, String, Certificate[]) - Constructor for class java.security.UnresolvedPermission
Creates a new UnresolvedPermission containing the permission information needed later to actually create a Permission of the specified class, when the permission is resolved.
UnsatisfiedLinkError - Error in java.lang
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
unscaledValue() - Method in class java.math.BigDecimal
Returns a BigInteger whose value is the unscaled value of this BigDecimal.
UNSELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for unselected converted text.
UNSELECTED_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for unselected raw text.
UNSUPPORTED_EMPTY_COLLECTION - Static variable in class java.security.Policy
A read-only empty PermissionCollection instance.
UnsupportedAddressTypeException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported.
UnsupportedAddressTypeException() - Constructor for exception java.nio.channels.UnsupportedAddressTypeException
Constructs an instance of this class.
UnsupportedCharsetException - Exception in java.nio.charset
Unchecked exception thrown when no support is available for a requested charset.
UnsupportedCharsetException(String) - Constructor for exception java.nio.charset.UnsupportedCharsetException
Constructs an instance of this class.
UnsupportedClassVersionError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError() - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedFlavorException - Exception in java.awt.datatransfer
Signals that the requested data is not supported in this flavor.
UnsupportedFlavorException(DataFlavor) - Constructor for exception java.awt.datatransfer.UnsupportedFlavorException
Constructs an UnsupportedFlavorException.
UnsupportedOperationException - Exception in java.lang
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UnsupportedOperationException(String, Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified detail message and cause.
UnsupportedOperationException(Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
UnsupportedTemporalTypeException - Exception in java.time.temporal
UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is not supported for a Temporal class.
UnsupportedTemporalTypeException(String) - Constructor for exception java.time.temporal.UnsupportedTemporalTypeException
Constructs a new UnsupportedTemporalTypeException with the specified message.
UnsupportedTemporalTypeException(String, Throwable) - Constructor for exception java.time.temporal.UnsupportedTemporalTypeException
Constructs a new UnsupportedTemporalTypeException with the specified message and cause.
until(Temporal, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDate
Calculates the amount of time until another date in terms of the specified unit.
until(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
Calculates the period between this date and another date as a ChronoPeriod.
until(ChronoLocalDate) - Method in class java.time.chrono.HijrahDate
 
until(ChronoLocalDate) - Method in class java.time.chrono.JapaneseDate
 
until(ChronoLocalDate) - Method in class java.time.chrono.MinguoDate
 
until(ChronoLocalDate) - Method in class java.time.chrono.ThaiBuddhistDate
 
until(Temporal, TemporalUnit) - Method in class java.time.Instant
Calculates the amount of time until another instant in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.LocalDate
Calculates the amount of time until another date in terms of the specified unit.
until(ChronoLocalDate) - Method in class java.time.LocalDate
Calculates the period between this date and another date as a Period.
until(Temporal, TemporalUnit) - Method in class java.time.LocalDateTime
Calculates the amount of time until another date-time in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.LocalTime
Calculates the amount of time until another time in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.OffsetDateTime
Calculates the amount of time until another date-time in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.OffsetTime
Calculates the amount of time until another time in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in interface java.time.temporal.Temporal
Calculates the amount of time until another temporal in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.Year
Calculates the amount of time until another year in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.YearMonth
Calculates the amount of time until another year-month in terms of the specified unit.
until(Temporal, TemporalUnit) - Method in class java.time.ZonedDateTime
Calculates the amount of time until another date-time in terms of the specified unit.
unwrap() - Method in class java.lang.invoke.MethodType
Converts all wrapper types to their corresponding primitive types.
unwrap(Class<T>) - Method in interface java.sql.Wrapper
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
UP - Static variable in class java.awt.Event
The Up Arrow key, a non-ASCII action key.
UP_CYCLE_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
The identifier for the Up Cycle focus traversal keys.
update(Graphics) - Method in class java.awt.Canvas
Updates this canvas.
update(Graphics) - Method in class java.awt.Component
Updates this component.
update(Graphics) - Method in class java.awt.Container
Updates the container.
UPDATE - Static variable in class java.awt.event.PaintEvent
The update event type.
update() - Method in class java.awt.SplashScreen
Updates the splash window with current contents of the overlay image.
update(byte) - Method in class java.security.MessageDigest
Updates the digest using the specified byte.
update(byte[], int, int) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes, starting at the specified offset.
update(byte[]) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes.
update(ByteBuffer) - Method in class java.security.MessageDigest
Update the digest using the specified ByteBuffer.
update(byte) - Method in class java.security.Signature
Updates the data to be signed or verified by a byte.
update(byte[]) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes.
update(byte[], int, int) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
update(ByteBuffer) - Method in class java.security.Signature
Updates the data to be signed or verified using the specified ByteBuffer.
update(Observable, Object) - Method in interface java.util.Observer
This method is called whenever the observed object is changed.
update(int) - Method in class java.util.zip.Adler32
Updates the checksum with the specified byte (the low eight bits of the argument b).
update(byte[], int, int) - Method in class java.util.zip.Adler32
Updates the checksum with the specified array of bytes.
update(byte[]) - Method in class java.util.zip.Adler32
Updates the checksum with the specified array of bytes.
update(ByteBuffer) - Method in class java.util.zip.Adler32
Updates the checksum with the bytes from the specified buffer.
update(int) - Method in interface java.util.zip.Checksum
Updates the current checksum with the specified byte.
update(byte[], int, int) - Method in interface java.util.zip.Checksum
Updates the current checksum with the specified array of bytes.
update(int) - Method in class java.util.zip.CRC32
Updates the CRC-32 checksum with the specified byte (the low eight bits of the argument b).
update(byte[], int, int) - Method in class java.util.zip.CRC32
Updates the CRC-32 checksum with the specified array of bytes.
update(byte[]) - Method in class java.util.zip.CRC32
Updates the CRC-32 checksum with the specified array of bytes.
update(ByteBuffer) - Method in class java.util.zip.CRC32
Updates the checksum with the bytes from the specified buffer.
updateAlwaysOnTopState() - Method in interface java.awt.peer.WindowPeer
Updates the window's always-on-top state.
updateAndGet(IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function, returning the updated value.
updateAndGet(int, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function, returning the updated value.
updateAndGet(T, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the updated value.
updateAndGet(LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function, returning the updated value.
updateAndGet(int, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function, returning the updated value.
updateAndGet(T, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the updated value.
updateAndGet(UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function, returning the updated value.
updateAndGet(int, UnaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function, returning the updated value.
updateAndGet(T, UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the updated value.
updateArray(int, Array) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Array value.
updateAsciiStream(int, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column with an ascii stream value.
updateAutoscroll(Point) - Method in class java.awt.dnd.DropTarget
update autoscrolling with current cursor location
updateBigDecimal(int, BigDecimal) - Method in interface java.sql.ResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, int) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(int, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(String, InputStream, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(int, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column using the given input stream.
updateBlob(String, InputStream) - Method in interface java.sql.ResultSet
Updates the designated column using the given input stream.
updateBoolean(int, boolean) - Method in interface java.sql.ResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in interface java.sql.ResultSet
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in interface java.sql.ResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in interface java.sql.ResultSet
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in interface java.sql.ResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in interface java.sql.ResultSet
Updates the designated column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, int) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(int, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(int, Reader) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateClob(int, Clob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(String, Clob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(int, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(String, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(int, Reader) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object.
updateClob(String, Reader) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object.
updateCurrentCursor(int, int, int) - Method in class java.awt.dnd.DragSourceContext
If the default drag cursor behavior is active, this method sets the default drag cursor for the specified actions supported by the drag source, the drop target action, and status, otherwise this method does nothing.
updateCursorImmediately() - Method in interface java.awt.peer.ComponentPeer
Updates the cursor of the component.
updateDate(int, Date) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in interface java.sql.ResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in interface java.sql.ResultSet
Updates the designated column with a double value.
updateFloat(int, float) - Method in interface java.sql.ResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in interface java.sql.ResultSet
Updates the designated column with a float value.
updateFocusableWindowState() - Method in interface java.awt.peer.WindowPeer
Updates the window's focusable state.
updateGraphicsData(GraphicsConfiguration) - Method in interface java.awt.peer.ComponentPeer
Updates internal data structures related to the component's GC.
updateIconImages() - Method in interface java.awt.peer.WindowPeer
Updates the icons for the window.
updateImage() - Method in interface java.awt.peer.TrayIconPeer
Updates the icon image.
updateInt(int, int) - Method in interface java.sql.ResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in interface java.sql.ResultSet
Updates the designated column with an int value.
updateLocation(Point) - Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
cause autoscroll to occur
updateLong(int, long) - Method in interface java.sql.ResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in interface java.sql.ResultSet
Updates the designated column with a long value.
updateMinimumSize() - Method in interface java.awt.peer.WindowPeer
Updates the minimum size on the peer.
updateNCharacterStream(int, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(String, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(int, Reader) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateNCharacterStream(String, Reader) - Method in interface java.sql.ResultSet
Updates the designated column with a character stream value.
updateNClob(int, NClob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.NClob value.
updateNClob(String, NClob) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.NClob value.
updateNClob(int, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(String, Reader, long) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(int, Reader) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader The data will be read from the stream as needed until end-of-stream is reached.
updateNClob(String, Reader) - Method in interface java.sql.ResultSet
Updates the designated column using the given Reader object.
updateNString(int, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateNString(String, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateNull(int) - Method in interface java.sql.ResultSet
Updates the designated column with a null value.
updateNull(String) - Method in interface java.sql.ResultSet
Updates the designated column with a null value.
updateObject(int, Object, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(int, Object, SQLType, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object, SQLType, int) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(int, Object, SQLType) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateObject(String, Object, SQLType) - Method in interface java.sql.ResultSet
Updates the designated column with an Object value.
updateRef(int, Ref) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Ref value.
updateRow() - Method in interface java.sql.ResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateRowId(int, RowId) - Method in interface java.sql.ResultSet
Updates the designated column with a RowId value.
updateRowId(String, RowId) - Method in interface java.sql.ResultSet
Updates the designated column with a RowId value.
updatesAreDetected(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
updateShort(int, short) - Method in interface java.sql.ResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in interface java.sql.ResultSet
Updates the designated column with a short value.
updateSQLXML(int, SQLXML) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.SQLXML value.
updateSQLXML(String, SQLXML) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.SQLXML value.
updateString(int, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in interface java.sql.ResultSet
Updates the designated column with a String value.
updateTime(int, Time) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in interface java.sql.ResultSet
Updates the designated column with a java.sql.Timestamp value.
updateWindow() - Method in interface java.awt.peer.WindowPeer
Updates the native part of non-opaque window.
upFocusCycle(Component) - Method in class java.awt.DefaultKeyboardFocusManager
Moves the focus up one focus traversal cycle.
upFocusCycle(Component) - Method in class java.awt.KeyboardFocusManager
Moves the focus up one focus traversal cycle.
upFocusCycle() - Method in class java.awt.KeyboardFocusManager
Moves the focus up one focus traversal cycle from the current focus owner.
UPPERCASE - Static variable in class java.util.FormattableFlags
Converts the output to upper case according to the rules of the locale given during creation of the formatter argument of the formatTo() method.
UPPERCASE_LETTER - Static variable in class java.lang.Character
General category "Lu" in the Unicode specification.
URI - Class in java.net
Represents a Uniform Resource Identifier (URI) reference.
URI(String) - Constructor for class java.net.URI
Constructs a URI by parsing the given string.
URI(String, String, String, int, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String) - Constructor for class java.net.URI
Constructs a URI from the given components.
URIParameter - Class in java.security
A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation.
URIParameter(URI) - Constructor for class java.security.URIParameter
Constructs a URIParameter with the URI pointing to data intended for an SPI implementation.
URISyntaxException - Exception in java.net
Checked exception thrown to indicate that a string could not be parsed as a URI reference.
URISyntaxException(String, String, int) - Constructor for exception java.net.URISyntaxException
Constructs an instance from the given input string, reason, and error index.
URISyntaxException(String, String) - Constructor for exception java.net.URISyntaxException
Constructs an instance from the given input string and reason.
URL - Class in java.net
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
URL(String, String, int, String) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, and file.
URL(String, String, String) - Constructor for class java.net.URL
Creates a URL from the specified protocol name, host name, and file name.
URL(String, String, int, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, file, and handler.
URL(String) - Constructor for class java.net.URL
Creates a URL object from the String representation.
URL(URL, String) - Constructor for class java.net.URL
Creates a URL by parsing the given spec within a specified context.
URL(URL, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL by parsing the given spec with the specified handler within a specified context.
url - Variable in class java.net.URLConnection
The URL represents the remote object on the World Wide Web to which this connection is opened.
URLClassLoader - Class in java.net
This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
URLClassLoader(URL[], ClassLoader) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the given URLs.
URLClassLoader(URL[]) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs using the default delegation parent ClassLoader.
URLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory.
URLConnection - Class in java.net
The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
URLConnection(URL) - Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLDecoder - Class in java.net
Utility class for HTML form decoding.
URLDecoder() - Constructor for class java.net.URLDecoder
 
URLEncoder - Class in java.net
Utility class for HTML form encoding.
URLPermission - Class in java.net
Represents permission to access a resource or set of resources defined by a given url, and for a given set of user-settable request methods and request headers.
URLPermission(String, String) - Constructor for class java.net.URLPermission
Creates a new URLPermission from a url string and which permits the given request methods and user-settable request headers.
URLPermission(String) - Constructor for class java.net.URLPermission
Creates a URLPermission with the given url string and unrestricted methods and request headers by invoking the two argument constructor as follows: URLPermission(url, "*:*")
URLStreamHandler - Class in java.net
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
URLStreamHandler() - Constructor for class java.net.URLStreamHandler
 
URLStreamHandlerFactory - Interface in java.net
This interface defines a factory for URL stream protocol handlers.
US - Static variable in class java.util.Locale
Useful constant for country.
US_ASCII - Static variable in class java.nio.charset.StandardCharsets
Seven-bit ASCII, a.k.a.
USE_ALL_BEANINFO - Static variable in class java.beans.Introspector
Flag to indicate to use of all beaninfo.
USE_STD3_ASCII_RULES - Static variable in class java.net.IDN
Flag to turn on the check against STD-3 ASCII rules
useAnchoringBounds(boolean) - Method in class java.util.regex.Matcher
Sets the anchoring of region bounds for this matcher.
useCaches - Variable in class java.net.URLConnection
If true, the protocol is allowed to use caching whenever it can.
useDaylightTime() - Method in class java.util.SimpleTimeZone
Queries if this time zone uses daylight saving time.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this TimeZone uses Daylight Saving Time.
useDelimiter(Pattern) - Method in class java.util.Scanner
Sets this scanner's delimiting pattern to the specified pattern.
useDelimiter(String) - Method in class java.util.Scanner
Sets this scanner's delimiting pattern to a pattern constructed from the specified String.
useLocale(Locale) - Method in class java.util.Scanner
Sets this scanner's locale to the specified locale.
usePattern(Pattern) - Method in class java.util.regex.Matcher
Changes the Pattern that this Matcher uses to find matches with.
useProtocolVersion(int) - Method in class java.io.ObjectOutputStream
Specify stream protocol version to use when writing the stream.
useRadix(int) - Method in class java.util.Scanner
Sets this scanner's default radix to the specified radix.
UserDefinedFileAttributeView - Interface in java.nio.file.attribute
A file attribute view that provides a view of a file's user-defined attributes, sometimes known as extended attributes.
userNodeForPackage(Class<?>) - Static method in class java.util.prefs.Preferences
Returns the preference node from the calling user's preference tree that is associated (by convention) with the specified class's package.
UserPrincipal - Interface in java.nio.file.attribute
A Principal representing an identity used to determine access rights to objects in a file system.
UserPrincipalLookupService - Class in java.nio.file.attribute
An object to lookup user and group principals by name.
UserPrincipalLookupService() - Constructor for class java.nio.file.attribute.UserPrincipalLookupService
Initializes a new instance of this class.
UserPrincipalNotFoundException - Exception in java.nio.file.attribute
Checked exception thrown when a lookup of UserPrincipal fails because the principal does not exist.
UserPrincipalNotFoundException(String) - Constructor for exception java.nio.file.attribute.UserPrincipalNotFoundException
Constructs an instance of this class.
userRoot() - Static method in class java.util.prefs.Preferences
Returns the root preference node for the calling user.
userRoot() - Method in interface java.util.prefs.PreferencesFactory
Returns the user root preference node corresponding to the calling user.
usesFractionalMetrics() - Method in class java.awt.font.FontRenderContext
Returns a boolean which whether text fractional metrics mode is used in this FontRenderContext.
usesLocalFilePerTable() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database uses a file for each table.
usesLocalFiles() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database stores tables in a local file.
usesShiftModifier() - Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut must be invoked using the SHIFT key.
useTransparentBounds(boolean) - Method in class java.util.regex.Matcher
Sets the transparency of region bounds for this matcher.
usingProxy() - Method in class java.net.HttpURLConnection
Indicates if the connection is going through a proxy.
UTC - Static variable in class java.time.ZoneOffset
The time-zone offset for UTC, with an ID of 'Z'.
UTC(int, int, int, int, int, int) - Static method in 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), using a UTC TimeZone, followed by Calendar.getTime().getTime().
UTC_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as UTC.
UTF_16 - Static variable in class java.nio.charset.StandardCharsets
Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark
UTF_16BE - Static variable in class java.nio.charset.StandardCharsets
Sixteen-bit UCS Transformation Format, big-endian byte order
UTF_16LE - Static variable in class java.nio.charset.StandardCharsets
Sixteen-bit UCS Transformation Format, little-endian byte order
UTF_8 - Static variable in class java.nio.charset.StandardCharsets
Eight-bit UCS Transformation Format
UTFDataFormatException - Exception in java.io
Signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
UUID - Class in java.util
A class that represents an immutable universally unique identifier (UUID).
UUID(long, long) - Constructor for class java.util.UUID
Constructs a new UUID using the specified data.

V

VAI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Vai" Unicode character block.
valid() - Method in class java.io.FileDescriptor
Tests if this file descriptor object is valid.
validate() - Method in class java.awt.Component
Validates this component.
validate() - Method in class java.awt.Container
Validates this container and all of its subcomponents.
validate(GraphicsConfiguration) - Method in class java.awt.image.VolatileImage
Attempts to restore the drawing surface of the image if the surface had been lost since the last validate call.
validate(CertPath, CertPathParameters) - Method in class java.security.cert.CertPathValidator
Validates the specified certification path using the specified algorithm parameter set.
validate(long) - Method in class java.util.concurrent.locks.StampedLock
Returns true if the lock has not been exclusively acquired since issuance of the given stamp.
validatedContents - Variable in class java.awt.Component.BltBufferStrategy
Whether or not the drawing buffer has been recently restored from a lost state.
validatedContents - Variable in class java.awt.Component.FlipBufferStrategy
Whether or not the drawing buffer has been recently restored from a lost state.
validateObject() - Method in interface java.io.ObjectInputValidation
Validates the object.
validatePage(PageFormat) - Method in class java.awt.print.PrinterJob
Returns the clone of page with its settings adjusted to be compatible with the current printer of this PrinterJob.
validatePendingAdd(Object) - Method in class java.beans.beancontext.BeanContextSupport
Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being added to the BeanContext.
validatePendingRemove(Object) - Method in class java.beans.beancontext.BeanContextSupport
Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being removed from the BeanContext.
validatePendingSetBeanContext(BeanContext) - Method in class java.beans.beancontext.BeanContextChildSupport
Called from setBeanContext to validate (or otherwise) the pending change in the nesting BeanContext property value.
validateTree() - Method in class java.awt.Container
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
validOps() - Method in class java.nio.channels.DatagramChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.Pipe.SinkChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.Pipe.SourceChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.SelectableChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.ServerSocketChannel
Returns an operation set identifying this channel's supported operations.
validOps() - Method in class java.nio.channels.SocketChannel
Returns an operation set identifying this channel's supported operations.
value() - Method in interface java.nio.file.attribute.FileAttribute
Returns the attribute value.
value - Variable in class java.sql.DriverPropertyInfo
The value field specifies the current value of the property, based on a combination of the information supplied to the method getPropertyInfo, the Java environment, and the driver-supplied default values.
VALUE_ALPHA_INTERPOLATION_DEFAULT - Static variable in class java.awt.RenderingHints
Alpha interpolation hint value -- alpha blending algorithms are chosen by the implementation for a good tradeoff of performance vs.
VALUE_ALPHA_INTERPOLATION_QUALITY - Static variable in class java.awt.RenderingHints
Alpha interpolation hint value -- alpha blending algorithms are chosen with a preference for precision and visual quality.
VALUE_ALPHA_INTERPOLATION_SPEED - Static variable in class java.awt.RenderingHints
Alpha interpolation hint value -- alpha blending algorithms are chosen with a preference for calculation speed.
VALUE_ANTIALIAS_DEFAULT - Static variable in class java.awt.RenderingHints
Antialiasing hint value -- rendering is done with a default antialiasing mode chosen by the implementation.
VALUE_ANTIALIAS_OFF - Static variable in class java.awt.RenderingHints
Antialiasing hint value -- rendering is done without antialiasing.
VALUE_ANTIALIAS_ON - Static variable in class java.awt.RenderingHints
Antialiasing hint value -- rendering is done with antialiasing.
VALUE_COLOR_RENDER_DEFAULT - Static variable in class java.awt.RenderingHints
Color rendering hint value -- perform color conversion calculations as chosen by the implementation to represent the best available tradeoff between performance and accuracy.
VALUE_COLOR_RENDER_QUALITY - Static variable in class java.awt.RenderingHints
Color rendering hint value -- perform the color conversion calculations with the highest accuracy and visual quality.
VALUE_COLOR_RENDER_SPEED - Static variable in class java.awt.RenderingHints
Color rendering hint value -- perform the fastest color conversion to the format of the output device.
VALUE_DITHER_DEFAULT - Static variable in class java.awt.RenderingHints
Dithering hint value -- use a default for dithering chosen by the implementation.
VALUE_DITHER_DISABLE - Static variable in class java.awt.RenderingHints
Dithering hint value -- do not dither when rendering geometry.
VALUE_DITHER_ENABLE - Static variable in class java.awt.RenderingHints
Dithering hint value -- dither when rendering geometry, if needed.
VALUE_FRACTIONALMETRICS_DEFAULT - Static variable in class java.awt.RenderingHints
Font fractional metrics hint value -- character glyphs are positioned with accuracy chosen by the implementation.
VALUE_FRACTIONALMETRICS_OFF - Static variable in class java.awt.RenderingHints
Font fractional metrics hint value -- character glyphs are positioned with advance widths rounded to pixel boundaries.
VALUE_FRACTIONALMETRICS_ON - Static variable in class java.awt.RenderingHints
Font fractional metrics hint value -- character glyphs are positioned with sub-pixel accuracy.
VALUE_INTERPOLATION_BICUBIC - Static variable in class java.awt.RenderingHints
Interpolation hint value -- the color samples of 9 nearby integer coordinate samples in the image are interpolated using a cubic function in both X and Y to produce a color sample.
VALUE_INTERPOLATION_BILINEAR - Static variable in class java.awt.RenderingHints
Interpolation hint value -- the color samples of the 4 nearest neighboring integer coordinate samples in the image are interpolated linearly to produce a color sample.
VALUE_INTERPOLATION_NEAREST_NEIGHBOR - Static variable in class java.awt.RenderingHints
Interpolation hint value -- the color sample of the nearest neighboring integer coordinate sample in the image is used.
VALUE_RENDER_DEFAULT - Static variable in class java.awt.RenderingHints
Rendering hint value -- rendering algorithms are chosen by the implementation for a good tradeoff of performance vs.
VALUE_RENDER_QUALITY - Static variable in class java.awt.RenderingHints
Rendering hint value -- rendering algorithms are chosen with a preference for output quality.
VALUE_RENDER_SPEED - Static variable in class java.awt.RenderingHints
Rendering hint value -- rendering algorithms are chosen with a preference for output speed.
VALUE_STROKE_DEFAULT - Static variable in class java.awt.RenderingHints
Stroke normalization control hint value -- geometry may be modified or left pure depending on the tradeoffs in a given implementation.
VALUE_STROKE_NORMALIZE - Static variable in class java.awt.RenderingHints
Stroke normalization control hint value -- geometry should be normalized to improve uniformity or spacing of lines and overall aesthetics.
VALUE_STROKE_PURE - Static variable in class java.awt.RenderingHints
Stroke normalization control hint value -- geometry should be left unmodified and rendered with sub-pixel accuracy.
VALUE_TEXT_ANTIALIAS_DEFAULT - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is done according to the RenderingHints.KEY_ANTIALIASING hint or a default chosen by the implementation.
VALUE_TEXT_ANTIALIAS_GASP - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is requested to use information in the font resource which specifies for each point size whether to apply RenderingHints.VALUE_TEXT_ANTIALIAS_ON or RenderingHints.VALUE_TEXT_ANTIALIAS_OFF.
VALUE_TEXT_ANTIALIAS_LCD_HBGR - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixels in order from display left to right of B,G,R such that the horizontal subpixel resolution is three times that of the full pixel horizontal resolution (HBGR).
VALUE_TEXT_ANTIALIAS_LCD_HRGB - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixels in order from display left to right of R,G,B such that the horizontal subpixel resolution is three times that of the full pixel horizontal resolution (HRGB).
VALUE_TEXT_ANTIALIAS_LCD_VBGR - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixel organisation from display top to bottom of B,G,R such that the vertical subpixel resolution is three times that of the full pixel vertical resolution (VBGR).
VALUE_TEXT_ANTIALIAS_LCD_VRGB - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixel organisation from display top to bottom of R,G,B such that the vertical subpixel resolution is three times that of the full pixel vertical resolution (VRGB).
VALUE_TEXT_ANTIALIAS_OFF - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is done without any form of antialiasing.
VALUE_TEXT_ANTIALIAS_ON - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is done with some form of antialiasing.
valueOf(String) - Static method in enum java.awt.Component.BaselineResizeBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.Desktop.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.Dialog.ModalExclusionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.Dialog.ModalityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.font.NumericShaper.Range
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.GraphicsDevice.WindowTranslucency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.MultipleGradientPaint.ColorSpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.MultipleGradientPaint.CycleMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.TrayIcon.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.Window.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.annotation.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.annotation.RetentionPolicy
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in class java.lang.Boolean
Returns a Boolean instance representing the specified boolean value.
valueOf(String) - Static method in class java.lang.Boolean
Returns a Boolean with a value represented by the specified string.
valueOf(byte) - Static method in class java.lang.Byte
Returns a Byte instance representing the specified byte value.
valueOf(String, int) - Static method in class java.lang.Byte
Returns a Byte object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Byte
Returns a Byte object holding the value given by the specified String.
valueOf(String) - Static method in enum java.lang.Character.UnicodeScript
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in class java.lang.Character
Returns a Character instance representing the specified char value.
valueOf(String) - Static method in class java.lang.Double
Returns a Double object holding the double value represented by the argument string s.
valueOf(double) - Static method in class java.lang.Double
Returns a Double instance representing the specified double value.
valueOf(Class<T>, String) - Static method in class java.lang.Enum
Returns the enum constant of the specified enum type with the specified name.
valueOf(String) - Static method in class java.lang.Float
Returns a Float object holding the float value represented by the argument string s.
valueOf(float) - Static method in class java.lang.Float
Returns a Float instance representing the specified float value.
valueOf(String, int) - Static method in class java.lang.Integer
Returns an Integer object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Integer
Returns an Integer object holding the value of the specified String.
valueOf(int) - Static method in class java.lang.Integer
Returns an Integer instance representing the specified int value.
valueOf(String, int) - Static method in class java.lang.Long
Returns a Long object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Long
Returns a Long object holding the value of the specified String.
valueOf(long) - Static method in class java.lang.Long
Returns a Long instance representing the specified long value.
valueOf(String) - Static method in enum java.lang.management.MemoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.ProcessBuilder.Redirect.Type
Returns the enum constant of this type with the specified name.
valueOf(String, int) - Static method in class java.lang.Short
Returns a Short object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Short
Returns a Short object holding the value given by the specified String.
valueOf(short) - Static method in class java.lang.Short
Returns a Short instance representing the specified short value.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(String) - Static method in enum java.lang.Thread.State
Returns the enum constant of this type with the specified name.
valueOf(long, int) - Static method in class java.math.BigDecimal
Translates a long unscaled value and an int scale into a BigDecimal.
valueOf(long) - Static method in class java.math.BigDecimal
Translates a long value into a BigDecimal with a scale of zero.
valueOf(double) - Static method in class java.math.BigDecimal
Translates a double into a BigDecimal, using the double's canonical string representation provided by the Double.toString(double) method.
valueOf(long) - Static method in class java.math.BigInteger
Returns a BigInteger whose value is equal to that of the specified long.
valueOf(String) - Static method in enum java.math.RoundingMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum java.math.RoundingMode
Returns the RoundingMode object corresponding to a legacy integer rounding mode constant in BigDecimal.
valueOf(String) - Static method in enum java.net.Authenticator.RequestorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.net.Proxy.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.net.StandardProtocolFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.AccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.attribute.AclEntryFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.attribute.AclEntryPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.attribute.AclEntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.attribute.PosixFilePermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.FileVisitOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.FileVisitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.LinkOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.StandardCopyOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.nio.file.StandardOpenOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.cert.CertPathValidatorException.BasicReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.cert.CRLReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.cert.PKIXReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.cert.PKIXRevocationChecker.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.CryptoPrimitive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.security.KeyRep.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.sql.ClientInfoStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class java.sql.Date
Converts a string in JDBC date escape format to a Date value.
valueOf(LocalDate) - Static method in class java.sql.Date
Obtains an instance of Date from a LocalDate object with the same year, month and day of month value as the given LocalDate.
valueOf(String) - Static method in enum java.sql.JDBCType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum java.sql.JDBCType
Returns the JDBCType that corresponds to the specified Types value
valueOf(String) - Static method in enum java.sql.PseudoColumnUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.sql.RowIdLifetime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class java.sql.Time
Converts a string in JDBC time escape format to a Time value.
valueOf(LocalTime) - Static method in class java.sql.Time
Obtains an instance of Time from a LocalTime object with the same hour, minute and second time value as the given LocalTime.
valueOf(String) - Static method in class java.sql.Timestamp
Converts a String object in JDBC timestamp escape format to a Timestamp value.
valueOf(LocalDateTime) - Static method in class java.sql.Timestamp
Obtains an instance of Timestamp from a LocalDateTime object, with the same year, month, day of month, hours, minutes, seconds and nanos date-time value as the provided LocalDateTime.
valueOf(String) - Static method in enum java.text.Normalizer.Form
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.chrono.HijrahEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.chrono.IsoEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class java.time.chrono.JapaneseEra
Returns the JapaneseEra with the name.
valueOf(String) - Static method in enum java.time.chrono.MinguoEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.chrono.ThaiBuddhistEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.format.FormatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.format.ResolverStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.format.SignStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.format.TextStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.Month
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.temporal.ChronoField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.temporal.ChronoUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.time.zone.ZoneOffsetTransitionRule.TimeDefinition
Returns the enum constant of this type with the specified name.
valueOf(long[]) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given long array.
valueOf(LongBuffer) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given long buffer between its position and limit.
valueOf(byte[]) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given byte array.
valueOf(ByteBuffer) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given byte buffer between its position and limit.
valueOf(String) - Static method in enum java.util.concurrent.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.Formatter.BigDecimalLayoutForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.Locale.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.Locale.FilteringMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.stream.Collector.Characteristics
Returns the enum constant of this type with the specified name.
ValueRange - Class in java.time.temporal
The range of valid values for a date-time field.
values() - Static method in enum java.awt.Component.BaselineResizeBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.Desktop.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.Dialog.ModalExclusionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.Dialog.ModalityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.font.NumericShaper.Range
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.GraphicsDevice.WindowTranslucency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.MultipleGradientPaint.ColorSpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.MultipleGradientPaint.CycleMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.awt.RenderingHints
Returns a Collection view of the values contained in this RenderinHints.
values() - Static method in enum java.awt.TrayIcon.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.Window.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.annotation.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.annotation.RetentionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.Character.UnicodeScript
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.management.MemoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.ProcessBuilder.Redirect.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.Thread.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.math.RoundingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.net.Authenticator.RequestorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.net.Proxy.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.net.StandardProtocolFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.AccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.attribute.AclEntryFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.attribute.AclEntryPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.attribute.AclEntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.attribute.PosixFilePermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.FileVisitOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.FileVisitResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.LinkOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.StandardCopyOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.nio.file.StandardOpenOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.cert.CertPathValidatorException.BasicReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.cert.CRLReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.cert.PKIXReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.cert.PKIXRevocationChecker.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.CryptoPrimitive
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.security.KeyRep.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.security.Provider
Returns an unmodifiable Collection view of the property values contained in this provider.
values() - Static method in enum java.sql.ClientInfoStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.sql.JDBCType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.sql.PseudoColumnUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.sql.RowIdLifetime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.text.Normalizer.Form
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.chrono.HijrahEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.chrono.IsoEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class java.time.chrono.JapaneseEra
Returns an array of JapaneseEras.
values() - Static method in enum java.time.chrono.MinguoEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.chrono.ThaiBuddhistEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.format.FormatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.format.ResolverStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.format.SignStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.format.TextStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.Month
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.temporal.ChronoField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.temporal.ChronoUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.time.zone.ZoneOffsetTransitionRule.TimeDefinition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.AbstractMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.concurrent.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.EnumMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.Formatter.BigDecimalLayoutForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.HashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.Hashtable
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.IdentityHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.jar.Attributes
Returns a Collection view of the attribute values contained in this Map.
values() - Method in class java.util.LinkedHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.Locale.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.util.Locale.FilteringMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface java.util.Map
Returns a Collection view of the values contained in this map.
values() - Method in interface java.util.SortedMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.stream.Collector.Characteristics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.TreeMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.WeakHashMap
Returns a Collection view of the values contained in this map.
VARBINARY - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARBINARY.
VARCHAR - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARCHAR.
variant() - Method in class java.util.UUID
The variant number associated with this UUID.
VARIATION_SELECTORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Variation Selectors" Unicode character block.
VARIATION_SELECTORS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Variation Selectors Supplement" Unicode character block.
vcSupport - Variable in class java.beans.beancontext.BeanContextChildSupport
The VetoableChangeSupport associated with this BeanContextChildSupport.
Vector<E> - Class in java.util
The Vector class implements a growable array of objects.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection<? extends E>) - Constructor for class java.util.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
VEDIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Vedic Extensions" Unicode character block.
VERBOSE - Static variable in class java.rmi.server.LogStream
Deprecated.
log level constant (verbose logging).
verify(PublicKey) - Method in class java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey, String) - Method in class java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey, Provider) - Method in class java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey, Provider) - Method in class java.security.cert.X509Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey) - Method in class java.security.cert.X509CRL
Verifies that this CRL was signed using the private key that corresponds to the given public key.
verify(PublicKey, String) - Method in class java.security.cert.X509CRL
Verifies that this CRL was signed using the private key that corresponds to the given public key.
verify(PublicKey, Provider) - Method in class java.security.cert.X509CRL
Verifies that this CRL was signed using the private key that corresponds to the given public key.
VERIFY - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for verification.
verify(byte[]) - Method in class java.security.Signature
Verifies the passed-in signature.
verify(byte[], int, int) - Method in class java.security.Signature
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
verify(PublicKey, Signature) - Method in class java.security.SignedObject
Verifies that the signature in this SignedObject is the valid signature for the object stored inside, with the given verification key, using the designated verification engine.
VerifyError - Error in java.lang
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
VerifyError() - Constructor for error java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String) - Constructor for error java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
version() - Method in class java.util.UUID
The version number associated with this UUID.
versionColumnNotPseudo - Static variable in interface java.sql.DatabaseMetaData
Indicates that this version column is NOT a pseudo column.
versionColumnPseudo - Static variable in interface java.sql.DatabaseMetaData
Indicates that this version column is a pseudo column.
versionColumnUnknown - Static variable in interface java.sql.DatabaseMetaData
Indicates that this version column may or may not be a pseudo column.
VERTICAL - Static variable in interface java.awt.Adjustable
Indicates that the Adjustable has vertical orientation.
VERTICAL - Static variable in class java.awt.GridBagConstraints
Resize the component vertically but not horizontally.
VERTICAL - Static variable in class java.awt.Scrollbar
A constant that indicates a vertical scroll bar.
VERTICAL_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Vertical Forms" Unicode character block.
vetoableChange(PropertyChangeEvent) - Method in class java.beans.beancontext.BeanContextSupport
subclasses may envelope to monitor veto child property changes.
vetoableChange(PropertyChangeEvent) - Method in interface java.beans.VetoableChangeListener
This method gets called when a constrained property is changed.
vetoableChange(PropertyChangeEvent) - Method in class java.beans.VetoableChangeListenerProxy
Forwards the property change event to the listener delegate.
VetoableChangeListener - Interface in java.beans
A VetoableChange event gets fired whenever a bean changes a "constrained" property.
VetoableChangeListenerProxy - Class in java.beans
A class which extends the EventListenerProxy specifically for adding a VetoableChangeListener with a "constrained" property.
VetoableChangeListenerProxy(String, VetoableChangeListener) - Constructor for class java.beans.VetoableChangeListenerProxy
Constructor which binds the VetoableChangeListener to a specific property.
VetoableChangeSupport - Class in java.beans
This is a utility class that can be used by beans that support constrained properties.
VetoableChangeSupport(Object) - Constructor for class java.beans.VetoableChangeSupport
Constructs a VetoableChangeSupport object.
VirtualMachineError - Error in java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
VirtualMachineError(String, Throwable) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message and cause.
VirtualMachineError(Throwable) - Constructor for error java.lang.VirtualMachineError
Constructs an a VirtualMachineError with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
Visibility - Interface in java.beans
Under some circumstances a bean may be run on servers where a GUI is not available.
visitFile(T, BasicFileAttributes) - Method in interface java.nio.file.FileVisitor
Invoked for a file in a directory.
visitFile(T, BasicFileAttributes) - Method in class java.nio.file.SimpleFileVisitor
Invoked for a file in a directory.
visitFileFailed(T, IOException) - Method in interface java.nio.file.FileVisitor
Invoked for a file that could not be visited.
visitFileFailed(T, IOException) - Method in class java.nio.file.SimpleFileVisitor
Invoked for a file that could not be visited.
VK_0 - Static variable in class java.awt.event.KeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
VK_1 - Static variable in class java.awt.event.KeyEvent
 
VK_2 - Static variable in class java.awt.event.KeyEvent
 
VK_3 - Static variable in class java.awt.event.KeyEvent
 
VK_4 - Static variable in class java.awt.event.KeyEvent
 
VK_5 - Static variable in class java.awt.event.KeyEvent
 
VK_6 - Static variable in class java.awt.event.KeyEvent
 
VK_7 - Static variable in class java.awt.event.KeyEvent
 
VK_8 - Static variable in class java.awt.event.KeyEvent
 
VK_9 - Static variable in class java.awt.event.KeyEvent
 
VK_A - Static variable in class java.awt.event.KeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
VK_ACCEPT - Static variable in class java.awt.event.KeyEvent
Constant for the Accept or Commit function key.
VK_ADD - Static variable in class java.awt.event.KeyEvent
 
VK_AGAIN - Static variable in class java.awt.event.KeyEvent
 
VK_ALL_CANDIDATES - Static variable in class java.awt.event.KeyEvent
Constant for the All Candidates function key.
VK_ALPHANUMERIC - Static variable in class java.awt.event.KeyEvent
Constant for the Alphanumeric function key.
VK_ALT - Static variable in class java.awt.event.KeyEvent
 
VK_ALT_GRAPH - Static variable in class java.awt.event.KeyEvent
Constant for the AltGraph function key.
VK_AMPERSAND - Static variable in class java.awt.event.KeyEvent
 
VK_ASTERISK - Static variable in class java.awt.event.KeyEvent
 
VK_AT - Static variable in class java.awt.event.KeyEvent
Constant for the "@" key.
VK_B - Static variable in class java.awt.event.KeyEvent
 
VK_BACK_QUOTE - Static variable in class java.awt.event.KeyEvent
 
VK_BACK_SLASH - Static variable in class java.awt.event.KeyEvent
Constant for the back slash key, "\"
VK_BACK_SPACE - Static variable in class java.awt.event.KeyEvent
 
VK_BEGIN - Static variable in class java.awt.event.KeyEvent
Constant for the Begin key.
VK_BRACELEFT - Static variable in class java.awt.event.KeyEvent
 
VK_BRACERIGHT - Static variable in class java.awt.event.KeyEvent
 
VK_C - Static variable in class java.awt.event.KeyEvent
 
VK_CANCEL - Static variable in class java.awt.event.KeyEvent
 
VK_CAPS_LOCK - Static variable in class java.awt.event.KeyEvent
 
VK_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
Constant for the "^" key.
VK_CLEAR - Static variable in class java.awt.event.KeyEvent
 
VK_CLOSE_BRACKET - Static variable in class java.awt.event.KeyEvent
Constant for the close bracket key, "]"
VK_CODE_INPUT - Static variable in class java.awt.event.KeyEvent
Constant for the Code Input function key.
VK_COLON - Static variable in class java.awt.event.KeyEvent
Constant for the ":" key.
VK_COMMA - Static variable in class java.awt.event.KeyEvent
Constant for the comma key, ","
VK_COMPOSE - Static variable in class java.awt.event.KeyEvent
Constant for the Compose function key.
VK_CONTEXT_MENU - Static variable in class java.awt.event.KeyEvent
Constant for the Microsoft Windows Context Menu key.
VK_CONTROL - Static variable in class java.awt.event.KeyEvent
 
VK_CONVERT - Static variable in class java.awt.event.KeyEvent
Constant for the Convert function key.
VK_COPY - Static variable in class java.awt.event.KeyEvent
 
VK_CUT - Static variable in class java.awt.event.KeyEvent
 
VK_D - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ABOVEDOT - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ABOVERING - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ACUTE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_BREVE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CARON - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CEDILLA - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_DIAERESIS - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_DOUBLEACUTE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_GRAVE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_IOTA - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_MACRON - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_OGONEK - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_SEMIVOICED_SOUND - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_TILDE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_VOICED_SOUND - Static variable in class java.awt.event.KeyEvent
 
VK_DECIMAL - Static variable in class java.awt.event.KeyEvent
 
VK_DELETE - Static variable in class java.awt.event.KeyEvent
 
VK_DIVIDE - Static variable in class java.awt.event.KeyEvent
 
VK_DOLLAR - Static variable in class java.awt.event.KeyEvent
Constant for the "$" key.
VK_DOWN - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad down arrow key.
VK_E - Static variable in class java.awt.event.KeyEvent
 
VK_END - Static variable in class java.awt.event.KeyEvent
 
VK_ENTER - Static variable in class java.awt.event.KeyEvent
 
VK_EQUALS - Static variable in class java.awt.event.KeyEvent
Constant for the equals key, "="
VK_ESCAPE - Static variable in class java.awt.event.KeyEvent
 
VK_EURO_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the Euro currency sign key.
VK_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the "!" key.
VK_F - Static variable in class java.awt.event.KeyEvent
 
VK_F1 - Static variable in class java.awt.event.KeyEvent
Constant for the F1 function key.
VK_F10 - Static variable in class java.awt.event.KeyEvent
Constant for the F10 function key.
VK_F11 - Static variable in class java.awt.event.KeyEvent
Constant for the F11 function key.
VK_F12 - Static variable in class java.awt.event.KeyEvent
Constant for the F12 function key.
VK_F13 - Static variable in class java.awt.event.KeyEvent
Constant for the F13 function key.
VK_F14 - Static variable in class java.awt.event.KeyEvent
Constant for the F14 function key.
VK_F15 - Static variable in class java.awt.event.KeyEvent
Constant for the F15 function key.
VK_F16 - Static variable in class java.awt.event.KeyEvent
Constant for the F16 function key.
VK_F17 - Static variable in class java.awt.event.KeyEvent
Constant for the F17 function key.
VK_F18 - Static variable in class java.awt.event.KeyEvent
Constant for the F18 function key.
VK_F19 - Static variable in class java.awt.event.KeyEvent
Constant for the F19 function key.
VK_F2 - Static variable in class java.awt.event.KeyEvent
Constant for the F2 function key.
VK_F20 - Static variable in class java.awt.event.KeyEvent
Constant for the F20 function key.
VK_F21 - Static variable in class java.awt.event.KeyEvent
Constant for the F21 function key.
VK_F22 - Static variable in class java.awt.event.KeyEvent
Constant for the F22 function key.
VK_F23 - Static variable in class java.awt.event.KeyEvent
Constant for the F23 function key.
VK_F24 - Static variable in class java.awt.event.KeyEvent
Constant for the F24 function key.
VK_F3 - Static variable in class java.awt.event.KeyEvent
Constant for the F3 function key.
VK_F4 - Static variable in class java.awt.event.KeyEvent
Constant for the F4 function key.
VK_F5 - Static variable in class java.awt.event.KeyEvent
Constant for the F5 function key.
VK_F6 - Static variable in class java.awt.event.KeyEvent
Constant for the F6 function key.
VK_F7 - Static variable in class java.awt.event.KeyEvent
Constant for the F7 function key.
VK_F8 - Static variable in class java.awt.event.KeyEvent
Constant for the F8 function key.
VK_F9 - Static variable in class java.awt.event.KeyEvent
Constant for the F9 function key.
VK_FINAL - Static variable in class java.awt.event.KeyEvent
 
VK_FIND - Static variable in class java.awt.event.KeyEvent
 
VK_FULL_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Full-Width Characters function key.
VK_G - Static variable in class java.awt.event.KeyEvent
 
VK_GREATER - Static variable in class java.awt.event.KeyEvent
 
VK_H - Static variable in class java.awt.event.KeyEvent
 
VK_HALF_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Half-Width Characters function key.
VK_HELP - Static variable in class java.awt.event.KeyEvent
 
VK_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Hiragana function key.
VK_HOME - Static variable in class java.awt.event.KeyEvent
 
VK_I - Static variable in class java.awt.event.KeyEvent
 
VK_INPUT_METHOD_ON_OFF - Static variable in class java.awt.event.KeyEvent
Constant for the input method on/off key.
VK_INSERT - Static variable in class java.awt.event.KeyEvent
 
VK_INVERTED_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the inverted exclamation mark key.
VK_J - Static variable in class java.awt.event.KeyEvent
 
VK_JAPANESE_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Hiragana function key.
VK_JAPANESE_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Katakana function key.
VK_JAPANESE_ROMAN - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Roman function key.
VK_K - Static variable in class java.awt.event.KeyEvent
 
VK_KANA - Static variable in class java.awt.event.KeyEvent
 
VK_KANA_LOCK - Static variable in class java.awt.event.KeyEvent
Constant for the locking Kana function key.
VK_KANJI - Static variable in class java.awt.event.KeyEvent
 
VK_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Katakana function key.
VK_KP_DOWN - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad down arrow key.
VK_KP_LEFT - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad left arrow key.
VK_KP_RIGHT - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad right arrow key.
VK_KP_UP - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad up arrow key.
VK_L - Static variable in class java.awt.event.KeyEvent
 
VK_LEFT - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad left arrow key.
VK_LEFT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the "(" key.
VK_LESS - Static variable in class java.awt.event.KeyEvent
 
VK_M - Static variable in class java.awt.event.KeyEvent
 
VK_META - Static variable in class java.awt.event.KeyEvent
 
VK_MINUS - Static variable in class java.awt.event.KeyEvent
Constant for the minus key, "-"
VK_MODECHANGE - Static variable in class java.awt.event.KeyEvent
 
VK_MULTIPLY - Static variable in class java.awt.event.KeyEvent
 
VK_N - Static variable in class java.awt.event.KeyEvent
 
VK_NONCONVERT - Static variable in class java.awt.event.KeyEvent
Constant for the Don't Convert function key.
VK_NUM_LOCK - Static variable in class java.awt.event.KeyEvent
 
VK_NUMBER_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the "#" key.
VK_NUMPAD0 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD1 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD2 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD3 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD4 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD5 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD6 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD7 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD8 - Static variable in class java.awt.event.KeyEvent
 
VK_NUMPAD9 - Static variable in class java.awt.event.KeyEvent
 
VK_O - Static variable in class java.awt.event.KeyEvent
 
VK_OPEN_BRACKET - Static variable in class java.awt.event.KeyEvent
Constant for the open bracket key, "["
VK_P - Static variable in class java.awt.event.KeyEvent
 
VK_PAGE_DOWN - Static variable in class java.awt.event.KeyEvent
 
VK_PAGE_UP - Static variable in class java.awt.event.KeyEvent
 
VK_PASTE - Static variable in class java.awt.event.KeyEvent
 
VK_PAUSE - Static variable in class java.awt.event.KeyEvent
 
VK_PERIOD - Static variable in class java.awt.event.KeyEvent
Constant for the period key, "."
VK_PLUS - Static variable in class java.awt.event.KeyEvent
Constant for the "+" key.
VK_PREVIOUS_CANDIDATE - Static variable in class java.awt.event.KeyEvent
Constant for the Previous Candidate function key.
VK_PRINTSCREEN - Static variable in class java.awt.event.KeyEvent
 
VK_PROPS - Static variable in class java.awt.event.KeyEvent
 
VK_Q - Static variable in class java.awt.event.KeyEvent
 
VK_QUOTE - Static variable in class java.awt.event.KeyEvent
 
VK_QUOTEDBL - Static variable in class java.awt.event.KeyEvent
 
VK_R - Static variable in class java.awt.event.KeyEvent
 
VK_RIGHT - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad right arrow key.
VK_RIGHT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the ")" key.
VK_ROMAN_CHARACTERS - Static variable in class java.awt.event.KeyEvent
Constant for the Roman Characters function key.
VK_S - Static variable in class java.awt.event.KeyEvent
 
VK_SCROLL_LOCK - Static variable in class java.awt.event.KeyEvent
 
VK_SEMICOLON - Static variable in class java.awt.event.KeyEvent
Constant for the semicolon key, ";"
VK_SEPARATER - Static variable in class java.awt.event.KeyEvent
This constant is obsolete, and is included only for backwards compatibility.
VK_SEPARATOR - Static variable in class java.awt.event.KeyEvent
Constant for the Numpad Separator key.
VK_SHIFT - Static variable in class java.awt.event.KeyEvent
 
VK_SLASH - Static variable in class java.awt.event.KeyEvent
Constant for the forward slash key, "/"
VK_SPACE - Static variable in class java.awt.event.KeyEvent
 
VK_STOP - Static variable in class java.awt.event.KeyEvent
 
VK_SUBTRACT - Static variable in class java.awt.event.KeyEvent
 
VK_T - Static variable in class java.awt.event.KeyEvent
 
VK_TAB - Static variable in class java.awt.event.KeyEvent
 
VK_U - Static variable in class java.awt.event.KeyEvent
 
VK_UNDEFINED - Static variable in class java.awt.event.KeyEvent
This value is used to indicate that the keyCode is unknown.
VK_UNDERSCORE - Static variable in class java.awt.event.KeyEvent
Constant for the "_" key.
VK_UNDO - Static variable in class java.awt.event.KeyEvent
 
VK_UP - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad up arrow key.
VK_V - Static variable in class java.awt.event.KeyEvent
 
VK_W - Static variable in class java.awt.event.KeyEvent
 
VK_WINDOWS - Static variable in class java.awt.event.KeyEvent
Constant for the Microsoft Windows "Windows" key.
VK_X - Static variable in class java.awt.event.KeyEvent
 
VK_Y - Static variable in class java.awt.event.KeyEvent
 
VK_Z - Static variable in class java.awt.event.KeyEvent
 
VMID - Class in java.rmi.dgc
A VMID is a identifier that is unique across all Java virtual machines.
VMID() - Constructor for class java.rmi.dgc.VMID
Create a new VMID.
Void - Class in java.lang
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
VOLATILE - Static variable in class java.lang.reflect.Modifier
The int value representing the volatile modifier.
VolatileCallSite - Class in java.lang.invoke
A VolatileCallSite is a CallSite whose target acts like a volatile variable.
VolatileCallSite(MethodType) - Constructor for class java.lang.invoke.VolatileCallSite
Creates a call site with a volatile binding to its target.
VolatileCallSite(MethodHandle) - Constructor for class java.lang.invoke.VolatileCallSite
Creates a call site with a volatile binding to its target.
VolatileImage - Class in java.awt.image
VolatileImage is an image which can lose its contents at any time due to circumstances beyond the control of the application (e.g., situations caused by the operating system or by other applications).
VolatileImage() - Constructor for class java.awt.image.VolatileImage
 

W

W_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The west-resize cursor type.
W_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.W_RESIZE_CURSOR.
wait(long) - Method in class java.lang.Object
Causes the current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes the current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
wait() - Method in class java.lang.Object
Causes the current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
WAIT_CURSOR - Static variable in class java.awt.Cursor
The wait cursor type.
WAIT_CURSOR - Static variable in class java.awt.Frame
Deprecated.
replaced by Cursor.WAIT_CURSOR.
waitFor() - Method in class java.lang.Process
Causes the current thread to wait, if necessary, until the process represented by this Process object has terminated.
waitFor(long, TimeUnit) - Method in class java.lang.Process
Causes the current thread to wait, if necessary, until the subprocess represented by this Process object has terminated, or the specified waiting time elapses.
waitForAll() - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForAll(long) - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForID(int) - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForID(int, long) - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForIdle() - Method in class java.awt.Robot
Waits until all events currently on the event queue have been processed.
wakeup() - Method in class java.nio.channels.Selector
Causes the first selection operation that has not yet returned to return immediately.
walk(Path, int, FileVisitOption...) - Static method in class java.nio.file.Files
Return a Stream that is lazily populated with Path by walking the file tree rooted at a given starting file.
walk(Path, FileVisitOption...) - Static method in class java.nio.file.Files
Return a Stream that is lazily populated with Path by walking the file tree rooted at a given starting file.
walkFileTree(Path, Set<FileVisitOption>, int, FileVisitor<? super Path>) - Static method in class java.nio.file.Files
Walks a file tree.
walkFileTree(Path, FileVisitor<? super Path>) - Static method in class java.nio.file.Files
Walks a file tree.
WALL_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as wall clock time.
WARNING - Static variable in class java.util.logging.Level
WARNING is a message level indicating a potential problem.
warning(String) - Method in class java.util.logging.Logger
Log a WARNING message.
warning(Supplier<String>) - Method in class java.util.logging.Logger
Log a WARNING message, which is only to be constructed if the logging level is such that the message will actually be logged.
wasNull() - Method in interface java.sql.CallableStatement
Retrieves whether the last OUT parameter read had the value of SQL NULL.
wasNull() - Method in interface java.sql.ResultSet
Reports whether the last column read had a value of SQL NULL.
wasNull() - Method in interface java.sql.SQLInput
Retrieves whether the last value read was SQL NULL.
Watchable - Interface in java.nio.file
An object that may be registered with a watch service so that it can be watched for changes and events.
watchable() - Method in interface java.nio.file.WatchKey
Returns the object for which this watch key was created.
WatchEvent<T> - Interface in java.nio.file
An event or a repeated event for an object that is registered with a WatchService.
WatchEvent.Kind<T> - Interface in java.nio.file
An event kind, for the purposes of identification.
WatchEvent.Modifier - Interface in java.nio.file
An event modifier that qualifies how a Watchable is registered with a WatchService.
WatchKey - Interface in java.nio.file
A token representing the registration of a watchable object with a WatchService.
WatchService - Interface in java.nio.file
A watch service that watches registered objects for changes and events.
weakCompareAndSet(boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
weakCompareAndSet(T, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
weakCompareAndSet(long, long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, long, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
weakCompareAndSet(T, long, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
weakCompareAndSet(V, V, boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is == to the expected reference and the current mark is equal to the expected mark.
weakCompareAndSet(V, V) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, E, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
weakCompareAndSet(T, V, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
weakCompareAndSet(V, V, int, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is == to the expected reference and the current stamp is equal to the expected stamp.
WeakHashMap<K,V> - Class in java.util
Hash table based implementation of the Map interface, with weak keys.
WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the given load factor.
WeakHashMap(int) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the default load factor (0.75).
WeakHashMap() - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the default initial capacity (16) and load factor (0.75).
WeakHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.WeakHashMap
Constructs a new WeakHashMap with the same mappings as the specified map.
WeakReference<T> - Class in java.lang.ref
Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
WeakReference(T) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WeakReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object and is registered with the given queue.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Wednesday.
WEEK_BASED_YEAR - Static variable in class java.time.temporal.IsoFields
The field that represents the week-based-year.
WEEK_BASED_YEARS - Static variable in class java.time.temporal.IsoFields
The unit that represents week-based-years for the purpose of addition and subtraction.
WEEK_BASED_YEARS - Static variable in class java.time.temporal.WeekFields
The unit that represents week-based-years for the purpose of addition and subtraction.
WEEK_OF_MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the week of month field.
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current month.
WEEK_OF_MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_MONTH field alignment.
WEEK_OF_WEEK_BASED_YEAR - Static variable in class java.time.temporal.IsoFields
The field that represents the week-of-week-based-year.
WEEK_OF_YEAR - Static variable in class java.text.DateFormat.Field
Constant identifying the week of year field.
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current year.
WEEK_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_YEAR field alignment.
weekBasedYear() - Method in class java.time.temporal.WeekFields
Returns a field to access the year of a week-based-year based on this WeekFields.
WeekFields - Class in java.time.temporal
Localized definitions of the day-of-week, week-of-month and week-of-year fields.
weekOfMonth() - Method in class java.time.temporal.WeekFields
Returns a field to access the week of month based on this WeekFields.
weekOfWeekBasedYear() - Method in class java.time.temporal.WeekFields
Returns a field to access the week of a week-based-year based on this WeekFields.
weekOfYear() - Method in class java.time.temporal.WeekFields
Returns a field to access the week of year based on this WeekFields.
weight - Variable in class java.awt.font.GlyphJustificationInfo
The weight of this glyph.
WEIGHT - Static variable in class java.awt.font.TextAttribute
Attribute key for the weight of a font.
WEIGHT_BOLD - Static variable in class java.awt.font.TextAttribute
The standard bold weight.
WEIGHT_DEMIBOLD - Static variable in class java.awt.font.TextAttribute
A moderately lighter weight than WEIGHT_BOLD.
WEIGHT_DEMILIGHT - Static variable in class java.awt.font.TextAttribute
An intermediate weight between WEIGHT_LIGHT and WEIGHT_STANDARD.
WEIGHT_EXTRA_LIGHT - Static variable in class java.awt.font.TextAttribute
The lightest predefined weight.
WEIGHT_EXTRABOLD - Static variable in class java.awt.font.TextAttribute
An extra heavy weight.
WEIGHT_HEAVY - Static variable in class java.awt.font.TextAttribute
A moderately heavier weight than WEIGHT_BOLD.
WEIGHT_LIGHT - Static variable in class java.awt.font.TextAttribute
The standard light weight.
WEIGHT_MEDIUM - Static variable in class java.awt.font.TextAttribute
An intermediate weight between WEIGHT_REGULAR and WEIGHT_BOLD.
WEIGHT_REGULAR - Static variable in class java.awt.font.TextAttribute
The standard weight.
WEIGHT_SEMIBOLD - Static variable in class java.awt.font.TextAttribute
A moderately heavier weight than WEIGHT_REGULAR.
WEIGHT_ULTRABOLD - Static variable in class java.awt.font.TextAttribute
The heaviest predefined weight.
weightx - Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra horizontal space.
weighty - Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra vertical space.
WEST - Static variable in class java.awt.BorderLayout
The west layout constraint (left side of container).
WEST - Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
WHEEL_BLOCK_SCROLL - Static variable in class java.awt.event.MouseWheelEvent
Constant representing scrolling by a "block" (like scrolling with page-up, page-down keys)
WHEEL_UNIT_SCROLL - Static variable in class java.awt.event.MouseWheelEvent
Constant representing scrolling by "units" (like scrolling with the arrow keys)
when - Variable in class java.awt.Event
The time stamp.
whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in class java.util.concurrent.CompletableFuture
 
whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage with the same result or exception as this stage, that executes the given action when this stage completes.
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in class java.util.concurrent.CompletableFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in class java.util.concurrent.CompletableFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage with the same result or exception as this stage, that executes the given action using this stage's default asynchronous execution facility when this stage completes.
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage with the same result or exception as this stage, that executes the given action using the supplied Executor when this stage completes.
white - Static variable in class java.awt.Color
The color white.
WHITE - Static variable in class java.awt.Color
The color white.
WHITESPACE - Static variable in class java.awt.font.GlyphMetrics
Indicates a glyph with no visual representation.
whitespaceChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
width - Variable in class java.awt.Component.BltBufferStrategy
Size of the back buffers
width - Variable in class java.awt.Dimension
The width dimension; negative values can be used.
WIDTH - Static variable in class java.awt.font.TextAttribute
Attribute key for the width of a font.
width - Variable in class java.awt.geom.Arc2D.Double
The overall width of the full ellipse of which this arc is a partial section (not considering the angular extents).
width - Variable in class java.awt.geom.Arc2D.Float
The overall width of the full ellipse of which this arc is a partial section (not considering the angular extents).
width - Variable in class java.awt.geom.Ellipse2D.Double
The overall width of this Ellipse2D.
width - Variable in class java.awt.geom.Ellipse2D.Float
The overall width of this Ellipse2D.
width - Variable in class java.awt.geom.Rectangle2D.Double
The width of this Rectangle2D.
width - Variable in class java.awt.geom.Rectangle2D.Float
The width of this Rectangle2D.
width - Variable in class java.awt.geom.RoundRectangle2D.Double
The width of this RoundRectangle2D.
width - Variable in class java.awt.geom.RoundRectangle2D.Float
The width of this RoundRectangle2D.
WIDTH - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that the width of the base image is now available and can be taken from the width argument to the imageUpdate callback method.
width - Variable in class java.awt.image.Raster
The width of this Raster.
width - Variable in class java.awt.image.SampleModel
Width in pixels of the region of image data that this SampleModel describes.
width - Variable in class java.awt.Rectangle
The width of the Rectangle.
WIDTH_CONDENSED - Static variable in class java.awt.font.TextAttribute
The most condensed predefined width.
WIDTH_EXTENDED - Static variable in class java.awt.font.TextAttribute
The most extended predefined width.
WIDTH_REGULAR - Static variable in class java.awt.font.TextAttribute
The standard width.
WIDTH_SEMI_CONDENSED - Static variable in class java.awt.font.TextAttribute
A moderately condensed width.
WIDTH_SEMI_EXTENDED - Static variable in class java.awt.font.TextAttribute
A moderately extended width.
WildcardType - Interface in java.lang.reflect
WildcardType represents a wildcard type expression, such as ?, ? extends Number, or ? super Integer.
WIND_EVEN_ODD - Static variable in class java.awt.geom.Path2D
An even-odd winding rule for determining the interior of a path.
WIND_EVEN_ODD - Static variable in interface java.awt.geom.PathIterator
The winding rule constant for specifying an even-odd rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in class java.awt.geom.Path2D
A non-zero winding rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in interface java.awt.geom.PathIterator
The winding rule constant for specifying a non-zero rule for determining the interior of a path.
WINDOW - Static variable in class java.awt.SystemColor
The array index for the SystemColor.window system color.
window - Static variable in class java.awt.SystemColor
The color rendered for the background of interior regions inside windows.
Window - Class in java.awt
A Window object is a top-level window with no borders and no menubar.
Window(Frame) - Constructor for class java.awt.Window
Constructs a new, initially invisible window with the specified Frame as its owner.
Window(Window) - Constructor for class java.awt.Window
Constructs a new, initially invisible window with the specified Window as its owner.
Window(Window, GraphicsConfiguration) - Constructor for class java.awt.Window
Constructs a new, initially invisible window with the specified owner Window and a GraphicsConfiguration of a screen device.
Window.AccessibleAWTWindow - Class in java.awt
This class implements accessibility support for the Window class.
Window.Type - Enum in java.awt
Enumeration of available window types.
WINDOW_ACTIVATED - Static variable in class java.awt.event.WindowEvent
The window-activated event type.
WINDOW_BORDER - Static variable in class java.awt.SystemColor
The array index for the SystemColor.windowBorder system color.
WINDOW_CLOSED - Static variable in class java.awt.event.WindowEvent
The window closed event.
WINDOW_CLOSING - Static variable in class java.awt.event.WindowEvent
The "window is closing" event.
WINDOW_DEACTIVATED - Static variable in class java.awt.event.WindowEvent
The window-deactivated event type.
WINDOW_DEICONIFIED - Static variable in class java.awt.event.WindowEvent
The window deiconified event type.
WINDOW_DEICONIFY - Static variable in class java.awt.Event
The user has asked the window manager to de-iconify the window.
WINDOW_DESTROY - Static variable in class java.awt.Event
The user has asked the window manager to kill the window.
WINDOW_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting window events.
WINDOW_EXPOSE - Static variable in class java.awt.Event
The user has asked the window manager to expose the window.
WINDOW_FIRST - Static variable in class java.awt.event.WindowEvent
The first number in the range of ids used for window events.
WINDOW_FOCUS_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting window focus events.
WINDOW_GAINED_FOCUS - Static variable in class java.awt.event.WindowEvent
The window-gained-focus event type.
WINDOW_ICONIFIED - Static variable in class java.awt.event.WindowEvent
The window iconified event.
WINDOW_ICONIFY - Static variable in class java.awt.Event
The user has asked the window manager to iconify the window.
WINDOW_LAST - Static variable in class java.awt.event.WindowEvent
The last number in the range of ids used for window events.
WINDOW_LOST_FOCUS - Static variable in class java.awt.event.WindowEvent
The window-lost-focus event type.
WINDOW_MOVED - Static variable in class java.awt.Event
The user has asked the window manager to move the window.
WINDOW_OPENED - Static variable in class java.awt.event.WindowEvent
The window opened event.
WINDOW_STATE_CHANGED - Static variable in class java.awt.event.WindowEvent
The window-state-changed event type.
WINDOW_STATE_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting window state events.
WINDOW_TEXT - Static variable in class java.awt.SystemColor
The array index for the SystemColor.windowText system color.
windowActivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b.
windowActivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is activated.
windowActivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the Window is set to be the active Window.
WindowAdapter - Class in java.awt.event
An abstract adapter class for receiving window events.
WindowAdapter() - Constructor for class java.awt.event.WindowAdapter
 
windowBorder - Static variable in class java.awt.SystemColor
The color rendered for the border around interior regions inside windows.
windowClosed(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.
windowClosed(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window has been closed.
windowClosed(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window has been closed as the result of calling dispose on the window.
windowClosing(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b.
windowClosing(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is in the process of being closed.
windowClosing(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the user attempts to close the window from the window's system menu.
windowDeactivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b.
windowDeactivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is de-activated.
windowDeactivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a Window is no longer the active Window.
windowDeiconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b.
windowDeiconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is de-iconified.
windowDeiconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a minimized to a normal state.
WindowEvent - Class in java.awt.event
A low-level event that indicates that a window has changed its status.
WindowEvent(Window, int, Window, int, int) - Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object.
WindowEvent(Window, int, Window) - Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object with the specified opposite Window.
WindowEvent(Window, int, int, int) - Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object with the specified previous and new window states.
WindowEvent(Window, int) - Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object.
WindowFocusListener - Interface in java.awt.event
The listener interface for receiving WindowEvents, including WINDOW_GAINED_FOCUS and WINDOW_LOST_FOCUS events.
windowGainedFocus(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowGainedFocus event by invoking the windowGainedFocus methods on listener-a and listener-b.
windowGainedFocus(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when the Window is set to be the focused Window, which means that the Window, or one of its subcomponents, will receive keyboard events.
windowGainedFocus(WindowEvent) - Method in interface java.awt.event.WindowFocusListener
Invoked when the Window is set to be the focused Window, which means that the Window, or one of its subcomponents, will receive keyboard events.
windowIconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b.
windowIconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is iconified.
windowIconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a normal to a minimized state.
WindowListener - Interface in java.awt.event
The listener interface for receiving window events.
windowLostFocus(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowLostFocus event by invoking the windowLostFocus methods on listener-a and listener-b.
windowLostFocus(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when the Window is no longer the focused Window, which means that keyboard events will no longer be delivered to the Window or any of its subcomponents.
windowLostFocus(WindowEvent) - Method in interface java.awt.event.WindowFocusListener
Invoked when the Window is no longer the focused Window, which means that keyboard events will no longer be delivered to the Window or any of its subcomponents.
windowOpened(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b.
windowOpened(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window has been opened.
windowOpened(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked the first time a window is made visible.
WindowPeer - Interface in java.awt.peer
The peer interface for Window.
windowStateChanged(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowStateChanged event by invoking the windowStateChanged methods on listener-a and listener-b.
windowStateChanged(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window state is changed.
windowStateChanged(WindowEvent) - Method in interface java.awt.event.WindowStateListener
Invoked when window state is changed.
WindowStateListener - Interface in java.awt.event
The listener interface for receiving window state events.
windowText - Static variable in class java.awt.SystemColor
The color rendered for text of interior regions inside windows.
with(TemporalAdjuster) - Method in interface java.time.chrono.ChronoLocalDate
Returns an adjusted object of the same type as this object with the adjustment made.
with(TemporalField, long) - Method in interface java.time.chrono.ChronoLocalDate
Returns an object of the same type as this object with the specified field altered.
with(TemporalAdjuster) - Method in interface java.time.chrono.ChronoLocalDateTime
Returns an adjusted object of the same type as this object with the adjustment made.
with(TemporalField, long) - Method in interface java.time.chrono.ChronoLocalDateTime
Returns an object of the same type as this object with the specified field altered.
with(TemporalAdjuster) - Method in interface java.time.chrono.ChronoZonedDateTime
Returns an adjusted object of the same type as this object with the adjustment made.
with(TemporalField, long) - Method in interface java.time.chrono.ChronoZonedDateTime
Returns an object of the same type as this object with the specified field altered.
with(TemporalField, long) - Method in class java.time.chrono.HijrahDate
 
with(TemporalAdjuster) - Method in class java.time.chrono.HijrahDate
Returns an adjusted object of the same type as this object with the adjustment made.
with(TemporalField, long) - Method in class java.time.chrono.JapaneseDate
 
with(TemporalAdjuster) - Method in class java.time.chrono.JapaneseDate
Returns an adjusted object of the same type as this object with the adjustment made.
with(TemporalField, long) - Method in class java.time.chrono.MinguoDate
 
with(TemporalAdjuster) - Method in class java.time.chrono.MinguoDate
Returns an adjusted object of the same type as this object with the adjustment made.
with(TemporalField, long) - Method in class java.time.chrono.ThaiBuddhistDate
 
with(TemporalAdjuster) - Method in class java.time.chrono.ThaiBuddhistDate
Returns an adjusted object of the same type as this object with the adjustment made.
with(TemporalAdjuster) - Method in class java.time.Instant
Returns an adjusted copy of this instant.
with(TemporalField, long) - Method in class java.time.Instant
Returns a copy of this instant with the specified field set to a new value.
with(TemporalAdjuster) - Method in class java.time.LocalDate
Returns an adjusted copy of this date.
with(TemporalField, long) - Method in class java.time.LocalDate
Returns a copy of this date with the specified field set to a new value.
with(TemporalAdjuster) - Method in class java.time.LocalDateTime
Returns an adjusted copy of this date-time.
with(TemporalField, long) - Method in class java.time.LocalDateTime
Returns a copy of this date-time with the specified field set to a new value.
with(TemporalAdjuster) - Method in class java.time.LocalTime
Returns an adjusted copy of this time.
with(TemporalField, long) - Method in class java.time.LocalTime
Returns a copy of this time with the specified field set to a new value.
with(Month) - Method in class java.time.MonthDay
Returns a copy of this MonthDay with the month-of-year altered.
with(TemporalAdjuster) - Method in class java.time.OffsetDateTime
Returns an adjusted copy of this date-time.
with(TemporalField, long) - Method in class java.time.OffsetDateTime
Returns a copy of this date-time with the specified field set to a new value.
with(TemporalAdjuster) - Method in class java.time.OffsetTime
Returns an adjusted copy of this time.
with(TemporalField, long) - Method in class java.time.OffsetTime
Returns a copy of this time with the specified field set to a new value.
with(TemporalAdjuster) - Method in interface java.time.temporal.Temporal
Returns an adjusted object of the same type as this object with the adjustment made.
with(TemporalField, long) - Method in interface java.time.temporal.Temporal
Returns an object of the same type as this object with the specified field altered.
with(TemporalAdjuster) - Method in class java.time.Year
Returns an adjusted copy of this year.
with(TemporalField, long) - Method in class java.time.Year
Returns a copy of this year with the specified field set to a new value.
with(TemporalAdjuster) - Method in class java.time.YearMonth
Returns an adjusted copy of this year-month.
with(TemporalField, long) - Method in class java.time.YearMonth
Returns a copy of this year-month with the specified field set to a new value.
with(TemporalAdjuster) - Method in class java.time.ZonedDateTime
Returns an adjusted copy of this date-time.
with(TemporalField, long) - Method in class java.time.ZonedDateTime
Returns a copy of this date-time with the specified field set to a new value.
withCachedThreadPool(ExecutorService, int) - Static method in class java.nio.channels.AsynchronousChannelGroup
Creates an asynchronous channel group with a given thread pool that creates new threads as needed.
withChronology(Chronology) - Method in class java.time.format.DateTimeFormatter
Returns a copy of this formatter with a new override chronology.
withDayOfMonth(int) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the day-of-month altered.
withDayOfMonth(int) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the day-of-month altered.
withDayOfMonth(int) - Method in class java.time.MonthDay
Returns a copy of this MonthDay with the day-of-month altered.
withDayOfMonth(int) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the day-of-month altered.
withDayOfMonth(int) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the day-of-month altered.
withDayOfYear(int) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the day-of-year altered.
withDayOfYear(int) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the day-of-year altered.
withDayOfYear(int) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the day-of-year altered.
withDayOfYear(int) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the day-of-year altered.
withDays(int) - Method in class java.time.Period
Returns a copy of this period with the specified amount of days.
withDecimalSeparator(char) - Method in class java.time.format.DecimalStyle
Returns a copy of the info with a new character that represents the decimal point.
withDecimalStyle(DecimalStyle) - Method in class java.time.format.DateTimeFormatter
Returns a copy of this formatter with a new DecimalStyle.
withEarlierOffsetAtOverlap() - Method in interface java.time.chrono.ChronoZonedDateTime
Returns a copy of this date-time changing the zone offset to the earlier of the two valid offsets at a local time-line overlap.
withEarlierOffsetAtOverlap() - Method in class java.time.ZonedDateTime
Returns a copy of this date-time changing the zone offset to the earlier of the two valid offsets at a local time-line overlap.
withFixedOffsetZone() - Method in class java.time.ZonedDateTime
Returns a copy of this date-time with the zone ID set to the offset.
withFixedThreadPool(int, ThreadFactory) - Static method in class java.nio.channels.AsynchronousChannelGroup
Creates an asynchronous channel group with a fixed thread pool.
withHour(int) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the hour-of-day altered.
withHour(int) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the hour-of-day altered.
withHour(int) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the hour-of-day altered.
withHour(int) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the hour-of-day altered.
withHour(int) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the hour-of-day altered.
withInitial(Supplier<? extends S>) - Static method in class java.lang.ThreadLocal
Creates a thread local variable.
withLaterOffsetAtOverlap() - Method in interface java.time.chrono.ChronoZonedDateTime
Returns a copy of this date-time changing the zone offset to the later of the two valid offsets at a local time-line overlap.
withLaterOffsetAtOverlap() - Method in class java.time.ZonedDateTime
Returns a copy of this date-time changing the zone offset to the later of the two valid offsets at a local time-line overlap.
withLocale(Locale) - Method in class java.time.format.DateTimeFormatter
Returns a copy of this formatter with a new locale.
withMinute(int) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the minute-of-hour altered.
withMinute(int) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the minute-of-hour altered.
withMinute(int) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the minute-of-hour altered.
withMinute(int) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the minute-of-hour altered.
withMinute(int) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the minute-of-hour altered.
withMonth(int) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the month-of-year altered.
withMonth(int) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the month-of-year altered.
withMonth(int) - Method in class java.time.MonthDay
Returns a copy of this MonthDay with the month-of-year altered.
withMonth(int) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the month-of-year altered.
withMonth(int) - Method in class java.time.YearMonth
Returns a copy of this YearMonth with the month-of-year altered.
withMonth(int) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the month-of-year altered.
withMonths(int) - Method in class java.time.Period
Returns a copy of this period with the specified amount of months.
withNano(int) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the nano-of-second altered.
withNano(int) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the nano-of-second altered.
withNano(int) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the nano-of-second altered.
withNano(int) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the nano-of-second altered.
withNano(int) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the nano-of-second altered.
withNanos(int) - Method in class java.time.Duration
Returns a copy of this duration with the specified nano-of-second.
withNegativeSign(char) - Method in class java.time.format.DecimalStyle
Returns a copy of the info with a new character that represents the negative sign.
withOffsetSameInstant(ZoneOffset) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified offset ensuring that the result is at the same instant.
withOffsetSameInstant(ZoneOffset) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified offset ensuring that the result is at the same instant on an implied day.
withOffsetSameLocal(ZoneOffset) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the specified offset ensuring that the result has the same local date-time.
withOffsetSameLocal(ZoneOffset) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the specified offset ensuring that the result has the same local time.
withoutPadding() - Method in class java.util.Base64.Encoder
Returns an encoder instance that encodes equivalently to this one, but without adding any padding character at the end of the encoded byte data.
withPositiveSign(char) - Method in class java.time.format.DecimalStyle
Returns a copy of the info with a new character that represents the positive sign.
withResolverFields(TemporalField...) - Method in class java.time.format.DateTimeFormatter
Returns a copy of this formatter with a new set of resolver fields.
withResolverFields(Set<TemporalField>) - Method in class java.time.format.DateTimeFormatter
Returns a copy of this formatter with a new set of resolver fields.
withResolverStyle(ResolverStyle) - Method in class java.time.format.DateTimeFormatter
Returns a copy of this formatter with a new resolver style.
withSecond(int) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the second-of-minute altered.
withSecond(int) - Method in class java.time.LocalTime
Returns a copy of this LocalTime with the second-of-minute altered.
withSecond(int) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the second-of-minute altered.
withSecond(int) - Method in class java.time.OffsetTime
Returns a copy of this OffsetTime with the second-of-minute altered.
withSecond(int) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the second-of-minute altered.
withSeconds(long) - Method in class java.time.Duration
Returns a copy of this duration with the specified amount of seconds.
withThreadPool(ExecutorService) - Static method in class java.nio.channels.AsynchronousChannelGroup
Creates an asynchronous channel group with a given thread pool.
withVariant(HijrahChronology) - Method in class java.time.chrono.HijrahDate
Returns a HijrahDate with the Chronology requested.
withYear(int) - Method in class java.time.LocalDate
Returns a copy of this LocalDate with the year altered.
withYear(int) - Method in class java.time.LocalDateTime
Returns a copy of this LocalDateTime with the year altered.
withYear(int) - Method in class java.time.OffsetDateTime
Returns a copy of this OffsetDateTime with the year altered.
withYear(int) - Method in class java.time.YearMonth
Returns a copy of this YearMonth with the year altered.
withYear(int) - Method in class java.time.ZonedDateTime
Returns a copy of this ZonedDateTime with the year altered.
withYears(int) - Method in class java.time.Period
Returns a copy of this period with the specified amount of years.
withZeroDigit(char) - Method in class java.time.format.DecimalStyle
Returns a copy of the info with a new character that represents zero.
withZone(ZoneId) - Method in class java.time.Clock
Returns a copy of this clock with a different time-zone.
withZone(ZoneId) - Method in class java.time.format.DateTimeFormatter
Returns a copy of this formatter with a new override zone.
withZoneSameInstant(ZoneId) - Method in interface java.time.chrono.ChronoZonedDateTime
Returns a copy of this date-time with a different time-zone, retaining the instant.
withZoneSameInstant(ZoneId) - Method in class java.time.ZonedDateTime
Returns a copy of this date-time with a different time-zone, retaining the instant.
withZoneSameLocal(ZoneId) - Method in interface java.time.chrono.ChronoZonedDateTime
Returns a copy of this date-time with a different time-zone, retaining the local date-time if possible.
withZoneSameLocal(ZoneId) - Method in class java.time.ZonedDateTime
Returns a copy of this date-time with a different time-zone, retaining the local date-time if possible.
wordChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
wrap() - Method in class java.lang.invoke.MethodType
Converts all primitive types to their corresponding wrapper types.
wrap(byte[], int, int) - Static method in class java.nio.ByteBuffer
Wraps a byte array into a buffer.
wrap(byte[]) - Static method in class java.nio.ByteBuffer
Wraps a byte array into a buffer.
wrap(char[], int, int) - Static method in class java.nio.CharBuffer
Wraps a char array into a buffer.
wrap(char[]) - Static method in class java.nio.CharBuffer
Wraps a char array into a buffer.
wrap(CharSequence, int, int) - Static method in class java.nio.CharBuffer
Wraps a character sequence into a buffer.
wrap(CharSequence) - Static method in class java.nio.CharBuffer
Wraps a character sequence into a buffer.
wrap(double[], int, int) - Static method in class java.nio.DoubleBuffer
Wraps a double array into a buffer.
wrap(double[]) - Static method in class java.nio.DoubleBuffer
Wraps a double array into a buffer.
wrap(float[], int, int) - Static method in class java.nio.FloatBuffer
Wraps a float array into a buffer.
wrap(float[]) - Static method in class java.nio.FloatBuffer
Wraps a float array into a buffer.
wrap(int[], int, int) - Static method in class java.nio.IntBuffer
Wraps an int array into a buffer.
wrap(int[]) - Static method in class java.nio.IntBuffer
Wraps an int array into a buffer.
wrap(long[], int, int) - Static method in class java.nio.LongBuffer
Wraps a long array into a buffer.
wrap(long[]) - Static method in class java.nio.LongBuffer
Wraps a long array into a buffer.
wrap(short[], int, int) - Static method in class java.nio.ShortBuffer
Wraps a short array into a buffer.
wrap(short[]) - Static method in class java.nio.ShortBuffer
Wraps a short array into a buffer.
wrap(InputStream) - Method in class java.util.Base64.Decoder
Returns an input stream for decoding Base64 encoded byte stream.
wrap(OutputStream) - Method in class java.util.Base64.Encoder
Wraps an output stream for encoding byte data using the Base64 encoding scheme.
Wrapper - Interface in java.sql
Interface for JDBC classes which provide the ability to retrieve the delegate instance when the instance in question is in fact a proxy class.
wrapperInstanceTarget(Object) - Static method in class java.lang.invoke.MethodHandleProxies
Produces or recovers a target method handle which is behaviorally equivalent to the unique method of this wrapper instance.
wrapperInstanceType(Object) - Static method in class java.lang.invoke.MethodHandleProxies
Recovers the unique single-method interface type for which this wrapper instance was created.
WritableByteChannel - Interface in java.nio.channels
A channel that can write bytes.
WritableRaster - Class in java.awt.image
This class extends Raster to provide pixel writing capabilities.
WritableRaster(SampleModel, Point) - Constructor for class java.awt.image.WritableRaster
Constructs a WritableRaster with the given SampleModel.
WritableRaster(SampleModel, DataBuffer, Point) - Constructor for class java.awt.image.WritableRaster
Constructs a WritableRaster with the given SampleModel and DataBuffer.
WritableRaster(SampleModel, DataBuffer, Rectangle, Point, WritableRaster) - Constructor for class java.awt.image.WritableRaster
Constructs a WritableRaster with the given SampleModel, DataBuffer, and parent.
WritableRenderedImage - Interface in java.awt.image
WriteableRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters and which can be modified and/or written over.
write(String) - Method in class java.awt.color.ICC_Profile
Write this ICC_Profile to a file.
write(OutputStream) - Method in class java.awt.color.ICC_Profile
Write this ICC_Profile to an OutputStream.
write(int) - Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int) - Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(int) - Method in class java.io.BufferedWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.BufferedWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.BufferedWriter
Writes a portion of a String.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(char[], int, int) - Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(String, int, int) - Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(byte[]) - Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[], int, int) - Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(int) - Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.FilterWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.FilterWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.FilterWriter
Writes a portion of a string.
write(int) - Method in interface java.io.ObjectOutput
Writes a byte.
write(byte[]) - Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[], int, int) - Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(ObjectOutput) - Method in class java.io.ObjectOutputStream.PutField
Deprecated.
This method does not write the values contained by this PutField object in a proper format, and may result in corruption of the serialization stream. The correct way to write PutField data is by calling the ObjectOutputStream.writeFields() method.
write(int) - Method in class java.io.ObjectOutputStream
Writes a byte.
write(byte[]) - Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStreamWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of a string.
write(int) - Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(byte[], int, int) - Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(int) - Method in class java.io.PipedWriter
Writes the specified char to the piped output stream.
write(char[], int, int) - Method in class java.io.PipedWriter
Writes len characters from the specified character array starting at offset off to this piped output stream.
write(int) - Method in class java.io.PrintStream
Writes the specified byte to this stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Writes len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.PrintWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.PrintWriter
Writes A Portion of an array of characters.
write(char[]) - Method in class java.io.PrintWriter
Writes an array of characters.
write(String, int, int) - Method in class java.io.PrintWriter
Writes a portion of a string.
write(String) - Method in class java.io.PrintWriter
Writes a string.
write(int) - Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
write(byte[]) - Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(int) - Method in class java.io.StringWriter
Write a single character.
write(char[], int, int) - Method in class java.io.StringWriter
Write a portion of an array of characters.
write(String) - Method in class java.io.StringWriter
Write a string.
write(String, int, int) - Method in class java.io.StringWriter
Write a portion of a string.
write(int) - Method in class java.io.Writer
Writes a single character.
write(char[]) - Method in class java.io.Writer
Writes an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Writes a portion of an array of characters.
write(String) - Method in class java.io.Writer
Writes a string.
write(String, int, int) - Method in class java.io.Writer
Writes a portion of a string.
write(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in interface java.nio.channels.AsynchronousByteChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer) - Method in interface java.nio.channels.AsynchronousByteChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer, long, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousFileChannel
Writes a sequence of bytes to this channel from the given buffer, starting at the given file position.
write(ByteBuffer, long) - Method in class java.nio.channels.AsynchronousFileChannel
Writes a sequence of bytes to this channel from the given buffer, starting at the given file position.
write(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
 
write(ByteBuffer) - Method in class java.nio.channels.AsynchronousSocketChannel
 
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
Writes a sequence of bytes to this channel from a subsequence of the given buffers.
write(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
Writes a datagram to this channel.
write(ByteBuffer[], int, int) - Method in class java.nio.channels.DatagramChannel
Writes a datagram to this channel.
write(ByteBuffer[]) - Method in class java.nio.channels.DatagramChannel
Writes a datagram to this channel.
write(ByteBuffer) - Method in class java.nio.channels.FileChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer[], int, int) - Method in class java.nio.channels.FileChannel
Writes a sequence of bytes to this channel from a subsequence of the given buffers.
write(ByteBuffer[]) - Method in class java.nio.channels.FileChannel
Writes a sequence of bytes to this channel from the given buffers.
write(ByteBuffer, long) - Method in class java.nio.channels.FileChannel
Writes a sequence of bytes to this channel from the given buffer, starting at the given file position.
write(ByteBuffer[], int, int) - Method in interface java.nio.channels.GatheringByteChannel
Writes a sequence of bytes to this channel from a subsequence of the given buffers.
write(ByteBuffer[]) - Method in interface java.nio.channels.GatheringByteChannel
Writes a sequence of bytes to this channel from the given buffers.
write(ByteBuffer) - Method in interface java.nio.channels.SeekableByteChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer) - Method in class java.nio.channels.SocketChannel
 
write(ByteBuffer[], int, int) - Method in class java.nio.channels.SocketChannel
 
write(ByteBuffer[]) - Method in class java.nio.channels.SocketChannel
 
write(ByteBuffer) - Method in interface java.nio.channels.WritableByteChannel
Writes a sequence of bytes to this channel from the given buffer.
write(String, ByteBuffer) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
Writes the value of a user-defined attribute from a buffer.
write(Path, byte[], OpenOption...) - Static method in class java.nio.file.Files
Writes bytes to a file.
write(Path, Iterable<? extends CharSequence>, Charset, OpenOption...) - Static method in class java.nio.file.Files
Write lines of text to a file.
write(Path, Iterable<? extends CharSequence>, OpenOption...) - Static method in class java.nio.file.Files
Write lines of text to a file.
write(int) - Method in class java.rmi.server.LogStream
Deprecated.
no replacement
write(byte[], int, int) - Method in class java.rmi.server.LogStream
Deprecated.
no replacement
write(ObjectOutput) - Method in class java.rmi.server.ObjID
Marshals a binary representation of this ObjID to an ObjectOutput instance.
write(DataOutput) - Method in class java.rmi.server.UID
Marshals a binary representation of this UID to a DataOutput instance.
write(int) - Method in class java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified byte, and in any case writes the byte to the output stream.
write(byte[], int, int) - Method in class java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified subarray, and in any case writes the subarray to the output stream.
write(OutputStream) - Method in class java.util.jar.Manifest
Writes the Manifest to the specified OutputStream.
write(int) - Method in class java.util.zip.CheckedOutputStream
Writes a byte.
write(byte[], int, int) - Method in class java.util.zip.CheckedOutputStream
Writes an array of bytes.
write(int) - Method in class java.util.zip.DeflaterOutputStream
Writes a byte to the compressed output stream.
write(byte[], int, int) - Method in class java.util.zip.DeflaterOutputStream
Writes an array of bytes to the compressed output stream.
write(byte[], int, int) - Method in class java.util.zip.GZIPOutputStream
Writes array of bytes to the compressed output stream.
write(int) - Method in class java.util.zip.InflaterOutputStream
Writes a byte to the uncompressed output stream.
write(byte[], int, int) - Method in class java.util.zip.InflaterOutputStream
Writes an array of bytes to the uncompressed output stream.
write(byte[], int, int) - Method in class java.util.zip.ZipOutputStream
Writes an array of bytes to the current ZIP entry data.
WRITE_FAILURE - Static variable in class java.util.logging.ErrorManager
WRITE_FAILURE is used when a write to an output stream fails.
WriteAbortedException - Exception in java.io
Signals that one of the ObjectStreamExceptions was thrown during a write operation.
WriteAbortedException(String, Exception) - Constructor for exception java.io.WriteAbortedException
Constructs a WriteAbortedException with a string describing the exception and the exception causing the abort.
writeArray(Array) - Method in interface java.sql.SQLOutput
Writes an SQL ARRAY value to the stream.
writeAsciiStream(InputStream) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a stream of ASCII characters.
writeBigDecimal(BigDecimal) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a java.math.BigDecimal object.
writeBinaryStream(InputStream) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a stream of uninterpreted bytes.
writeBlob(Blob) - Method in interface java.sql.SQLOutput
Writes an SQL BLOB value to the stream.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBoolean(boolean) - Method in class java.io.ObjectOutputStream
Writes a boolean.
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
Writes a boolean to the file as a one-byte value.
writeBoolean(boolean) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java boolean.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeByte(int) - Method in class java.io.RandomAccessFile
Writes a byte to the file as a one-byte value.
writeByte(byte) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java byte.
writeBytes(String) - Method in interface java.io.DataOutput
Writes a string to the output stream.
writeBytes(String) - Method in class java.io.DataOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeBytes(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeBytes(String) - Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeBytes(byte[]) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as an array of bytes.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChar(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChar(int) - Method in class java.io.RandomAccessFile
Writes a char to the file as a two-byte value, high byte first.
writeCharacterStream(Reader) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a stream of Unicode characters.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeChars(String) - Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeChildren(ObjectOutputStream) - Method in class java.beans.beancontext.BeanContextSupport
Used to serialize all children of this BeanContext.
writeClassDescriptor(ObjectStreamClass) - Method in class java.io.ObjectOutputStream
Write the specified class descriptor to the ObjectOutputStream.
writeClob(Clob) - Method in interface java.sql.SQLOutput
Writes an SQL CLOB value to the stream.
writeDate(Date) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a java.sql.Date object.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeDouble(double) - Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight-byte quantity, high byte first.
writeDouble(double) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java double.
writeExpression(Expression) - Method in class java.beans.Encoder
The implementation first checks to see if an expression with this value has already been written.
writeExpression(Expression) - Method in class java.beans.XMLEncoder
Records the Expression so that the Encoder will produce the actual output when the stream is flushed.
writeExternal(ObjectOutput) - Method in class java.awt.datatransfer.DataFlavor
Serializes this DataFlavor.
writeExternal(ObjectOutput) - Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeFields() - Method in class java.io.ObjectOutputStream
Write the buffered fields to the stream.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeFloat(float) - Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a four-byte quantity, high byte first.
writeFloat(float) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java float.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeInt(int) - Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeInt(int) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java int.
writeLock() - Method in interface java.util.concurrent.locks.ReadWriteLock
Returns the lock used for writing.
writeLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
 
WriteLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Constructor for use by subclasses
writeLock() - Method in class java.util.concurrent.locks.StampedLock
Exclusively acquires the lock, blocking if necessary until available.
writeLockInterruptibly() - Method in class java.util.concurrent.locks.StampedLock
Exclusively acquires the lock, blocking if necessary until available or the current thread is interrupted.
writeLong(long) - Method in interface java.io.DataOutput
Writes a long value, which is comprised of eight bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long) - Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeLong(long) - Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeLong(long) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java long.
writeNClob(NClob) - Method in interface java.sql.SQLOutput
Writes an SQL NCLOB value to the stream.
writeNString(String) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a String in the Java programming language.
writeObject(Object) - Method in class java.beans.Encoder
Write the specified object to the output stream.
writeObject(Object, Encoder) - Method in class java.beans.PersistenceDelegate
The writeObject is a single entry point to the persistence and is used by a Encoder in the traditional mode of delegation.
writeObject(Object) - Method in class java.beans.XMLEncoder
Write an XML representation of the specified object to the output.
writeObject(Object) - Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(Object) - Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
writeObject(SQLData) - Method in interface java.sql.SQLOutput
Writes to the stream the data contained in the given SQLData object.
writeObject(Object, SQLType) - Method in interface java.sql.SQLOutput
Writes to the stream the data contained in the given object.
writeObjectOverride(Object) - Method in class java.io.ObjectOutputStream
Method used by subclasses to override the default writeObject method.
WritePendingException - Exception in java.nio.channels
Unchecked exception thrown when an attempt is made to write to an asynchronous socket channel and a previous write has not completed.
WritePendingException() - Constructor for exception java.nio.channels.WritePendingException
Constructs an instance of this class.
writer() - Method in class java.io.Console
Retrieves the unique PrintWriter object associated with this console.
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Creates a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Creates a new character-stream writer whose critical sections will synchronize on the given object.
writeRef(Ref) - Method in interface java.sql.SQLOutput
Writes an SQL REF value to the stream.
writeReplace() - Method in class java.security.cert.Certificate
Replace the Certificate to be serialized.
writeReplace() - Method in class java.security.cert.CertPath
Replaces the CertPath to be serialized with a CertPathRep object.
writeRowId(RowId) - Method in interface java.sql.SQLOutput
Writes an SQL ROWID value to the stream.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeShort(int) - Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeShort(short) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a Java short.
writeSQL(SQLOutput) - Method in interface java.sql.SQLData
Writes this object to the given SQL data stream, converting it back to its SQL value in the data source.
writeSQLXML(SQLXML) - Method in interface java.sql.SQLOutput
Writes an SQL XML value to the stream.
writeStatement(Statement) - Method in class java.beans.Encoder
Writes statement oldStm to the stream.
writeStatement(Statement) - Method in class java.beans.XMLEncoder
Records the Statement so that the Encoder will produce the actual output when the stream is flushed.
writeStreamHeader() - Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeString(String) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a String in the Java programming language.
writeStruct(Struct) - Method in interface java.sql.SQLOutput
Writes an SQL structured type value to the stream.
writeTime(Time) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a java.sql.Time object.
writeTimestamp(Timestamp) - Method in interface java.sql.SQLOutput
Writes the next attribute to the stream as a java.sql.Timestamp object.
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer) - Method in class java.io.CharArrayWriter
Writes the contents of the buffer to another character stream.
writeUnshared(Object) - Method in class java.io.ObjectOutputStream
Writes an "unshared" object to the ObjectOutputStream.
writeURL(URL) - Method in interface java.sql.SQLOutput
Writes a SQL DATALINK value to the stream.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the modified UTF-8 representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using modified UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class java.io.ObjectOutputStream
Primitive data write of this String in modified UTF-8 format.
writeUTF(String) - Method in class java.io.RandomAccessFile
Writes a string to the file using modified UTF-8 encoding in a machine-independent manner.
written - Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream so far.
WrongMethodTypeException - Exception in java.lang.invoke
Thrown to indicate that code has attempted to call a method handle via the wrong method type.
WrongMethodTypeException() - Constructor for exception java.lang.invoke.WrongMethodTypeException
Constructs a WrongMethodTypeException with no detail message.
WrongMethodTypeException(String) - Constructor for exception java.lang.invoke.WrongMethodTypeException
Constructs a WrongMethodTypeException with the specified detail message.

X

x - Variable in class java.awt.Event
The x coordinate of the event.
x - Variable in class java.awt.geom.Arc2D.Double
The X coordinate of the upper-left corner of the framing rectangle of the arc.
x - Variable in class java.awt.geom.Arc2D.Float
The X coordinate of the upper-left corner of the framing rectangle of the arc.
x - Variable in class java.awt.geom.Ellipse2D.Double
The X coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
x - Variable in class java.awt.geom.Ellipse2D.Float
The X coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
x - Variable in class java.awt.geom.Point2D.Double
The X coordinate of this Point2D.
x - Variable in class java.awt.geom.Point2D.Float
The X coordinate of this Point2D.
x - Variable in class java.awt.geom.Rectangle2D.Double
The X coordinate of this Rectangle2D.
x - Variable in class java.awt.geom.Rectangle2D.Float
The X coordinate of this Rectangle2D.
x - Variable in class java.awt.geom.RoundRectangle2D.Double
The X coordinate of this RoundRectangle2D.
x - Variable in class java.awt.geom.RoundRectangle2D.Float
The X coordinate of this RoundRectangle2D.
x - Variable in class java.awt.Point
The X coordinate of this Point.
x - Variable in class java.awt.Rectangle
The X coordinate of the upper-left corner of the Rectangle.
x1 - Variable in class java.awt.geom.CubicCurve2D.Double
The X coordinate of the start point of the cubic curve segment.
x1 - Variable in class java.awt.geom.CubicCurve2D.Float
The X coordinate of the start point of the cubic curve segment.
x1 - Variable in class java.awt.geom.Line2D.Double
The X coordinate of the start point of the line segment.
x1 - Variable in class java.awt.geom.Line2D.Float
The X coordinate of the start point of the line segment.
x1 - Variable in class java.awt.geom.QuadCurve2D.Double
The X coordinate of the start point of the quadratic curve segment.
x1 - Variable in class java.awt.geom.QuadCurve2D.Float
The X coordinate of the start point of the quadratic curve segment.
x2 - Variable in class java.awt.geom.CubicCurve2D.Double
The X coordinate of the end point of the cubic curve segment.
x2 - Variable in class java.awt.geom.CubicCurve2D.Float
The X coordinate of the end point of the cubic curve segment.
x2 - Variable in class java.awt.geom.Line2D.Double
The X coordinate of the end point of the line segment.
x2 - Variable in class java.awt.geom.Line2D.Float
The X coordinate of the end point of the line segment.
x2 - Variable in class java.awt.geom.QuadCurve2D.Double
The X coordinate of the end point of the quadratic curve segment.
x2 - Variable in class java.awt.geom.QuadCurve2D.Float
The X coordinate of the end point of the quadratic curve segment.
X509Certificate - Class in java.security.cert
Abstract class for X.509 certificates.
X509Certificate() - Constructor for class java.security.cert.X509Certificate
Constructor for X.509 certificates.
X509CertSelector - Class in java.security.cert
A CertSelector that selects X509Certificates that match all specified criteria.
X509CertSelector() - Constructor for class java.security.cert.X509CertSelector
Creates an X509CertSelector.
X509CRL - Class in java.security.cert
Abstract class for an X.509 Certificate Revocation List (CRL).
X509CRL() - Constructor for class java.security.cert.X509CRL
Constructor for X.509 CRLs.
X509CRLEntry - Class in java.security.cert
Abstract class for a revoked certificate in a CRL (Certificate Revocation List).
X509CRLEntry() - Constructor for class java.security.cert.X509CRLEntry
 
X509CRLSelector - Class in java.security.cert
A CRLSelector that selects X509CRLs that match all specified criteria.
X509CRLSelector() - Constructor for class java.security.cert.X509CRLSelector
Creates an X509CRLSelector.
X509EncodedKeySpec - Class in java.security.spec
This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 type SubjectPublicKeyInfo.
X509EncodedKeySpec(byte[]) - Constructor for class java.security.spec.X509EncodedKeySpec
Creates a new X509EncodedKeySpec with the given encoded key.
X509Extension - Interface in java.security.cert
Interface for an X.509 extension.
XMLDecoder - Class in java.beans
The XMLDecoder class is used to read XML documents created using the XMLEncoder and is used just like the ObjectInputStream.
XMLDecoder(InputStream) - Constructor for class java.beans.XMLDecoder
Creates a new input stream for reading archives created by the XMLEncoder class.
XMLDecoder(InputStream, Object) - Constructor for class java.beans.XMLDecoder
Creates a new input stream for reading archives created by the XMLEncoder class.
XMLDecoder(InputStream, Object, ExceptionListener) - Constructor for class java.beans.XMLDecoder
Creates a new input stream for reading archives created by the XMLEncoder class.
XMLDecoder(InputStream, Object, ExceptionListener, ClassLoader) - Constructor for class java.beans.XMLDecoder
Creates a new input stream for reading archives created by the XMLEncoder class.
XMLDecoder(InputSource) - Constructor for class java.beans.XMLDecoder
Creates a new decoder to parse XML archives created by the XMLEncoder class.
XMLEncoder - Class in java.beans
The XMLEncoder class is a complementary alternative to the ObjectOutputStream and can used to generate a textual representation of a JavaBean in the same way that the ObjectOutputStream can be used to create binary representation of Serializable objects.
XMLEncoder(OutputStream) - Constructor for class java.beans.XMLEncoder
Creates a new XML encoder to write out JavaBeans to the stream out using an XML encoding.
XMLEncoder(OutputStream, String, boolean, int) - Constructor for class java.beans.XMLEncoder
Creates a new XML encoder to write out JavaBeans to the stream out using the given charset starting from the given indentation.
XMLFormatter - Class in java.util.logging
Format a LogRecord into a standard XML format.
XMLFormatter() - Constructor for class java.util.logging.XMLFormatter
 
XOR - Static variable in class java.awt.AlphaComposite
The part of the source that lies outside of the destination is combined with the part of the destination that lies outside of the source (Porter-Duff Source Xor Destination rule).
Xor - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque XOR rule with an alpha of 1.0f.
xor(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this ^ val).
xor(BitSet) - Method in class java.util.BitSet
Performs a logical XOR of this bit set with the bit set argument.
xpoints - Variable in class java.awt.Polygon
The array of X coordinates.

Y

y - Variable in class java.awt.Event
The y coordinate of the event.
y - Variable in class java.awt.geom.Arc2D.Double
The Y coordinate of the upper-left corner of the framing rectangle of the arc.
y - Variable in class java.awt.geom.Arc2D.Float
The Y coordinate of the upper-left corner of the framing rectangle of the arc.
y - Variable in class java.awt.geom.Ellipse2D.Double
The Y coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
y - Variable in class java.awt.geom.Ellipse2D.Float
The Y coordinate of the upper-left corner of the framing rectangle of this Ellipse2D.
y - Variable in class java.awt.geom.Point2D.Double
The Y coordinate of this Point2D.
y - Variable in class java.awt.geom.Point2D.Float
The Y coordinate of this Point2D.
y - Variable in class java.awt.geom.Rectangle2D.Double
The Y coordinate of this Rectangle2D.
y - Variable in class java.awt.geom.Rectangle2D.Float
The Y coordinate of this Rectangle2D.
y - Variable in class java.awt.geom.RoundRectangle2D.Double
The Y coordinate of this RoundRectangle2D.
y - Variable in class java.awt.geom.RoundRectangle2D.Float
The Y coordinate of this RoundRectangle2D.
y - Variable in class java.awt.Point
The Y coordinate of this Point.
y - Variable in class java.awt.Rectangle
The Y coordinate of the upper-left corner of the Rectangle.
y1 - Variable in class java.awt.geom.CubicCurve2D.Double
The Y coordinate of the start point of the cubic curve segment.
y1 - Variable in class java.awt.geom.CubicCurve2D.Float
The Y coordinate of the start point of the cubic curve segment.
y1 - Variable in class java.awt.geom.Line2D.Double
The Y coordinate of the start point of the line segment.
y1 - Variable in class java.awt.geom.Line2D.Float
The Y coordinate of the start point of the line segment.
y1 - Variable in class java.awt.geom.QuadCurve2D.Double
The Y coordinate of the start point of the quadratic curve segment.
y1 - Variable in class java.awt.geom.QuadCurve2D.Float
The Y coordinate of the start point of the quadratic curve segment.
y2 - Variable in class java.awt.geom.CubicCurve2D.Double
The Y coordinate of the end point of the cubic curve segment.
y2 - Variable in class java.awt.geom.CubicCurve2D.Float
The Y coordinate of the end point of the cubic curve segment.
y2 - Variable in class java.awt.geom.Line2D.Double
The Y coordinate of the end point of the line segment.
y2 - Variable in class java.awt.geom.Line2D.Float
The Y coordinate of the end point of the line segment.
y2 - Variable in class java.awt.geom.QuadCurve2D.Double
The Y coordinate of the end point of the quadratic curve segment.
y2 - Variable in class java.awt.geom.QuadCurve2D.Float
The Y coordinate of the end point of the quadratic curve segment.
YEAR - Static variable in class java.text.DateFormat.Field
Constant identifying the year field.
Year - Class in java.time
A year in the ISO-8601 calendar system, such as 2007.
YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
YEAR_FIELD - Static variable in class java.text.DateFormat
Useful constant for YEAR field alignment.
YearMonth - Class in java.time
A year-month in the ISO-8601 calendar system, such as 2007-12.
yellow - Static variable in class java.awt.Color
The color yellow.
YELLOW - Static variable in class java.awt.Color
The color yellow.
YI_RADICALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Yi Radicals" Unicode character block.
YI_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Yi Syllables" Unicode character block.
yield() - Static method in class java.lang.Thread
A hint to the scheduler that the current thread is willing to yield its current use of a processor.
YIJING_HEXAGRAM_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Yijing Hexagram Symbols" Unicode character block.
ypoints - Variable in class java.awt.Polygon
The array of Y coordinates.

Z

ZERO - Static variable in class java.math.BigDecimal
The value 0, with a scale of 0.
ZERO - Static variable in class java.math.BigInteger
The BigInteger constant zero.
ZERO - Static variable in class java.time.Duration
Constant for a duration of zero.
ZERO - Static variable in class java.time.Period
A constant for a period of zero.
ZipEntry - Class in java.util.zip
This class is used to represent a ZIP file entry.
ZipEntry(String) - Constructor for class java.util.zip.ZipEntry
Creates a new zip entry with the specified name.
ZipEntry(ZipEntry) - Constructor for class java.util.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipError - Error in java.util.zip
Signals that an unrecoverable error has occurred.
ZipError(String) - Constructor for error java.util.zip.ZipError
Constructs a ZipError with the given detail message.
ZipException - Exception in java.util.zip
Signals that a Zip exception of some sort has occurred.
ZipException() - Constructor for exception java.util.zip.ZipException
Constructs a ZipException with null as its error detail message.
ZipException(String) - Constructor for exception java.util.zip.ZipException
Constructs a ZipException with the specified detail message.
ZipFile - Class in java.util.zip
This class is used to read entries from a zip file.
ZipFile(String) - Constructor for class java.util.zip.ZipFile
Opens a zip file for reading.
ZipFile(File, int) - Constructor for class java.util.zip.ZipFile
Opens a new ZipFile to read from the specified File object in the specified mode.
ZipFile(File) - Constructor for class java.util.zip.ZipFile
Opens a ZIP file for reading given the specified File object.
ZipFile(File, int, Charset) - Constructor for class java.util.zip.ZipFile
Opens a new ZipFile to read from the specified File object in the specified mode.
ZipFile(String, Charset) - Constructor for class java.util.zip.ZipFile
Opens a zip file for reading.
ZipFile(File, Charset) - Constructor for class java.util.zip.ZipFile
Opens a ZIP file for reading given the specified File object.
ZipInputStream - Class in java.util.zip
This class implements an input stream filter for reading files in the ZIP file format.
ZipInputStream(InputStream) - Constructor for class java.util.zip.ZipInputStream
Creates a new ZIP input stream.
ZipInputStream(InputStream, Charset) - Constructor for class java.util.zip.ZipInputStream
Creates a new ZIP input stream.
ZipOutputStream - Class in java.util.zip
This class implements an output stream filter for writing files in the ZIP file format.
ZipOutputStream(OutputStream) - Constructor for class java.util.zip.ZipOutputStream
Creates a new ZIP output stream.
ZipOutputStream(OutputStream, Charset) - Constructor for class java.util.zip.ZipOutputStream
Creates a new ZIP output stream.
zone() - Static method in class java.time.temporal.TemporalQueries
A lenient query for the ZoneId, falling back to the ZoneOffset.
ZONE_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the raw offset from GMT in milliseconds.
zonedDateTime(TemporalAccessor) - Method in interface java.time.chrono.Chronology
Obtains a ChronoZonedDateTime in this chronology from another temporal object.
zonedDateTime(Instant, ZoneId) - Method in interface java.time.chrono.Chronology
Obtains a ChronoZonedDateTime in this chronology from an Instant.
zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.HijrahChronology
 
zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.HijrahChronology
 
zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.IsoChronology
Obtains an ISO zoned date-time from another date-time object.
zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.IsoChronology
Obtains an ISO zoned date-time in this chronology from an Instant.
zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.JapaneseChronology
 
zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.JapaneseChronology
 
zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.MinguoChronology
 
zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.MinguoChronology
 
zonedDateTime(TemporalAccessor) - Method in class java.time.chrono.ThaiBuddhistChronology
 
zonedDateTime(Instant, ZoneId) - Method in class java.time.chrono.ThaiBuddhistChronology
 
ZonedDateTime - Class in java.time
A date-time with a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30+01:00 Europe/Paris.
zoneId() - Static method in class java.time.temporal.TemporalQueries
A strict query for the ZoneId.
ZoneId - Class in java.time
A time-zone ID, such as Europe/Paris.
ZoneOffset - Class in java.time
A time-zone offset from Greenwich/UTC, such as +02:00.
ZoneOffsetTransition - Class in java.time.zone
A transition between two offsets caused by a discontinuity in the local time-line.
ZoneOffsetTransitionRule - Class in java.time.zone
A rule expressing how to create a transition.
ZoneOffsetTransitionRule.TimeDefinition - Enum in java.time.zone
A definition of the way a local time can be converted to the actual transition date-time.
ZoneRules - Class in java.time.zone
The rules defining how the zone offset varies for a single time-zone.
ZoneRulesException - Exception in java.time.zone
Thrown to indicate a problem with time-zone configuration.
ZoneRulesException(String) - Constructor for exception java.time.zone.ZoneRulesException
Constructs a new date-time exception with the specified message.
ZoneRulesException(String, Throwable) - Constructor for exception java.time.zone.ZoneRulesException
Constructs a new date-time exception with the specified message and cause.
ZoneRulesProvider - Class in java.time.zone
Provider of time-zone rules to the system.
ZoneRulesProvider() - Constructor for class java.time.zone.ZoneRulesProvider
Constructor.
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 
Skip navigation links

Dracula Javadoc Sample, Made with Allan Im.