Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

R

RadioButton - Class in com.codename1.ui
RadioButton is a Button that maintains a selection state exclusively within a specific ButtonGroup
RadioButton(String) - Constructor for class com.codename1.ui.RadioButton
Constructs a radio with the given text
RadioButton() - Constructor for class com.codename1.ui.RadioButton
Creates an empty radio button
RadioButton(Image) - Constructor for class com.codename1.ui.RadioButton
Constructs a radio with the given icon
RadioButton(String, Image) - Constructor for class com.codename1.ui.RadioButton
Constructs a radio with the given text and icon
RadioButton - Class in com.sun.lwuit
RadioButton is a Button that maintains a selection state exclusively within a specific ButtonGroup
RadioButton(String) - Constructor for class com.sun.lwuit.RadioButton
Constructs a radio with the given text
RadioButton() - Constructor for class com.sun.lwuit.RadioButton
Creates an empty radio button
RadioButton(Image) - Constructor for class com.sun.lwuit.RadioButton
Constructs a radio with the given icon
RadioButton(String, Image) - Constructor for class com.sun.lwuit.RadioButton
Constructs a radio with the given text and icon
radix() - Method in class java.util.Scanner
Returns this scanner's default radix.
random() - Static method in class java.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
random() - Static method in class java.lang.StrictMath
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed.
RandomAccess - Interface in java.util
Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - Class in java.io
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RANDOMPIXELORDER - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a random order.
randomUUID() - Static method in class java.util.UUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
range(ChronoField) - Method in interface java.time.chrono.Chronology
Gets the range of valid values for the specified field.
range(TemporalField) - Method in interface java.time.chrono.ChronoZonedDateTime
 
range(TemporalField) - Method in interface java.time.chrono.Era
Gets the range of valid values for the specified field.
range(ChronoField) - Method in class java.time.chrono.HijrahChronology
 
range(TemporalField) - Method in class java.time.chrono.HijrahDate
 
range(TemporalField) - Method in enum java.time.chrono.HijrahEra
Gets the range of valid values for the specified field.
range(ChronoField) - Method in class java.time.chrono.IsoChronology
 
range(ChronoField) - Method in class java.time.chrono.JapaneseChronology
 
range(TemporalField) - Method in class java.time.chrono.JapaneseDate
 
range(TemporalField) - Method in class java.time.chrono.JapaneseEra
Gets the range of valid values for the specified field.
range(ChronoField) - Method in class java.time.chrono.MinguoChronology
 
range(TemporalField) - Method in class java.time.chrono.MinguoDate
 
range(ChronoField) - Method in class java.time.chrono.ThaiBuddhistChronology
 
range(TemporalField) - Method in class java.time.chrono.ThaiBuddhistDate
 
range(TemporalField) - Method in enum java.time.DayOfWeek
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.Instant
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.LocalDate
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.LocalDateTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.LocalTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in enum java.time.Month
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.MonthDay
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.OffsetDateTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.OffsetTime
Gets the range of valid values for the specified field.
range() - Method in enum java.time.temporal.ChronoField
Gets the range of valid values for the field.
range(TemporalField) - Method in interface java.time.temporal.TemporalAccessor
Gets the range of valid values for the specified field.
range() - Method in interface java.time.temporal.TemporalField
Gets the range of valid values for the field.
range(TemporalField) - Method in class java.time.Year
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.YearMonth
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.ZonedDateTime
Gets the range of valid values for the specified field.
range(TemporalField) - Method in class java.time.ZoneOffset
Gets the range of valid values for the specified field.
range(E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing all of the elements in the range defined by the two specified endpoints.
range(int, int) - Static method in interface java.util.stream.IntStream
Returns a sequential ordered IntStream from startInclusive (inclusive) to endExclusive (exclusive) by an incremental step of 1.
range(long, long) - Static method in interface java.util.stream.LongStream
Returns a sequential ordered LongStream from startInclusive (inclusive) to endExclusive (exclusive) by an incremental step of 1.
rangeClosed(int, int) - Static method in interface java.util.stream.IntStream
Returns a sequential ordered IntStream from startInclusive (inclusive) to endInclusive (inclusive) by an incremental step of 1.
rangeClosed(long, long) - Static method in interface java.util.stream.LongStream
Returns a sequential ordered LongStream from startInclusive (inclusive) to endInclusive (inclusive) by an incremental step of 1.
rangeRefinedBy(TemporalAccessor) - Method in enum java.time.temporal.ChronoField
 
rangeRefinedBy(TemporalAccessor) - Method in interface java.time.temporal.TemporalField
Get the range of valid values for this field using the temporal object to refine the result.
RasterFormatException - Exception in java.awt.image
The RasterFormatException is thrown if there is invalid layout information in the Raster.
RasterFormatException(String) - Constructor for exception java.awt.image.RasterFormatException
Constructs a new RasterFormatException with the specified message.
RATA_DIE - Static variable in class java.time.temporal.JulianFields
Rata Die field.
RAW_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the raw text state.
RC2ParameterSpec - Class in javax.crypto.spec
This class specifies the parameters used with the RC2 algorithm.
RC2ParameterSpec(int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits).
RC2ParameterSpec(int, byte[]) - Constructor for class javax.crypto.spec.RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits) and an 8-byte IV.
RC2ParameterSpec(int, byte[], int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits) and IV.
RC5ParameterSpec - Class in javax.crypto.spec
This class specifies the parameters used with the RC5 algorithm.
RC5ParameterSpec(int, int, int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds and word size (in bits).
RC5ParameterSpec(int, int, int, byte[]) - Constructor for class javax.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
RC5ParameterSpec(int, int, int, byte[], int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
 
read() - Method in class com.codename1.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class com.codename1.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read(byte[]) - Method in class com.codename1.io.BufferedInputStream
 
read() - Method in class com.codename1.io.CharArrayReader
Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0.
read(char[], int, int) - Method in class com.codename1.io.CharArrayReader
Reads at most count characters from this CharArrayReader and stores them at offset in the character array buf.
read() - Method in class com.codename1.io.gzip.FilterInputStream
 
read(byte[]) - Method in class com.codename1.io.gzip.FilterInputStream
 
read(byte[], int, int) - Method in class com.codename1.io.gzip.FilterInputStream
 
read() - Method in class com.codename1.io.gzip.InflaterInputStream
 
read(byte[], int, int) - Method in class com.codename1.io.gzip.InflaterInputStream
 
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read() - Method in class java.io.BufferedReader
Reads a single character.
read(char[], int, int) - Method in class java.io.BufferedReader
Reads characters into a portion of an array.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.CharArrayReader
Reads a single character.
read(char[], int, int) - Method in class java.io.CharArrayReader
Reads characters into a portion of an array.
read(byte[]) - Method in class java.io.DataInputStream
Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from the contained input stream into an array of bytes.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterReader
Reads a single character.
read(char[], int, int) - Method in class java.io.FilterReader
Reads characters into a portion of an array.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Reads a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Reads characters into a portion of an array.
read() - Method in class java.io.LineNumberInputStream
Deprecated.
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Deprecated.
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.LineNumberReader
Read a single character.
read(char[], int, int) - Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read() - Method in interface java.io.ObjectInput
Reads a byte of data.
read(byte[]) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read() - Method in class java.io.ObjectInputStream
Reads a byte of data.
read(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read() - Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read() - Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read(char[], int, int) - Method in class java.io.PipedReader
Reads up to len characters of data from this piped stream into an array of characters.
read() - Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.PushbackReader
Reads a single character.
read(char[], int, int) - Method in class java.io.PushbackReader
Reads characters into a portion of an array.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read(CharBuffer) - Method in class java.io.Reader
Attempts to read characters into the specified character buffer.
read() - Method in class java.io.Reader
Reads a single character.
read(char[]) - Method in class java.io.Reader
Reads characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Reads characters into a portion of an array.
read() - Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringBufferInputStream
Deprecated.
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
Deprecated.
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringReader
Reads a single character.
read(char[], int, int) - Method in class java.io.StringReader
Reads characters into a portion of an array.
read(CharBuffer) - Method in interface java.lang.Readable
Attempts to read characters into the specified character buffer.
read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in interface java.nio.channels.AsynchronousByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer) - Method in interface java.nio.channels.AsynchronousByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer, long, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousFileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer, long) - Method in class java.nio.channels.AsynchronousFileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
 
read(ByteBuffer) - Method in class java.nio.channels.AsynchronousSocketChannel
 
read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer[], int, int) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer[]) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer[], int, int) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer[]) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffers.
read(ByteBuffer, long) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer) - Method in interface java.nio.channels.ReadableByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer[], int, int) - Method in interface java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer[]) - Method in interface java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into the given buffers.
read(ByteBuffer) - Method in interface java.nio.channels.SeekableByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer) - Method in class java.nio.channels.SocketChannel
 
read(ByteBuffer[], int, int) - Method in class java.nio.channels.SocketChannel
 
read(ByteBuffer[]) - Method in class java.nio.channels.SocketChannel
 
read(String, ByteBuffer) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
Read the value of a user-defined attribute into a buffer.
read(ObjectInput) - Static method in class java.rmi.server.ObjID
Constructs and returns a new ObjID instance by unmarshalling a binary representation from an ObjectInput instance.
read(DataInput) - Static method in class java.rmi.server.UID
Constructs and returns a new UID instance by unmarshalling a binary representation from an DataInput instance.
read() - Method in class java.security.DigestInputStream
Reads a byte, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.security.DigestInputStream
Reads into a byte array, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.util.jar.JarInputStream
Reads from the current JAR file entry into an array of bytes.
read(InputStream) - Method in class java.util.jar.Manifest
Reads the Manifest from the specified InputStream.
read() - Method in class java.util.zip.CheckedInputStream
Reads a byte.
read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
read() - Method in class java.util.zip.DeflaterInputStream
Reads a single byte of compressed data from the input stream.
read(byte[], int, int) - Method in class java.util.zip.DeflaterInputStream
Reads compressed data into a byte array.
read(byte[], int, int) - Method in class java.util.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read() - Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
read() - Method in class javax.crypto.CipherInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class javax.crypto.CipherInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class javax.crypto.CipherInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
READ - Static variable in class javax.microedition.io.Connector
 
READ_ONLY - Static variable in class java.nio.channels.FileChannel.MapMode
Mode for a read-only mapping.
READ_WRITE - Static variable in class java.nio.channels.FileChannel.MapMode
Mode for a read/write mapping.
READ_WRITE - Static variable in class javax.microedition.io.Connector
 
Readable - Interface in java.lang
A Readable is a source of characters.
ReadableByteChannel - Interface in java.nio.channels
A channel that can read bytes.
readAll(InputStream, byte[]) - Static method in class com.codename1.io.Util
Reads until the array is full or until the stream ends
readAllBytes(Path) - Static method in class java.nio.file.Files
Reads all the bytes from a file.
readAllLines(Path, Charset) - Static method in class java.nio.file.Files
Read all lines from a file.
readAllLines(Path) - Static method in class java.nio.file.Files
Read all lines from a file.
readArray() - Method in interface java.sql.SQLInput
Reads an SQL ARRAY value from the stream and returns it as an Array object in the Java programming language.
readAsciiStream() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a stream of ASCII characters.
readAttributes() - Method in interface java.nio.file.attribute.BasicFileAttributeView
Reads the basic file attributes as a bulk operation.
readAttributes() - Method in interface java.nio.file.attribute.DosFileAttributeView
 
readAttributes() - Method in interface java.nio.file.attribute.PosixFileAttributeView
 
readAttributes(Path, Class<A>, LinkOption...) - Static method in class java.nio.file.Files
Reads a file's attributes as a bulk operation.
readAttributes(Path, String, LinkOption...) - Static method in class java.nio.file.Files
Reads a set of file attributes as a bulk operation.
readAttributes(Path, Class<A>, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
Reads a file's attributes as a bulk operation.
readAttributes(Path, String, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
Reads a set of file attributes as a bulk operation.
readBigDecimal() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.math.BigDecimal object in the Java programming language.
readBinaryStream() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a stream of uninterpreted bytes.
readBlob() - Method in interface java.sql.SQLInput
Reads an SQL BLOB value from the stream and returns it as a Blob object in the Java programming language.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean() - Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readBoolean() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a boolean in the Java programming language.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte() - Method in class java.io.RandomAccessFile
Reads a signed eight-bit value from this file.
readByte() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a byte in the Java programming language.
readBytes() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as an array of bytes in the Java programming language.
readChar() - Method in interface java.io.DataInput
Reads two input bytes and returns a char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar() - Method in class java.io.RandomAccessFile
Reads a character from this file.
readCharacterStream() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a stream of Unicode characters.
readClassDescriptor() - Method in class java.io.ObjectInputStream
Read a class descriptor from the serialization stream.
readClob() - Method in interface java.sql.SQLInput
Reads an SQL CLOB value from the stream and returns it as a Clob object in the Java programming language.
readConfiguration() - Method in class java.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration.
readConfiguration(InputStream) - Method in class java.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration from the given stream, which should be in java.util.Properties format.
readData(RowSetInternal) - Method in interface javax.sql.RowSetReader
Reads the new contents of the calling RowSet object.
readDate() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.sql.Date object.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble() - Method in class java.io.RandomAccessFile
Reads a double from this file.
readDouble() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a double in the Java programming language.
reader() - Method in class java.io.Console
Retrieves the unique Reader object associated with this console.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the given object.
reader - Variable in class javax.script.SimpleScriptContext
This is the reader to be used for input from scripts.
readErrorCodeHeaders(Object) - Method in class com.codename1.io.ConnectionRequest
Allows reading the headers from the connection by calling the getHeader() method when a response that isn't 200 OK is sent.
readExternal(ObjectInput) - Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFields() - Method in class java.io.ObjectInputStream
Reads the persistent fields from the stream and makes them available by name.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat() - Method in class java.io.RandomAccessFile
Reads a float from this file.
readFloat() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a float in the Java programming language.
readFully(InputStream, byte[]) - Static method in class com.codename1.io.Util
The read fully method from data input stream is very useful for all types of streams...
readFully(InputStream, byte[], int, int) - Static method in class com.codename1.io.Util
The read fully method from data input stream is very useful for all types of streams...
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.
readHeader() - Method in class com.codename1.io.gzip.GZIPInputStream
 
readHeader() - Method in class com.codename1.io.gzip.InflaterInputStream
 
readHeaders(Object) - Method in class com.codename1.io.ConnectionRequest
Allows reading the headers from the connection by calling the getHeader() method.
readHeaders(Object) - Method in class com.codename1.io.gzip.GZConnectionRequest
 
readHeaders(Object) - Method in class com.codename1.io.services.CachedDataService
 
READING - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for the reading of some text.
readInputStream(InputStream) - Static method in class com.codename1.io.Util
Converts a small input stream to a byte array
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt() - Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readInt() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as an int in the Java programming language.
readLine() - Method in class java.io.BufferedReader
Reads a line of text.
readLine(String, Object...) - Method in class java.io.Console
Provides a formatted prompt, then reads a single line of text from the console.
readLine() - Method in class java.io.Console
Reads a single line of text from the console.
readLine() - Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine() - Method in class java.io.DataInputStream
Deprecated.
This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
     DataInputStream d = new DataInputStream(in);
 
with:
     BufferedReader d
          = new BufferedReader(new InputStreamReader(in));
 
readLine() - Method in class java.io.LineNumberReader
Read a line of text.
readLine() - Method in class java.io.ObjectInputStream
Deprecated.
This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLock() - Method in interface java.util.concurrent.locks.ReadWriteLock
Returns the lock used for reading.
readLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
 
ReadLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Constructor for use by subclasses
readLock() - Method in class java.util.concurrent.locks.StampedLock
Non-exclusively acquires the lock, blocking if necessary until available.
readLockInterruptibly() - Method in class java.util.concurrent.locks.StampedLock
Non-exclusively acquires the lock, blocking if necessary until available or the current thread is interrupted.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong() - Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readLong() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a long in the Java programming language.
readNClob() - Method in interface java.sql.SQLInput
Reads an SQL NCLOB value from the stream and returns it as a NClob object in the Java programming language.
readNString() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a String in the Java programming language.
readObject(String) - Method in class com.codename1.io.Storage
Reads the object from the storage, returns null if the object isn't there
readObject(DataInputStream) - Static method in class com.codename1.io.Util
Reads an object from the stream
readObject() - Method in interface java.io.ObjectInput
Read and return an object.
readObject() - Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readObject() - Method in interface java.sql.SQLInput
Reads the datum at the head of the stream and returns it as an Object in the Java programming language.
readObject(Class<T>) - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as an Object in the Java programming language.
readObjectOverride() - Method in class java.io.ObjectInputStream
This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
ReadOnlyFileSystemException - Exception in java.nio.file
Unchecked exception thrown when an attempt is made to update an object associated with a read-only FileSystem.
ReadOnlyFileSystemException() - Constructor for exception java.nio.file.ReadOnlyFileSystemException
Constructs an instance of this class.
readPassword(String, Object...) - Method in class java.io.Console
Provides a formatted prompt, then reads a password or passphrase from the console with echoing disabled.
readPassword() - Method in class java.io.Console
Reads a password or passphrase from the console with echoing disabled
readRef() - Method in interface java.sql.SQLInput
Reads an SQL REF value from the stream and returns it as a Ref object in the Java programming language.
readResolve() - Method in class java.awt.font.TextAttribute
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.security.cert.Certificate.CertificateRep
Resolve the Certificate Object.
readResolve() - Method in class java.security.cert.CertPath.CertPathRep
Returns a CertPath constructed from the type and data.
readResolve() - Method in class java.security.KeyRep
Resolve the Key object.
readResolve() - Method in class java.text.AttributedCharacterIterator.Attribute
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.text.DateFormat.Field
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.text.MessageFormat.Field
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.text.NumberFormat.Field
Resolves instances being deserialized to the predefined constants.
readResponse(InputStream) - Method in class com.codename1.ads.AdsService
 
readResponse(InputStream) - Method in class com.codename1.ads.InnerActive
 
readResponse(InputStream) - Method in class com.codename1.io.ConnectionRequest
Callback for the server response with the input stream from the server.
readResponse(InputStream) - Method in class com.codename1.io.gzip.GZConnectionRequest
Overridden to convert the input stream you should now override readUnzipedResponse()
readResponse(InputStream) - Method in class com.codename1.io.services.CachedDataService
 
readResponse(InputStream) - Method in class com.codename1.io.services.ImageDownloadService
 
readResponse(InputStream) - Method in class com.codename1.io.services.RSSService
 
readResponse(InputStream) - Method in class com.codename1.io.services.TwitterRESTService
 
readRowId() - Method in interface java.sql.SQLInput
Reads an SQL ROWID value from the stream and returns it as a RowId object in the Java programming language.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort() - Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readShort() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a short in the Java programming language.
readSQL(SQLInput, String) - Method in interface java.sql.SQLData
Populates this object with data read from the database.
readSQLXML() - Method in interface java.sql.SQLInput
Reads an SQL XML value from the stream and returns it as a SQLXML object in the Java programming language.
readStreamHeader() - Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readString() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a String in the Java programming language.
readSymbolicLink(Path) - Static method in class java.nio.file.Files
Reads the target of a symbolic link (optional operation).
readSymbolicLink(Path) - Method in class java.nio.file.spi.FileSystemProvider
Reads the target of a symbolic link.
readTime() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.sql.Time object.
readTimestamp() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.sql.Timestamp object.
readToString(InputStream) - Static method in class com.codename1.io.Util
Reads an input stream to a string
readToString(InputStream, String) - Static method in class com.codename1.io.Util
Reads an input stream to a string
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.
readUnzipedResponse(InputStream) - Method in class com.codename1.io.gzip.GZConnectionRequest
This method can be overridden instead of readResponse
readURL() - Method in interface java.sql.SQLInput
Reads an SQL DATALINK value from the stream and returns it as a java.net.URL object in the Java programming language.
readUTF(DataInputStream) - Static method in class com.codename1.io.Util
Reads a UTF string that may be null previously written by writeUTF
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in modified UTF-8 format; this string of characters is then returned as a String.
readUTF() - Method in class java.io.ObjectInputStream
Reads a String in modified UTF-8 format.
readUTF() - Method in class java.io.RandomAccessFile
Reads in a string from this file.
ReadWriteLock - Interface in java.util.concurrent.locks
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
ready() - Method in class com.codename1.io.CharArrayReader
Indicates whether this reader is ready to be read without blocking.
ready() - Method in class java.io.BufferedReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.CharArrayReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.FilterReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.PipedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.PushbackReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.StringReader
Tells whether this stream is ready to be read.
readyOps() - Method in class java.nio.channels.SelectionKey
Retrieves this key's ready-operation set.
REAL - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.
rebind(String, Remote) - Static method in class java.rmi.Naming
Rebinds the specified name to a new remote object.
rebind(String, Remote) - Method in interface java.rmi.registry.Registry
Replaces the binding for the specified name in this registry with the supplied remote reference.
rebind(String, Remote) - Method in class javax.microedition.xlet.ixc.IxcRegistry
 
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
Receives a datagram via this channel.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
 
reconvert() - Method in class java.awt.im.InputContext
Asks the current input method to reconvert text from the current client component.
recover(int) - Method in interface javax.transaction.xa.XAResource
Obtains a list of prepared transaction branches from a resource manager.
Rectangle - Class in com.codename1.ui.geom
Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
Rectangle() - Constructor for class com.codename1.ui.geom.Rectangle
Creates a new instance of Rectangle
Rectangle(int, int, Dimension) - Constructor for class com.codename1.ui.geom.Rectangle
Creates a new instance of Rectangle at position (x, y) and with predefine dimension
Rectangle(int, int, int, int) - Constructor for class com.codename1.ui.geom.Rectangle
Creates a new instance of Rectangle at position (x, y) and with predefine width and height
Rectangle(Rectangle) - Constructor for class com.codename1.ui.geom.Rectangle
A copy Constructor
Rectangle - Class in com.sun.lwuit.geom
Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
Rectangle() - Constructor for class com.sun.lwuit.geom.Rectangle
Creates a new instance of Rectangle
Rectangle(int, int, Dimension) - Constructor for class com.sun.lwuit.geom.Rectangle
Creates a new instance of Rectangle at position (x, y) and with predefine dimension
Rectangle(int, int, int, int) - Constructor for class com.sun.lwuit.geom.Rectangle
Creates a new instance of Rectangle at position (x, y) and with predefine width and height
Rectangle(Rectangle) - Constructor for class com.sun.lwuit.geom.Rectangle
A copy Constructor
RecursiveAction - Class in java.util.concurrent
A recursive resultless ForkJoinTask.
RecursiveAction() - Constructor for class java.util.concurrent.RecursiveAction
 
RecursiveTask<V> - Class in java.util.concurrent
A recursive result-bearing ForkJoinTask.
RecursiveTask() - Constructor for class java.util.concurrent.RecursiveTask
 
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.
reduce(long, BiFunction<? super K, ? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, or null if none.
reduce(double, DoubleBinaryOperator) - Method in interface java.util.stream.DoubleStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(DoubleBinaryOperator) - Method in interface java.util.stream.DoubleStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalDouble describing the reduced value, if any.
reduce(int, IntBinaryOperator) - Method in interface java.util.stream.IntStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(IntBinaryOperator) - Method in interface java.util.stream.IntStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalInt describing the reduced value, if any.
reduce(long, LongBinaryOperator) - Method in interface java.util.stream.LongStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(LongBinaryOperator) - Method in interface java.util.stream.LongStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalLong describing the reduced value, if any.
reduce(T, BinaryOperator<T>) - Method in interface java.util.stream.Stream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(BinaryOperator<T>) - Method in interface java.util.stream.Stream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an Optional describing the reduced value, if any.
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface java.util.stream.Stream
Performs a reduction on the elements of this stream, using the provided identity, accumulation and combining functions.
reduceEntries(long, BiFunction<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating all entries using the given reducer to combine values, or null if none.
reduceEntries(long, Function<Map.Entry<K, V>, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, or null if none.
reduceEntriesToDouble(long, ToDoubleFunction<Map.Entry<K, V>>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToInt(long, ToIntFunction<Map.Entry<K, V>>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToLong(long, ToLongFunction<Map.Entry<K, V>>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceKeys(long, BiFunction<? super K, ? super K, ? extends K>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating all keys using the given reducer to combine values, or null if none.
reduceKeys(long, Function<? super K, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, or null if none.
reduceKeysToDouble(long, ToDoubleFunction<? super K>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToInt(long, ToIntFunction<? super K>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToLong(long, ToLongFunction<? super K>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reducePermits(int) - Method in class java.util.concurrent.Semaphore
Shrinks the number of available permits by the indicated reduction.
reduceToDouble(long, ToDoubleBiFunction<? super K, ? super V>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToInt(long, ToIntBiFunction<? super K, ? super V>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToLong(long, ToLongBiFunction<? super K, ? super V>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceValues(long, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating all values using the given reducer to combine values, or null if none.
reduceValues(long, Function<? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, or null if none.
reduceValuesToDouble(long, ToDoubleFunction<? super V>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToInt(long, ToIntFunction<? super V>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToLong(long, ToLongFunction<? super V>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reducing(T, BinaryOperator<T>) - Static method in class java.util.stream.Collectors
Returns a Collector which performs a reduction of its input elements under a specified BinaryOperator using the provided identity.
reducing(BinaryOperator<T>) - Static method in class java.util.stream.Collectors
Returns a Collector which performs a reduction of its input elements under a specified BinaryOperator.
reducing(U, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class java.util.stream.Collectors
Returns a Collector which performs a reduction of its input elements under a specified mapping function and BinaryOperator.
ReentrantLock - Class in java.util.concurrent.locks
A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed using synchronized methods and statements, but with extended capabilities.
ReentrantLock() - Constructor for class java.util.concurrent.locks.ReentrantLock
Creates an instance of ReentrantLock.
ReentrantLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantLock
Creates an instance of ReentrantLock with the given fairness policy.
ReentrantReadWriteLock - Class in java.util.concurrent.locks
An implementation of ReadWriteLock supporting similar semantics to ReentrantLock.
ReentrantReadWriteLock() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
Creates a new ReentrantReadWriteLock with default (nonfair) ordering properties.
ReentrantReadWriteLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
Creates a new ReentrantReadWriteLock with the given fairness policy.
ReentrantReadWriteLock.ReadLock - Class in java.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.readLock().
ReentrantReadWriteLock.WriteLock - Class in java.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.writeLock().
ref - Variable in class java.rmi.server.RemoteObject
The object's remote reference.
Ref - Interface in java.sql
The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
REF - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
REF_CURSOR - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF CURSOR.
REF_getField - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_getStatic - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_invokeInterface - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_invokeSpecial - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_invokeStatic - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_invokeVirtual - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_newInvokeSpecial - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_putField - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
REF_putStatic - Static variable in interface java.lang.invoke.MethodHandleInfo
A direct method handle reference kind, as defined in the table above.
Reference<T> - Class in java.lang.ref
Abstract base class for reference objects.
referenceKindToString(int) - Static method in interface java.lang.invoke.MethodHandleInfo
Returns the descriptive name of the given reference kind, as defined in the table above.
ReferenceQueue<T> - Class in java.lang.ref
Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
Constructs a new reference-object queue.
reflectAs(Class<T>, MethodHandles.Lookup) - Method in interface java.lang.invoke.MethodHandleInfo
Reflects the underlying member as a method, constructor, or field object.
reflectAs(Class<T>, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
Performs an unchecked "crack" of a direct method handle.
reflectionImage(Image) - Static method in class com.codename1.ui.util.Effects
Takes the given image and appends an effect of reflection bellow it that is similar to the way elements appear in water beneath them.
reflectionImage(Image, float, int) - Static method in class com.codename1.ui.util.Effects
Takes the given image and appends an effect of reflection bellow it that is similar to the way elements appear in water beneath them.
reflectionImage(Image, float, int, int) - Static method in class com.codename1.ui.util.Effects
Takes the given image and appends an effect of reflection bellow it that is similar to the way elements appear in water beneath them.
reflectionImage(Image) - Static method in class com.sun.lwuit.util.Effects
Takes the given image and appends an effect of reflection bellow it that is similar to the way elements appear in water beneath them.
reflectionImage(Image, float, int) - Static method in class com.sun.lwuit.util.Effects
Takes the given image and appends an effect of reflection bellow it that is similar to the way elements appear in water beneath them.
reflectionImage(Image, float, int, int) - Static method in class com.sun.lwuit.util.Effects
Takes the given image and appends an effect of reflection bellow it that is similar to the way elements appear in water beneath them.
ReflectiveOperationException - Exception in java.lang
Common superclass of exceptions thrown by reflective operations in core reflection.
ReflectiveOperationException() - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with null as its detail message.
ReflectiveOperationException(String) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified detail message.
ReflectiveOperationException(String, Throwable) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified detail message and cause.
ReflectiveOperationException(Throwable) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ReflectPermission - Class in java.lang.reflect
The Permission class for reflective operations.
ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name.
ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name and actions.
refresh() - Method in class com.codename1.cloud.CloudListModel
Refreshes the list from the server, this method blocks the EDT until completion.
refresh(CloudObject[], CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
Refresh the given objects with data from the server if they were modified on the server (this is the asynchronous version of the method).
refresh(CloudObject[]) - Method in class com.codename1.cloud.CloudStorage
Refresh the given objects with data from the server if they were modified on the server.
refresh() - Method in class java.security.Policy
Refreshes/reloads the policy configuration.
refresh() - Static method in class java.time.zone.ZoneRulesProvider
Refreshes the rules from the underlying data provider.
refresh() - Method in class javax.security.auth.login.Configuration
Refresh and reload the Configuration.
refresh() - Method in class javax.security.auth.Policy
Deprecated.
Refresh and reload the Policy.
refresh() - Method in interface javax.security.auth.Refreshable
Update or extend the validity period for this Object.
Refreshable - Interface in javax.security.auth
Objects such as credentials may optionally implement this interface to provide the capability to refresh itself.
refreshAsync(CloudObject) - Method in class com.codename1.cloud.CloudStorage
Adds the given object to a set of refresh operations in which we don't really care if the operation is successful
refreshDOM() - Method in class com.codename1.ui.html.HTMLComponent
Deprecated.
Refreshes the current DOM so it any changes done after loading will be rendered.
RefreshFailedException - Exception in javax.security.auth
Signals that a refresh operation failed.
RefreshFailedException() - Constructor for exception javax.security.auth.RefreshFailedException
Constructs a RefreshFailedException with no detail message.
RefreshFailedException(String) - Constructor for exception javax.security.auth.RefreshFailedException
Constructs a RefreshFailedException with the specified detail message.
refreshNativeTitle() - Method in class com.codename1.ui.Display
if the title is native(e.g the android action bar), notify the native title that is needs to be refreshed
refreshRow() - Method in interface java.sql.ResultSet
Refreshes the current row with its most recent value in the database.
refreshTheme(boolean) - Method in class com.codename1.ui.CheckBox
 
refreshTheme() - Method in class com.codename1.ui.Component
Makes sure the component is up to date with the current theme, ONLY INVOKE THIS METHOD IF YOU CHANGED THE THEME!
refreshTheme(boolean) - Method in class com.codename1.ui.Component
Makes sure the component is up to date with the current theme, ONLY INVOKE THIS METHOD IF YOU CHANGED THE THEME!
refreshTheme(String, boolean) - Method in class com.codename1.ui.Component
Makes sure the component is up to date with the given UIID
refreshTheme(boolean) - Method in class com.codename1.ui.ComponentGroup
 
refreshTheme(boolean) - Method in class com.codename1.ui.Container
 
refreshTheme(boolean) - Method in class com.codename1.ui.Form
 
refreshTheme(boolean) - Method in class com.codename1.ui.list.DefaultListCellRenderer
 
refreshTheme(boolean) - Method in class com.codename1.ui.List
 
refreshTheme(boolean) - Method in class com.codename1.ui.MenuBar
 
refreshTheme(boolean) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
 
refreshTheme(boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
This method is a callback to the LookAndFeel when a theme is being changed in the UIManager
refreshTheme(boolean) - Method in class com.codename1.ui.Slider
 
refreshTheme(boolean) - Method in class com.codename1.ui.spinner.BaseSpinner
 
refreshTheme(boolean) - Method in class com.codename1.ui.Tabs
 
refreshTheme(String) - Method in class com.sun.lwuit.Button
 
refreshTheme() - Method in class com.sun.lwuit.Component
Makes sure the component is up to date with the current style object
refreshTheme(String) - Method in class com.sun.lwuit.Component
Makes sure the component is up to date with the given UIID
refreshTheme() - Method in class com.sun.lwuit.Container
 
refreshTheme() - Method in class com.sun.lwuit.Form
 
refreshTheme() - Method in class com.sun.lwuit.list.DefaultListCellRenderer
 
refreshTheme() - Method in class com.sun.lwuit.List
 
refreshTheme() - Method in class com.sun.lwuit.plaf.LookAndFeel
This method is a callback to the LookAndFeel when a theme is being changed in the UIManager
refreshTheme() - Method in class com.sun.lwuit.TabbedPane
 
refund(String) - Method in class com.codename1.payment.Purchase
Tries to refund the given SKU if applicable in the current market/product
region(int, int) - Method in class java.util.regex.Matcher
Sets the limits of this matcher's region.
regionEnd() - Method in class java.util.regex.Matcher
Reports the end index (exclusive) of this matcher's region.
regionMatches(int, String, int, int) - Method in class java.lang.String
Compare a region of this string with another string.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Compare a region of this string with another string, optionally ignoring case.
regionStart() - Method in class java.util.regex.Matcher
Reports the start index of this matcher's region.
register() - Static method in class com.codename1.io.services.CachedDataService
Makes sure the cached data class is properly registered as an externalizable.
register(Externalizable) - Static method in class com.codename1.io.Util
Registers this externalizable so readObject will be able to load such objects
register(String, Class) - Static method in class com.codename1.io.Util
Registers this externalizable so readObject will be able to load such objects
register(Class, Class) - Static method in class com.codename1.system.NativeLookup
Do NOT invoke this method.
register(Selector, int, Object) - Method in class java.nio.channels.SelectableChannel
Registers this channel with the given selector, returning a selection key.
register(Selector, int) - Method in class java.nio.channels.SelectableChannel
Registers this channel with the given selector, returning a selection key.
register(Selector, int, Object) - Method in class java.nio.channels.spi.AbstractSelectableChannel
Registers this channel with the given selector, returning a selection key.
register(AbstractSelectableChannel, int, Object) - Method in class java.nio.channels.spi.AbstractSelector
Registers the given channel with this selector.
register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface java.nio.file.Path
Registers the file located by this path with a watch service.
register(WatchService, WatchEvent.Kind<?>...) - Method in interface java.nio.file.Path
Registers the file located by this path with a watch service.
register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface java.nio.file.Watchable
Registers an object with a watch service.
register(WatchService, WatchEvent.Kind<?>...) - Method in interface java.nio.file.Watchable
Registers an object with a watch service.
register(ActivationDesc) - Static method in class java.rmi.activation.Activatable
Register an object descriptor for an activatable remote object so that is can be activated on demand.
register() - Method in class java.util.concurrent.Phaser
Adds a new unarrived party to this phaser.
registerAnimated(Animation) - Method in class com.codename1.ui.Form
The given component is interested in animating its appearance and will start receiving callbacks when it is visible in the form allowing it to animate its appearance.
registerAnimated(Animation) - Method in class com.sun.lwuit.Form
The given component is interested in animating its appearance and will start receiving callbacks when it is visible in the form allowing it to animate its appearance.
registerAsParallelCapable() - Static method in class java.lang.ClassLoader
Registers the caller as parallel capable.
registerCustomComponent(String, Class) - Static method in class com.codename1.ui.util.UIBuilder
This method allows the UIBuilder to package a smaller portion of Codename One into the JAR and add support for additional 3rd party components to the GUI builder.
registerDriver(Driver) - Static method in class java.sql.DriverManager
Registers the given driver with the DriverManager.
registerDriver(Driver, DriverAction) - Static method in class java.sql.DriverManager
Registers the given driver with the DriverManager.
registeredForPush(String) - Method in interface com.codename1.push.PushCallback
Invoked when push registration is complete to pass the device ID to the application.
registerEngineExtension(String, ScriptEngineFactory) - Method in class javax.script.ScriptEngineManager
Registers a ScriptEngineFactory to handle an extension.
registerEngineMimeType(String, ScriptEngineFactory) - Method in class javax.script.ScriptEngineManager
Registers a ScriptEngineFactory to handle a mime type.
registerEngineName(String, ScriptEngineFactory) - Method in class javax.script.ScriptEngineManager
Registers a ScriptEngineFactory to handle a language name.
registerGroup(ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
Register the activation group.
registerObject(ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
The registerObject method is used to register an activation descriptor, desc, and obtain an activation identifier for a activatable remote object.
registerOutParameter(int, int) - Method in interface java.sql.CallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in interface java.sql.CallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerOutParameter(String, int) - Method in interface java.sql.CallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, int, int) - Method in interface java.sql.CallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerOutParameter(int, SQLType) - Method in interface java.sql.CallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, SQLType, int) - Method in interface java.sql.CallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, SQLType, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerOutParameter(String, SQLType) - Method in interface java.sql.CallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, SQLType, int) - Method in interface java.sql.CallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, SQLType, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerProvider(ZoneRulesProvider) - Static method in class java.time.zone.ZoneRulesProvider
Registers a zone rules provider.
registerPush(String, boolean) - Method in class com.codename1.ui.Display
Deprecated.
use the version that doesn't take an id argument this argument is effectively ignored!
registerPush(Hashtable, boolean) - Method in class com.codename1.ui.Display
Register to receive push notification, invoke this method once (ever) to receive push notifications.
registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
registerVirtualKeyboard(VirtualKeyboardInterface) - Method in class com.codename1.ui.Display
Register a virtual keyboard
REGISTRATION_ACCOUNT_MISSING - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_AUTHENTICATION_FAILED - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_ERROR_SERVICE_NOT_AVAILABLE - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_INVALID_SENDER - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_PHONE_REGISTRATION_ERROR - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
REGISTRATION_TOO_MANY_REGISTRATIONS - Static variable in interface com.codename1.push.PushCallback
Error code returned when sending a push notification
Registry - Interface in java.rmi.registry
Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.
Registry - Class in java.rmi.registry
Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.
REGISTRY_ID - Static variable in class java.rmi.server.ObjID
Object number for well-known ObjID of the registry.
REGISTRY_PORT - Static variable in interface java.rmi.registry.Registry
Well known port for registry.
RegistryHandler - Interface in java.rmi.registry
Deprecated.
no replacement
registryImpl(int) - Method in interface java.rmi.registry.RegistryHandler
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no longer uses the RegistryHandler to obtain the registry's implementation.
registryStub(String, int) - Method in interface java.rmi.registry.RegistryHandler
Deprecated.
no replacement. As of the Java 2 platform v1.2, RMI no longer uses the RegistryHandler to obtain the registry's stub.
REGULAR - Static variable in class com.codename1.maps.providers.GoogleMapsProvider
This is a regular road map
rehash() - Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
reinitialize() - Method in class java.util.concurrent.ForkJoinTask
Resets the internal bookkeeping state of this task, allowing a subsequent fork.
REJANG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Rejang" Unicode character block.
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.
RELATED - Static variable in class com.codename1.ui.layouts.LayoutStyle
Possible argument to getPreferredGap.
RELATED - Static variable in class com.sun.lwuit.layouts.LayoutStyle
Possible argument to getPreferredGap.
RELATIVE - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
relative(int) - Method in interface java.sql.ResultSet
Moves the cursor a relative number of rows, either positive or negative.
relativeToAbsolute(String, String) - Static method in class com.codename1.io.Util
Converts a relative url e.g.: /myfile.html to an absolute url
relativize(URI) - Method in class java.net.URI
Relativizes the given URI against this URI.
relativize(Path) - Method in interface java.nio.file.Path
Constructs a relative path between this path and a given path.
RELAXNG_NS_URI - Static variable in class javax.xml.XMLConstants
RELAX NG Namespace URI.
release() - Method in class java.nio.channels.FileLock
Releases this lock.
release(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Releases in exclusive mode.
release(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Releases in exclusive mode.
release() - Method in class java.util.concurrent.Semaphore
Releases a permit, returning it to the semaphore.
release(int) - Method in class java.util.concurrent.Semaphore
Releases the given number of permits, returning them to the semaphore.
released() - Method in class com.codename1.ui.Button
Invoked to change the state of the button to the released state
released(int, int) - Method in class com.codename1.ui.Button
Invoked to change the state of the button to the released state
released(int, int) - Method in class com.codename1.ui.CheckBox
 
released(int, int) - Method in class com.codename1.ui.RadioButton
 
releaseInputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
releaseOutputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.
no replacement
releaseSavepoint(Savepoint) - Method in interface java.sql.Connection
Removes the specified Savepoint and subsequent Savepoint objects from the current transaction.
releaseShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Releases in shared mode.
releaseShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Releases in shared mode.
reload() - Method in class com.codename1.components.WebBrowser
Reload the current page
reload() - Method in class com.codename1.ui.BrowserComponent
Reload the current page
reload() - Method in class java.util.ServiceLoader
Clear this loader's provider cache so that all providers will be reloaded.
reloadContainer(Component) - Method in class com.codename1.ui.util.UIBuilder
Useful tool to refresh the current state of a container shown using show container without pushing another instance to the back stack
reloadForm() - Method in class com.codename1.ui.util.UIBuilder
Useful tool to refresh the current state of a form shown using show form without pushing another instance to the back stack
REMAINDER - Static variable in class com.codename1.ui.layouts.GridBagConstraints
 
remainder(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this % divisor).
remainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this % divisor), with rounding according to the context settings.
remainder(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this % val).
remainderUnsigned(int, int) - Static method in class java.lang.Integer
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
remainderUnsigned(long, long) - Static method in class java.lang.Long
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
remaining() - Method in class java.nio.Buffer
Returns the number of elements between the current position and the limit.
remainingCapacity() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in interface java.util.concurrent.BlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking, or Integer.MAX_VALUE if there is no intrinsic limit.
remainingCapacity() - Method in class java.util.concurrent.DelayQueue
Always returns Integer.MAX_VALUE because a DelayQueue is not capacity constrained.
remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns the number of additional elements that this deque can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in class java.util.concurrent.LinkedTransferQueue
Always returns Integer.MAX_VALUE because a LinkedTransferQueue is not capacity constrained.
remainingCapacity() - Method in class java.util.concurrent.PriorityBlockingQueue
Always returns Integer.MAX_VALUE because a PriorityBlockingQueue is not capacity constrained.
remainingCapacity() - Method in class java.util.concurrent.SynchronousQueue
Always returns zero.
Remote - Interface in java.rmi
The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
Remote - Class in java.rmi
The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
RemoteCall - Interface in java.rmi.server
Deprecated.
no replacement.
remoteEquals(RemoteRef) - Method in interface java.rmi.server.RemoteRef
Compares two remote objects for equality.
RemoteException - Exception in java.rmi
A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
RemoteException - Class in java.rmi
A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
RemoteException() - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException.
RemoteException(String) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message.
RemoteException(String, Throwable) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message and cause.
remoteHashCode() - Method in interface java.rmi.server.RemoteRef
Returns a hashcode for a remote object.
RemoteObject - Class in java.rmi.server
The RemoteObject class implements the java.lang.Object behavior for remote objects.
RemoteObject() - Constructor for class java.rmi.server.RemoteObject
Creates a remote object.
RemoteObject(RemoteRef) - Constructor for class java.rmi.server.RemoteObject
Creates a remote object, initialized with the specified remote reference.
RemoteObjectInvocationHandler - Class in java.rmi.server
An implementation of the InvocationHandler interface for use with Java Remote Method Invocation (Java RMI).
RemoteObjectInvocationHandler(RemoteRef) - Constructor for class java.rmi.server.RemoteObjectInvocationHandler
Creates a new RemoteObjectInvocationHandler constructed with the specified RemoteRef.
RemoteRef - Interface in java.rmi.server
RemoteRef represents the handle for a remote object.
RemoteServer - Class in java.rmi.server
The RemoteServer class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.
RemoteServer() - Constructor for class java.rmi.server.RemoteServer
Constructs a RemoteServer.
RemoteServer(RemoteRef) - Constructor for class java.rmi.server.RemoteServer
Constructs a RemoteServer with the given reference type.
RemoteStub - Class in java.rmi.server
Deprecated.
Statically generated stubs are deprecated, since stubs are generated dynamically. See UnicastRemoteObject for information about dynamic stub generation.
RemoteStub() - Constructor for class java.rmi.server.RemoteStub
Deprecated.
Constructs a RemoteStub.
RemoteStub(RemoteRef) - Constructor for class java.rmi.server.RemoteStub
Deprecated.
Constructs a RemoteStub with the specified remote reference.
remoteToString() - Method in interface java.rmi.server.RemoteRef
Returns a String that represents the reference of this remote object.
REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just removed.
remove(String) - Method in class com.codename1.cloud.CloudObject
Delete an entry within the object
remove(RadioButton) - Method in class com.codename1.ui.ButtonGroup
removes a RadioButton from the group
remove(RadioButton) - Method in class com.sun.lwuit.ButtonGroup
removes a RadioButton from the group
remove(int) - Method in class java.awt.Container
Removes the component, specified by index, from this container.
remove(Component) - Method in class java.awt.Container
Removes the specified component from this container.
remove(Class<?>) - Method in class java.lang.ClassValue
Removes the associated value for the given class.
remove(long) - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until either one becomes available or the given timeout period expires.
remove() - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until one becomes available.
remove() - Method in class java.lang.ThreadLocal
Removes the current thread's value for this thread-local variable.
remove(URI, HttpCookie) - Method in interface java.net.CookieStore
Remove a cookie from store.
remove(Object) - Method in class java.security.Provider
Removes the key property (and its corresponding value).
remove(Object, Object) - Method in class java.security.Provider
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(int) - Method in class java.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for a key from this map if it is present (optional operation).
remove() - Method in class java.util.AbstractQueue
Retrieves and removes the head of this queue.
remove(int) - Method in class java.util.AbstractSequentialList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class java.util.ArrayDeque
Removes a single instance of the specified element from this deque.
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class java.util.ArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in interface java.util.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface java.util.concurrent.BlockingDeque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in interface java.util.concurrent.BlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class java.util.concurrent.ConcurrentHashMap
Removes the entry for a key only if currently mapped to a given value.
remove() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
remove(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
remove(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object, Object) - Method in interface java.util.concurrent.ConcurrentMap
Removes the entry for a key only if currently mapped to a given value.
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes the mapping for the specified key from this map if present.
remove(Object, Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes the entry for a key only if currently mapped to a given value.
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes the specified element from this set if it is present.
remove(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.concurrent.DelayQueue
Removes a single instance of the specified element from this queue, if it is present, whether or not it has expired.
remove() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.concurrent.LinkedTransferQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
remove(Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
Removes this task from the executor's internal queue if it is present, thus causing it not to be run if it has not already started.
remove() - Method in interface java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface java.util.Deque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object) - Method in class java.util.EnumMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class java.util.HashMap
Removes the mapping for the specified key from this map if present.
remove(Object, Object) - Method in class java.util.HashMap
 
remove(Object) - Method in class java.util.HashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object, Object) - Method in class java.util.Hashtable
 
remove(Object) - Method in class java.util.IdentityHashMap
Removes the mapping for this key from this map if present.
remove() - Method in interface java.util.Iterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(Object) - Method in class java.util.jar.Attributes
Removes the attribute with the specified name (key) from this Map.
remove(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class java.util.LinkedList
Removes the element at the specified position in this list.
remove() - Method in class java.util.LinkedList
Retrieves and removes the head (first element) of this list.
remove(Object) - Method in interface java.util.List
Removes the first occurrence of the specified element from this list, if it is present (optional operation).
remove(int) - Method in interface java.util.List
Removes the element at the specified position in this list (optional operation).
remove() - Method in interface java.util.ListIterator
Removes from the list the last element that was returned by ListIterator.next() or ListIterator.previous() (optional operation).
remove(Object) - Method in interface java.util.Map
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface java.util.Map
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in class java.util.PriorityQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in interface java.util.Queue
Retrieves and removes the head of this queue.
remove() - Method in class java.util.Scanner
The remove operation is not supported by this implementation of Iterator.
remove(Object) - Method in interface java.util.Set
Removes the specified element from this set if it is present (optional operation).
remove(Object) - Method in class java.util.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object) - Method in class java.util.TreeSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(Object) - Method in class java.util.WeakHashMap
Removes the mapping for a key from this weak hash map if it is present.
remove(Object) - Method in interface javax.script.Bindings
Removes the mapping for this key from this map if it is present (optional operation).
remove(Object) - Method in class javax.script.SimpleBindings
Removes the mapping for this key from this map if it is present (optional operation).
remove() - Method in class javax.xml.stream.util.EventReaderDelegate
 
removeActionListener(ActionListener) - Method in class com.codename1.components.MultiButton
Removes an action listener
removeActionListener(ActionListener) - Method in class com.codename1.components.OnOffSwitch
Removes the given action listener from the switch
removeActionListener(ActionListener) - Method in class com.codename1.components.SpanButton
Removes the listener from tracking button events
removeActionListener(ActionListener) - Method in class com.codename1.maps.layers.PointsLayer
Removes the given action listener Points Layer
removeActionListener(ActionListener) - Method in class com.codename1.ui.Button
Removes the given action listener from the button
removeActionListener(ActionListener) - Method in class com.codename1.ui.Calendar
Fires when a change is made to the month view of this component
removeActionListener(ActionListener) - Method in class com.codename1.ui.list.ContainerList
Allows binding a listener to user selection actions
removeActionListener(ActionListener) - Method in class com.codename1.ui.List
Allows binding a listener to user selection actions
removeActionListener(ActionListener) - Method in class com.codename1.ui.Slider
Action listeners give a more coarse event only when the user lifts the finger from the slider
removeActionListener(ActionListener) - Method in class com.codename1.ui.TextArea
Removes an action listener
removeActionListener(ActionListener) - Method in class com.sun.lwuit.Button
Removes the given action listener from the button
removeActionListener(ActionListener) - Method in class com.sun.lwuit.Calendar
Fires when a change is made to the month view of this component
removeActionListener(ActionListener) - Method in class com.sun.lwuit.List
Allows binding a listener to user selection actions
removeActionListener(ActionListener) - Method in class com.sun.lwuit.TextArea
Removes an action listener
removeAll() - Method in class com.codename1.ui.Container
remove all Components from container, notice that removed component might still have a pending repaint in the queue that won't be removed.
removeAll() - Method in class com.codename1.ui.Dialog
 
removeAll() - Method in class com.codename1.ui.Form
Removes all Components from the Content Pane
removeAll() - Method in class com.codename1.ui.list.DefaultListModel
Removes all elements from the model
removeAll() - Method in class com.sun.lwuit.Container
remove all Components from container
removeAll() - Method in class com.sun.lwuit.Form
Removes all Components from the Content Pane
removeAll() - Method in class com.sun.lwuit.list.DefaultListModel
Removes all elements from the model
removeAll() - Method in class java.awt.Container
Removes all the components from this container.
removeAll() - Method in interface java.net.CookieStore
Remove all cookies in this cookie store.
removeAll(Collection<?>) - Method in class java.util.AbstractCollection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.AbstractSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.ArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in interface java.util.Collection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
removeAll(Collection<?>) - Method in interface java.util.List
Removes from this list all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in interface java.util.Set
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAllArguments() - Method in class com.codename1.io.ConnectionRequest
Removes all arguments
removeAllCommands() - Method in class com.codename1.ui.Form
Clear menu commands from the menu bar
removeAllCommands() - Method in class com.codename1.ui.MenuBar
Remove all commands from the menuBar
removeAllCommands() - Method in class com.codename1.ui.SideMenuBar
 
removeAllCommands() - Method in class com.sun.lwuit.Form
Clear menu commands from the menu bar
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAllLayers() - Method in class com.codename1.maps.MapComponent
Removes all layers from the map
removeAllShowListeners() - Method in class com.codename1.ui.Form
Removes all Show Listeners from this Form
removeArgument(String) - Method in class com.codename1.io.ConnectionRequest
Removes the given argument from the request
removeAttribute(String) - Method in class com.codename1.xml.Element
Removes the specified attribute
removeAttribute(Object) - Method in class com.codename1.xml.Element
Removes the specified attribute if it exist in this Element This method allows creating a key that is non-string to be used by subclasses that optimize attributes retrieval
removeAttribute(String, int) - Method in interface javax.script.ScriptContext
Remove an attribute in a given scope.
removeAttribute(String, int) - Method in class javax.script.SimpleScriptContext
Remove an attribute in a given scope.
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(int) - Method in class org.xml.sax.ext.Attributes2Impl
 
removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated.
Remove an attribute from the list.
removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
removeAttributeById(int) - Method in class com.codename1.ui.html.HTMLElement
Removes the specified attribute
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
removeCertificate(Certificate) - Method in class java.security.Identity
Deprecated.
Removes a certificate from this identity.
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChildAt(int) - Method in class com.codename1.ui.html.HTMLElement
Removes the child at the given index
removeChildAt(int) - Method in class com.codename1.xml.Element
Removes the child at the given index
removeCommand(Command) - Method in class com.codename1.ui.Form
Removes the command from the menu bar softkeys
removeCommand(Command) - Method in class com.codename1.ui.MenuBar
Removes a Command from the MenuBar
removeCommand(Command) - Method in class com.codename1.ui.SideMenuBar
 
removeCommand(Command) - Method in class com.sun.lwuit.Form
Removes the command from the menu bar softkeys
removeCommandListener(ActionListener) - Method in class com.codename1.ui.Form
A listener that is invoked when a command is clicked allowing multiple commands to be handled by a single block
removeCommandListener(ActionListener) - Method in class com.codename1.ui.util.UIBuilder
Removes a command listener
removeCommandListener(String, ActionListener) - Method in class com.codename1.ui.util.UIBuilder
Removes a command listener on a specific form
removeCommandListener(ActionListener) - Method in class com.sun.lwuit.Form
A listener that is invoked when a command is clicked allowing multiple commands to be handled by a single block
removeCommands(Command, Command, Command) - Method in class com.codename1.ui.TextField
Removes the clear and t9 commands from the parent form, this method can be overriden to provide device specific placement for these commands
removeCommands(Command, Command, Command) - Method in class com.sun.lwuit.TextField
Removes the clear and t9 commands from the parent form, this method can be overriden to provide device specific placement for these commands
removeComponent(Component) - Method in class com.codename1.ui.Container
removes a Component from the Container, notice that removed component might still have a pending repaint in the queue that won't be removed.
removeComponent(Component) - Method in class com.codename1.ui.Dialog
 
removeComponent(Component) - Method in class com.codename1.ui.Form
Removes a component from the Form's Content Pane
removeComponent(Component) - Method in class com.sun.lwuit.Container
removes a Component from the Container
removeComponent(Component) - Method in class com.sun.lwuit.Form
Removes a component from the Form's Content Pane
removeComponentListener(String, String, Object) - Method in class com.codename1.ui.util.UIBuilder
Removes a component listener bound to a specific component
removeComponentListener(ComponentListener) - Method in class java.awt.Component
Removes the specified component listener so that it no longer receives component events from this component.
removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.sql.PooledConnection
Removes the given event listener from the list of components that will be notified when an event occurs on this PooledConnection object.
removeConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Removes an ImageConsumer from the list of consumers interested in data for this image.
removeConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Removes the specified ImageConsumer object from the list of consumers currently registered to receive image data.
removeConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Removes an ImageConsumer from the list of consumers interested in data for this image.
removeContainerListener(ContainerListener) - Method in class java.awt.Container
Removes the specified container listener so it no longer receives container events from this container.
REMOVED - Static variable in interface com.codename1.ui.events.DataChangedListener
Type value for removed data in ListModel
REMOVED - Static variable in interface com.sun.lwuit.events.DataChangedListener
Type value for removed data in ListModel
removeDataChangedListener(DataChangedListener) - Method in class com.codename1.cloud.CloudListModel
 
removeDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.DefaultListModel
 
removeDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.list.FilterProxyListModel
 
removeDataChangedListener(DataChangedListener) - Method in interface com.codename1.ui.list.ListModel
Invoked to indicate no further interest in future change events
removeDataChangedListener(DataChangedListener) - Method in class com.codename1.ui.Slider
Removes a listener from data changed events, notice that the status argument to the data change listener shouldn't be relied upon.
removeDataChangedListener(DataChangedListener) - Method in class com.sun.lwuit.list.DefaultListModel
 
removeDataChangedListener(DataChangedListener) - Method in interface com.sun.lwuit.list.ListModel
Invoked to indicate no further interest in future change events
removeDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.Calendar
Allows tracking selection changes in the calendar in real time
removeDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.table.DefaultTableModel
 
removeDataChangeListener(DataChangedListener) - Method in interface com.codename1.ui.table.TableModel
Removes a listener to the data changed event
removeDataChangeListener(DataChangedListener) - Method in class com.codename1.ui.TextField
Removes the listener for data change events
removeDataChangeListener(DataChangedListener) - Method in class com.sun.lwuit.Calendar
Allows tracking selection changes in the calendar in real time
removeDataChangeListener(DataChangedListener) - Method in class com.sun.lwuit.table.DefaultTableModel
 
removeDataChangeListener(DataChangedListener) - Method in interface com.sun.lwuit.table.TableModel
Removes a listener to the data changed event
removeDataChangeListener(DataChangedListener) - Method in class com.sun.lwuit.TextField
Removes the listener for data change events
removeDragOverListener(ActionListener) - Method in class com.codename1.ui.Component
Removes an action listener to drag over events
removeDropListener(ActionListener) - Method in class com.codename1.ui.Component
Removes an action listener to drop events which are invoked when this component is dropped on a target
removeEdtErrorHandler(ActionListener) - Method in class com.codename1.ui.Display
An error handler will receive an action event with the source exception from the EDT once an error handler is installed the default Codename One error dialog will no longer appear
removeEdtErrorHandler(ActionListener) - Method in class com.sun.lwuit.Display
An error handler will receive an action event with the source exception from the EDT once an error handler is installed the default LWUIT error dialog will no longer appear
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.
removeEmptySoftbuttons() - Method in class com.codename1.ui.MenuBar
This method removes empty J2ME softbuttons that don't have a command
removeErrorListener(ActionListener) - Method in class com.codename1.io.NetworkManager
Removes the given error listener
removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of event listeners from the event target.
removeFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.file.FileSystemRegistry
 
removeFirst() - Method in class java.util.ArrayDeque
 
removeFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
removeFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeFirst() - Method in interface java.util.Deque
Retrieves and removes the first element of this deque.
removeFirst() - Method in class java.util.LinkedList
Removes and returns the first element from this list.
removeFirstOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeFirstOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
removeFirstOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeFirstOccurrence(Object) - Method in interface java.util.Deque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element in this list (when traversing the list from head to tail).
removeFocusListener(FocusListener) - Method in class com.codename1.ui.Component
Deregisters interest in receiving callbacks for focus gained events
removeFocusListener(FocusListener) - Method in class com.sun.lwuit.Component
Deregisters interest in receiving callbacks for focus gained events
removeFocusListener(FocusListener) - Method in class java.awt.Component
Removes the specified focus listener so that it no longer receives focus events from this component.
removeGameKeyListener(int, ActionListener) - Method in class com.codename1.ui.Form
Removes a game key listener from the given game keycode
removeGameKeyListener(int, ActionListener) - Method in class com.sun.lwuit.Form
Removes a game key listener from the given game keycode
removeGlassPane(Form, Painter) - Static method in class com.codename1.ui.painter.PainterChain
Removes a glass pane from the given form, this is the opposite operation for the install glass pane
removeGlassPane(Form, Painter) - Static method in class com.sun.lwuit.painter.PainterChain
Removes a glass pane from the given form, this is the opposite operation for the install glass pane
removeHandler(Handler) - Method in class java.util.logging.Logger
Remove a log Handler.
removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class javax.net.ssl.SSLSocket
Removes a previously registered handshake completion listener.
removeIdentity(Identity) - Method in class java.security.IdentityScope
Deprecated.
Removes an identity from this identity scope.
removeIf(Predicate<? super E>) - Method in class java.util.ArrayList
 
removeIf(Predicate<? super E>) - Method in interface java.util.Collection
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
 
removeIf(Predicate<? super E>) - Method in class java.util.Vector
 
removeInputMethodListener(InputMethodListener) - Method in class java.awt.Component
Removes the specified input method listener so that it no longer receives input method events from this component.
removeItem(int) - Method in class com.codename1.cloud.CloudListModel
Notice this method does NOT commit the data, after committing the data the cache MUST be cleared!
removeItem(int) - Method in class com.codename1.contacts.ContactsModel
 
removeItem(int) - Method in class com.codename1.ui.list.DefaultListModel
 
removeItem(int) - Method in class com.codename1.ui.list.FilterProxyListModel
 
removeItem(int) - Method in interface com.codename1.ui.list.ListModel
Removes the item at the specified position in this list.
removeItem(int) - Method in class com.sun.lwuit.list.DefaultListModel
 
removeItem(int) - Method in interface com.sun.lwuit.list.ListModel
Removes the item at the specified position in this list.
removeKeyListener(int, ActionListener) - Method in class com.codename1.ui.Form
Removes a key listener from the given keycode
removeKeyListener(int, ActionListener) - Method in class com.sun.lwuit.Form
Removes a key listener from the given keycode
removeKeyListener(KeyListener) - Method in class java.awt.Component
Removes the specified key listener so that it no longer receives key events from this component.
removeLast() - Method in class java.util.ArrayDeque
 
removeLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
 
removeLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeLast() - Method in interface java.util.Deque
Retrieves and removes the last element of this deque.
removeLast() - Method in class java.util.LinkedList
Removes and returns the last element from this list.
removeLastOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the last occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeLastOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes the last element e such that o.equals(e), if such an element exists in this deque.
removeLastOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeLastOccurrence(Object) - Method in interface java.util.Deque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class java.util.LinkedList
Removes the last occurrence of the specified element in this list (when traversing the list from head to tail).
removeLayer(Layer) - Method in class com.codename1.maps.MapComponent
Removes a Layer from the map
removeLayoutComponent(Component) - Method in class com.codename1.ui.layouts.BorderLayout
 
removeLayoutComponent(Component) - Method in class com.codename1.ui.layouts.GridBagLayout
 
removeLayoutComponent(Component) - Method in class com.codename1.ui.layouts.GroupLayout
Notification that a Component has been removed from the parent container.
removeLayoutComponent(Component) - Method in class com.codename1.ui.layouts.Layout
Removes the component from the layout this operation is only useful if the layout maintains references to components within it
removeLayoutComponent(Component) - Method in class com.codename1.ui.table.TableLayout
 
removeLayoutComponent(Component) - Method in class com.sun.lwuit.layouts.BorderLayout
 
removeLayoutComponent(Component) - Method in class com.sun.lwuit.layouts.GroupLayout
Notification that a Component has been removed from the parent container.
removeLayoutComponent(Component) - Method in class com.sun.lwuit.layouts.Layout
Removes the component from the layout this operation is only useful if the layout maintains references to components within it
removeLayoutComponent(Component) - Method in class com.sun.lwuit.table.TableLayout
 
removeLeafListener(ActionListener) - Method in class com.codename1.ui.tree.Tree
Removes the listener that fires when a leaf is clicked
removeLeafListener(ActionListener) - Method in class com.sun.lwuit.tree.Tree
Removes the listener that fires when a leaf is clicked
removeListener(Object) - Method in class com.codename1.ui.util.EventDispatcher
Remove the listener from the dispatcher
removeListener(Object) - Method in class com.sun.lwuit.util.EventDispatcher
Remove the listener from the dispatcher
removeListeners() - Method in class com.codename1.ui.plaf.Style
This method removes all Listeners from the Style
removeListListener(ActionListener) - Method in class com.codename1.ui.AutoCompleteTextField
Removes an action listener that fires an event when an entry in the auto-complete list is selected.
removeMapListener(MapListener) - Method in class com.codename1.maps.MapComponent
Removes the map listener callback
removeMouseListener(MouseListener) - Method in class java.awt.Component
Removes the specified mouse listener so that it no longer receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
removeMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
Removes the specified mouse wheel listener so that it no longer receives mouse wheel events from this component.
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeNotify() - Method in class java.awt.Component
Makes this Component undisplayable by destroying it native screen resource.
removeNotify() - Method in class java.awt.Container
Makes this Container undisplayable by removing its connection to its native screen resource.
removeNotify(Component) - Method in class java.awt.im.InputContext
Notifies the input context that a client component has been removed from its containment hierarchy, or that input method support has been disabled for the component.
removeOrientationListener(ActionListener) - Method in class com.codename1.ui.Form
This listener is invoked when device orientation changes on devices that support orientation change
removePoint(PointLayer) - Method in class com.codename1.maps.layers.PointsLayer
Removes a point from the PointsLayer
removePointerDraggedListener(ActionListener) - Method in class com.codename1.ui.Form
Removes the listener from the pointer event
removePointerDraggedListener(ActionListener) - Method in class com.sun.lwuit.Form
Removes the listener from the pointer event
removePointerPressedListener(ActionListener) - Method in class com.codename1.ui.Form
Removes the listener from the pointer event
removePointerPressedListener(ActionListener) - Method in class com.sun.lwuit.Form
Removes the listener from the pointer event
removePointerReleasedListener(ActionListener) - Method in class com.codename1.ui.Form
Removes the listener from the pointer event
removePointerReleasedListener(ActionListener) - Method in class com.sun.lwuit.Form
Removes the listener from the pointer event
removeProgressListener(ActionListener) - Method in class com.codename1.io.NetworkManager
Adds a listener to be notified when progress updates
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Packer
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release.
removePropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Unpacker
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. The global LogManager can detect changes to the logging configuration by overridding the readConfiguration method.
removeProvider(String) - Static method in class java.security.Security
Removes the provider with the specified name.
removeRange(int, int) - Method in class java.util.AbstractList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.ArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.Vector
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeResponseCodeListener(ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
Removes a response listener
removeResponseCodeListener(ActionListener) - Method in class com.codename1.io.ConnectionRequest
Removes the given listener
removeResponseListener(ActionListener) - Method in class com.codename1.io.ConnectionRequest
Removes the given listener
removeRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
Removes the specified listener from the list of components that will be notified when an event occurs on this RowSet object.
removeSelectionListener(SelectionListener) - Method in class com.codename1.cloud.CloudListModel
 
removeSelectionListener(SelectionListener) - Method in class com.codename1.ui.list.DefaultListModel
 
removeSelectionListener(SelectionListener) - Method in class com.codename1.ui.list.FilterProxyListModel
 
removeSelectionListener(SelectionListener) - Method in interface com.codename1.ui.list.ListModel
Invoked to indicate no further interest in future selection events
removeSelectionListener(SelectionListener) - Method in class com.codename1.ui.List
Invoked to indicate no further interest in future selection events
removeSelectionListener(SelectionListener) - Method in class com.codename1.ui.Tabs
Removes a selection Listener from the tabs
removeSelectionListener(SelectionListener) - Method in class com.sun.lwuit.list.DefaultListModel
 
removeSelectionListener(SelectionListener) - Method in interface com.sun.lwuit.list.ListModel
Invoked to indicate no further interest in future selection events
removeSelectionListener(SelectionListener) - Method in class com.sun.lwuit.List
Invoked to indicate no further interest in future selection events
removeService(Provider.Service) - Method in class java.security.Provider
Remove a service previously added using putService().
removeShowListener(ActionListener) - Method in class com.codename1.ui.Form
Removes the show listener
removeShutdownHook(Thread) - Method in class java.lang.Runtime
De-registers a previously-registered virtual-machine shutdown hook.
removeSizeChangedListener(ActionListener) - Method in class com.codename1.ui.Form
Remove SizeChangedListener
removeStatementEventListener(StatementEventListener) - Method in interface javax.sql.PooledConnection
Removes the specified StatementEventListener from the list of components that will be notified when the driver detects that a PreparedStatement has been closed or is invalid.
removeStyleListener(StyleListener) - Method in class com.codename1.ui.plaf.Style
Removes a Style Listener from the Style Object.
removeStyleListener(StyleListener) - Method in class com.sun.lwuit.plaf.Style
Removes a Style Listener from the Style Object.
removeTabAt(int) - Method in class com.codename1.ui.Tabs
Removes the tab at index.
removeTabAt(int) - Method in class com.sun.lwuit.TabbedPane
Removes the tab at index.
removeTabsFocusListener(FocusListener) - Method in class com.codename1.ui.Tabs
Deprecated.
use addSelectionListener instead
removeThemeRefreshListener(ActionListener) - Method in class com.codename1.ui.plaf.UIManager
Removes a Theme refresh listener.
removeThemeRefreshListener(ActionListener) - Method in class com.sun.lwuit.plaf.UIManager
Removes a Theme refresh listener.
removeUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
Removes a unicode locale attribute, if present, otherwise has no effect.
removeValue(String) - Method in interface javax.net.ssl.SSLSession
Removes the object bound to the given name in the session's application layer data.
removeWebEventListener(String, ActionListener) - Method in class com.codename1.ui.BrowserComponent
Removes the listener, see addWebEventListener for details
rename(String, String) - Method in class com.codename1.io.FileSystemStorage
Renames a file to the given name, expects the new name to be relative to the current directory
rename(String) - Method in interface javax.microedition.io.file.FileConnection
 
renameNode(Node, String, String) - Method in interface org.w3c.dom.Document
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
renameTo(File) - Method in class java.io.File
Renames the file denoted by this abstract pathname.
reorderVisually(byte[], int, Object[], int, int) - Static method in class java.text.Bidi
Reorder the objects in the array into visual order based on their levels.
repaint() - Method in class com.codename1.maps.MapComponent
 
repaint() - Method in class com.codename1.ui.Component
Repaint this Component, the repaint call causes a callback of the paint method on the event dispatch thread.
repaint(int, int, int, int) - Method in class com.codename1.ui.Component
Repaints a specific region within the component
repaint() - Method in class com.codename1.ui.list.DefaultListCellRenderer
Overriden to do nothing and remove a performance issue where renderer changes perform needless repaint calls
repaint() - Method in class com.sun.lwuit.Component
Repaint this Component, the repaint call causes a callback of the paint method on the event dispatch thread.
repaint(int, int, int, int) - Method in class com.sun.lwuit.Component
Repaints a specific region within the component
repaint() - Method in class com.sun.lwuit.list.DefaultListCellRenderer
Overriden to do nothing and remove a performance issue where renderer changes perform needless repaint calls
repaint() - Method in class java.awt.Component
Repaints this component.
repaint(long) - Method in class java.awt.Component
Repaints the component.
repaint(int, int, int, int) - Method in class java.awt.Component
Repaints the specified rectangle of this component.
repaint(long, int, int, int, int) - Method in class java.awt.Component
Repaints the specified rectangle of this component within tm milliseconds.
Repeatable - Annotation Type in java.lang.annotation
The annotation type java.lang.annotation.Repeatable is used to indicate that the annotation type whose declaration it (meta-)annotates is repeatable.
replace(EncodedImage) - Method in class com.codename1.components.ReplaceableImage
Replaces the current image with the new image which must match the dimensions etc.
replace(Component, Component, Transition, Runnable, int) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component
replace(Component, Component, Transition) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component.
replace(Component, Component, Transition) - Method in class com.codename1.ui.Form
 
replace(Component, Component) - Method in class com.codename1.ui.layouts.GroupLayout
Removes an existing component replacing it with the specified component.
replace(int, int, String) - Method in class com.codename1.util.CStringBuilder
Deprecated.
Replaces the specified subsequence in this builder with the specified string.
replace(Component, Component, Transition) - Method in class com.sun.lwuit.Container
This method replaces the current Component with the next Component.
replace(Component, Component, Transition) - Method in class com.sun.lwuit.Form
 
replace(Component, Component) - Method in class com.sun.lwuit.layouts.GroupLayout
Removes an existing component replacing it with the specified component.
replace(char, char) - Method in class java.lang.String
replace creates a new String that is equal to this String with a given character replaced by another character.
replace(CharSequence, CharSequence) - Method in class java.lang.String
Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.
replace(int, int, String) - Method in class java.lang.StringBuffer
 
replace(int, int, String) - Method in class java.lang.StringBuilder
 
REPLACE - Static variable in class java.nio.charset.CodingErrorAction
Action indicating that a coding error is to be handled by dropping the erroneous input, appending the coder's replacement value to the output buffer, and resuming the coding operation.
replace(Object, Object, Object) - Method in class java.security.Provider
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Object, Object) - Method in class java.security.Provider
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, V, V) - Method in class java.util.concurrent.ConcurrentHashMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
Replaces the entry for a key only if currently mapped to some value.
replace(K, V, V) - Method in interface java.util.concurrent.ConcurrentMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V) - Method in interface java.util.concurrent.ConcurrentMap
Replaces the entry for a key only if currently mapped to some value.
replace(K, V, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Replaces the entry for a key only if currently mapped to some value.
replace(K, V, V) - Method in class java.util.HashMap
 
replace(K, V) - Method in class java.util.HashMap
 
replace(K, V, V) - Method in class java.util.Hashtable
 
replace(K, V) - Method in class java.util.Hashtable
 
replace(K, V, V) - Method in interface java.util.Map
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, V) - Method in interface java.util.Map
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, V, V) - Method in class java.util.TreeMap
 
replace(K, V) - Method in class java.util.TreeMap
 
ReplaceableImage - Class in com.codename1.components
Allows the image data to be replaced at runtime when a different image is available.
replaceAll(String, String, String) - Static method in class com.codename1.util.StringUtil
This method replaces all occurrences of the pattern with the replacement String
replaceAll(String, String) - Method in class java.lang.String
Replaces each substring of this string that matches the given regular expression with the given replacement.
replaceAll(BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class java.security.Provider
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(UnaryOperator<E>) - Method in class java.util.ArrayList
 
replaceAll(List<T>, T, T) - Static method in class java.util.Collections
Replaces all occurrences of one specified value in a list with another.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
replaceAll(UnaryOperator<E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.IdentityHashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.LinkedHashMap
 
replaceAll(UnaryOperator<E>) - Method in interface java.util.List
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceAll(String) - Method in class java.util.regex.Matcher
Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.TreeMap
 
replaceAll(UnaryOperator<E>) - Method in class java.util.Vector
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.WeakHashMap
 
replaceAndWait(Component, Component, Transition) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component.
replaceAndWait(Component, Component, Transition, int) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component.
replaceAndWait(Component, Component, Transition, boolean) - Method in class com.codename1.ui.Container
This method replaces the current Component with the next Component.
replaceAndWait(Component, Component, Transition) - Method in class com.codename1.ui.Form
 
replaceAndWait(Component, Component, Transition) - Method in class com.sun.lwuit.Container
This method replaces the current Component with the next Component.
replaceAndWait(Component, Component, Transition) - Method in class com.sun.lwuit.Form
 
replaceChild(Element, Element) - Method in class com.codename1.xml.Element
Replaces one child with another
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceFirst(String, String) - Method in class java.lang.String
Replaces the first substring of this string that matches the given regular expression with the given replacement.
replaceFirst(String) - Method in class java.util.regex.Matcher
Replaces the first subsequence of the input sequence that matches the pattern with the given replacement string.
replaceObject(Object) - Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
replaceWholeText(String) - Method in interface org.w3c.dom.Text
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
ReplicateScaleFilter - Class in java.awt.image
An ImageFilter class for scaling images using the simplest algorithm.
ReplicateScaleFilter(int, int) - Constructor for class java.awt.image.ReplicateScaleFilter
Constructs a ReplicateScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
REPORT - Static variable in class java.nio.charset.CodingErrorAction
Action indicating that a coding error is to be reported, either by returning a CoderResult object or by throwing a CharacterCodingException, whichever is appropriate for the method implementing the coding process.
report(String, String, Object, Location) - Method in interface javax.xml.stream.XMLReporter
Report the desired message in an application specific format.
REPORTER - Static variable in class javax.xml.stream.XMLInputFactory
The property used to set/get the implementation of the XMLReporter interface
reportError(String, Exception, int) - Method in class java.util.logging.Handler
Protected convenience method to report an error to this Handler's ErrorManager.
REPORTING_DEBUG - Static variable in class com.codename1.io.Log
Indicates that log reporting to the cloud should occur regardless of whether an error occurred
REPORTING_NONE - Static variable in class com.codename1.io.Log
Indicates that log reporting to the cloud should be disabled
REPORTING_PRODUCTION - Static variable in class com.codename1.io.Log
Indicates that log reporting to the cloud should occur only if an error occurred
requestAd() - Method in class com.codename1.ads.AdsService
Schedule this service on the Network thread and executes the request
requestFocus() - Method in class com.codename1.ui.Component
Changes the current component to the focused component, will work only for a component that belongs to a parent form.
requestFocus() - Method in class com.sun.lwuit.Component
Changes the current component to the focused component, will work only for a component that belongs to a parent form.
requestFocus() - Method in class com.sun.lwuit.TabbedPane
 
requestFocus() - Method in class java.awt.Component
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus(boolean) - Method in class java.awt.Component
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocusInWindow() - Method in class java.awt.Component
Requests that this Component get the input focus, if this Component's top-level ancestor is already the focused Window.
requestPasswordAuthentication(InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestPasswordAuthentication(String, InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestPasswordAuthentication(String, InetAddress, int, String, String, String, URL, Authenticator.RequestorType) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
requestTopDownLeftRightResend(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Requests, on behalf of the ImageConsumer, that the ImageProducer attempt to resend the image data one more time in TOPDOWNLEFTRIGHT order so that higher quality conversion algorithms which depend on receiving pixels in order can be used to produce a better output version of the image.
requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
require(int, String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
require(int, String, String) - Method in interface javax.xml.stream.XMLStreamReader
Test if the current event is of the given type and if the namespace and name match the current namespace and name of the current event.
required - Variable in class java.sql.DriverPropertyInfo
The required field is true if a value must be supplied for this property during Driver.connect and false otherwise.
REQUIRED - Static variable in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
Required LoginModule.
requireEnd() - Method in class java.util.regex.Matcher
Returns true if more input could change a positive match into a negative one.
requireNonNull(T) - Static method in class java.util.Objects
Checks that the specified object reference is not null.
requireNonNull(T, String) - Static method in class java.util.Objects
Checks that the specified object reference is not null and throws a customized NullPointerException if it is.
requireNonNull(T, Supplier<String>) - Static method in class java.util.Objects
Checks that the specified object reference is not null and throws a customized NullPointerException if it is.
requiresBidi(char[], int, int) - Static method in class java.text.Bidi
Return true if the specified text requires bidi analysis.
REQUISITE - Static variable in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
Requisite LoginModule.
resendTopDownLeftRight(ImageProducer) - Method in class java.awt.image.ImageFilter
Responds to a request for a TopDownLeftRight (TDLR) ordered resend of the pixel data from an ImageConsumer.
reset() - Method in class com.codename1.io.BufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class com.codename1.io.CharArrayReader
Resets this reader's position to the last mark() location.
reset(long) - Method in class com.codename1.io.gzip.Adler32
 
reset() - Method in class com.codename1.io.gzip.Adler32
 
reset() - Method in class com.codename1.io.gzip.CRC32
 
reset(long) - Method in class com.codename1.io.gzip.CRC32
 
reset() - Method in class com.codename1.io.gzip.FilterInputStream
 
reset() - Method in class com.codename1.io.gzip.InflaterInputStream
 
reset() - Method in class java.io.BufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class java.io.BufferedReader
Resets the stream to the most recent mark.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.CharArrayReader
Resets the stream to the most recent mark, or to the beginning if it has never been marked.
reset() - Method in class java.io.CharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class java.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.FilterReader
Resets the stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.LineNumberInputStream
Deprecated.
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.LineNumberReader
Reset the stream to the most recent mark.
reset() - Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written to the stream.
reset() - Method in class java.io.PushbackInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.PushbackReader
Resets the stream.
reset() - Method in class java.io.Reader
Resets the stream.
reset() - Method in class java.io.StringBufferInputStream
Deprecated.
Resets the input stream to begin reading from the first character of this input stream's underlying buffer.
reset() - Method in class java.io.StringReader
Resets the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset() - Method in class java.nio.Buffer
Resets this buffer's position to the previously-marked position.
reset() - Method in interface java.nio.file.WatchKey
Resets this watch key.
reset() - Method in class java.security.MessageDigest
Resets the digest for further use.
reset() - Method in class java.text.CollationElementIterator
Resets the cursor to the beginning of the string.
reset() - Method in class java.util.concurrent.atomic.DoubleAccumulator
Resets variables maintaining updates to the identity value.
reset() - Method in class java.util.concurrent.atomic.DoubleAdder
Resets variables maintaining the sum to zero.
reset() - Method in class java.util.concurrent.atomic.LongAccumulator
Resets variables maintaining updates to the identity value.
reset() - Method in class java.util.concurrent.atomic.LongAdder
Resets variables maintaining the sum to zero.
reset() - Method in class java.util.concurrent.CyclicBarrier
Resets the barrier to its initial state.
reset() - Method in class java.util.logging.LogManager
Reset the logging configuration.
reset() - Method in class java.util.regex.Matcher
Resets this matcher.
reset(CharSequence) - Method in class java.util.regex.Matcher
Resets this matcher with a new input sequence.
reset() - Method in class java.util.Scanner
Resets this scanner.
reset() - Method in class java.util.zip.Adler32
Resets the checksum to initial value.
reset() - Method in interface java.util.zip.Checksum
Resets the checksum to its initial value.
reset() - Method in class java.util.zip.CRC32
Resets CRC-32 to initial value.
reset() - Method in class java.util.zip.Deflater
Resets deflater so that a new set of input data can be processed.
reset() - Method in class java.util.zip.DeflaterInputStream
This operation is not supported.
reset() - Method in class java.util.zip.Inflater
Resets inflater so that a new set of input data can be processed.
reset() - Method in class java.util.zip.InflaterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class javax.crypto.Mac
Resets this Mac object.
reset() - Method in interface javax.microedition.io.Datagram
 
reset() - Method in class javax.xml.datatype.XMLGregorianCalendar
Reset this XMLGregorianCalendar to its original values.
reset() - Method in class javax.xml.parsers.DocumentBuilder
Reset this DocumentBuilder to its original configuration.
reset() - Method in class javax.xml.parsers.SAXParser
Reset this SAXParser to its original configuration.
reset() - Method in class javax.xml.transform.Transformer
Reset this Transformer to its original configuration.
reset() - Method in class javax.xml.validation.Validator
Reset this Validator to its original configuration.
reset() - Method in interface javax.xml.xpath.XPath
Reset this XPath to its original configuration.
reset() - Method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
resetAffine() - Method in class com.codename1.ui.Graphics
Resets the affine transform to the default value
resetAffine() - Method in class com.sun.lwuit.Graphics
Resets the affine transform to the default value
resetCache() - Method in class com.codename1.components.FileEncodedImageAsync
 
resetCache() - Method in class com.codename1.components.StorageImageAsync
 
resetCache() - Method in class com.codename1.ui.EncodedImage
A subclass might choose to load asynchroniously and reset the cache when the image is ready.
resetFocusable() - Method in class com.codename1.components.ImageViewer
 
resetFocusable() - Method in class com.codename1.components.OnOffSwitch
 
resetFocusable() - Method in class com.codename1.ui.Button
 
resetFocusable() - Method in class com.codename1.ui.Component
Restores the state of the focusable flag to its default 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.
RESIZE_FAIL - Static variable in class com.codename1.ui.URLImage
Will fail if the downloaded image has a different size from the placeholder image
RESIZE_SCALE - Static variable in class com.codename1.ui.URLImage
Scales the image to match the size of the new image exactly
RESIZE_SCALE_TO_FILL - Static variable in class com.codename1.ui.URLImage
Scales the image to match to fill the area while preserving aspect ratio
resolve(URI) - Method in class java.net.URI
Resolves the given URI against this URI.
resolve(String) - Method in class java.net.URI
Constructs a new URI by parsing the given string and then resolving it against this URI.
resolve(Path) - Method in interface java.nio.file.Path
Resolve the given path against this path.
resolve(String) - Method in interface java.nio.file.Path
Converts a given path string to a Path and resolves it against this Path in exactly the manner specified by the resolve method.
resolve(Map<TemporalField, Long>, TemporalAccessor, ResolverStyle) - Method in interface java.time.temporal.TemporalField
Resolves this field to provide a simpler alternative or a date.
resolve(String, String) - Method in interface javax.xml.transform.URIResolver
Called by the processor when it encounters an xsl:include, xsl:import, or document() function.
resolveClass(ObjectStreamClass) - Method in class java.io.ObjectInputStream
Load the local class equivalent of the specified stream class description.
resolveClass(Class<?>) - Method in class java.lang.ClassLoader
Links the specified class.
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.AbstractChronology
Resolves parsed ChronoField values into a date during parsing.
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in interface java.time.chrono.Chronology
Resolves parsed ChronoField values into a date during parsing.
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.HijrahChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.IsoChronology
Resolves parsed ChronoField values into a date during parsing.
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.JapaneseChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.MinguoChronology
 
resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class java.time.chrono.ThaiBuddhistChronology
 
resolveEntity(String, String, String, String) - Method in interface javax.xml.stream.XMLResolver
Retrieves a resource.
resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
resolveEntity(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
Invokes EntityResolver2.resolveEntity() with null entity name and base URI.
resolveEntity(String, String, String, String) - Method in interface org.xml.sax.ext.EntityResolver2
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated.
Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an external entity resolution.
resolveFunction(QName, int) - Method in interface javax.xml.xpath.XPathFunctionResolver
Find a function in the set of available functions.
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.
RESOLVER - Static variable in class javax.xml.stream.XMLInputFactory
The property used to set/get the implementation of the XMLResolver
resolveResource(String, String, String, String, String) - Method in interface org.w3c.dom.ls.LSResourceResolver
Allow the application to resolve external resources.
ResolverStyle - Enum in java.time.format
Enumeration of different ways to resolve dates and times.
resolveSibling(Path) - Method in interface java.nio.file.Path
Resolves the given path against this path's parent path.
resolveSibling(String) - Method in interface java.nio.file.Path
Converts a given path string to a Path and resolves it against this path's parent path in exactly the manner specified by the resolveSibling method.
resolveVariable(QName) - Method in interface javax.xml.xpath.XPathVariableResolver
Find a variable in the set of available variables.
ResourceBundle - Class in java.util
Resource bundles contain locale-specific objects.
ResourceBundle() - Constructor for class java.util.ResourceBundle
Sole constructor.
ResourceBundle.Control - Class in java.util
ResourceBundle.Control defines a set of callback methods that are invoked by the ResourceBundle.getBundle factory methods during the bundle loading process.
ResourceBundleControlProvider - Interface in java.util.spi
An interface for service providers that provide implementations of ResourceBundle.Control.
resourceRequested(DocumentInfo) - Method in class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
 
resourceRequested(DocumentInfo) - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
 
resourceRequested(DocumentInfo) - Method in interface com.codename1.ui.html.DocumentRequestHandler
Implementations should return the document in the requested url as an InputStream This is triggered only for the main document requested and not for its resources.
resourceRequested(DocumentInfo) - Method in interface com.sun.lwuit.html.DocumentRequestHandler
Implementations should return the document in the requested url as an InputStream This is triggered only for the main document requested and not for its resources.
resourceRequestedAsync(DocumentInfo, IOCallback) - Method in interface com.codename1.ui.html.AsyncDocumentRequestHandler
This method is called by HTMLComponent when a resource is requested asynchronously.
resourceRequestedAsync(DocumentInfo, IOCallback) - Method in class com.codename1.ui.html.AsyncDocumentRequestHandlerImpl
 
resourceRequestedAsync(DocumentInfo, IOCallback) - Method in class com.codename1.ui.html.DefaultDocumentRequestHandler
 
Resources - Class in com.codename1.ui.util
Loads resources from the binary resource file generated by the Codename One Designer.
Resources - Class in com.sun.lwuit.util
Loads resources from the binary resource file generated during the build process or via the LWUIT Designer.
ResponseCache - Class in java.net
Represents implementations of URLConnection caches.
ResponseCache() - Constructor for class java.net.ResponseCache
 
responseCode() - Method in exception java.net.HttpRetryException
Returns the http response code
responseCode - Variable in class java.net.HttpURLConnection
An int representing the three digit HTTP Status-Code.
responseMessage - Variable in class java.net.HttpURLConnection
The HTTP response message.
restart() - Method in class com.sun.lwuit.StaticAnimation
Deprecated.
Restarts the animation
restore() - Method in class com.codename1.payment.Purchase
Restores purchases if applicable, this will only work if isRestoreSupported() returns true
restoreComponentState(Component, Hashtable) - Method in class com.codename1.ui.util.UIBuilder
By default Codename One stores the states of components in the navigation graph as it moves between forms.
restoreMinimizedApplication() - Method in class com.codename1.ui.Display
Restore the minimized application if minimization is supported by the platform
restoreMinimizedApplication() - Method in class com.sun.lwuit.Display
Restore the minimized application if minimization is supported by the platform
Result - Class in com.codename1.processing
An evaluator for a very small expression language to extract primitive types from structured information.
Result - Interface in javax.xml.transform
An object that implements this interface contains the information needed to build a transformation result tree.
ResultSet - Interface in java.sql
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
ResultSetMetaData - Interface in java.sql
An object that can be used to get information about the types and properties of the columns in a ResultSet object.
resume() - Method in class com.codename1.io.ConnectionRequest
Called when a previously paused operation now has the networking time to resume.
resume() - Method in class java.lang.Thread
Deprecated.
This method exists solely for use with Thread.suspend(), which has been deprecated because it is deadlock-prone. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
resume() - Method in class java.lang.ThreadGroup
Deprecated.
This method is used solely in conjunction with Thread.suspend and ThreadGroup.suspend, both of which have been deprecated, as they are inherently deadlock-prone. See Thread.suspend() for details.
resumeRequest() - Method in interface javax.microedition.xlet.XletContext
 
retainAll(Collection<?>) - Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.ArrayList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in interface java.util.Collection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Retains only the elements in this set that are contained in the specified collection.
retainAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
retainAll(Collection<?>) - Method in interface java.util.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in interface java.util.Set
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
Retention - Annotation Type in java.lang.annotation
Indicates how long annotations with the annotated type are to be retained.
RetentionPolicy - Enum in java.lang.annotation
Annotation retention policy.
retry() - Method in class com.codename1.io.ConnectionRequest
Retry the current operation in case of an exception
RETURN_CODE_EMPTY_QUEUE - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating an empty queue
RETURN_CODE_FAIL_OBJECT_MODIFIED - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a failure due to server side modification of an object (e.g.
RETURN_CODE_FAIL_PERMISSION_VIOLATION - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a failure due to exceeding server storage quotas
RETURN_CODE_FAIL_QUOTA_EXCEEDED - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a failure due to exceeding server storage quotas
RETURN_CODE_FAIL_SERVER_ERROR - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a failure due to generic server side error
RETURN_CODE_SUCCESS - Static variable in class com.codename1.cloud.CloudStorage
Return code for methods in this class indicating a successful operation
RETURN_GENERATED_KEYS - Static variable in interface java.sql.Statement
The constant indicating that generated keys should be made available for retrieval.
returnType() - Method in class java.lang.invoke.MethodType
Returns the return type of this method type.
revalidate() - Method in class com.codename1.ui.Container
Re-layout the container, this is useful when we modify the container hierarchy and need to redo the layout
revalidate() - Method in class com.sun.lwuit.Container
Re-layout the container, this is useful when we modify the container hierarchy and need to redo the layout
revealDirect(MethodHandle) - Method in class java.lang.invoke.MethodHandles.Lookup
Cracks a direct method handle created by this lookup object or a similar one.
reverse() - Method in class com.codename1.util.CStringBuilder
Deprecated.
Reverses the order of characters in this builder.
reverse(int) - Static method in class java.lang.Integer
Returns the value obtained by reversing the order of the bits in the two's complement binary representation of the specified int value.
reverse(long) - Static method in class java.lang.Long
Returns the value obtained by reversing the order of the bits in the two's complement binary representation of the specified long value.
reverse() - Method in class java.lang.StringBuffer
 
reverse() - Method in class java.lang.StringBuilder
 
reverse(List<?>) - Static method in class java.util.Collections
Reverses the order of the elements in the specified list.
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.
rewind() - Method in class java.nio.Buffer
Rewinds this buffer.
RFC1779 - Static variable in class javax.security.auth.x500.X500Principal
RFC 1779 String format of Distinguished Names.
RFC2253 - Static variable in class javax.security.auth.x500.X500Principal
RFC 2253 String format of Distinguished Names.
RFC2822 - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for parsing/formatting RFC-2822 timestamp.
RFC822 - Static variable in class com.codename1.l10n.DateFormatPatterns
Pattern for parsing/formatting RFC-822 timestamp.
RFC_1123_DATE_TIME - Static variable in class java.time.format.DateTimeFormatter
The RFC-1123 date-time formatter, such as 'Tue, 3 Jun 2008 11:05:30 GMT'.
RGBImage - Class in com.codename1.ui
An image that stores its data as an integer RGB array internally, this image cannot be manipulated via Graphics primitives however its array is accessible and modifiable programmatically.
RGBImage(Image) - Constructor for class com.codename1.ui.RGBImage
Converts an image to an RGB image after which the original image can be GC'd
RGBImage(RGBImage, Void) - Constructor for class com.codename1.ui.RGBImage
 
RGBImage(int[], int, int) - Constructor for class com.codename1.ui.RGBImage
Creates an RGB image from scratch the array isn't copied and can be saved and manipulated
RGBImage - Class in com.sun.lwuit
An image that stores its data as an integer RGB array internally, this image cannot be manipulated via Graphics primitives however its array is accessible and modifiable programmatically.
RGBImage(Image) - Constructor for class com.sun.lwuit.RGBImage
Converts an image to an RGB image after which the original image can be GC'd
RGBImage(RGBImage, Void) - Constructor for class com.sun.lwuit.RGBImage
 
RGBImage(int[], int, int) - Constructor for class com.sun.lwuit.RGBImage
Creates an RGB image from scratch the array isn't copied and can be saved and manipulated
RGBImageFilter - Class in java.awt.image
This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
RGBImageFilter() - Constructor for class java.awt.image.RGBImageFilter
 
RIGHT - Static variable in class com.codename1.ui.Component
Box-orientation constant used to specify the right side of a box.
right - Variable in class com.codename1.ui.layouts.Insets
 
RIGHT - Static variable in class com.sun.lwuit.Component
Box-orientation constant used to specify the right side of a box.
RIGHT_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
rint(double) - Static method in class java.lang.Math
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
rint(double) - Static method in class java.lang.StrictMath
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
RMIClassLoader - Class in java.rmi.server
RMIClassLoader comprises static methods to support dynamic class loading with RMI.
RMIClassLoaderSpi - Class in java.rmi.server
RMIClassLoaderSpi is the service provider interface for RMIClassLoader.
RMIClassLoaderSpi() - Constructor for class java.rmi.server.RMIClassLoaderSpi
 
RMIClientSocketFactory - Interface in java.rmi.server
An RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls.
RMIFailureHandler - Interface in java.rmi.server
An RMIFailureHandler can be registered via the RMISocketFactory.setFailureHandler call.
RMISecurityException - Exception in java.rmi
Deprecated.
Use SecurityException instead. Application code should never directly reference this class, and RMISecurityManager no longer throws this subclass of java.lang.SecurityException.
RMISecurityException(String) - Constructor for exception java.rmi.RMISecurityException
Deprecated.
no replacement
RMISecurityException(String, String) - Constructor for exception java.rmi.RMISecurityException
Deprecated.
no replacement
RMISecurityManager - Class in java.rmi
Deprecated.
Use SecurityManager instead.
RMISecurityManager() - Constructor for class java.rmi.RMISecurityManager
Deprecated.
Constructs a new RMISecurityManager.
RMIServerSocketFactory - Interface in java.rmi.server
An RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls.
RMISocketFactory - Class in java.rmi.server
An RMISocketFactory instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.
RMISocketFactory() - Constructor for class java.rmi.server.RMISocketFactory
Constructs an RMISocketFactory.
roll(int, boolean) - Method in class java.util.Calendar
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, int) - Method in class java.util.Calendar
Adds the specified (signed) amount to the specified calendar field without changing larger fields.
roll(int, boolean) - Method in class java.util.GregorianCalendar
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, int) - Method in class java.util.GregorianCalendar
Adds a signed amount to the specified calendar field without changing larger fields.
rollback() - Method in class com.codename1.cloud.CloudStorage
Cancels current pending changes
rollback() - Method in interface java.sql.Connection
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback(Savepoint) - Method in interface java.sql.Connection
Undoes all changes made after the given Savepoint object was set.
rollback(Xid) - Method in interface javax.transaction.xa.XAResource
Informs the resource manager to roll back work done on behalf of a transaction branch.
rollbackTransaction() - Method in class com.codename1.db.Database
Rolls back current transaction
ROOT - Static variable in class java.util.Locale
Useful constant for the root locale.
ROOT_ADDED - Static variable in interface javax.microedition.io.file.FileSystemListener
 
ROOT_REMOVED - Static variable in interface javax.microedition.io.file.FileSystemListener
 
ROOT_TYPE_MAINSTORAGE - Static variable in class com.codename1.io.FileSystemStorage
Represents the type for the get root type method, this type generally represents the main phone memory
ROOT_TYPE_SDCARD - Static variable in class com.codename1.io.FileSystemStorage
Represents the type for the get root type method, this type generally represents an SD card although due to variability in phone standards an SD card might be detected incorrectly.
ROOT_TYPE_UNKNOWN - Static variable in class com.codename1.io.FileSystemStorage
Returned for different types of root for which there is no specific knowledge one way or the other.
rootChanged(int, String) - Method in interface javax.microedition.io.file.FileSystemListener
 
rotate(int) - Method in class com.codename1.ui.EncodedImage
 
rotate(float) - Method in class com.codename1.ui.Graphics
Rotates the coordinate system around a radian angle using the affine transform
rotate(float, int, int) - Method in class com.codename1.ui.Graphics
Rotates the coordinate system around a radian angle using the affine transform
rotate(int) - Method in class com.codename1.ui.Image
Returns an instance of this image rotated by the given number of degrees.
rotate(int) - Method in class com.codename1.ui.RGBImage
Unsupported in the current version, this method will be implemented in a future release
rotate(int) - Method in class com.codename1.ui.ScaledImage
 
rotate(int) - Method in class com.sun.lwuit.EncodedImage
 
rotate(float) - Method in class com.sun.lwuit.Graphics
Rotates the coordinate system around a radian angle using the affine transform
rotate(int) - Method in class com.sun.lwuit.Image
Returns an instance of this image rotated by the given number of degrees.
rotate(int) - Method in class com.sun.lwuit.IndexedImage
Deprecated.
Unsupported in the current version, this method will be implemented in a future release
rotate(int) - Method in class com.sun.lwuit.RGBImage
Unsupported in the current version, this method will be implemented in a future release
rotate(int) - Method in class com.sun.lwuit.ScaledImage
 
rotate(List<?>, int) - Static method in class java.util.Collections
Rotates the elements in the specified list by the specified distance.
rotate180Degrees(boolean) - Method in class com.codename1.ui.Image
Rotates the image by 180 degrees
rotate270Degrees(boolean) - Method in class com.codename1.ui.Image
Rotates the image by 270 degrees while changing the ratio of the picture
rotate90Degrees(boolean) - Method in class com.codename1.ui.Image
Rotates this image by 90 degrees while changing the ratio of the picture
rotateLeft(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value left by the specified number of bits.
rotateLeft(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value left by the specified number of bits.
rotateRight(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value right by the specified number of bits.
rotateRight(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value right by the specified number of bits.
round(float) - Static method in class java.lang.Math
Returns the closest int to the argument, with ties rounding to positive infinity.
round(double) - Static method in class java.lang.Math
Returns the closest long to the argument, with ties rounding to positive infinity.
round(float) - Static method in class java.lang.StrictMath
Returns the closest int to the argument, with ties rounding to positive infinity.
round(double) - Static method in class java.lang.StrictMath
Returns the closest long to the argument, with ties rounding to positive infinity.
round(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal rounded according to the MathContext settings.
ROUND_CEILING - Static variable in class java.math.BigDecimal
Rounding mode to round towards positive infinity.
ROUND_DOWN - Static variable in class java.math.BigDecimal
Rounding mode to round towards zero.
ROUND_FLOOR - Static variable in class java.math.BigDecimal
Rounding mode to round towards negative infinity.
ROUND_HALF_DOWN - Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round down.
ROUND_HALF_EVEN - Static variable in class java.math.BigDecimal
Rounding mode to round towards the "nearest neighbor" unless both neighbors are equidistant, in which case, round towards the even neighbor.
ROUND_HALF_UP - Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round up.
ROUND_UNNECESSARY - Static variable in class java.math.BigDecimal
Rounding mode to assert that the requested operation has an exact result, hence no rounding is necessary.
ROUND_UP - Static variable in class java.math.BigDecimal
Rounding mode to round away from zero.
RoundingMode - Enum in java.math
Specifies a rounding behavior for numerical operations capable of discarding precision.
Row - Interface in com.codename1.db
This Class represents a database row.
rowChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
Notifies registered listeners that a RowSet object has had a change in one of its rows.
rowDeleted() - Method in interface java.sql.ResultSet
Retrieves whether a row has been deleted.
rowHeights - Variable in class com.codename1.ui.layouts.GridBagLayout
 
RowId - Interface in java.sql
The representation (mapping) in the Java programming language of an SQL ROWID value.
ROWID - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID
RowIdLifetime - Enum in java.sql
Enumeration for RowId life-time values.
rowInserted() - Method in interface java.sql.ResultSet
Retrieves whether the current row has had an insertion.
RowSet - Interface in javax.sql
The interface that adds support to the JDBC API for the JavaBeans™ component model.
rowSetChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
Notifies registered listeners that a RowSet object in the given RowSetEvent object has changed its entire contents.
RowSetEvent - Class in javax.sql
An Event object generated when an event occurs to a RowSet object.
RowSetEvent(RowSet) - Constructor for class javax.sql.RowSetEvent
Constructs a RowSetEvent object initialized with the given RowSet object.
RowSetInternal - Interface in javax.sql
The interface that a RowSet object implements in order to present itself to a RowSetReader or RowSetWriter object.
RowSetListener - Interface in javax.sql
An interface that must be implemented by a component that wants to be notified when a significant event happens in the life of a RowSet object.
RowSetMetaData - Interface in javax.sql
An object that contains information about the columns in a RowSet object.
RowSetReader - Interface in javax.sql
The facility that a disconnected RowSet object calls on to populate itself with rows of data.
RowSetWriter - Interface in javax.sql
An object that implements the RowSetWriter interface, called a writer.
rowUpdated() - Method in interface java.sql.ResultSet
Retrieves whether the current row has been updated.
rowWeights - Variable in class com.codename1.ui.layouts.GridBagLayout
 
RSAKey - Interface in java.security.interfaces
The interface to an RSA public or private key.
RSAKeyGenParameterSpec - Class in java.security.spec
This class specifies the set of parameters used to generate an RSA key pair.
RSAKeyGenParameterSpec(int, BigInteger) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
Constructs a new RSAParameterSpec object from the given keysize and public-exponent value.
RSAMultiPrimePrivateCrtKey - Interface in java.security.interfaces
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
RSAMultiPrimePrivateCrtKeySpec - Class in java.security.spec
This class specifies an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values for efficiency.
RSAMultiPrimePrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, RSAOtherPrimeInfo[]) - Constructor for class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Creates a new RSAMultiPrimePrivateCrtKeySpec given the modulus, publicExponent, privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, crtCoefficient, and otherPrimeInfo as defined in PKCS#1 v2.1.
RSAOtherPrimeInfo - Class in java.security.spec
This class represents the triplet (prime, exponent, and coefficient) inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1.
RSAOtherPrimeInfo(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAOtherPrimeInfo
Creates a new RSAOtherPrimeInfo given the prime, primeExponent, and crtCoefficient as defined in PKCS#1.
RSAPrivateCrtKey - Interface in java.security.interfaces
The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
RSAPrivateCrtKeySpec - Class in java.security.spec
This class specifies an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values for efficiency.
RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateCrtKeySpec
Creates a new RSAPrivateCrtKeySpec given the modulus, publicExponent, privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, and crtCoefficient as defined in PKCS#1.
RSAPrivateKey - Interface in java.security.interfaces
The interface to an RSA private key.
RSAPrivateKeySpec - Class in java.security.spec
This class specifies an RSA private key.
RSAPrivateKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateKeySpec
Creates a new RSAPrivateKeySpec.
RSAPublicKey - Interface in java.security.interfaces
The interface to an RSA public key.
RSAPublicKeySpec - Class in java.security.spec
This class specifies an RSA public key.
RSAPublicKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPublicKeySpec
Creates a new RSAPublicKeySpec.
RSSReader - Class in com.codename1.components
A List implementing an RSS reader that automatically populates itself with content from the RSS chanel.
RSSReader() - Constructor for class com.codename1.components.RSSReader
Creates an rss reader instance
RSSService - Class in com.codename1.io.services
Simple RSS read and parse request, to handle errors just subclass this and override parsingError.
RSSService(String) - Constructor for class com.codename1.io.services.RSSService
Simple constructor accepting the RSS url
RSSService(String, int) - Constructor for class com.codename1.io.services.RSSService
Simple constructor accepting the RSS url
RSSService(String, int, int) - Constructor for class com.codename1.io.services.RSSService
Simple constructor accepting the RSS url
RuleBasedCollator - Class in java.text
The RuleBasedCollator class is a concrete subclass of Collator that provides a simple, data-driven, table collator.
RuleBasedCollator(String) - Constructor for class java.text.RuleBasedCollator
RuleBasedCollator constructor.
RUMI_NUMERAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Rumi Numeral Symbols" Unicode character block.
run() - Method in class com.codename1.components.MediaPlayer
 
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in interface java.security.PrivilegedAction
Performs the computation.
run() - Method in interface java.security.PrivilegedExceptionAction
Performs the computation.
run() - Method in class java.util.concurrent.ForkJoinWorkerThread
This method is required to be public, but should never be called explicitly.
run() - Method in class java.util.concurrent.FutureTask
 
run() - Method in interface java.util.concurrent.RunnableFuture
Sets this Future to the result of its computation unless it has been cancelled.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
RUN_DIRECTION - Static variable in class java.awt.font.TextAttribute
Attribute key for the run direction of the line.
RUN_DIRECTION_LTR - Static variable in class java.awt.font.TextAttribute
Left-to-right run direction.
RUN_DIRECTION_RTL - Static variable in class java.awt.font.TextAttribute
Right-to-left run direction.
runAfterBoth(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
 
runAfterBoth(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage both complete normally, executes the given action.
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class java.util.concurrent.CompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage complete normally, executes the given action using this stage's default asynchronous execution facility.
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this and the other given stage complete normally, executes the given action using the supplied executor.
runAfterEither(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
 
runAfterEither(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, executes the given action.
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class java.util.concurrent.CompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class java.util.concurrent.CompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, executes the given action using this stage's default asynchronous execution facility.
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when either this or the other given stage complete normally, executes the given action using the supplied executor.
runAndReset() - Method in class java.util.concurrent.FutureTask
Executes the computation without setting its result, and then resets this future to initial state, failing to do so if the computation encounters an exception or is cancelled.
runAsync(Runnable) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the ForkJoinPool.commonPool() after it runs the given action.
runAsync(Runnable, Executor) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the given executor after it runs the given action.
runFinalization() - Method in class java.lang.Runtime
Runs the finalization methods of any objects pending finalization.
runFinalization() - Static method in class java.lang.System
runFinalization runs the finalize() method of all objects that are pending for finalization.
runFinalizersOnExit(boolean) - Static method in class java.lang.Runtime
Deprecated.
This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock.
runFinalizersOnExit(boolean) - Static method in class java.lang.System
Deprecated.
running the finalizers is unsafe, therefore this method is deprecated.
RUNIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Runic" Unicode character block.
runnable - Variable in class java.awt.event.InvocationEvent
The Runnable whose run() method will be called.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
RunnableFuture<V> - Interface in java.util.concurrent
A Future that is Runnable.
RunnableScheduledFuture<V> - Interface in java.util.concurrent
runTest(String) - Method in class com.codename1.testing.DeviceRunner
Runs the given test case
runTest() - Method in interface com.codename1.testing.UnitTest
Runs a unit test, if it returns true it passed.
runTests() - Method in class com.codename1.testing.DeviceRunner
Run all the test cases
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 ? null : cause.toString()) (which typically contains the class and detail message of cause).
RuntimeException(String, Throwable, boolean, boolean) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
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 _ 
Skip navigation links