- 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
.
- 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.
- rangeOf(int) - Method in interface de.toem.impulse.samples.IGroupService
-
Returns the index range {first,layer,last} of group 'group' .
- rate - Variable in class de.toem.impulse.cells.record.Signal
-
- rate - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- rate - Variable in class de.toem.impulse.cells.view.ViewConfiguration
-
- 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.
- Readable - Interface in java.lang
-
A Readable is a source of characters.
- 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.
- 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.
- 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(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
-
- readLine() - Method in class java.io.LineNumberReader
-
Read a line of text.
- readLine() - Method in class java.io.ObjectInputStream
-
- 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.
- 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.
- 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
- 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.
- 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
-
- 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.
- Record - Class in de.toem.impulse.cells.record
-
- Record() - Constructor for class de.toem.impulse.cells.record.Record
-
- RecordContent - Class in de.toem.impulse.cells.record
-
- RecordContent() - Constructor for class de.toem.impulse.cells.record.RecordContent
-
- recursive - Variable in class de.toem.impulse.cells.view.PlotConfigurationTemplate
-
- 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.
- redo(IProgress) - Method in interface de.toem.pattern.element.IElementModifier
-
- redo(IProgress, boolean) - Method in interface de.toem.pattern.element.IElementModifier
-
- REDOING - Static variable in interface de.toem.pattern.element.IElementModifier
-
- REDONE - Static variable in interface de.toem.pattern.element.IElementModifier
-
- reference - Variable in class de.toem.impulse.cells.view.SourceReference
-
- 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 {@code (cause==null ?
- 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.
- register() - Method in interface de.toem.pattern.element.ICell
-
- registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
-
Register an object to be validated before the graph is returned.
- REJANG - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Rejang" Unicode character block.
- relation - Variable in class de.toem.impulse.cells.view.PlotConfiguration
-
- relative(String) - Method in interface de.toem.impulse.samples.IPointer
-
Returns a new pointer with relative position.
- relative(DomainValue) - Method in interface de.toem.impulse.samples.IPointer
-
Returns a new pointer with relative position.
- relative(long) - Method in interface de.toem.impulse.samples.IPointer
-
Returns a new pointer with relative position.
- 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)
.
- REMOVE - Static variable in interface de.toem.pattern.element.IElementModifier
-
- 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_ALL - Static variable in interface de.toem.pattern.element.IElementModifier
-
- removeAllChildren() - Method in interface de.toem.pattern.element.ICell
-
- removeChild(ICell) - Method in interface de.toem.pattern.element.ICell
-
- removeChild(IElement, int, boolean) - Method in interface de.toem.pattern.element.IElement
-
- removeElementListener(IElementListener) - Static method in class de.toem.pattern.element.Elements
-
- removeListener(IElementListener) - Method in interface de.toem.pattern.element.IElement
-
- removeSample(int, int) - Method in interface de.toem.impulse.samples.ISamplesEditor
-
- removeShutdownHook(Thread) - Method in class java.lang.Runtime
-
De-registers a previously-registered virtual-machine shutdown hook.
- rename(IElement, String) - Method in interface de.toem.pattern.element.IElement
-
- renameTo(File) - Method in class java.io.File
-
Renames the file denoted by this abstract pathname.
- reOpen() - Method in interface de.toem.impulse.samples.ISamplesEditor
-
- REORDER - Static variable in interface de.toem.pattern.element.IElementModifier
-
- reorderChild(IElement, int, int) - Method in interface de.toem.pattern.element.IElement
-
- replace(char, char) - Method in class java.lang.String
-
Returns a new 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
-
- replaceAll(String, String) - Method in class java.lang.String
-
Replaces each substring of this string that matches the given
replaceFirst(String, String) - Method in class java.lang.
String
-
Replaces the first substring of this string that matches the given
reset() - Method in interface de.toem.pattern.element.
IElement
-
- 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.
- resetPreferred() - Static method in enum de.toem.impulse.domain.AmpsBase
-
- resetPreferred() - Static method in enum de.toem.impulse.domain.FrequencyBase
-
- resetPreferred() - Static method in enum de.toem.impulse.domain.TimeBase
-
- resetPreferred() - Static method in enum de.toem.impulse.domain.VoltsBase
-
- resetSyntax() - Method in class java.io.StreamTokenizer
-
Resets this tokenizer's syntax table so that all characters are
"ordinary."
- resume() - Method in class java.lang.Thread
-
- resume() - Method in class java.lang.ThreadGroup
-
- reverse - Variable in class de.toem.impulse.cells.view.SearchConfiguration
-
- 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
-
- 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.
- 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.
- 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 up.
- round(double) - Static method in class java.lang.Math
-
Returns the closest long
to the argument, with ties
rounding up.
- round(float) - Static method in class java.lang.StrictMath
-
Returns the closest int
to the argument, with ties
rounding up.
- round(double) - Static method in class java.lang.StrictMath
-
Returns the closest long
to the argument, with ties
rounding up.
- 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.
- 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.
- 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
-
- runFinalizersOnExit(boolean) - Static method in class java.lang.System
-
- RUNIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Runic" Unicode character block.
- Runnable - Interface in java.lang
-
The Runnable
interface should be implemented by any
class whose instances are intended to be executed by a thread.
- 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.
- 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 ?
- 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.
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