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

R
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; its period is only 248.
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(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.
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.
randomUUID() - Static method in class java.util.UUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
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.
RCSID - Static variable in class javax.swing.undo.StateEdit
Obsolete RCS version identity.
RCSID - Static variable in interface javax.swing.undo.StateEditable
Resource ID for this class.
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(CharBuffer) - Method in class java.io.CharArrayReader
Attempts to read characters into the specified character buffer.
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 b.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(CharBuffer) - Method in class java.io.InputStreamReader
Attempts to read characters into the specified character buffer.
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
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
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
Reads 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 characters into a portion of an array.
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[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
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() - Method in class java.io.Reader
Reads a single character.
read(CharBuffer) - Method in class java.io.Reader
Attempts to read characters into the specified character buffer.
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
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
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 - Constant in enum java.lang.ProcessBuilder.Redirect.Type
The type of redirects returned from Redirect.from(File).
read(CharBuffer) - Method in interface java.lang.Readable
Attempts to read characters into the specified character buffer.
read(Reader, Object) - Method in class javax.swing.text.JTextComponent
Initializes from a stream.
Readable - Interface in java.lang
A Readable is a source of characters.
readAllBytes() - Method in class java.io.ByteArrayInputStream
Reads all remaining bytes from the input stream.
readAllBytes() - Method in class java.io.FileInputStream
Reads all remaining bytes from the input stream.
readAllBytes() - Method in class java.io.InputStream
Reads all remaining bytes from the input stream.
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.
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.
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.
readClassDescriptor() - Method in class java.io.ObjectInputStream
Read a class descriptor from the serialization stream.
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.
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 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.
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.
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.
readLine() - Method in class java.io.BufferedReader
Reads a line of text.
readLine() - Method in class java.io.Console
Reads a single line of text from the console.
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 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.
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.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
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.
readNBytes(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads the requested number of bytes from the input stream into the given byte array.
readNBytes(int) - Method in class java.io.FileInputStream
Reads up to a specified number of bytes from the input stream.
readNBytes(byte[], int, int) - Method in class java.io.InputStream
Reads the requested number of bytes from the input stream into the given byte array.
readNBytes(int) - Method in class java.io.InputStream
Reads up to a specified number of bytes from the 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.
readObjectOverride() - Method in class java.io.ObjectInputStream
This method is called by trusted subclasses of ObjectInputStream that constructed ObjectInputStream using the protected no-arg constructor.
readPassword() - Method in class java.io.Console
Reads a password or passphrase from the console with echoing disabled
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.
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.
readStreamHeader() - Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
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.
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.
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.
realSource - Variable in class javax.swing.undo.UndoableEditSupport
The real source.
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
Record - Class in java.lang
This is the common base class of all Java language record classes.
Record() - Constructor for class java.lang.Record
Constructor for record classes to call.
RECORD_COMPONENT - Constant in enum java.lang.annotation.ElementType
Record component
RecursiveAction - Class in java.util.concurrent
A recursive resultless ForkJoinTask.
RecursiveAction() - Constructor for class java.util.concurrent.RecursiveAction
Constructor for subclasses to call.
RecursiveTask<V> - Class in java.util.concurrent
A recursive result-bearing ForkJoinTask.
RecursiveTask() - Constructor for class java.util.concurrent.RecursiveTask
Constructor for subclasses to call.
redirectError() - Method in class java.lang.ProcessBuilder
Returns 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(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
Sets 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() - Method in class java.lang.ProcessBuilder
Returns 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(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard input source.
redirectOutput() - Method in class java.lang.ProcessBuilder
Returns 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(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard output destination.
redo() - Method in class javax.swing.undo.AbstractUndoableEdit
Throws CannotRedoException if canRedo returns false.
redo() - Method in class javax.swing.undo.CompoundEdit
Sends redo to all contained UndoableEdits in the order in which they were added.
redo() - Method in class javax.swing.undo.StateEdit
Tells the edited object to apply the state after the edit
redo() - Method in class javax.swing.undo.UndoManager
Redoes the appropriate edits.
redo() - Method in interface javax.swing.undo.UndoableEdit
Re-applies the edit.
RedoName - Static variable in class javax.swing.undo.AbstractUndoableEdit
String returned by getRedoPresentationName; as of Java 2 platform v1.3.1 this field is no longer used.
redoTo(UndoableEdit) - Method in class javax.swing.undo.UndoManager
Redoes all changes from the index of the next edit to edit, updating the index of the next edit appropriately.
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.
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.
references() - Method in interface java.io.ObjectInputFilter.FilterInfo
The current number of object references.
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).
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
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.
registerTag(HTML.Tag, HTMLDocument.HTMLReader.TagAction) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Registers a handler for the given tag.
registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
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.
rehash() - Method in class java.util.Properties
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.
REJANG - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Rejang".
REJECT_EXTENDED_RANGES - Constant in enum java.util.Locale.FilteringMode
Specifies basic filtering: If any extended language ranges are included in the given Language Priority List, the list is rejected and the filtering method throws IllegalArgumentException.
REJECTED - Constant in enum java.io.ObjectInputFilter.Status
The status is rejected.
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.
rejectFilter(Predicate<Class<?>>, ObjectInputFilter.Status) - Static method in interface java.io.ObjectInputFilter
Returns a filter that returns Status.REJECTED if the predicate on the class is true.
rejectUndecidedClass(ObjectInputFilter) - Static method in interface java.io.ObjectInputFilter
Returns a filter that invokes a given filter and maps UNDECIDED to REJECTED for classes, with some special cases, and otherwise returns the status.
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.
reload() - Method in class java.util.ServiceLoader
Clear this loader's provider cache so that all providers will be reloaded.
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.
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.
remove(Class<?>) - Method in class java.lang.ClassValue
Removes the associated value for the given class.
remove() - Method in class java.lang.ThreadLocal
Removes the current thread's value for this thread-local variable.
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(Object) - Method in class java.util.ArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
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() - 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
Removes the entry for the specified key only if it is currently mapped to the specified value.
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
Removes the entry for the specified key only if it is currently mapped to the specified value.
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() - Method in class java.util.LinkedList
Retrieves and removes the head (first element) of this list.
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(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(Object) - Method in class java.util.PriorityQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.Properties
Removes the key (and its corresponding value) from this hashtable.
remove(Object, Object) - Method in class java.util.Properties
Removes the entry for the specified key only if it is currently mapped to the specified value.
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.
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 the specified key only if it is currently mapped to the specified value.
remove() - Method in class java.util.concurrent.ConcurrentLinkedDeque
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 class java.util.concurrent.ConcurrentLinkedDeque
Removes the first occurrence of the specified element from 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 the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes the specified element from this set if it is present.
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(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.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(int, int) - Method in interface javax.swing.text.Document
Removes a portion of the content of the document.
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.ArrayDeque
Removes all of this collection's elements that are also 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 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 class java.util.PriorityQueue
Removes all of this collection's elements that are also 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.
removeAll(Collection<?>) - Method in class java.util.concurrent.ArrayBlockingQueue
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.ConcurrentHashMap.KeySetView
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.ConcurrentLinkedDeque
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.ConcurrentLinkedQueue
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.LinkedBlockingDeque
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.LinkedBlockingQueue
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.LinkedTransferQueue
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.PriorityBlockingQueue
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.SynchronousQueue
Always returns false.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeCaretListener(CaretListener) - Method in class javax.swing.text.JTextComponent
Removes a caret listener.
removeDocumentListener(DocumentListener) - Method in interface javax.swing.text.Document
Unregisters the given observer from the notification list so it will no longer receive change updates.
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.
removeFirst() - Method in class java.util.ArrayDeque
Retrieves and removes the first element of this deque.
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.
removeFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Retrieves and removes the first element of this deque.
removeFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the first element of this deque.
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.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).
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 occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
Removes the first occurrence of the specified element from this deque.
removeIf(Predicate<? super E>) - Method in class java.util.ArrayDeque
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.ArrayList
Removes all of the elements of this collection that satisfy the given predicate.
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.PriorityQueue
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.Vector
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.ArrayBlockingQueue
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.LinkedBlockingDeque
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.LinkedBlockingQueue
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.LinkedTransferQueue
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.PriorityBlockingQueue
Removes all of the elements of this collection that satisfy the given predicate.
removeKeymap(String) - Static method in class javax.swing.text.JTextComponent
Removes a named keymap previously added to the document.
removeLast() - Method in class java.util.ArrayDeque
Retrieves and removes the last element of this deque.
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.
removeLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Retrieves and removes the last element of this deque.
removeLast() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the last element of this deque.
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.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).
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 occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
Removes the last occurrence of the specified element from this deque.
removeLayoutComponent(Component) - Method in class javax.swing.GroupLayout
Notification that a Component has been removed from the parent container.
removeNotify() - Method in class javax.swing.text.JTextComponent
Notifies this component that it no longer has a parent component.
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.
removeRedundantState() - Method in class javax.swing.undo.StateEdit
Remove redundant key/values in state hashtables.
removeShutdownHook(Thread) - Method in class java.lang.Runtime
De-registers a previously-registered virtual-machine shutdown hook.
removeUndoableEditListener(UndoableEditListener) - Method in interface javax.swing.text.Document
Unregisters the given observer from the notification list so it will no longer receive updates.
removeUndoableEditListener(UndoableEditListener) - Method in class javax.swing.undo.UndoableEditSupport
Removes an UndoableEditListener.
removeUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
Removes a unicode locale attribute, if present, otherwise has no effect.
removeUpdate(DocumentEvent) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Handles document remove (fire appropriate property change event, which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
renameTo(File) - Method in class java.io.File
Renames the file denoted by this abstract pathname.
render(Runnable) - Method in interface javax.swing.text.Document
Allows the model to be safely rendered in the presence of concurrency, if the model supports being updated asynchronously.
repeat(int) - Method in class java.lang.String
Returns a string whose value is the concatenation of this string repeated count times.
Repeatable - Annotation Type in java.lang.annotation
The annotation interface java.lang.annotation.Repeatable is used to indicate that the annotation interface whose declaration it (meta-)annotates is repeatable.
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(char, char) - Method in class java.lang.String
Returns a string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(int, int, String) - Method in class java.lang.StringBuffer
Replaces the characters in a substring of this sequence with characters in the specified String.
replace(int, int, String) - Method in class java.lang.StringBuilder
Replaces the characters in a substring of this sequence with characters in the specified String.
replace(K, V) - Method in class java.util.HashMap
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.HashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, V) - Method in class java.util.Hashtable
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.Hashtable
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 interface java.util.Map
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Object, Object) - Method in class java.util.Properties
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Object, Object, Object) - Method in class java.util.Properties
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, V) - Method in class java.util.TreeMap
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
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
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 the specified key only if currently mapped to the specified 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 interface java.util.concurrent.ConcurrentMap
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 the specified key only if it is currently mapped to some value.
replace(K, V, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Component, Component) - Method in class javax.swing.GroupLayout
Replaces an existing component with a new one.
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(UnaryOperator<E>) - Method in class java.util.ArrayList
Replaces each element of this list with the result of applying the operator to that element.
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.HashMap
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.Hashtable
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.IdentityHashMap
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.LinkedHashMap
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(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(BiFunction<? super Object, ? super Object, ?>) - Method in class java.util.Properties
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.TreeMap
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(UnaryOperator<E>) - Method in class java.util.Vector
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 class java.util.WeakHashMap
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.ConcurrentHashMap
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 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
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(UnaryOperator<E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Replaces each element of this list with the result of applying the operator to that element.
replaceEdit(UndoableEdit) - Method in class javax.swing.undo.AbstractUndoableEdit
This default implementation returns false.
replaceEdit(UndoableEdit) - Method in interface javax.swing.undo.UndoableEdit
Returns true if this UndoableEdit should replace anEdit.
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.
replaceObject(Object) - Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
replaceSelection(String) - Method in class javax.swing.text.JTextComponent
Replaces the currently selected content with new content represented by the given string.
replaceText(int, int, String) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Replaces the text between two indices with the specified string.
Reporter - Interface in jdk.javadoc.doclet
Interface for reporting diagnostics and other messages.
request(long) - Method in interface java.util.concurrent.Flow.Subscription
Adds the given number n of items to the current unfulfilled demand for this subscription.
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.
requireNonNullElse(T, T) - Static method in class java.util.Objects
Returns the first argument if it is non-null and otherwise returns the non-null second argument.
requireNonNullElseGet(T, Supplier<? extends T>) - Static method in class java.util.Objects
Returns the first argument if it is non-null and otherwise returns the non-null value of supplier.get().
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 ByteArrayOutputStream 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
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
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.util.Scanner
Resets this scanner.
reset() - Method in class java.util.concurrent.CyclicBarrier
Resets the barrier to its initial state.
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.
RESOLVE - Constant in enum javax.xml.catalog.CatalogFeatures.Feature
The javax.xml.catalog.resolve property as described in item RESOLVE of the Catalog Features table.
resolve(String, String) - Method in interface javax.xml.catalog.CatalogResolver
Implements URIResolver.
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.
resolveConstantDesc(MethodHandles.Lookup) - Method in class java.lang.Double
Resolves this instance as a ConstantDesc, the result of which is the instance itself.
resolveConstantDesc(MethodHandles.Lookup) - Method in class java.lang.Enum.EnumDesc
Resolves this descriptor reflectively, emulating the resolution behavior of JVMS 5.4.3 and the access control behavior of JVMS 5.4.4.
resolveConstantDesc(MethodHandles.Lookup) - Method in class java.lang.Float
Resolves this instance as a ConstantDesc, the result of which is the instance itself.
resolveConstantDesc(MethodHandles.Lookup) - Method in class java.lang.Integer
Resolves this instance as a ConstantDesc, the result of which is the instance itself.
resolveConstantDesc(MethodHandles.Lookup) - Method in class java.lang.Long
Resolves this instance as a ConstantDesc, the result of which is the instance itself.
resolveConstantDesc(MethodHandles.Lookup) - Method in class java.lang.String
Resolves this instance as a ConstantDesc, the result of which is the instance itself.
resolveEntity(String, String) - Method in interface javax.xml.catalog.CatalogResolver
Implements EntityResolver.
resolveEntity(String, String, String, String) - Method in interface javax.xml.catalog.CatalogResolver
Implements XMLResolver.
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.
resolveResource(String, String, String, String, String) - Method in interface javax.xml.catalog.CatalogResolver
Implements LSResourceResolver.
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.
resources(String) - Method in class java.lang.ClassLoader
Returns a stream whose elements are the URLs of all the resources with the given name.
restoreComposedText() - Method in class javax.swing.text.JTextComponent
Restores composed text previously saved by saveComposedText.
restoreState(Hashtable<?, ?>) - Method in interface javax.swing.undo.StateEditable
Upon receiving this message the receiver should extract any relevant state out of state.
resume() - Method in class java.lang.Thread
Deprecated, for removal. This method exists solely for use with Thread.suspend(), which has been deprecated because it is deadlock-prone.
resume() - Method in class java.lang.ThreadGroup
Deprecated, for removal. 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.
RETAIN_CLASS_REFERENCE - Constant in enum java.lang.StackWalker.Option
Retains Class object in StackFrames walked by this StackWalker.
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.ArrayDeque
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 interface java.util.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.PriorityQueue
Retains only the elements in this collection 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.
retainAll(Collection<?>) - Method in class java.util.concurrent.ArrayBlockingQueue
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
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.LinkedBlockingDeque
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.concurrent.LinkedBlockingQueue
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.concurrent.LinkedTransferQueue
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.concurrent.PriorityBlockingQueue
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
Retention - Annotation Type in java.lang.annotation
Indicates how long annotations with the annotated interface are to be retained.
RetentionPolicy - Enum in java.lang.annotation
Annotation retention policy.
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
Causes this character sequence to be replaced by the reverse of the sequence.
reverse() - Method in class java.lang.StringBuilder
Causes this character sequence to be replaced by the reverse of the sequence.
reverse(List<?>) - Static method in class java.util.Collections
Reverses the order of the elements in the specified list.
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.
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.
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.
ROOT - Static variable in class java.util.Locale
Useful constant for the root locale.
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(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.Math
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(float) - Static method in class java.lang.StrictMath
Returns the closest int to the argument, with ties rounding to positive infinity.
RUMI_NUMERAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Rumi Numeral Symbols" Unicode character block.
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 class java.util.TimerTask
The action to be performed by this timer task.
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
Sets this Future to the result of its computation unless it has been cancelled.
run() - Method in interface java.util.concurrent.RunnableFuture
Sets this Future to the result of its computation unless it has been cancelled.
run(DocletEnvironment) - Method in interface jdk.javadoc.doclet.Doclet
The entry point of the doclet.
run(DocletEnvironment) - Method in class jdk.javadoc.doclet.StandardDoclet
The entry point of the doclet.
runAfterBoth(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when this and the other given stage both complete normally, executes the given action.
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
Returns a new CompletionStage that, when this and the other given stage both complete normally, executes the given action using this stage's default asynchronous execution facility.
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when this and the other given stage both complete normally, executes the given action using the supplied executor.
runAfterBothAsync(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 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 both complete normally, executes the given action using the supplied executor.
runAfterEither(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when either this or the other given stage complete normally, executes the given action.
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
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 class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when either this or the other given stage complete normally, executes the given action using the supplied executor.
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.
RunElement(Element, AttributeSet, int, int) - Constructor for class javax.swing.text.html.HTMLDocument.RunElement
Constructs an element that represents content within the document (has no children).
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.
RUNIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Runic" Unicode character block.
RUNIC - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Runic".
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
RUNNABLE - Constant in enum java.lang.Thread.State
Thread state for a runnable thread.
RunnableFuture<V> - Interface in java.util.concurrent
A Future that is Runnable.
RunnableScheduledFuture<V> - Interface in java.util.concurrent
A ScheduledFuture that is Runnable.
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 - Constant in enum java.lang.annotation.RetentionPolicy
Annotations are to be recorded in the class file by the compiler and retained by the VM at run time, so they may be read reflectively.
Runtime.Version - Class in java.lang
A representation of a version string for an implementation of the Java SE Platform.
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(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.
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).
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.

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

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