Index
All Classes and Interfaces|All Packages|Constant Field Values|External Specifications|Restricted Methods|Search Tags|Serialized Form|System Properties
R
- 'requires' directives with 'static' modifier - Section in package java.lang.module
- 2.0 Registering SyncProvider Implementations - Section in class javax.sql.rowset.spi.SyncFactory
- 2.0 Retrieving Data from a CachedRowSet Object - Section in interface javax.sql.rowset.CachedRowSet
- 2.1 Retrieving RowSetMetaData - Section in interface javax.sql.rowset.CachedRowSet
- 4.0 Related Specifications - Section in package javax.sql.rowset
- 4.0 Resolving Synchronization Conflicts - Section in package javax.sql.rowset.spi
- 5.0 Registering and Notifying Listeners - Section in interface javax.sql.rowset.CachedRowSet
- 5.0 Related Documentation - Section in package javax.sql.rowset
- 5.0 Related Specifications - Section in package javax.sql.rowset.spi
- 6.0 Related Documentation - Section in package javax.sql.rowset.spi
- RadialGradientPaint - Class in java.awt
-
The
RadialGradientPaintclass provides a way to fill a shape with a circular radial color gradient pattern. - RadialGradientPaint(float, float, float, float[], Color[]) - Constructor for class java.awt.RadialGradientPaint
-
Constructs a
RadialGradientPaintwith a defaultNO_CYCLErepeating method andSRGBcolor space, using the center as the focus point. - RadialGradientPaint(float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
-
Constructs a
RadialGradientPaintwith a defaultSRGBcolor space, using the center as the focus point. - RadialGradientPaint(float, float, float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
-
Constructs a
RadialGradientPaintwith a defaultSRGBcolor space. - RadialGradientPaint(Point2D, float, float[], Color[]) - Constructor for class java.awt.RadialGradientPaint
-
Constructs a
RadialGradientPaintwith a defaultNO_CYCLErepeating method andSRGBcolor space, using the center as the focus point. - RadialGradientPaint(Point2D, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
-
Constructs a
RadialGradientPaintwith a defaultSRGBcolor space, using the center as the focus point. - RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
-
Constructs a
RadialGradientPaintwith a defaultSRGBcolor space. - RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod, MultipleGradientPaint.ColorSpaceType, AffineTransform) - Constructor for class java.awt.RadialGradientPaint
-
Constructs a
RadialGradientPaint. - RadialGradientPaint(Rectangle2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
-
Constructs a
RadialGradientPaintwith a defaultSRGBcolor space. - RADIO_BUTTON - Static variable in class javax.accessibility.AccessibleRole
-
A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.
- RADIO_BUTTON - Static variable in class javax.swing.plaf.synth.Region
-
RadioButton region.
- RADIO_BUTTON_MENU_ITEM - Static variable in class javax.swing.plaf.synth.Region
-
RadioButtonMenuItem region.
- RadioButtonBorder(Color, Color, Color, Color) - Constructor for class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder
-
Constructs a new instance of a
RadioButtonBorder. - radix() - Method in class java.util.Scanner
-
Returns this scanner's default radix.
- RAISED - Static variable in class javax.swing.border.BevelBorder
-
Raised bevel type.
- RAISED - Static variable in class javax.swing.border.EtchedBorder
-
Raised etched type.
- random() - Static method in class java.lang.Math
-
Returns a
doublevalue with a positive sign, greater than or equal to0.0and less than1.0. - random() - Static method in class java.lang.StrictMath
-
Returns a
doublevalue with a positive sign, greater than or equal to0.0and less than1.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
longseed. - RandomAccess - Interface in java.util
-
Marker interface used by
Listimplementations 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
Fileargument. - 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 pathname.
- RandomGenerator - Interface in java.util.random
-
The
RandomGeneratorinterface is designed to provide a common protocol for objects that generate random or (more typically) pseudorandom sequences of numbers (or Boolean values). - RandomGenerator.ArbitrarilyJumpableGenerator - Interface in java.util.random
-
This interface is designed to provide a common protocol for objects that generate sequences of pseudorandom values and can easily jump forward, by an arbitrary amount, to a distant point in the state cycle.
- RandomGenerator.JumpableGenerator - Interface in java.util.random
-
This interface is designed to provide a common protocol for objects that generate pseudorandom values and can easily jump forward, by a moderate amount (ex. 264) to a distant point in the state cycle.
- RandomGenerator.LeapableGenerator - Interface in java.util.random
-
This interface is designed to provide a common protocol for objects that generate sequences of pseudorandom values and can easily not only jump but also leap forward, by a large amount (ex. 2128), to a very distant point in the state cycle.
- RandomGenerator.SplittableGenerator - Interface in java.util.random
-
This interface is designed to provide a common protocol for objects that generate sequences of pseudorandom values and can be split into two objects (the original one and a new one) each of which obey that same protocol (and therefore can be recursively split indefinitely).
- RandomGenerator.StreamableGenerator - Interface in java.util.random
-
The
RandomGenerator.StreamableGeneratorinterface augments theRandomGeneratorinterface to provide methods that return streams ofRandomGeneratorobjects. - RandomGeneratorFactory<T> - Class in java.util.random
-
This is a factory class for generating multiple random number generators of a specific algorithm.
- Random Number Generator Algorithms Available - Section in package java.util.random
- RANDOMPIXELORDER - Static variable in interface java.awt.image.ImageConsumer
-
The pixels will be delivered in a random order.
- randomUUID() - Static method in class java.util.UUID
-
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
- range() - Method in enum class java.time.temporal.ChronoField
-
Gets the range of valid values for the field.
- range() - Method in interface java.time.temporal.TemporalField
-
Gets the range of valid values for the field.
- range(int, int) - Static method in interface java.util.stream.IntStream
-
Returns a sequential ordered
IntStreamfromstartInclusive(inclusive) toendExclusive(exclusive) by an incremental step of1. - range(long, long) - Static method in interface java.util.stream.LongStream
-
Returns a sequential ordered
LongStreamfromstartInclusive(inclusive) toendExclusive(exclusive) by an incremental step of1. - range(E, E) - Static method in class java.util.EnumSet
-
Creates an enum set initially containing all of the elements in the range defined by the two specified endpoints.
- range(ChronoField) - Method in interface java.time.chrono.Chronology
-
Gets the range of valid values for the specified field.
- range(ChronoField) - Method in class java.time.chrono.HijrahChronology
- range(ChronoField) - Method in class java.time.chrono.IsoChronology
- range(ChronoField) - Method in class java.time.chrono.JapaneseChronology
- range(ChronoField) - Method in class java.time.chrono.MinguoChronology
- range(ChronoField) - Method in class java.time.chrono.ThaiBuddhistChronology
- range(TemporalField) - Method in interface java.time.chrono.Era
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in enum class java.time.chrono.HijrahEra
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.chrono.JapaneseEra
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in enum class java.time.DayOfWeek
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.Instant
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.LocalDate
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.LocalDateTime
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.LocalTime
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in enum class java.time.Month
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class java.time.