$ 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

r - Static variable in class java.util.Collections
 
r - Variable in class javax.swing.text.SafeScroller
 
RADIO - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for radio button behavior (value is 1<<4).
RADIO_BUTTON - Static variable in class javax.accessibility.AccessibleRole
Enabled: A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.
RAISES - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
Random - class java.util.Random.
Untamed:
random() - Static method in class java.lang.Math
Enabled: 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
Suppressed: Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
random() - Method in class java.lang.Double
Added: A number randomly chosen between 0 and this number.
Random() - Constructor for class java.util.Random
Enabled: Creates a new random number generator.
random(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled: A number randomly chosen between 0 and this number.
Random(long) - Constructor for class java.util.Random
Enabled: Creates a new random number generator using a single long seed:
RandomAccess - interface java.util.RandomAccess.
Untamed: Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - class java.io.RandomAccessFile.
Safe: Instances of this class support both reading and writing to a random access file.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Enabled: Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Suppressed: Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessSubList - class java.util.RandomAccessSubList.
 
RandomAccessSubList(AbstractList, int, int) - Constructor for class java.util.RandomAccessSubList
 
randomBits(int, Random) - Static method in class java.math.BigInteger
 
randomBytes - Variable in class java.security.SecureRandom
 
randomBytesUsed - Variable in class java.security.SecureRandom
 
randomNumberGenerator - Static variable in class java.lang.Math
 
randomNumberGenerator - Static variable in class java.lang.StrictMath
 
RANGE - Static variable in class antlr.MismatchedTokenException
Enabled:
RANGE - Static variable in class antlr.MismatchedCharException
Enabled:
RANGE - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
RANGE - Static variable in class java.awt.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.
range(boolean) - Method in class javax.swing.Spring
 
range(Token) - Method in class antlr.ANTLRParser
Enabled:
rangeCheck(int) - Method in class java.util.SubList
 
RangeCheck(int) - Method in class java.util.ArrayList
Check if the given index is in range.
rangeCheck(int, int, int) - Static method in class java.util.Arrays
Check that fromIndex and toIndex are in range, and throw an appropriate exception if they aren't.
rank2Pos() - Method in class org.erights.e.elib.tables.KeyColumn
Caller should only read, and only between 0..!numTaken()
RasterizerCaps - Static variable in class java.awt.BasicStroke
 
RasterizerCorners - Static variable in class java.awt.BasicStroke
 
raw - Variable in class javax.swing.HeaderParser
 
rawOffset - Variable in class java.util.SimpleTimeZone
The offset in milliseconds between this zone and GMT.
RCDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
Enabled:
RCURLY - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
RCURLY - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
Enabled:
reactToAddOneResolved(Object) - Method in class org.erights.e.elib.tests.TestELib
Enabled:
reactToGC() - Method in class net.captp.jcomm.RemoteHandler
 
reactToGC() - Method in class org.erights.e.elib.ref.ProxyResolver
Enabled: Automatically eventually invoked when one of my Refs have gone away.
reactToGC() - Method in interface org.erights.e.elib.ref.ProxyHandler
Enabled: One of my Refs was GCed, and I have no current Ref.
reactToGC() - Method in class org.erights.e.elib.vat.BootRefHandler
 
reactToNewConnection(VatTPConnection) - Method in class net.captp.jcomm.CapTPMgr
Enabled: Notice that a new (inbound) data connection has appeared.
reactToNewConnection(VatTPConnection) - Method in interface net.vattp.data.NewConnectionReactor
Enabled: React to the arrival of a new connection.
reactToUpdate(Object, BigInteger, EverReporter) - Method in interface org.erights.e.elib.slot.EverReactor
Enabled: A report from an EverReporter that newValue is current as of generation number newReporterGen of optNewReporter's local numbering.
READ - Static variable in class java.io.FilePermission
Read action.
READ - Static variable in class java.util.PropertyPermission
Read action.
READ_ONLY - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for read-only behavior (value is 1<<3).
READ_ONLY_MASK - Static variable in class org.apache.oro.text.regex.Perl5Compiler
Enabled: A mask passed as an option to the compile methods to indicate that the resulting Perl5Pattern should be treated as a read only data structure by Perl5Matcher, making it safe to share a single Perl5Pattern instance among multiple threads without needing synchronization.
read() - Method in class java.io.StringReader
Enabled: Read a single character.
read() - Method in class java.io.ByteArrayInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.InputStreamReader
Enabled: Read a single character.
read() - Method in class java.io.BufferedReader
Enabled: Read a single character.
read() - Method in class java.io.Reader
Enabled: Read a single character.
read() - Method in class java.io.BufferedInputStream
Enabled: See the general contract of the read method of InputStream.
read() - Method in class java.io.FilterInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.FileInputStream
Enabled: Reads a byte of data from this input stream.
read() - Method in class java.io.InputStream
Enabled: Reads the next byte of data from the input stream.
read() - Method in class java.io.StringBufferInputStream
Deprecated. Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.StreamTokenizer
Read the next character
read() - Method in class java.io.SequenceInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.RandomAccessFile
Enabled: Reads a byte of data from this file.
read() - Method in class java.io.PushbackReader
Enabled: Read a single character.
read() - Method in class java.io.PushbackInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.PipedReader
Enabled: Reads the next character of data from this piped stream.
read() - Method in class java.io.PipedInputStream
Enabled: Reads the next byte of data from this piped input stream.
read() - Method in class java.io.ObjectInputStream
Enabled: Reads a byte of data.
read() - Method in class java.io.PeekInputStream
 
read() - Method in class java.io.BlockDataInputStream
 
read() - Method in interface java.io.ObjectInput
Enabled: Reads a byte of data.
read() - Method in class java.io.LineNumberReader
Enabled: Read a single character.
read() - Method in class java.io.LineNumberInputStream
Deprecated. Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.FilterReader
Enabled: Read a single character.
read() - Method in class java.io.CharArrayReader
Enabled: Read a single character.
read() - Method in class java.net.SocketInputStream
Reads a single byte from the socket.
read() - Method in class java.security.DigestInputStream
Enabled: Reads a byte, and updates the message digest (if the digest function is on).
read() - Method in class javax.swing.PageStream
 
read() - Method in class javax.swing.ProgressMonitorInputStream
Enabled: Overrides FilterInputStream.read to update the progress monitor after the read.
read() - Method in class net.vattp.tunnel.HTTPInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class org.erights.e.elib.oldeio.NonBlockingInputStream
Enabled: Overridden to throw an IOException if no data is available()
read(byte[]) - Method in class java.io.DataInputStream
Enabled: Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[]) - Method in class java.io.FilterInputStream
Enabled: Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class java.io.FileInputStream
Enabled: Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class java.io.InputStream
Enabled: Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[]) - Method in class java.io.RandomAccessFile
Enabled: Reads up to b.length bytes of data from this file into an array of bytes.
read(byte[]) - Method in interface java.io.ObjectInput
Enabled: Reads into an array of bytes.
read(byte[]) - Method in class java.net.SocketInputStream
Reads into a byte array data from the socket.
read(byte[]) - Method in class javax.swing.ProgressMonitorInputStream
Enabled: Overrides FilterInputStream.read to update the progress monitor after the read.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Enabled: Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int) - Method in class java.io.DataInputStream
Enabled: Reads up to len bytes of data from the contained input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Enabled: Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Enabled: Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Enabled: Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.InputStream
Enabled: Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
Deprecated. Enabled: Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Enabled: Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Enabled: Reads up to len bytes of data from this file into an array of bytes.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Enabled: Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Enabled: Reads up to len bytes of data from this piped input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.ObjectInputStream
Enabled: Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.PeekInputStream
 
read(byte[], int, int) - Method in class java.io.BlockDataInputStream
 
read(byte[], int, int) - Method in interface java.io.ObjectInput
Enabled: Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Deprecated. Enabled: Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.net.SocketInputStream
Reads into a byte array b at offset off, length bytes of data.
read(byte[], int, int) - Method in class java.security.DigestInputStream
Enabled: Reads into a byte array, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class javax.swing.ProgressMonitorInputStream
Enabled: Overrides FilterInputStream.read to update the progress monitor after the read.
read(byte[], int, int) - Method in class net.vattp.tunnel.HTTPInputStream
Enabled: Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class org.erights.e.elib.oldeio.NonBlockingInputStream
Enabled: Overridden to read at most available() bytes.
read(byte[], int, int, boolean) - Method in class java.io.BlockDataInputStream
Attempts to read len bytes into byte array b at offset off.
read(char[]) - Method in class java.io.Reader
Enabled: Read characters into an array.
read(char[], int, int) - Method in class java.io.StringReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.InputStreamReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.BufferedReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.Reader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.PushbackReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.PipedReader
Enabled: Reads up to len characters of data from this piped stream into an array of characters.
read(char[], int, int) - Method in class java.io.LineNumberReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.FilterReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.CharArrayReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Reads up to len chars, as many as it can without blocking.
read(DataInputStream) - Method in class javax.swing.text.html.parser.DTD
Enabled: Recreates a DTD from an archived format.
read(InputStream, Document) - Method in class javax.swing.JEditorPane
This method invokes the EditorKit to initiate a read.
read(InputStream, Document, int) - Method in class javax.swing.text.DefaultEditorKit
Enabled: Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(InputStream, Document, int) - Method in class javax.swing.text.EditorKit
Enabled: Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(InputStream, Object) - Method in class javax.swing.JEditorPane
Suppressed: This method initializes from a stream.
read(int, int) - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns the next N elements of the stream, where N is in the range defined by atLeast..atMost.
read(Reader, Document, int) - Method in class javax.swing.text.DefaultEditorKit
Enabled: Inserts content from the given stream, which will be treated as plain text.
read(Reader, Document, int) - Method in class javax.swing.text.EditorKit
Enabled: Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Object) - Method in class javax.swing.text.JTextComponent
Enabled: Initializes from a stream.
read1(byte[], int, int) - Method in class java.io.BufferedInputStream
Read characters into a portion of an array, reading from the underlying stream at most once if necessary.
read1(char[], int, int) - Method in class java.io.BufferedReader
Read characters into a portion of an array, reading from the underlying stream if necessary.
readAheadLimit - Variable in class java.io.BufferedReader
 
readAll() - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns all remaining elements of the stream.
readAllLater() - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns all remaining elements of the stream.
readAndDispatch() - Method in class org.eclipse.swt.widgets.Display
Enabled: Reads an event from the operating system's event queue, dispatches it appropriately, and returns true if there is potentially more work to do, or false if the caller can sleep until another event is placed on the event queue.
readAndProcessMessage() - Method in class net.vattp.data.RecvThread
Process input data.
readArray(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns array object, or null if array class is unresolvable.
readAttributeList(DataInputStream, String[]) - Method in class javax.swing.text.html.parser.DTD
 
readAttributes(ObjectInputStream, MutableAttributeSet) - Method in class javax.swing.text.StyleContext
Enabled: Context-specific handling of reading in attributes
readAttributeSet(ObjectInputStream, MutableAttributeSet) - Static method in class javax.swing.text.StyleContext
Suppressed: Reads a set of attributes from the given object input stream that have been previously written out with writeAttributeSet.
readAvailable() - Method in class java.io.InputStream
Added: Reads the currently available bytes (presumably without blocking, since they are said to be available).
readAvailable(InputStream) - Static method in class org.erights.e.meta.java.io.InputStreamSugar
Enabled: Reads the currently available bytes (presumably without blocking, since they are said to be available).
readBlockHeader(boolean) - Method in class java.io.BlockDataInputStream
Attempts to read in the next block data header (if any).
readBoolean() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in interface java.io.DataInput
Enabled: Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.RandomAccessFile
Enabled: Reads a boolean from this file.
readBoolean() - Method in class java.io.ObjectInputStream
Enabled: Reads in a boolean.
readBoolean() - Method in class java.io.BlockDataInputStream
 
readBooleans(boolean[], int, int) - Method in class java.io.BlockDataInputStream
 
readByte() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readByte method of DataInput.
readByte() - Method in interface java.io.DataInput
Enabled: Reads and returns one input byte.
readByte() - Method in class java.io.RandomAccessFile
Enabled: Reads a signed eight-bit value from this file.
readByte() - Method in class java.io.ObjectInputStream
Enabled: Reads an 8 bit byte.
readByte() - Method in class java.io.BlockDataInputStream
 
readBytes(byte[], int, int) - Method in class java.io.FileInputStream
Reads a subarray as a sequence of bytes.
readBytes(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads a sub array as a sequence of bytes.
readCh() - Method in class javax.swing.text.html.parser.Parser
 
readChar() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readChar method of DataInput.
readChar() - Method in interface java.io.DataInput
Enabled: Reads an input char and returns the char value.
readChar() - Method in class java.io.Reader
Added: Returns the next character, or null at end of file.
readChar() - Method in class java.io.RandomAccessFile
Enabled: Reads a Unicode character from this file.
readChar() - Method in class java.io.ObjectInputStream
Enabled: Reads a 16 bit char.
readChar() - Method in class java.io.BlockDataInputStream
 
readChar() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readChar() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Returns the next available character, or null at end of file.
readChar(Reader) - Static method in class org.erights.e.meta.java.io.ReaderSugar
Enabled: Returns the next character, or null at end of file.
readChars(char[], int, int) - Method in class java.io.BlockDataInputStream
 
readClass(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns class object.
readClassDesc(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns (possibly null) class descriptor.
readClassDescriptor() - Method in class java.io.ObjectInputStream
Read a class descriptor from the serialization stream.
readContentModel(DataInputStream, String[]) - Method in class javax.swing.text.html.parser.DTD
 
readDisplayPixelsPermission - Static variable in class java.awt.Robot
 
readDouble() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readDouble method of DataInput.
readDouble() - Method in interface java.io.DataInput
Enabled: Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.RandomAccessFile
Enabled: Reads a double from this file.
readDouble() - Method in class java.io.ObjectInputStream
Enabled: Reads a 64 bit double.
readDouble() - Method in class java.io.BlockDataInputStream
 
readDoubles(double[], int, int) - Method in class java.io.BlockDataInputStream
 
reader - Variable in class java.io.StreamTokenizer
 
Reader - class java.io.Reader.
Untamed: Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
ReaderSugar - class org.erights.e.meta.java.io.ReaderSugar.
Untamed: A sweetener defining extra messages that may be e-sent to a Reader.
ReaderSugar() - Constructor for class org.erights.e.meta.java.io.ReaderSugar
prevent instantiation
readExternal(ObjectInput) - Method in class java.awt.datatransfer.MimeType
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.
readExternal(ObjectInput) - Method in class java.awt.datatransfer.DataFlavor
Suppressed: Restores this DataFlavor from a Serialized state.
readExternal(ObjectInput) - Method in interface java.io.Externalizable
Enabled: 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.
readExternalData(Externalizable, ObjectStreamClass) - Method in class java.io.ObjectInputStream
If obj is non-null, reads externalizable data by invoking readExternal() method of obj; otherwise, attempts to skip over externalizable data.
readFatalException() - Method in class java.io.ObjectInputStream
Reads in and returns IOException that caused serialization to abort.
readFields() - Method in class java.io.ObjectInputStream
Enabled: Reads the persistent fields from the stream and makes them available by name.
readFields() - Method in class java.io.GetFieldImpl
Reads primitive and object field values from stream.
readFloat() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readFloat method of DataInput.
readFloat() - Method in interface java.io.DataInput
Enabled: Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.RandomAccessFile
Enabled: Reads a float from this file.
readFloat() - Method in class java.io.ObjectInputStream
Enabled: Reads a 32 bit float.
readFloat() - Method in class java.io.BlockDataInputStream
 
readFloat64() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readFloats(float[], int, int) - Method in class java.io.BlockDataInputStream
 
readFully(byte[]) - Method in class java.io.DataInputStream
Enabled: See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in interface java.io.DataInput
Enabled: Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Enabled: Reads b.length bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[]) - Method in class java.io.ObjectInputStream
Enabled: Reads bytes, blocking until all bytes are read.
readFully(byte[]) - Method in class java.io.BlockDataInputStream
 
readFully(byte[], int, int) - Method in class java.io.DataInputStream
Enabled: See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Enabled: Reads len bytes from an input stream.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Enabled: Reads exactly len bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
Enabled: Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in class java.io.PeekInputStream
 
readFully(byte[], int, int) - Method in class java.io.BlockDataInputStream
 
readFully(byte[], int, int, boolean) - Method in class java.io.BlockDataInputStream
 
readGrammarFile(String) - Method in class antlr.preprocessor.Hierarchy
Enabled:
readHandle(boolean) - Method in class java.io.ObjectInputStream
Reads in object handle, sets passHandle to the read handle, and returns object associated with the handle.
readHTMLDocumentation(InputStream, String) - Method in class com.combex.e.edoc.EDoc
Utility for subclasses which read HTML documentation files.
readInt() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readInt method of DataInput.
readInt() - Method in interface java.io.DataInput
Enabled: Reads four input bytes and returns an int value.
readInt() - Method in class java.io.RandomAccessFile
Enabled: Reads a signed 32-bit integer from this file.
readInt() - Method in class java.io.ObjectInputStream
Enabled: Reads a 32 bit int.
readInt() - Method in class java.io.BlockDataInputStream
 
readInts(int[], int, int) - Method in class java.io.BlockDataInputStream
 
readJavaFormatString(String) - Static method in class java.lang.FloatingDecimal
 
readLabel() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readLater(int, int) - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns the next N elements of the stream, where N is in the range defined by atLeast..atMost.
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 interface java.io.DataInput
Enabled: Reads the next line of text from the input stream.
readLine() - Method in class java.io.BufferedReader
Enabled: Read a line of text.
readLine() - Method in class java.io.RandomAccessFile
Enabled: Reads the next line of text from this file.
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.BlockDataInputStream
 
readLine() - Method in class java.io.LineNumberReader
Enabled: Read a line of text.
readLine(boolean) - Method in class java.io.BufferedReader
Read a line of text.
readLock() - Method in class javax.swing.text.AbstractDocument
Suppressed: Acquires a lock to begin reading some state from the document.
readLong() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readLong method of DataInput.
readLong() - Method in interface java.io.DataInput
Enabled: Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.RandomAccessFile
Enabled: Reads a signed 64-bit integer from this file.
readLong() - Method in class java.io.ObjectInputStream
Enabled: Reads a 64 bit long.
readLong() - Method in class java.io.BlockDataInputStream
 
readLongs(long[], int, int) - Method in class java.io.BlockDataInputStream
 
readLongUTF() - Method in class java.io.BlockDataInputStream
Reads in string written in "long" UTF format.
readNameArray(DataInputStream, String[]) - Method in class javax.swing.text.html.parser.DTD
 
readNonProxy(ObjectInputStream) - Method in class java.io.ObjectStreamClass
Reads non-proxy class descriptor information from given input stream.
readNonProxyDesc(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns class descriptor for a class that is not a dynamic proxy class.
readNull() - Method in class java.io.ObjectInputStream
Reads in null code, sets passHandle to NULL_HANDLE and returns null.
READOBJECT - Static variable in class com.combex.e.edoc.ESerializedForm
 
readObject() - Method in class java.io.ObjectInputStream
Enabled: Read an object from the ObjectInputStream.
readObject() - Method in interface java.io.ObjectInput
Enabled: Read and return an object.
readObject(ObjectInputStream) - Method in class java.awt.Menu
Reads the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.MenuItem
Reads the ObjectInputStream and if it isn't null adds a listener to receive action events fired by the Menu Item.
readObject(ObjectInputStream) - Method in class java.awt.FlowLayout
Reads this object out of a serialization stream, handling objects written by older versions of the class that didn't contain all of the fields we use now..
readObject(ObjectInputStream) - Method in class java.awt.Font
Reads the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.MenuComponent
Reads the menu component from an object input stream.
readObject(ObjectInputStream) - Method in class java.awt.Frame
Reads the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.Window
Reads the ObjectInputStream and an optional list of listeners to receive various events fired by the component; also reads a list of (possibly null) child windows.
readObject(ObjectInputStream) - Method in class java.awt.Container
Deserializes this Container from the specified ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.Component
Reads the ObjectInputStream and if it isn't null adds a listener to receive a variety of events fired by the component.
readObject(ObjectInputStream) - Method in class java.awt.TextField
Read the ObjectInputStream and if it isn't null, add a listener to receive action events fired by the TextField.
readObject(ObjectInputStream) - Method in class java.awt.TextComponent
Read the ObjectInputStream, and if it isn't null, add a listener to receive text events fired by the TextComponent.
readObject(ObjectInputStream) - Method in class java.awt.TextArea
Read the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.Scrollbar
Reads the ObjectInputStream and if it isn't null adds a listener to receive adjustment events fired by the Scrollbar.
readObject(ObjectInputStream) - Method in class java.awt.ScrollPane
Reads default serializable fields to stream.
readObject(ObjectInputStream) - Method in class java.awt.MenuBar
Reads the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.List
Reads the ObjectInputStream and if it isn't null adds a listener to receive both item events and action events (as specified by the key stored in the stream) fired by the List.
readObject(ObjectInputStream) - Method in class java.awt.Label
Read a label from an object input stream.
readObject(ObjectInputStream) - Method in class java.awt.FileDialog
Reads the ObjectInputStream and performs a backwards compatibility check by converting either a dir or a file equal to an empty string to null.
readObject(ObjectInputStream) - Method in class java.awt.Choice
Reads the ObjectInputStream and if it isn't null adds a listener to receive item events fired by the Choice item.
readObject(ObjectInputStream) - Method in class java.awt.CheckboxMenuItem
 
readObject(ObjectInputStream) - Method in class java.awt.Checkbox
Reads the ObjectInputStream and if it isn't null adds a listener to receive item events fired by the Checkbox.
readObject(ObjectInputStream) - Method in class java.awt.CardLayout
Reads serializable fields from stream.
readObject(ObjectInputStream) - Method in class java.awt.Button
Reads the ObjectInputStream and if it isn't null adds a listener to receive action events fired by the button.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DragGestureRecognizer
Deserializes this DragGestureRecognizer.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DragSource
Deserializes this DragSource.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DragGestureEvent
Deserializes this DragGestureEvent.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DropTarget
Deserializes this DropTarget.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DragSourceContext
Deserializes this DragSourceContext.
readObject(ObjectInputStream) - Method in class java.awt.event.InputMethodEvent
Initializes the when field if it is not present in the object input stream.
readObject(ObjectInputStream) - Method in class java.awt.event.MouseEvent
Sets new modifiers by the old ones.
readObject(ObjectInputStream) - Method in class java.awt.event.KeyEvent
Sets new modifiers by the old ones.
readObject(ObjectInputStream) - Method in class java.io.FilePermission
readObject is called to restore the state of the FilePermission from a stream.
readObject(ObjectInputStream) - Method in class java.io.File
readObject is called to restore this filename.
readObject(ObjectInputStream) - Method in class java.lang.StringBuffer
readObject is called to restore the state of the StringBuffer from a stream.
readObject(ObjectInputStream) - Method in class java.math.BigInteger
Reconstitute the BigInteger instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.math.BigDecimal
Reconstitute the BigDecimal instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.net.URL
readObject is called to restore the state of the URL from the stream.
readObject(ObjectInputStream) - Method in class java.net.URI
Reconstitutes a URI from the given serial stream.
readObject(ObjectInputStream) - Method in class java.net.SocketPermission
readObject is called to restore the state of the SocketPermission from a stream.
readObject(ObjectInputStream) - Method in class java.security.BasicPermissionCollection
readObject is called to restore the state of the BasicPermissionCollection from a stream.
readObject(ObjectInputStream) - Method in class java.security.UnresolvedPermission
Restores this object from a stream (i.e., deserializes it).
readObject(ObjectInputStream) - Method in class java.security.CodeSource
Restores this object from a stream (i.e., deserializes it).
readObject(ObjectInputStream) - Method in class java.security.BasicPermission
readObject is called to restore the state of the BasicPermission from a stream.
readObject(ObjectInputStream) - Method in class java.security.SignedObject
readObject is called to restore the state of the SignedObject from a stream.
readObject(ObjectInputStream) - Method in class java.util.GregorianCalendar
Updates internal state.
readObject(ObjectInputStream) - Method in class java.util.Calendar
Reconstitute this object from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Date
Reconstitute this object from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.IdentityHashMap
Reconstitute the IdentityHashMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.TreeSet
Reconstitute the TreeSet instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.LinkedList
Reconstitute this LinkedList instance from a stream (that is deserialize it).
readObject(ObjectInputStream) - Method in class java.util.TreeMap
Reconstitute the TreeMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.BitSet
This override of readObject makes sure unitsInUse is set properly when deserializing a bitset
readObject(ObjectInputStream) - Method in class java.util.HashSet
Reconstitute the HashSet instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.ArrayList
Reconstitute the ArrayList instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Locale
 
readObject(ObjectInputStream) - Method in class java.util.HashMap
Reconstitute the HashMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Random
Reconstitute the Random instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Hashtable
Reconstitute the Hashtable from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.SimpleTimeZone
Reconstitute this object from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.PropertyPermission
readObject is called to restore the state of the PropertyPermission from a stream.
readObject(ObjectInputStream) - Method in class javax.swing.JTree
 
readObject(ObjectInputStream) - Method in class javax.swing.JTable
 
readObject(ObjectInputStream) - Method in class javax.swing.JCheckBox
See JComponent.readObject() for information about serialization in Swing.
readObject(ObjectInputStream) - Method in class javax.swing.Autoscroller
 
readObject(ObjectInputStream) - Method in class javax.swing.JPopupMenu
 
readObject(ObjectInputStream) - Method in class javax.swing.AccessibleImageIcon
 
readObject(ObjectInputStream) - Method in class javax.swing.ImageIcon
 
readObject(ObjectInputStream) - Method in class javax.swing.JTabbedPane
See readObject and writeObject in JComponent for more information about serialization in Swing.
readObject(ObjectInputStream) - Method in class javax.swing.JMenuBar
See JComponent.readObject() for information about serialization in Swing.
readObject(ObjectInputStream) - Method in class javax.swing.JMenuItem
See JComponent.readObject() for information about serialization in Swing.
readObject(ObjectInputStream) - Method in class javax.swing.AbstractAction
 
readObject(ObjectInputStream) - Method in class javax.swing.ActionMap
 
readObject(ObjectInputStream) - Method in class javax.swing.InputMap
 
readObject(ObjectInputStream) - Method in class javax.swing.LayoutFocusTraversalPolicy
 
readObject(ObjectInputStream) - Method in class javax.swing.JComponent
We use the ObjectInputStream "registerValidation" callback to update the UI for the entire tree of components after they've all been read in.
readObject(ObjectInputStream) - Method in class javax.swing.LegacyGlueFocusTraversalPolicy
 
readObject(ObjectInputStream) - Method in class javax.swing.JSpinner
 
readObject(ObjectInputStream) - Method in class javax.swing.JOptionPane
 
readObject(ObjectInputStream) - Method in class javax.swing.event.SwingPropertyChangeSupport
 
readObject(ObjectInputStream) - Method in class javax.swing.event.EventListenerList
 
readObject(ObjectInputStream) - Method in class javax.swing.text.DefaultStyledDocument
 
readObject(ObjectInputStream) - Method in class javax.swing.text.LeafElement
 
readObject(ObjectInputStream) - Method in class javax.swing.text.AbstractElement
 
readObject(ObjectInputStream) - Method in class javax.swing.text.NamedStyle
 
readObject(ObjectInputStream) - Method in class javax.swing.text.SimpleAttributeSet
 
readObject(ObjectInputStream) - Method in class javax.swing.text.StyleContext
 
readObject(ObjectInputStream) - Method in class javax.swing.text.GapContent
 
readObject(ObjectInputStream) - Method in class javax.swing.text.AbstractDocument
 
readObject(ObjectInputStream) - Method in class javax.swing.text.DefaultCaret
 
readObject(ObjectInputStream) - Method in class javax.swing.text.JTextComponent
 
readObject(ObjectInputStream) - Method in class javax.swing.text.MaskFormatter
Subclassed to update the internal representation of the mask after the default read operation has completed.
readObject(ObjectInputStream) - Method in class javax.swing.text.InternationalFormatter
Subclassed to update the internal representation of the mask after the default read operation has completed.
readObject(ObjectInputStream) - Method in class javax.swing.text.html.parser.ParserDelegator
 
readObject(ObjectInputStream) - Method in class org.erights.e.elib.ref.StemCell
Initializes the promise, does the default thing, and then resolves to the result of readResolve(), to be provided by a subclass.
readObject0(boolean) - Method in class java.io.ObjectInputStream
Underlying readObject implementation.
javax.swing.JComponent.ReadObjectCallback - class javax.swing.ReadObjectCallback.
This object is the ObjectInputStream callback that's called after a complete graph of objects (including at least one JComponent) has been read.
ReadObjectCallback(ObjectInputStream) - Constructor for class javax.swing.ReadObjectCallback
 
readObjectCallbacks - Static variable in class javax.swing.JComponent
 
readObjectMethod - Variable in class java.io.ObjectStreamClass
class-defined readObject method, or null if none
readObjectNoDataMethod - Variable in class java.io.ObjectStreamClass
class-defined readObjectNoData method, or null if none
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.
readOnly - Variable in class antlr.SimpleTokenManager
 
readOnly - Variable in class java.security.PermissionCollection
 
readOnly() - Method in class org.erights.e.elib.tables.ROSet
 
readOnly() - Method in class org.erights.e.elib.tables.ROMap
 
readOnly() - Method in class org.erights.e.elib.tables.ROList
Just returns itself rather than forwarding
readOnly() - Method in class org.erights.e.elib.tables.FlexMap
Enabled:
readOnly() - Method in class org.erights.e.elib.tables.FlexList
Enabled: Returns a read-only facet on this list.
readOnly() - Method in class org.erights.e.elib.tables.ESet
Enabled: Returns a read-only facet on this set.
readOnly() - Method in class org.erights.e.elib.tables.EMap
Enabled: Returns a read-only facet on this map.
readOnly() - Method in class org.erights.e.elib.tables.EList
Enabled: Returns a read-only facet on this list.
readOnly() - Method in class org.erights.e.elib.tables.ConstSet
Enabled:
readOnly() - Method in class org.erights.e.elib.tables.ConstMap
Enabled: Returns itself
readOnly() - Method in class org.erights.e.elib.tables.ConstList
Enabled: Just returns itself
readOnlyAction - Static variable in class javax.swing.text.DefaultEditorKit
Suppressed: Name of the action to set the editor into read-only mode.
javax.swing.text.DefaultEditorKit.ReadOnlyAction - class javax.swing.text.ReadOnlyAction.
 
ReadOnlyAction() - Constructor for class javax.swing.text.ReadOnlyAction
 
ReadOnlyFile - class org.erights.e.meta.java.io.ReadOnlyFile.
Untamed:
ReadOnlyFile(File, boolean) - Constructor for class org.erights.e.meta.java.io.ReadOnlyFile
Enabled:
readOptOne() - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns the next element of the stream.
readOrdinaryObject(boolean) - Method in class java.io.ObjectInputStream
Reads and returns "ordinary" (i.e., not a String, Class, ObjectStreamClass or array) object, or null if object's class is unresolvable (in which case a ClassNotFoundException will be associated with object's handle).
readProxyDesc(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns class descriptor for a dynamic proxy class.
readReady() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Returns as much as is available, or null at end-of-stream.
readResolve() - Method in class java.awt.AWTKeyStroke
Returns a cached instance of AWTKeyStroke (or a subclass of AWTKeyStroke) which is equal to this instance.
readResolve() - Method in class java.net.InetAddress
Replaces the de-serialized object with an Inet4Address object.
readResolve() - Method in class java.util.Currency
Resolves instances being deserialized to a single instance per currency.
readResolve() - Method in class java.util.UnmodifiableList
UnmodifiableRandomAccessList instances are serialized as UnmodifiableList instances to allow them to be deserialized in pre-1.4 JREs (which do not have UnmodifiableRandomAccessList).
readResolve() - Method in class java.util.SynchronizedList
SynchronizedRandomAccessList instances are serialized as SynchronizedList instances to allow them to be deserialized in pre-1.4 JREs (which do not have SynchronizedRandomAccessList).
readResolve() - Method in class org.erights.e.elib.prim.StaticMaker
 
readResolve() - Method in class org.erights.e.elib.serial.RemoteDelivery
Invoked directly by the ObjectInputStream following desrialization of the entire RemoteDelivery to get the object to use instead.
readResolve() - Method in class org.erights.e.elib.serial.RemoteCall
Invoked directly by the ObjectInputStream following desrialization of the entire RemoteCall to get the object to use instead.
readResolveMethod - Variable in class java.io.ObjectStreamClass
class-defined readResolve method, or null if none
readSerialData(Object, ObjectStreamClass) - Method in class java.io.ObjectInputStream
Reads (or attempts to skip, if obj is null or is tagged with a ClassNotFoundException) instance data for each serializable class of object in stream, from superclass to subclass.
readShort() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readShort method of DataInput.
readShort() - Method in interface java.io.DataInput
Enabled: Reads two input bytes and returns a short value.
readShort() - Method in class java.io.RandomAccessFile
Enabled: Reads a signed 16-bit number from this file.
readShort() - Method in class java.io.ObjectInputStream
Enabled: Reads a 16 bit short.
readShort() - Method in class java.io.BlockDataInputStream
 
readShorts(short[], int, int) - Method in class java.io.BlockDataInputStream
 
readSide - Variable in class java.io.PipedReader
 
readSide - Variable in class java.io.PipedInputStream
 
readSocksReply(InputStream, byte[]) - Method in class java.net.SocksSocketImpl
 
readStreamHeader() - Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readString(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns new string.
readString(int) - Method in class java.io.Reader
Added: Reads no more than 'size' characters from the file, and return them as a String.
readString(int) - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Reads no more than 'size' characters from the file, and return them as a String.
readString(Reader, int) - Static method in class org.erights.e.meta.java.io.ReaderSugar
Enabled: Reads no more than 'size' characters from the file, and return them as a String.
readText() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Reads everything else and returns it.
readTreeSet(int, ObjectInputStream, Object) - Method in class java.util.TreeMap
Intended to be called only from TreeSet.readObject
readTypeString() - Method in class java.io.ObjectInputStream
Reads string without allowing it to be replaced in stream.
readUnlock() - Method in class javax.swing.text.AbstractDocument
Suppressed: Does a read unlock.
readUnshared() - Method in class java.io.ObjectInputStream
Enabled: Reads an "unshared" object from the ObjectInputStream.
readUnsignedByte() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in interface java.io.DataInput
Enabled: 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.RandomAccessFile
Enabled: Reads an unsigned eight-bit number from this file.
readUnsignedByte() - Method in class java.io.ObjectInputStream
Enabled: Reads an unsigned 8 bit byte.
readUnsignedByte() - Method in class java.io.BlockDataInputStream
 
readUnsignedShort() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Enabled: Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Enabled: Reads an unsigned 16-bit number from this file.
readUnsignedShort() - Method in class java.io.ObjectInputStream
Enabled: Reads an unsigned 16 bit short.
readUnsignedShort() - Method in class java.io.BlockDataInputStream
 
readUTF() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readUTF method of DataInput.
readUTF() - Method in interface java.io.DataInput
Enabled: Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.RandomAccessFile
Enabled: Reads in a string from this file.
readUTF() - Method in class java.io.ObjectInputStream
Enabled: Reads a UTF format String.
readUTF() - Method in class java.io.BlockDataInputStream
 
readUTF() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readUTF(DataInput) - Static method in class java.io.DataInputStream
Enabled: Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
readUTFBody(long) - Method in class java.io.BlockDataInputStream
Reads in the "body" (i.e., the UTF representation minus the 2-byte or 8-byte length header) of a UTF encoding, which occupies the next utflen bytes.
readUTFChar(long) - Method in class java.io.BlockDataInputStream
Reads in single UTF-encoded character one byte at a time, appends the character to sbuf, and returns the number of bytes consumed.
readUTFSpan(long) - Method in class java.io.BlockDataInputStream
Reads span of UTF-encoded characters out of internal buffer (starting at offset pos and ending at or before offset end), consuming no more than utflen bytes.
readWholeInt() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readWholeNum() - Method in interface java.io.DataInput
Added:
readWholeNum() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readWholeNum(DataInput) - Static method in class org.erights.e.meta.java.io.DataInputSugar
Enabled:
ready() - Method in class java.io.StringReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.BufferedReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.PushbackReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.PipedReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.FilterReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.CharArrayReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: True if either at least one character is available, or we're at the end-of-stream.
realKey(Twine) - Static method in class org.erights.e.elib.tables.IdentityCacheTable
 
realOppositeComponent - Variable in class java.awt.DefaultKeyboardFocusManager
 
realOppositeWindow - Variable in class java.awt.DefaultKeyboardFocusManager
 
reasonNames - Static variable in interface org.erights.e.develop.trace.TraceConstants
 
ReBarClass - Static variable in class org.eclipse.swt.widgets.CoolBar
 
ReBarProc - Static variable in class org.eclipse.swt.widgets.CoolBar
 
rec - Variable in class javax.swing.text.UndoPosRef
Mark to reset offset.
rec - Variable in class javax.swing.text.StickyPosition
 
rec - Variable in class javax.swing.text.UndoPosRef
Position to reset offset.
recalculateUnitsInUse() - Method in class java.util.BitSet
Set the field unitsInUse with the logical size in units of the bit set.
receive(byte[], int, int) - Method in class java.io.PipedInputStream
Receives data into an array of bytes.
receive(char[], int, int) - Method in class java.io.PipedReader
Receives data into an array of characters.
receive(DatagramPacket) - Method in class java.net.PlainDatagramSocketImpl
Receive the datagram packet.
receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Enabled: Receives a datagram packet from this socket.
receive(int) - Method in class java.io.PipedReader
Receives a char of data.
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
receivedLast() - Method in class java.io.PipedReader
Notifies all waiting threads that the last character of data has been received.
receivedLast() - Method in class java.io.PipedInputStream
Notifies all waiting threads that the last byte of data has been received.
receiveMsg(byte, UnserializationStream) - Method in class net.captp.jcomm.CapTPConnection
 
receiverType() - Method in class org.erights.e.elib.prim.VarSetterNode
 
receiverType() - Method in class org.erights.e.elib.prim.VarGetterNode
 
receiverType() - Method in class org.erights.e.elib.prim.SugarMethodNode
Enabled:
receiverType() - Method in class org.erights.e.elib.prim.StaticMethodNode
Enabled:
receiverType() - Method in class org.erights.e.elib.prim.JavaMemberNode
 
receiverType() - Method in class org.erights.e.elib.prim.InstanceMethodNode
 
receiverType() - Method in class org.erights.e.elib.prim.ConstructorNode
 
recent - Variable in class javax.swing.text.html.parser.Parser