Index of all Fields and Methods
All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

abs(double). Static method in class java.lang.Math
Returns the absolute double value of a.
abs(float). Static method in class java.lang.Math
Returns the absolute float value of a.
abs(int). Static method in class java.lang.Math
Returns the absolute integer value of a.
abs(long). Static method in class java.lang.Math
Returns the absolute long value of a.
AbstractMethodError(). Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String). Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
accept(File, String). Method in interface java.io.FilenameFilter
Determines whether a name should be included in a file list.
AccessException(String). Constructor for class java.rmi.AccessException
Create a new AccessException with a description.
AccessException(String, Exception). Constructor for class java.rmi.AccessException
Create a new AccessException with a description and detail exception.
acos(double). Static method in class java.lang.Math
Returns the arc cosine of a, in the range of 0.0 through Pi.
action(Event, Object). Method in class java.rmi.examples.remoteControl.ActionButton
Invoke the action object's action method
action(Event, Object). Method in class java.rmi.examples.chat.Chatter
Figure out where the action occurred and to the appropriate thing.
action(Event, Object). Method in class java.rmi.examples.counter.CounterApplet
Called if an action occurs in the Component.
action(Event, Object). Method in class java.rmi.examples.echo.EchoApplet
Called if an action occurs in the Component.
action(Event, Object). Method in class java.rmi.examples.registry.RegistryBrowse
Called if an action occurs in the Component.
ActionButton(ButtonAction). Constructor for class java.rmi.examples.remoteControl.ActionButton
Create a new button that will invoke the action object's action method when its action method is invoked.
actionObject(). Method in class java.rmi.examples.remoteControl.ActionButton
Return the action object associated with the button.
activeCount(). Static method in class java.lang.Thread
Returns the current number of active Threads in this Thread group.
activeCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active Threads in the Thread group.
activeGroupCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in the Thread group.
add(ChatClient, String). Method in interface java.rmi.examples.chat.ChatServer
Add a new client to the conversation.
add(ChatClient, String). Method in class java.rmi.examples.chat.SugarShack
Add a new chatter to the conversation.
addLayoutComponent(String, Component). Method in class java.rmi.examples.util.FlexGridLayout
Adds the specified component with the specified name to the layout.
addMessage(OtherChatter, String). Method in class java.rmi.examples.chat.Chatter
alias(). Method in class java.rmi.examples.chat.SugarConnection
alias(String). Method in interface java.rmi.examples.chat.ChatConnection
The user changed their alias
alias(String). Method in class java.rmi.examples.chat.Chatter
Set my alias to be something else.
alias(String). Method in class java.rmi.examples.chat.SugarConnection
AlreadyBoundException(). Constructor for class java.rmi.AlreadyBoundException
AlreadyBoundException(String). Constructor for class java.rmi.AlreadyBoundException
annotateClass(Class). Method in class java.rmi.server.MarshalOutputStream
annotateClass() is extended to serialize a location from which to load the the specified class.
annotateClass(Class). Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
append(boolean). Method in class java.lang.StringBuffer
Appends a boolean to the end of this buffer.
append(char). Method in class java.lang.StringBuffer
Appends a character to the end of this buffer.
append(char[]). Method in class java.lang.StringBuffer
Appends an array of characters to the end of this buffer.
append(char[], int, int). Method in class java.lang.StringBuffer
Appends a part of an array of characters to the end of this buffer.
append(double). Method in class java.lang.StringBuffer
Appends a double to the end of this buffer.
append(float). Method in class java.lang.StringBuffer
Appends a float to the end of this buffer.
append(int). Method in class java.lang.StringBuffer
Appends an integer to the end of this buffer.
append(long). Method in class java.lang.StringBuffer
Appends a long to the end of this buffer.
append(Object). Method in class java.lang.StringBuffer
Appends an object to the end of this buffer.
append(String). Method in class java.lang.StringBuffer
Appends a String to the end of this buffer.
AppletFrame(Applet, String, String[]). Constructor for class java.rmi.examples.util.AppletFrame
appletResize(int, int). Method in class java.rmi.examples.util.AppletFrame
Called when the applet wants to be resized.
ArithmeticException(). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
arraycopy(Object, int, Object, int, int). Static method in class java.lang.System
Copies an array from the source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException(). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class initialized to the specific index.
ArrayIndexOutOfBoundsException(String). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayStoreException(). Constructor for class java.lang.ArrayStoreException
Constructs a ArrayStoreException with no detail message.
ArrayStoreException(String). Constructor for class java.lang.ArrayStoreException
Constructs a ArrayStoreException with the specified detail message.
asin(double). Static method in class java.lang.Math
Returns the arc sine of a, in the range of -Pi/2 through Pi/2.
ASLEEP. Static variable in interface java.rmi.examples.chat.ChatClient
The chater is asleep, e.g., not currently on the page with the applet
atan(double). Static method in class java.lang.Math
Returns the arc tangent of a, in the range of -Pi/2 through Pi/2.
atan2(double, double). Static method in class java.lang.Math
Converts rectangular coordinates (a, b) to polar (r, theta).
available(). Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.ByteArrayInputStream
Returns the number of available bytes in the buffer.
available(). Method in class java.io.FileInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.FilterInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.InputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.LineNumberInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.PipedInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read.
available(). Method in class java.io.StringBufferInputStream
Returns the number of available bytes in the buffer.
AWAKE. Static variable in interface java.rmi.examples.chat.ChatClient
The chater is activly connected

B

badID. Variable in class java.rmi.examples.chat.UnknownChatterException
bind(String, Remote). Static method in class java.rmi.Naming
Binds the name to the specified remote object.
bind(String, Remote). Method in interface java.rmi.registry.Registry
Binds the name to the specified remote object.
bind(String, Remote). Method in class java.rmi.registry.RegistryImpl
Binds the name to the specified remote object.
Boolean(boolean). Constructor for class java.lang.Boolean
Constructs a Boolean object initialized to the specified boolean value.
Boolean(String). Constructor for class java.lang.Boolean
Constructs a Boolean object initialized to the value specified by the String parameter.
booleanValue(). Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean.
buf. Variable in class java.io.BufferedInputStream
The buffer where data is stored.
buf. Variable in class java.io.BufferedOutputStream
The buffer where data is stored.
buf. Variable in class java.io.ByteArrayInputStream
The buffer where data is stored.
buf. Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buffer. Variable in class java.io.StringBufferInputStream
The buffer where data is stored.
BufferedInputStream(InputStream). Constructor for class java.io.BufferedInputStream
Creates a new buffered stream with a default buffer size.
BufferedInputStream(InputStream, int). Constructor for class java.io.BufferedInputStream
Creates a new buffered stream with the specified buffer size.
BufferedOutputStream(OutputStream). Constructor for class java.io.BufferedOutputStream
Creates a new buffered stream with a default buffer size.
BufferedOutputStream(OutputStream, int). Constructor for class java.io.BufferedOutputStream
Creates a new buffered stream with the specified buffer size.
ByteArrayInputStream(byte[]). Constructor for class java.io.ByteArrayInputStream
Creates an ByteArrayInputStream from the specified array of bytes.
ByteArrayInputStream(byte[], int, int). Constructor for class java.io.ByteArrayInputStream
Creates an ByteArrayInputStream from the specified array of bytes.
ByteArrayOutputStream(). Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream.
ByteArrayOutputStream(int). Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream with the specified initial size.
bytesTransferred. Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the IO operation before it was interrupted.

C

call(String). Method in interface java.rmi.examples.echo.Echo
call(String). Method in class java.rmi.examples.echo.EchoImpl
canRead(). Method in class java.io.File
Returns a boolean indicating whether or not a readable file exists.
canWrite(). Method in class java.io.File
Returns a boolean indicating whether or not a writable file exists.
capacity(). Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
ceil(double). Static method in class java.lang.Math
Returns the "ceiling" or smallest whole number greater than or equal to a.
changeAlias(int, String). Method in interface java.rmi.examples.chat.ChatClient
A chater has changed their alias
changeAlias(int, String). Method in class java.rmi.examples.chat.Chatter
The server invokes this to let us know that a chater has changed their alias.
changeState(int, int). Method in interface java.rmi.examples.chat.ChatClient
A chater has changed their state.
changeState(int, int). Method in class java.rmi.examples.chat.Chatter
The server invokes this to let us know that a chater has changed their state.
channel. Variable in class java.rmi.examples.remoteControl.PlayerPack
The channel to use to send moves
Character(char). Constructor for class java.lang.Character
Constructs a Character object with the specified value.
charAt(int). Method in class java.lang.String
Returns the character at the specified index.
charAt(int). Method in class java.lang.StringBuffer
Returns the character at the specified index.
charValue(). Method in class java.lang.Character
Returns the value of this Character object.
ChatAdded(ChatConnection, int). Constructor for class java.rmi.examples.chat.ChatAdded
chaterGone(int). Method in interface java.rmi.examples.chat.ChatClient
A chater has left the conversation
chaterGone(int). Method in class java.rmi.examples.chat.Chatter
The server invokes this to let us know that a chater has left the conversation.
Chatter(). Constructor for class java.rmi.examples.chat.Chatter
checkAccept(String, int). Method in class java.lang.SecurityManager
Checks to see if a socket connection to the specified port on the specified host has been accepted.
checkAccept(String, int). Method in class java.rmi.server.StubSecurityManager
For now Stubs can't accept connections on any port.
checkAccess(). Method in class java.lang.Thread
Checks whether the current Thread is allowed to modify this Thread.
checkAccess(). Method in class java.lang.ThreadGroup
Checks to see if the current Thread is allowed to modify this group.
checkAccess(Thread). Method in class java.lang.SecurityManager
Checks to see if the specified Thread is allowed to modify the Thread group.
checkAccess(Thread). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to manipulate threads outside Stub thread groups.
checkAccess(ThreadGroup). Method in class java.lang.SecurityManager
Checks to see if the specified Thread group is allowed to modify this group.
checkAccess(ThreadGroup). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to manipulate thread groups outside Stub thread groups.
checkConnect(String, int). Method in class java.lang.SecurityManager
Checks to see if a socket has connected to the specified port on the the specified host.
checkConnect(String, int). Method in class java.rmi.server.StubSecurityManager
Check if a Stub can connect to the given host:port.
checkConnect(String, int, Object). Method in class java.lang.SecurityManager
Checks to see if the current execution context and the indicated execution context are both allowed to connect to the indicated host and port.
checkConnect(String, int, Object). Method in class java.rmi.server.StubSecurityManager
Checks to see if the Stub and the indicated execution context are both allowed to connect to the indicated host and port.
checkConnect(String, String). Method in class java.rmi.server.StubSecurityManager
Check if a Stub from a host can connect to another host.
checkCreateClassLoader(). Method in class java.lang.SecurityManager
Checks to see if the ClassLoader has been created.
checkCreateClassLoader(). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to create class loaders.
checkDelete(String). Method in class java.lang.SecurityManager
Checks to see if a file with the specified system dependent file name can be deleted.
checkError(). Method in class java.io.PrintStream
Flushes the print stream and returns whether or not there was an error on the output stream.
checkExec(String). Method in class java.lang.SecurityManager
Checks to see if the system command is executed by trusted code.
checkExec(String). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to fork processes.
checkExit(int). Method in class java.lang.SecurityManager
Checks to see if the system has exited the virtual machine with an exit code.
checkExit(int). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to exit the VM.
checkLink(String). Method in class java.lang.SecurityManager
Checks to see if the specified linked library exists.
checkLink(String). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to link dynamic libraries.
checkListen(int). Method in class java.lang.SecurityManager
Checks to see if a server socket is listening to the specified local port that it is bounded to.
checkListen(int). Method in class java.rmi.server.StubSecurityManager
For now Stubs can't listen on any port.
checkPackageAccess(String). Method in class java.lang.SecurityManager
Checks to see if an applet can access a package.
checkPackageAccess(String). Method in class java.rmi.server.StubSecurityManager
Check if a Stub can access a package.
checkPackageDefinition(String). Method in class java.lang.SecurityManager
Checks to see if an applet can define classes in a package.
checkPackageDefinition(String). Method in class java.rmi.server.StubSecurityManager
Check if a Stub can define classes in a package.
checkPropertiesAccess(). Method in class java.lang.SecurityManager
Checks to see who has access to the System properties.
checkPropertiesAccess(). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to access any properties.
checkPropertyAccess(String). Method in class java.lang.SecurityManager
Checks to see who has access to the System property named by key.
checkPropertyAccess(String). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to access any properties.
checkPropertyAccess(String, String). Method in class java.lang.SecurityManager
Checks to see who has access to the System property named by key and def.
checkRead(FileDescriptor). Method in class java.lang.SecurityManager
Checks to see if an input file with the specified file descriptor object gets created.
checkRead(FileDescriptor). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to open file descriptors.
checkRead(String). Method in class java.lang.SecurityManager
Checks to see if an input file with the specified system dependent file name gets created.
checkRead(String). Method in class java.rmi.server.StubSecurityManager
Check if a Stub can read a particular file.
checkRead(String, Object). Method in class java.lang.SecurityManager
Checks to see if the current context or the indicated context are both allowed to read the given file name.
checkRead(String, Object). Method in class java.rmi.server.StubSecurityManager
No file reads are valid from a stub.
checkRead(String, URL). Method in class java.rmi.server.StubSecurityManager
checkSetFactory(). Method in class java.lang.SecurityManager
Checks to see if an applet can set a networking-related object factory.
checkSetFactory(). Method in class java.rmi.server.StubSecurityManager
Check if a Stub can set a networking-related object factory.
checkTopLevelWindow(Object). Method in class java.lang.SecurityManager
Checks to see if top-level windows can be created by the caller.
checkTopLevelWindow(Object). Method in class java.rmi.server.StubSecurityManager
Disallow creating top-level windows by the caller.
checkWrite(FileDescriptor). Method in class java.lang.SecurityManager
Checks to see if an output file with the specified file descriptor object gets created.
checkWrite(FileDescriptor). Method in class java.rmi.server.StubSecurityManager
Stubs are not allowed to open file descriptors.
checkWrite(String). Method in class java.lang.SecurityManager
Checks to see if an output file with the specified system dependent file name gets created.
checkWrite(String). Method in class java.rmi.server.StubSecurityManager
Check if a Stub can write a particular file.
ClassCastException(). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError(). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
classDepth(String). Method in class java.lang.SecurityManager
Return the position of the stack frame containing the first occurrence of the named class.
ClassFormatError(). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader(). Constructor for class java.lang.ClassLoader
Constructs a new Class loader and initializes it.
classLoaderDepth(). Method in class java.lang.SecurityManager
ClassMismatchException(). Constructor for class java.io.ClassMismatchException
ClassMismatchException(String). Constructor for class java.io.ClassMismatchException
Raised when the runtime detects a problem with a Class.
ClassNotFoundException(). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
Client(). Constructor for class java.rmi.examples.remoteControl.Client
client(). Method in class java.rmi.examples.chat.SugarConnection
clientID. Variable in class java.rmi.examples.chat.ChatAdded
The client identifier for the added client (i.e., the added client's self).
clone(). Method in class java.lang.Object
Creates a clone of the object.
CloneNotSupportedException(). Constructor for class java.lang.CloneNotSupportedException
Constructs an CloneNotSupportedException with no detail message.
CloneNotSupportedException(String). Constructor for class java.lang.CloneNotSupportedException
Constructs an CloneNotSupportedException with the specified detail message.
close(). Method in class java.io.FileInputStream
Closes the input stream.
close(). Method in class java.io.FileOutputStream
Closes the stream.
close(). Method in class java.io.FilterInputStream
Closes the input stream.
close(). Method in class java.io.FilterOutputStream
Closes the stream.
close(). Method in class java.io.InputStream
Closes the input stream.
close(). Method in class java.io.OutputStream
Closes the stream.
close(). Method in class java.io.PipedInputStream
Closes the input stream.
close(). Method in class java.io.PipedOutputStream
Closes the stream.
close(). Method in class java.io.PrintStream
Closes the stream.
close(). Method in class java.io.RandomAccessFile
Closes the file.
close(). Method in class java.io.SequenceInputStream
Closes the input stream; flipping to the next stream, if an EOF is reached.
command(Object). Static method in class java.lang.Compiler
commentChar(int). Method in class java.io.StreamTokenizer
Specifies that this character starts a single line comment.
compareTo(String). Method in class java.lang.String
Compares this String to another specified String.
compileClass(Class). Static method in class java.lang.Compiler
compileClasses(String). Static method in class java.lang.Compiler
compute(Class). Static method in class java.lang.FingerPrintClass
Compute the fingerprint of the specified class.
compute(String). Static method in class java.lang.FingerPrintClass
Compute the fingerprint of the class.
computeTotal(Class). Static method in class java.lang.FingerPrintClass
Compute the total fingerprint of the specified class as the fingerprint of the class plus the fingerprints of all of related classes.
computeTotal(String). Static method in class java.lang.FingerPrintClass
Compute the total fingerprint of the specified class.
concat(String). Method in class java.lang.String
Concatenates the specified string to the end of this String and returns a new String object representing the concatenation.
connect(PipedInputStream). Method in class java.io.PipedOutputStream
Connect this output stream to a receiver.
connect(PipedOutputStream). Method in class java.io.PipedInputStream
Connects this input stream to a sender.
connection. Variable in class java.rmi.examples.chat.ChatAdded
The connection object for communicating to the chat service from the added client.
copyValueOf(char[]). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
copyValueOf(char[], int, int). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
cos(double). Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
count. Variable in class java.io.BufferedInputStream
The number of bytes in the buffer.
count. Variable in class java.io.BufferedOutputStream
The number of bytes in the buffer.
count. Variable in class java.io.ByteArrayInputStream
The number of characters to use in the buffer.
count. Variable in class java.io.ByteArrayOutputStream
The number of bytes in the buffer.
count. Variable in class java.io.StringBufferInputStream
The number of characters to use in the buffer.
CounterApplet(). Constructor for class java.rmi.examples.counter.CounterApplet
CounterImpl(). Constructor for class java.rmi.examples.counter.CounterImpl
CounterLocal(). Constructor for class java.rmi.examples.counter.CounterLocal
CounterRemote(). Constructor for class java.rmi.examples.counter.CounterRemote
Construct a new CounterRemote and export it
countStackFrames(). Method in class java.lang.Thread
Returns the number of stack frames in this Thread.
currentClassLoader(). Method in class java.lang.SecurityManager
The current ClassLoader on the execution stack.
currentThread(). Static method in class java.lang.Thread
Returns a reference to the currently executing Thread object.
currentTimeMillis(). Static method in class java.lang.System
Returns the current time in milliseconds GMT since the epoch (00:00:00 UTC, January 1, 1970).
currentTurn. Variable in class java.rmi.examples.remoteControl.OutOfSyncException
The actual current turn.

D

DataInputStream(InputStream). Constructor for class java.io.DataInputStream
Creates a new DataInputStream.
DataOutputStream(OutputStream). Constructor for class java.io.DataOutputStream
Creates a new DataOutputStream.
defineClass(byte[], int, int). Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class Class.
delete(). Method in class java.io.File
Deletes the specified file.
destroy(). Method in class java.rmi.examples.chat.Chatter
Cleans up whatever resources are being held.
destroy(). Method in class java.rmi.examples.remoteControl.Client
Cleans up whatever resources are being held.
destroy(). Method in class java.rmi.examples.echo.EchoApplet
Clean up
destroy(). Method in class java.lang.Process
Kills the subprocess.
destroy(). Method in class java.lang.Thread
Destroy a thread, without any cleanup, i.e.
destroy(). Method in class java.lang.ThreadGroup
Destroys a Thread group.
detail. Variable in class java.rmi.RemoteException
digit(char, int). Static method in class java.lang.Character
Returns the numeric value of the character digit using the specified radix.
disable(). Static method in class java.lang.Compiler
dispatch(Remote, RemoteCall, int). Method in interface java.rmi.server.Skeleton
Unmarshals arguments, calls the actual remote object implementation, and marshals the return value or any exception.
doCounter(). Method in class java.rmi.examples.counter.CounterApplet
doEcho(String). Method in class java.rmi.examples.echo.EchoApplet
done(). Method in interface java.rmi.server.RemoteCall
Allow cleanup after the remote call has completed.
done(RemoteCall). Method in interface java.rmi.server.RemoteRef
Allows the remote reference to clean up (or reuse) the connection.
doRun(). Method in class java.rmi.examples.counter.CounterApplet
Start the async counter if not running, else stop it
Double(double). Constructor for class java.lang.Double
Constructs a Double wrapper for the specified double value.
Double(String). Constructor for class java.lang.Double
Constructs a Double object initialized to the value specified by the String parameter.
doubleToLongBits(double). Static method in class java.lang.Double
Returns the bit represention of a double-float value
doubleValue(). Method in class java.lang.Double
Returns the double value of this Double.
doubleValue(). Method in class java.lang.Float
Returns the double value of this Float.
doubleValue(). Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue(). Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue(). Method in class java.lang.Number
Returns the value of the number as a double.
dumpStack(). Static method in class java.lang.Thread
A debugging procedure to print a stack trace for the current Thread.

E

E. Static variable in class java.lang.Math
The float representation of the value E.
EchoApplet(). Constructor for class java.rmi.examples.echo.EchoApplet
EchoClient(). Constructor for class java.rmi.examples.echo.EchoClient
EchoImpl(String). Constructor for class java.rmi.examples.echo.EchoImpl
enable(). Static method in class java.lang.Compiler
endsWith(String). Method in class java.lang.String
Determines whether the String ends with some suffix.
ensureCapacity(int). Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
enumerate(Thread[]). Static method in class java.lang.Thread
Copies, into the specified array, references to every active Thread in this Thread's group.
enumerate(Thread[]). Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread in this Thread group.
enumerate(Thread[], boolean). Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread in this Thread group.
enumerate(ThreadGroup[]). Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread group in this Thread group.
enumerate(ThreadGroup[], boolean). Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread group in this Thread group.
EOFException(). Constructor for class java.io.EOFException
Constructs an EOFException with no detail message.
EOFException(String). Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
eolIsSignificant(boolean). Method in class java.io.StreamTokenizer
If the flag is true, end-of-lines are significant (TT_EOL will be returned by nexttoken).
equals(Object). Method in class java.lang.Boolean
Compares this object against the specified object.
equals(Object). Method in class java.lang.Character
Compares this object against the specified object.
equals(Object). Method in class java.lang.Double
Compares this object against the specified object.
equals(Object). Method in class java.io.File
Compares this object against the specified object.
equals(Object). Method in class java.lang.Float
Compares this object against some other object.
equals(Object). Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object). Method in class java.lang.Long
Compares this object against the specified object.
equals(Object). Method in class java.lang.Object
Compares two Objects for equality.
equals(Object). Method in class java.rmi.server.RemoteObject
Compares two remote objects for equality.
equals(Object). Method in class java.lang.String
Compares this String to the specified object.
equalsIgnoreCase(String). Method in class java.lang.String
Compares this String to another object.
err. Static variable in class java.io.FileDescriptor
Handle to standard error.
err. Static variable in class java.lang.System
Standard error stream.
Error(). Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
Error(String). Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
ex. Variable in class java.rmi.server.IORemoteException
Exception(). Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String). Constructor for class java.lang.Exception
Constructs a Exception with the specified detail message.
exec(String). Method in class java.lang.Runtime
Executes the system command specified in the parameter.
exec(String, String[]). Method in class java.lang.Runtime
Executes the system command specified in the parameter.
exec(String[]). Method in class java.lang.Runtime
Executes the system command specified by cmdarray[0] with arguments specified by the strings in the rest of the array.
exec(String[], String[]). Method in class java.lang.Runtime
Executes the system command specified by cmdarray[0] with arguments specified by the strings in the rest of the array.
executeCall(). Method in interface java.rmi.server.RemoteCall
Do whatever it takes to execute the call.
exists(). Method in class java.io.File
Returns a boolean indicating whether or not a file exists.
exit(int). Method in class java.lang.Runtime
Exits the virtual machine with an exit code.
exit(int). Static method in class java.lang.System
Exits the virtual machine with an exit code.
exitValue(). Method in class java.lang.Process
Returns the exit value for the subprocess.
exp(double). Static method in class java.lang.Math
Returns the exponential number e(2.718...) raised to the power of a.
exportObject(Remote). Static method in class java.rmi.server.UnicastRemoteServer
Find or create a client stub object for the supplied Remote.
exportObject(Remote, int). Static method in class java.rmi.server.UnicastRemoteServer
Find or create the stub for this remote object.

F

FALSE. Static variable in class java.lang.Boolean
Assigns this Boolean to be false.
File(File, String). Constructor for class java.io.File
Creates a File object (given a directory File object).
File(String). Constructor for class java.io.File
Creates a File object.
File(String, String). Constructor for class java.io.File
Creates a File object from the specified directory.
FileDescriptor(). Constructor for class java.io.FileDescriptor
FileInputStream(File). Constructor for class java.io.FileInputStream
Creates an input file from the specified File object.
FileInputStream(FileDescriptor). Constructor for class java.io.FileInputStream
FileInputStream(String). Constructor for class java.io.FileInputStream
Creates an input file with the specified system dependent file name.
FileNotFoundException(). Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with no detail message.
FileNotFoundException(String). Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOutputStream(File). Constructor for class java.io.FileOutputStream
Creates an output file with the specified File object.
FileOutputStream(FileDescriptor). Constructor for class java.io.FileOutputStream
FileOutputStream(String). Constructor for class java.io.FileOutputStream
Creates an output file with the specified system dependent file name.
fillInStackTrace(). Method in class java.lang.Throwable
Fills in the excecution stack trace.
FilterInputStream(InputStream). Constructor for class java.io.FilterInputStream
Creates an input stream filter.
FilterOutputStream(OutputStream). Constructor for class java.io.FilterOutputStream
Creates an output stream filter.
finalize(). Method in class java.io.FileInputStream
Closes the stream when garbage is collected.
finalize(). Method in class java.io.FileOutputStream
Closes the stream when garbage is collected.
finalize(). Method in class java.lang.Object
Code to perform when this object is garbage collected.
findSystemClass(String). Method in class java.lang.ClassLoader
Loads a system Class.
firstTurnTime. Variable in class java.rmi.examples.remoteControl.PlayerPack
The time allowed for the first turn
FlexGridLayout(int, int). Constructor for class java.rmi.examples.util.FlexGridLayout
Creates a grid layout with the specified rows and columns.
FlexGridLayout(int, int, int, int). Constructor for class java.rmi.examples.util.FlexGridLayout
Creates a grid layout with the specified rows, columns, horizontal gap, and vertical gap.
Float(double). Constructor for class java.lang.Float
Constructs a Float wrapper for the specified double value.
Float(float). Constructor for class java.lang.Float
Constructs a Float wrapper for the specified float value.
Float(String). Constructor for class java.lang.Float
Constructs a Float object initialized to the value specified by the String parameter.
floatToIntBits(float). Static method in class java.lang.Float
Returns the bit represention of a single-float value
floatValue(). Method in class java.lang.Double
Returns the float value of this Double.
floatValue(). Method in class java.lang.Float
Returns the float value of this Float object.
floatValue(). Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue(). Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue(). Method in class java.lang.Number
Returns the value of the number as a float.
floor(double). Static method in class java.lang.Math
Returns the "floor" or largest whole number less than or equal to a.
flush(). Method in class java.io.BufferedOutputStream
Flushes the stream.
flush(). Method in class java.io.DataOutputStream
Flushes the stream.
flush(). Method in class java.io.FilterOutputStream
Flushes the stream.
flush(). Method in class java.io.OutputStream
Flushes the stream.
flush(). Method in class java.io.PipedOutputStream
Flushes the stream.
flush(). Method in class java.io.PrintStream
Flushes the stream.
forDigit(int, int). Static method in class java.lang.Character
Returns the character value for the specified digit in the specified radix.
forName(String). Static method in class java.lang.Class
Returns the runtime Class descriptor for the specified Class.
freeMemory(). Method in class java.lang.Runtime
Returns the number of free bytes in system memory.

G

game. Variable in class java.rmi.examples.remoteControl.PlayerPack
The game actually inserted into
gc(). Method in class java.lang.Runtime
Runs the garbage collector.
gc(). Static method in class java.lang.System
Runs the garbage collector.
getAbsolutePath(). Method in class java.io.File
Gets the absolute path of the file.
getAppletContext(). Method in class java.rmi.examples.util.AppletFrame
Gets a handler to the applet's context.
getAppletInfo(). Method in class java.rmi.examples.registry.RegistryBrowse
Returns a string containing information about the author, version and copyright of the applet.
getBoolean(String). Static method in class java.lang.Boolean
Gets a Boolean from the properties.
getBytes(int, int, byte[], int). Method in class java.lang.String
Copies characters from this String into the specified byte array.
getChars(int, int, char[], int). Method in class java.lang.String
Copies characters from this String into the specified character array.
getChars(int, int, char[], int). Method in class java.lang.StringBuffer
Copies the characters of the specified substring (determined by srcBegin and srcEnd) into the character array, starting at the array's dstBegin location.
getClass(). Method in class java.lang.Object
Returns the Class of this Object.
getClassContext(). Method in class java.lang.SecurityManager
Gets the context of this Class.
getClassLoader(). Method in class java.lang.Class
Returns the Class loader of this Class.
getClassLoader(URL). Static method in class java.rmi.server.StubClassLoader
Get a class loader.
getClientHost(). Static method in class java.rmi.server.RemoteServer
getClientPort(). Static method in class java.rmi.server.RemoteServer
Return the port number of the current client.
getClientRef(). Method in interface java.rmi.server.RemoteRef
Returns the client remote reference for this remote reference.
getCodeBase(). Method in class java.rmi.examples.util.AppletFrame
Gets the base URL.
getCounterServer(String). Method in class java.rmi.examples.counter.CounterApplet
getDocumentBase(). Method in class java.rmi.examples.util.AppletFrame
Gets the document URL.
getEchoServer(String). Method in class java.rmi.examples.echo.EchoApplet
getenv(String). Static method in class java.lang.System
Obsolete.
getErrorStream(). Method in class java.lang.Process
Returns the an InputStream connected to the error stream of the child process.
getFD(). Method in class java.io.FileInputStream
Returns the opaque file descriptor object associated with this stream.
getFD(). Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD(). Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object.
getFilePointer(). Method in class java.io.RandomAccessFile
Returns the current location of the file pointer.
getHash(). Method in class java.io.SHAOutputStream
Computes the final hash and returns the final value as a byte[20] array.
getInCheck(). Method in class java.lang.SecurityManager
Returns whether there is a security check in progress.
getInputStream(). Method in class java.lang.Process
Returns a Stream connected to the output of the child process.
getInputStream(). Method in interface java.rmi.server.RemoteCall
Get the InputStream that the stub/skeleton should get results/arguments from.
getInteger(String). Static method in class java.lang.Integer
Gets an Integer property.
getInteger(String, int). Static method in class java.lang.Integer
Gets an Integer property.
getInteger(String, Integer). Static method in class java.lang.Integer
Gets an Integer property.
getInterfaces(). Method in class java.lang.Class
Returns the interfaces of this Class.
getLineNumber(). Method in class java.io.LineNumberInputStream
Returns the current line number.
getLocalizedInputStream(InputStream). Method in class java.lang.Runtime
Localize an input stream.
getLocalizedOutputStream(OutputStream). Method in class java.lang.Runtime
Localize an output stream.
getLocalLoader(). Static method in class java.rmi.server.StubClassLoader
If a security manager is present, find or create a class loader defined locally; if one cannot be found or created, null is returned and the caller should use class.forName() to resolve the class.
getLong(String). Static method in class java.lang.Long
Gets a Long property.
getLong(String, long). Static method in class java.lang.Long
Gets a Long property.
getLong(String, Long). Static method in class java.lang.Long
Gets a Long property.
getMaxPriority(). Method in class java.lang.ThreadGroup
Gets the maximum priority of the group.
getMessage(). Method in class java.rmi.server.IORemoteException
Gets the detail message of the Throwable.
getMessage(). Method in class java.rmi.RemoteException
Produce the message, include the message from the nested exception if there is one.
getMessage(). Method in class java.lang.Throwable
Gets the detail message of the Throwable.
getName(). Method in class java.lang.Class
Returns the name of this Class.
getName(). Method in class java.io.File
Gets the name of the file.
getName(). Method in class java.lang.Thread
Gets and returns this Thread's name.
getName(). Method in class java.lang.ThreadGroup
Gets the name of this Thread group.
getOperation(). Method in class java.rmi.server.Operation
Returns the name of the method.
getOutputStream(). Method in class java.lang.Process
Returns a Stream connected to the input of the child process.
getOutputStream(). Method in interface java.rmi.server.RemoteCall
Return the output stream the stub/skeleton should put arguments/results into.
getParameter(String). Method in class java.rmi.examples.util.AppletFrame
Gets a parameter of the applet.
getParameterInfo(). Method in class java.rmi.examples.registry.RegistryBrowse
Returns an array of strings describing the parameters that are understood by this applet.
getParent(). Method in class java.io.File
Gets the name of the parent directory.
getParent(). Method in class java.lang.ThreadGroup
Gets the parent of this Thread group.
getPath(). Method in class java.io.File
Gets the path of the file.
getPriority(). Method in class java.lang.Thread
Gets and returns the Thread's priority.
getProperties(). Static method in class java.lang.System
Gets the System properties.
getProperty(String). Static method in class java.lang.System
Gets the System property indicated by the specified key.
getProperty(String, String). Static method in class java.lang.System
Gets the System property indicated by the specified key and def.
getProxy(). Method in class java.rmi.server.RemoteServer
Used solely by the implementation.
getProxy(Remote). Static method in class java.rmi.server.RemoteServer
Used solely by the implementation.
getRegistry(). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry for the local host.
getRegistry(int). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry on the current host at the specified port.
getRegistry(String). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry on the specified host at a default (i.e., well-known) port number.
getRegistry(String, int). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry on the specified host at the specified port.
getResultStream(boolean). Method in interface java.rmi.server.RemoteCall
Returns an output stream (may put out header information relating to the success of the call).
getRuntime(). Static method in class java.lang.Runtime
Returns the runtime.
getSecurityContext(). Method in class java.lang.SecurityManager
Returns an implementation-dependent Object which encapsulates enough information about the current execution environment to perform some of the security checks later.
getSecurityContext(). Method in class java.rmi.server.StubSecurityManager
The only variable that currently affects whether a Stub can perform certain operations is the host it came from.
getSecurityManager(). Static method in class java.lang.System
Gets the system security interface.
getSkeleton(Remote). Static method in class java.rmi.server.RemoteServer
Used solely by the implementation.
getStub(Remote, RemoteRef). Static method in class java.rmi.server.RemoteStub
Locate a RemoteStub object corresponding to the supplied Remote
getStub(String, RemoteRef). Static method in class java.rmi.server.RemoteStub
Create a RemoteStub for the specified implementation class, initialized to the specified RemoteRef.
getSuperclass(). Method in class java.lang.Class
Returns the superclass of this Class.
getThreadGroup(). Method in class java.lang.Thread
Gets and returns this Thread group.
GONE. Static variable in interface java.rmi.examples.chat.ChatClient
The chatter has gone away.

H

handleEvent(Event). Method in class java.rmi.examples.util.AppletFrame
Handles the event.
handleEvent(Event). Method in class java.rmi.examples.counter.CounterApplet
Handles the event.
handleEvent(Event). Method in class java.rmi.examples.echo.EchoApplet
Handles the event.
hashCode(). Method in class java.lang.Boolean
Returns a hashcode for this Boolean.
hashCode(). Method in class java.lang.Character
Returns a hashcode for this Character.
hashCode(). Method in class java.lang.Double
Returns a hashcode for this Double.
hashCode(). Method in class java.io.File
Computes a hashcode for the file.
hashCode(). Method in class java.lang.Float
Returns a hashcode for this Float.
hashCode(). Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode(). Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode(). Method in class java.lang.Object
Returns a hashcode for this Object.
hashCode(). Method in class java.rmi.server.RemoteObject
Returns a hashcode for a remote object.
hashCode(). Method in class java.lang.String
Returns a hashcode for this String.

I

id(). Method in class java.rmi.examples.chat.SugarConnection
IEEEremainder(double, double). Static method in class java.lang.Math
Returns the remainder of f1 divided by f2 as defined by IEEE 754.
IllegalAccessError(). Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String). Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException(). Constructor for class java.lang.IllegalAccessException
Constructs a IllegalAccessException without a detail message.
IllegalAccessException(String). Constructor for class java.lang.IllegalAccessException
Constructs a IllegalAccessException with a detail message.
IllegalArgumentException(). Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String). Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalMonitorStateException(). Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String). Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalThreadStateException(). Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String). Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
in. Static variable in class java.io.FileDescriptor
Handle to standard input.
in. Variable in class java.io.FilterInputStream
The actual input stream.
in. Static variable in class java.lang.System
Standard input stream.
inc(). Method in interface java.rmi.examples.counter.Counter
inc(). Method in class java.rmi.examples.counter.CounterImpl
inc(). Method in class java.rmi.examples.counter.CounterLocal
inCheck. Variable in class java.lang.SecurityManager
inClass(String). Method in class java.lang.SecurityManager
Returns true if the specified String is in this Class.
inClassLoader(). Method in class java.lang.SecurityManager
Returns a boolean indicating whether or not the current ClassLoader is equal to null.
IncompatibleClassChangeError(). Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String). Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
indexOf(int). Method in class java.lang.String
Returns the index within this String of the first occurrence of the specified character.
indexOf(int, int). Method in class java.lang.String
Returns the index within this String of the first occurrence of the specified character, starting the search at fromIndex.
indexOf(String). Method in class java.lang.String
Returns the index within this String of the first occurrence of the specified substring.
indexOf(String, int). Method in class java.lang.String
Returns the index within this String of the first occurrence of the specified substring.
IndexOutOfBoundsException(). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String). Constructor for class java.lang.IndexOutOfBoundsException
Constructs a IndexOutOfBoundsException with the specified detail message.
init(). Method in class java.rmi.examples.chat.Chatter
Initializes the applet.
init(). Method in class java.rmi.examples.remoteControl.Client
Initializes the applet.
init(). Method in class java.rmi.examples.counter.CounterApplet
Initializes the applet.
init(). Method in class java.rmi.examples.echo.EchoApplet
Initializes the applet.
init(). Method in class java.rmi.examples.registry.RegistryBrowse
Initializes the applet.
InputStream(). Constructor for class java.io.InputStream
insert(int, boolean). Method in class java.lang.StringBuffer
Inserts a boolean into the String buffer.
insert(int, char). Method in class java.lang.StringBuffer
Inserts a character into the String buffer.
insert(int, char[]). Method in class java.lang.StringBuffer
Inserts an array of characters into the String buffer.
insert(int, double). Method in class java.lang.StringBuffer
Inserts a double into the String buffer.
insert(int, float). Method in class java.lang.StringBuffer
Inserts a float into the String buffer.
insert(int, int). Method in class java.lang.StringBuffer
Inserts an integer into the String buffer.
insert(int, long). Method in class java.lang.StringBuffer
Inserts a long into the String buffer.
insert(int, Object). Method in class java.lang.StringBuffer
Inserts an object into the String buffer.
insert(int, String). Method in class java.lang.StringBuffer
Inserts a String into the String buffer.
InstantiationError(). Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String). Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException(). Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String). Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
intBitsToFloat(int). Static method in class java.lang.Float
Returns the single-float corresponding to a given bit represention.
Integer(int). Constructor for class java.lang.Integer
Constructs an Integer object initialized to the specified int value.
Integer(String). Constructor for class java.lang.Integer
Constructs an Integer object initialized to the value specified by the String parameter.
intern(). Method in class java.lang.String
Returns a String that is equal to this String but which is guaranteed to be from the unique String pool.
InternalError(). Constructor for class java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String). Constructor for class java.lang.InternalError
Constructs an InternalError with the specified detail message.
interrupt(). Method in class java.lang.Thread
Send an interrupt to a thread.
interrupted(). Static method in class java.lang.Thread
Ask if you have been interrupted.
InterruptedException(). Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String). Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException(). Constructor for class java.io.InterruptedIOException
Constructs an IOException with no detail message.
InterruptedIOException(String). Constructor for class java.io.InterruptedIOException
Constructs an IOException with the specified detail message.
intValue(). Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue(). Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue(). Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue(). Method in class java.lang.Long
Returns the value of this Long as an int.
intValue(). Method in class java.lang.Number
Returns the value of the number as an int.
invoke(RemoteCall, Operation[], int). Method in interface java.rmi.server.RemoteRef
Executes the remote call.
IOException(). Constructor for class java.io.IOException
Constructs an IOException with no detail message.
IOException(String). Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
IORemoteException(RemoteException). Constructor for class java.rmi.server.IORemoteException
IORemoteException(String, RemoteException). Constructor for class java.rmi.server.IORemoteException
isAbsolute(). Method in class java.io.File
Returns a boolean indicating whether the file name is absolute.
isActive(). Method in class java.rmi.examples.util.AppletFrame
Returns true if the applet is active.
isAlive(). Method in class java.lang.Thread
Returns a boolean indicating if the Thread is active.
isDaemon(). Method in class java.lang.Thread
Returns the daemon flag of the Thread.
isDaemon(). Method in class java.lang.ThreadGroup
Returns the daemon flag of the Thread group.
isDefined(char). Static method in class java.lang.Character
Determines whether the specified character actually has a Unicode definition.
isDigit(char). Static method in class java.lang.Character
Determines whether the specified character is a digit.
isDirectory(). Method in class java.io.File
Returns a boolean indicating whether or not a directory file exists.
isFile(). Method in class java.io.File
Returns a boolean indicating whether or not a normal file exists.
isInfinite(). Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite(). Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInfinite(double). Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite(float). Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInterface(). Method in class java.lang.Class
Returns a boolean indicating whether or not this Class is an interface.
isInterrupted(). Method in class java.lang.Thread
Ask if another thread has been interrupted.
isJavaLetter(char). Static method in class java.lang.Character
Determines whether the specified character is a "Java" letter, that is, permissible as the first character in a Java identifier.
isJavaLetterOrDigit(char). Static method in class java.lang.Character
Determines whether the specified character is a "Java" letter or digit, that is, permissible as a non-initial character in a Java identifier.
isLetter(char). Static method in class java.lang.Character
Determines whether the specified character is a letter.
isLetterOrDigit(char). Static method in class java.lang.Character
Determines whether the specified character is a letter or digit.
isLowerCase(char). Static method in class java.lang.Character
Determines whether the specified character is a lowercase character.
isNaN(). Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN(). Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNaN(double). Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN(float). Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isSpace(char). Static method in class java.lang.Character
Determines if the specified character is ISO-LATIN-1 white space according to Java.
isTitleCase(char). Static method in class java.lang.Character
Determines whether the specified character is a titlecase character.
isUpperCase(char). Static method in class java.lang.Character
Determines whether the specified character is an uppercase character.

J

join(). Method in class java.lang.Thread
Waits forever for this Thread to die.
join(long). Method in class java.lang.Thread
Waits for this Thread to die.
join(long, int). Method in class java.lang.Thread
Waits for the Thread to die, with more precise time.

L

lastIndexOf(int). Method in class java.lang.String
Returns the index within this String of the last occurrence of the specified character.
lastIndexOf(int, int). Method in class java.lang.String
Returns the index within this String of the last occurrence of the specified character.
lastIndexOf(String). Method in class java.lang.String
Returns the index within this String of the rightmost occurrence of the specified substring.
lastIndexOf(String, int). Method in class java.lang.String
Returns the index within this String of the last occurrence of the specified substring.
lastModified(). Method in class java.io.File
Returns the last modification time.
layoutContainer(Container). Method in class java.rmi.examples.util.FlexGridLayout
Lays out the container in the specified panel.
length(). Method in class java.io.File
Returns the length of the file.
length(). Method in class java.io.RandomAccessFile
Returns the length of the file.
length(). Method in class java.lang.String
Returns the length of the String.
length(). Method in class java.lang.StringBuffer
Returns the length (character count) of the buffer.
lineno(). Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberInputStream(InputStream). Constructor for class java.io.LineNumberInputStream
Constructs a new LineNumberInputStream initialized with the specified input stream.
LinkageError(). Constructor for class java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String). Constructor for class java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
list(). Method in class java.io.File
Lists the files in a directory.
list(). Method in interface java.rmi.registry.Registry
Returns an array of of the names in the registry.
list(). Method in class java.rmi.registry.RegistryImpl
Returns an enumeration of the names in the registry.
list(). Method in class java.lang.ThreadGroup
Lists this Thread group.
list(FilenameFilter). Method in class java.io.File
Uses the specified filter to list files in a directory.
list(String). Static method in class java.rmi.Naming
Returns an array of strings of the URLs in the registry.
load(String). Method in class java.lang.Runtime
Loads a dynamic library, given a complete path name.
load(String). Static method in class java.lang.System
Loads a dynamic library, given a complete path name.
loadClass(String). Method in class java.rmi.server.StubClassLoader
Load a class from this class loader.
loadClass(String, boolean). Method in class java.lang.ClassLoader
Resolves the specified name to a Class.
loadClass(String, boolean). Method in class java.rmi.server.StubClassLoader
Load and resolve a class.
loadFromRegistry(Registry). Method in class java.rmi.examples.registry.RegistryBrowse
loadFromURL(String). Method in class java.rmi.examples.registry.RegistryBrowse
loadLibrary(String). Method in class java.lang.Runtime
Loads a dynamic library with the specified library name.
loadLibrary(String). Static method in class java.lang.System
Loads a dynamic library with the specified library name.
log(double). Static method in class java.lang.Math
Returns the natural logarithm (base e) of a.
Long(long). Constructor for class java.lang.Long
Constructs a Long object initialized to the specified value.
Long(String). Constructor for class java.lang.Long
Constructs a Long object initialized to the value specified by the String parameter.
longBitsToDouble(long). Static method in class java.lang.Double
Returns the double-float corresponding to a given bit represention.
longValue(). Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue(). Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue(). Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue(). Method in class java.lang.Long
Returns the value of this Long as a long.
longValue(). Method in class java.lang.Number
Returns the value of the number as a long.
lookup(String). Static method in class java.rmi.Naming
Returns the remote object for the URL.
lookup(String). Method in interface java.rmi.registry.Registry
Returns the remote object associated with the specified name in the registry.
lookup(String). Method in class java.rmi.registry.RegistryImpl
Returns the remote object for specified name in the registry.
lowerCaseMode(boolean). Method in class java.io.StreamTokenizer
Examines a boolean to decide whether TT_WORD tokens are forced to be lower case.

M

main(String[]). Static method in class java.rmi.examples.util.AppletFrame
main(String[]). Static method in class java.rmi.examples.counter.CounterImpl
main(String[]). Static method in class java.rmi.examples.counter.CounterRemote
main(String[]). Static method in class java.rmi.examples.echo.EchoClient
main(String[]). Static method in class java.rmi.examples.echo.EchoImpl
main(String[]). Static method in class java.rmi.registry.RegistryImpl
Main program to start a registry.
main(String[]). Static method in class java.rmi.examples.chat.SugarShack
Start up, registering ourself as the SugarShack server for the local host.
mark(int). Method in class java.io.BufferedInputStream
Marks the current position in the input stream.
mark(int). Method in class java.io.FilterInputStream
Marks the current position in the input stream.
mark(int). Method in class java.io.InputStream
Marks the current position in the input stream.
mark(int). Method in class java.io.LineNumberInputStream
Marks the current position in the input stream.
marklimit. Variable in class java.io.BufferedInputStream
The maximum readahead allowed after a mark() before subsequent calls to reset() fail.
markpos. Variable in class java.io.BufferedInputStream
The position in the buffer of the current mark.
markSupported(). Method in class java.io.BufferedInputStream
Returns a boolean indicating if this stream type supports mark/reset.
markSupported(). Method in class java.io.FilterInputStream
Returns true if this stream type supports mark/reset.
markSupported(). Method in class java.io.InputStream
Returns a boolean indicating whether or not this stream type supports mark/reset.
markSupported(). Method in class java.io.PushbackInputStream
Returns true if this stream type supports mark/reset.
MarshalException(String). Constructor for class java.rmi.server.MarshalException
Create a new marshal exception with a descriptive string.
MarshalException(String, Exception). Constructor for class java.rmi.server.MarshalException
Create a new marshal exception with a descriptive string and an exception.
MarshalInputStream(InputStream). Constructor for class java.rmi.server.MarshalInputStream
Create a new MarshalInputStream object.
MarshalOutputStream(OutputStream). Constructor for class java.rmi.server.MarshalOutputStream
Create a marshaling stream to handle RMI marshaling
max(double, double). Static method in class java.lang.Math
Takes two double values, a and b, and returns the greater number of the two.
max(float, float). Static method in class java.lang.Math
Takes two float values, a and b, and returns the greater number of the two.
max(int, int). Static method in class java.lang.Math
Takes two int values, a and b, and returns the greater number of the two.
max(long, long). Static method in class java.lang.Math
Takes two long values, a and b, and returns the greater number of the two.
MAX_PRIORITY. Static variable in class java.lang.Thread
The maximum priority that a Thread can have.
MAX_RADIX. Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_VALUE. Static variable in class java.lang.Character
The maximum value a Character can have.
MAX_VALUE. Static variable in class java.lang.Double
The maximum value a double can have.
MAX_VALUE. Static variable in class java.lang.Float
The maximum value a float can have.
MAX_VALUE. Static variable in class java.lang.Integer
The maximum value an Integer can have.
MAX_VALUE. Static variable in class java.lang.Long
The maximum value a Long can have.
messageFrom(int, int, String). Method in interface java.rmi.examples.chat.ChatClient
A new message has arrived from a particular chater
messageFrom(int, int, String). Method in class java.rmi.examples.chat.Chatter
The server invokes this to let us know that a message has arrived from a chater.
MethodMissingException(). Constructor for class java.io.MethodMissingException
MethodMissingException(String). Constructor for class java.io.MethodMissingException
Raised when the runtime detects that a required method is missing or that a method has been invoked improperly.
min(double, double). Static method in class java.lang.Math
Takes two double values, a and b, and returns the smallest number of the two.
min(float, float). Static method in class java.lang.Math
Takes two float values, a and b, and returns the smallest number of the two.
min(int, int). Static method in class java.lang.Math
Takes two integer values, a and b, and returns the smallest number of the two.
min(long, long). Static method in class java.lang.Math
Takes two long values, a and b, and returns the smallest number of the two.
MIN_PRIORITY. Static variable in class java.lang.Thread
The minimum priority that a Thread can have.
MIN_RADIX. Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE. Static variable in class java.lang.Character
The minimum value a Character can have.
MIN_VALUE. Static variable in class java.lang.Double
The minimum value a double can have.
MIN_VALUE. Static variable in class java.lang.Float
The minimum value a float can have.
MIN_VALUE. Static variable in class java.lang.Integer
The minimum value an Integer can have.
MIN_VALUE. Static variable in class java.lang.Long
The minimum value a Long can have.
minimumLayoutSize(Container). Method in class java.rmi.examples.util.FlexGridLayout
Returns the minimum dimensions needed to layout the components contained in the specified panel.
mkdir(). Method in class java.io.File
Creates a directory and returns a boolean indicating the success of the creation.
mkdirs(). Method in class java.io.File
Creates all directories in this path.

N

NAME. Static variable in class java.rmi.examples.chat.SugarShack
NaN. Static variable in class java.lang.Double
Not-a-Number.
NaN. Static variable in class java.lang.Float
Not-a-Number.
NEGATIVE_INFINITY. Static variable in class java.lang.Double
Negative infinity.
NEGATIVE_INFINITY. Static variable in class java.lang.Float
Negative infinity.
NegativeArraySizeException(). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
newCall(RemoteObject, Operation[], int). Method in interface java.rmi.server.RemoteRef
Creates an appropriate call object for a new call on this object.
newChatter(int, String). Method in interface java.rmi.examples.chat.ChatClient
A new chater has joined the group
newChatter(int, String). Method in class java.rmi.examples.chat.Chatter
newInstance(). Method in class java.lang.Class
Creates a new instance of this Class.
newMessage(int, String). Method in interface java.rmi.examples.chat.ChatConnection
The user entered a new message
newMessage(int, String). Method in class java.rmi.examples.chat.SugarConnection
newMessage(String). Method in class java.rmi.examples.chat.Chatter
Send a new message from this user.
nextToken(). Method in class java.io.StreamTokenizer
Parses a token from the input stream.
NoAccessException(). Constructor for class java.io.NoAccessException
NoAccessException(String). Constructor for class java.io.NoAccessException
Raised by a class when it is explicitly disallowing itself to be serialized.
NoClassDefFoundError(). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
noop(). Method in interface java.rmi.examples.counter.Counter
noop(). Method in class java.rmi.examples.counter.CounterImpl
noop(). Method in class java.rmi.examples.counter.CounterLocal
NORM_PRIORITY. Static variable in class java.lang.Thread
The default priority that is assigned to a Thread.
NoSuchFieldError(). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException without a detail message.
NoSuchFieldError(String). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with a detail message.
NoSuchMethodError(). Constructor for class java.lang.NoSuchMethodError
NoSuchMethodError(String). Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodException with a detail message.
NoSuchMethodException(). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
NoSuchObjectException(String). Constructor for class java.rmi.NoSuchObjectException
Create a new NoSuchObjectException with a description.
NotActiveException(). Constructor for class java.io.NotActiveException
NotActiveException(String). Constructor for class java.io.NotActiveException
NotBoundException(). Constructor for class java.rmi.NotBoundException
NotBoundException(String). Constructor for class java.rmi.NotBoundException
notify(). Method in class java.lang.Object
Notifies a single waiting thread on a change in condition of another thread.
notifyAll(). Method in class java.lang.Object
Notifies all of the threads waiting for a condition to change.
NullPointerException(). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
Number(). Constructor for class java.lang.Number
NumberFormatException(). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
nval. Variable in class java.io.StreamTokenizer
The number value.

O

Object(). Constructor for class java.lang.Object
ObjectInputStream(InputStream). Constructor for class java.io.ObjectInputStream
Create an ObjectInputStream that reads from the specified InputStream.
ObjectInvalidException(). Constructor for class java.io.ObjectInvalidException
ObjectInvalidException(String). Constructor for class java.io.ObjectInvalidException
Raised by a class when it is explicitly disallowing itself to be serialized.
ObjectOutputStream(OutputStream). Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
ObjectStreamException(). Constructor for class java.io.ObjectStreamException
ObjectStreamException(String). Constructor for class java.io.ObjectStreamException
Raised by a class when it is explicitly disallowing itself to be serialized.
Operation(String). Constructor for class java.rmi.server.Operation
Creates a new Operation object.
ordinaryChar(int). Method in class java.io.StreamTokenizer
Specifies that this character is 'ordinary': it removes any significance as a word, comment, string, whitespace or number character.
ordinaryChars(int, int). Method in class java.io.StreamTokenizer
Specifies that characters in this range are 'ordinary'.
out. Static variable in class java.io.FileDescriptor
Handle to standard output.
out. Variable in class java.io.FilterOutputStream
The actual output stream.
out. Static variable in class java.lang.System
Standard output stream.
OutOfMemoryError(). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutOfSyncException(int, int). Constructor for class java.rmi.examples.remoteControl.OutOfSyncException
OutputStream(). Constructor for class java.io.OutputStream

P

parentOf(ThreadGroup). Method in class java.lang.ThreadGroup
Checks to see if this Thread group is a parent of or is equal to another Thread group.
parseInt(String). Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns that integer's value.
parseInt(String, int). Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns that integer's value.
parseLong(String). Static method in class java.lang.Long
Assuming the specified String represents a long, return that long's value.
parseLong(String, int). Static method in class java.lang.Long
Assuming the specified String represents a long, returns that long's value.
parseNumbers(). Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed.
pathSeparator. Static variable in class java.io.File
The system dependent path separator string.
pathSeparatorChar. Static variable in class java.io.File
The system dependent path separator character.
PI. Static variable in class java.lang.Math
The float representation of the value Pi.
PipedInputStream(). Constructor for class java.io.PipedInputStream
Creates an input file that isn't connected to anything (yet).
PipedInputStream(PipedOutputStream). Constructor for class java.io.PipedInputStream
Creates an input file from the specified PiledOutputStream.
PipedOutputStream(). Constructor for class java.io.PipedOutputStream
Creates an output file that isn't connected to anything (yet).
PipedOutputStream(PipedInputStream). Constructor for class java.io.PipedOutputStream
Creates an output file connected to the specified PipedInputStream.
player(). Method in class java.rmi.examples.remoteControl.Client
Return the Player object
playerNum. Variable in class java.rmi.examples.remoteControl.PlayerPack
The player's assigned number
playerNum(). Method in class java.rmi.examples.remoteControl.Client
Return the player number
PlayerPack(int, MoveChannel, Game, long). Constructor for class java.rmi.examples.remoteControl.PlayerPack
pos. Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos. Variable in class java.io.ByteArrayInputStream
The current position in the buffer.
pos. Variable in class java.io.StringBufferInputStream
The position in the buffer.
POSITIVE_INFINITY. Static variable in class java.lang.Double
Positive infinity.
POSITIVE_INFINITY. Static variable in class java.lang.Float
Positive infinity.
pow(double, double). Static method in class java.lang.Math
Returns the number a raised to the power of b.
preferredLayoutSize(Container). Method in class java.rmi.examples.util.FlexGridLayout
Returns the preferred dimensions for this layout given the components int the specified panel.
print(boolean). Method in class java.io.PrintStream
Prints a boolean.
print(char). Method in class java.io.PrintStream
Prints an character.
print(char[]). Method in class java.io.PrintStream
Prints an array of characters.
print(double). Method in class java.io.PrintStream
Prints a double.
print(float). Method in class java.io.PrintStream
Prints a float.
print(int). Method in class java.io.PrintStream
Prints an integer.
print(long). Method in class java.io.PrintStream
Prints a long.
print(Object). Method in class java.io.PrintStream
Prints an object.
print(String). Method in class java.io.PrintStream
Prints a String.
println(). Method in class java.io.PrintStream
Prints a newline.
println(boolean). Method in class java.io.PrintStream
Prints a boolean followed by a newline.
println(char). Method in class java.io.PrintStream
Prints a character followed by a newline.
println(char[]). Method in class java.io.PrintStream
Prints an array of characters followed by a newline.
println(double). Method in class java.io.PrintStream
Prints a double followed by a newline.
println(float). Method in class java.io.PrintStream
Prints a float followed by a newline.
println(int). Method in class java.io.PrintStream
Prints an integer followed by a newline.
println(long). Method in class java.io.PrintStream
Prints a long followed by a newline.
println(Object). Method in class java.io.PrintStream
Prints an object followed by a newline.
println(String). Method in class java.io.PrintStream
Prints a string followed by a newline.
printStackTrace(). Method in class java.lang.Throwable
Prints the Throwable and the Throwable's stack trace.
printStackTrace(PrintStream). Method in class java.lang.Throwable
PrintStream(OutputStream). Constructor for class java.io.PrintStream
Creates a new PrintStream.
PrintStream(OutputStream, boolean). Constructor for class java.io.PrintStream
Creates a new PrintStream, with auto flushing.
Process(). Constructor for class java.lang.Process
pushBack. Variable in class java.io.PushbackInputStream
Push back character.
pushBack(). Method in class java.io.StreamTokenizer
Pushes back a stream token.
PushbackInputStream(InputStream). Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream.

Q

quoteChar(int). Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit String constants.

R

random(). Static method in class java.lang.Math
Generates a random number between 0.0 and 1.0.
RandomAccessFile(File, String). Constructor for class java.io.RandomAccessFile
Creates a RandomAccessFile from a specified File object and mode ("r" or "rw").
RandomAccessFile(String, String). Constructor for class java.io.RandomAccessFile
Creates a RandomAccessFile with the specified system dependent file name and the specified mode.
read(). Method in class java.io.BufferedInputStream
Reads a byte of data.
read(). Method in class java.io.ByteArrayInputStream
Reads a byte of data.
read(). Method in class java.io.FileInputStream
Reads a byte of data.
read(). Method in class java.io.FilterInputStream
Reads a byte.
read(). Method in class java.io.InputStream
Reads a byte of data.
read(). Method in class java.io.LineNumberInputStream
Reads a byte of data.
read(). Method in class java.io.PipedInputStream
Reads a byte of data.
read(). Method in class java.io.PushbackInputStream
Reads a byte of data.
read(). Method in class java.io.RandomAccessFile
Reads a byte of data.
read(). Method in class java.io.SequenceInputStream
Reads a stream, and upon reaching an EOF, flips to the next stream.
read(). Method in class java.io.StringBufferInputStream
Reads a byte of data.
read(byte[]). Method in class java.io.DataInputStream
Reads data into an array of bytes.
read(byte[]). Method in class java.io.FileInputStream
Reads data into an array of bytes.
read(byte[]). Method in class java.io.FilterInputStream
Reads into an array of bytes.
read(byte[]). Method in class java.io.InputStream
Reads into an array of bytes.
read(byte[]). Method in class java.io.RandomAccessFile
Reads data into an array of bytes.
read(byte[], int, int). Method in class java.io.BufferedInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.ByteArrayInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.DataInputStream
Reads data into an array of bytes.
read(byte[], int, int). Method in class java.io.FileInputStream
Reads data into an array of bytes.
read(byte[], int, int). Method in class java.io.FilterInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.InputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.LineNumberInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.PipedInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.PushbackInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.RandomAccessFile
Reads a sub array as a sequence of bytes.
read(byte[], int, int). Method in class java.io.SequenceInputStream
Reads data into an array of bytes, and upon reaching an EOF, flips to the next stream.
read(byte[], int, int). Method in class java.io.StringBufferInputStream
Reads into an array of bytes.
readBoolean(). Method in interface java.io.DataInput
Reads in a boolean.
readBoolean(). Method in class java.io.DataInputStream
Reads a boolean.
readBoolean(). Method in class java.io.RandomAccessFile
Reads a boolean.
readByte(). Method in interface java.io.DataInput
Reads an 8 bit byte.
readByte(). Method in class java.io.DataInputStream
Reads an 8 bit byte.
readByte(). Method in class java.io.RandomAccessFile
Reads a byte.
readChar(). Method in interface java.io.DataInput
Reads a 16 bit char.
readChar(). Method in class java.io.DataInputStream
Reads a 16 bit char.
readChar(). Method in class java.io.RandomAccessFile
Reads a 16 bit char.
readDouble(). Method in interface java.io.DataInput
Reads a 64 bit double.
readDouble(). Method in class java.io.DataInputStream
Reads a 64 bit double.
readDouble(). Method in class java.io.RandomAccessFile
Reads a 64 bit double.
readFloat(). Method in interface java.io.DataInput
Reads a 32 bit float.
readFloat(). Method in class java.io.DataInputStream
Reads a 32 bit float.
readFloat(). Method in class java.io.RandomAccessFile
Reads a 32 bit float.
readFully(byte[]). Method in interface java.io.DataInput
Reads bytes, blocking until all bytes are read.
readFully(byte[]). Method in class java.io.DataInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]). Method in class java.io.RandomAccessFile
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in interface java.io.DataInput
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in class java.io.DataInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in class java.io.RandomAccessFile
Reads bytes, blocking until all bytes are read.
readInt(). Method in interface java.io.DataInput
Reads a 32 bit int.
readInt(). Method in class java.io.DataInputStream
Reads a 32 bit int.
readInt(). Method in class java.io.RandomAccessFile
Reads a 32 bit int.
readLine(). Method in interface java.io.DataInput
readLine(). Method in class java.io.DataInputStream
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLine(). Method in class java.io.RandomAccessFile
Reads a line terminated by a '\n' or EOF.
readLong(). Method in interface java.io.DataInput
Reads a 64 bit long.
readLong(). Method in class java.io.DataInputStream
Reads a 64 bit long.
readLong(). Method in class java.io.RandomAccessFile
Reads a 64 bit long.
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.
readShort(). Method in interface java.io.DataInput
Reads a 16 bit short.
readShort(). Method in class java.io.DataInputStream
Reads a 16 bit short.
readShort(). Method in class java.io.RandomAccessFile
Reads 16 bit short.
readUnsignedByte(). Method in interface java.io.DataInput
Reads an unsigned 8 bit byte.
readUnsignedByte(). Method in class java.io.DataInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte(). Method in class java.io.RandomAccessFile
Reads an unsigned 8 bit byte.
readUnsignedShort(). Method in interface java.io.DataInput
Reads an unsigned 16 bit short.
readUnsignedShort(). Method in class java.io.DataInputStream
Reads 16 bit short.
readUnsignedShort(). Method in class java.io.RandomAccessFile
Reads 16 bit short.
readUTF(). Method in interface java.io.DataInput
readUTF(). Method in class java.io.DataInputStream
Reads a UTF format String.
readUTF(). Method in class java.io.RandomAccessFile
Reads a UTF formatted String.
readUTF(DataInput). Static method in class java.io.DataInputStream
Reads a UTF format String from the given input stream.
rebind(String, Remote). Static method in class java.rmi.Naming
Rebind the name to a new object; replaces any existing binding.
rebind(String, Remote). Method in interface java.rmi.registry.Registry
Rebind the name to a new object, replacing any existing binding.
rebind(String, Remote). Method in class java.rmi.registry.RegistryImpl
Rebind the name to a new object, replaces any existing binding.
ref. Variable in class java.rmi.server.RemoteObject
regionMatches(boolean, int, String, int, int). Method in class java.lang.String
Determines whether a region of this String matches the specified region of the specified String.
regionMatches(int, String, int, int). Method in class java.lang.String
Determines whether a region of this String matches the specified region of the specified String.
registerValidation(ObjectInputValidation, int). Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
RegistryBrowse(). Constructor for class java.rmi.examples.registry.RegistryBrowse
RegistryImpl(). Constructor for class java.rmi.registry.RegistryImpl
Construct a new RegistryImpl on the default port.
RegistryImpl(int). Constructor for class java.rmi.registry.RegistryImpl
Construct a new RegistryImpl on the specified port.
releaseInputStream(). Method in interface java.rmi.server.RemoteCall
Release the input stream.
releaseOutputStream(). Method in interface java.rmi.server.RemoteCall
Release the output stream; in some transports this would release the stream.
remoteEquals(RemoteRef). Method in interface java.rmi.server.RemoteRef
Compares two remote objects for equality.
RemoteException(String). Constructor for class java.rmi.RemoteException
Create A remote exception with the specified string
RemoteException(String, Exception). Constructor for class java.rmi.RemoteException
Create A remote exception with the specified string, and the exception specified.
remoteHashCode(). Method in interface java.rmi.server.RemoteRef
Returns a hashcode for a remote object.
RemoteObject(). Constructor for class java.rmi.server.RemoteObject
Create a remote object.
RemoteObject(RemoteRef). Constructor for class java.rmi.server.RemoteObject
Create a remote object, initialized with the specified remote reference.
RemoteRuntimeException(String, Exception). Constructor for class java.rmi.RemoteRuntimeException
Create a new runtime exception with the strings and the specified exception.
RemoteServer(). Constructor for class java.rmi.server.RemoteServer
RemoteServer(RemoteRef). Constructor for class java.rmi.server.RemoteServer
RemoteStub(). Constructor for class java.rmi.server.RemoteStub
Constructor for RemoteStub.
RemoteStub(RemoteRef). Constructor for class java.rmi.server.RemoteStub
Constructor for RemoteStub, with the specified remote reference.
remoteToString(). Method in interface java.rmi.server.RemoteRef
Returns a String that represents the value of this remote object.
removeLayoutComponent(Component). Method in class java.rmi.examples.util.FlexGridLayout
Removes the specified component from the layout.
renameTo(File). Method in class java.io.File
Renames a file and returns a boolean indicating whether or not this method was successful.
replace(char, char). Method in class java.lang.String
Converts this String by replacing all occurences of oldChar with newChar.
replaceObject(Object). Method in class java.rmi.server.MarshalOutputStream
replaceObject is extended to check for instances of Remote that need to be serialized as proxy objects.
replaceObject(Object). Method in class java.io.ObjectOutputStream
This hook will allow subclasses of ObjectOutputStream to substitute one object for another during serialization.
requestedTurn. Variable in class java.rmi.examples.remoteControl.OutOfSyncException
The turn that was requested.
reset(). Method in class java.io.BufferedInputStream
Repositions the stream to the last marked position.
reset(). Method in class java.io.ByteArrayInputStream
Resets the buffer to the beginning.
reset(). Method in class java.io.ByteArrayOutputStream
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset(). Method in interface java.rmi.examples.counter.Counter
reset(). Method in class java.rmi.examples.counter.CounterImpl
reset(). Method in class java.rmi.examples.counter.CounterLocal
reset(). Method in class java.io.FilterInputStream
Repositions the stream to the last marked position.
reset(). Method in class java.io.InputStream
Repositions the stream to the last marked position.
reset(). Method in class java.io.LineNumberInputStream
Repositions the stream to the last marked position.
reset(). Method in class java.io.SHAOutputStream
Resets the buffers and hash value to start a new hash.
reset(). Method in class java.io.StringBufferInputStream
Resets the buffer to the beginning.
resetSyntax(). Method in class java.io.StreamTokenizer
Resets the syntax table so that all characters are special.
resolveClass(Class). Method in class java.lang.ClassLoader
Resolves classes referenced by this Class.
resolveClass(String). Method in class java.rmi.server.MarshalInputStream
ResolveClass is extended to acquire (if present) the location from which to load the specified class.
resolveClass(String). Method in class java.io.ObjectInputStream
Subclasses may implement this method to allow classes to be fetched from an alternate source.
resolveObject(Object). Method in class java.io.ObjectInputStream
ResolveObject can be used to substitute objects during deserialization.
resume(). Method in class java.lang.Thread
Resumes this Thread execution.
resume(). Method in class java.lang.ThreadGroup
Resumes all the Threads in this Thread group and all of its sub groups.
reverse(). Method in class java.lang.StringBuffer
Reverse the order of the characters in the String buffer.
rint(double). Static method in class java.lang.Math
Converts a double value into an integral value in double format.
round(double). Static method in class java.lang.Math
Rounds off a double value by first adding 0.5 to it and then returning the largest integer that is less than or equal to this new value.
round(float). Static method in class java.lang.Math
Rounds off a float value by first adding 0.5 to it and then returning the largest integer that is less than or equal to this new value.
run(). Method in class java.rmi.examples.counter.CounterApplet
run(). Method in interface java.lang.Runnable
The method that is executed when a Runnable object is activated.
run(). Method in class java.lang.Thread
The actual body of this Thread.
runFinalization(). Method in class java.lang.Runtime
Runs the finalization methods of any objects pending finalization.
runFinalization(). Static method in class java.lang.System
Runs the finalization methods of any objects pending finalization.
RuntimeException(). Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String). Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

S

SecurityException(). Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String). Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityManager(). Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
seek(long). Method in class java.io.RandomAccessFile
Sets the file pointer to the specified absolute position.
separator. Static variable in class java.io.File
The system dependent file separator String.
separatorChar. Static variable in class java.io.File
The system dependent file separator character.
SequenceInputStream(Enumeration). Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the specified list.
SequenceInputStream(InputStream, InputStream). Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the two specified input streams.
ServerNotActiveException(). Constructor for class java.rmi.server.ServerNotActiveException
Create a new exception.
setCharAt(int, char). Method in class java.lang.StringBuffer
Changes the character at the specified index to be ch.
setDaemon(boolean). Method in class java.lang.Thread
Marks this Thread as a daemon Thread or a user Thread.
setDaemon(boolean). Method in class java.lang.ThreadGroup
Changes the daemon status of this group.
setLength(int). Method in class java.lang.StringBuffer
Sets the length of the String.
setLineNumber(int). Method in class java.io.LineNumberInputStream
Sets the current line number.
setMaxPriority(int). Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setName(String). Method in class java.lang.Thread
Sets the Thread's name.
setPriority(int). Method in class java.lang.Thread
Sets the Thread's priority.
setProperties(Properties). Static method in class java.lang.System
Sets the System properties to the specified properties.
setSecurityManager(SecurityManager). Static method in class java.lang.System
Sets the System security.
SHAOutputStream(). Constructor for class java.io.SHAOutputStream
Creates a new SHAOutputStream.
showStatus(String). Method in class java.rmi.examples.echo.EchoApplet
Shows a status message in the applet's context.
sin(double). Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
size(). Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size(). Method in class java.io.DataOutputStream
Returns the number of bytes written.
SkeletonNotFoundException(String). Constructor for class java.rmi.server.SkeletonNotFoundException
Create a new SkeletonNotFoundException exception with a descriptive string.
SkeletonNotFoundException(String, Exception). Constructor for class java.rmi.server.SkeletonNotFoundException
Create a new SkeletonNotFoundException with a descriptive string and an exception.
skip(long). Method in class java.io.BufferedInputStream
Skips n bytes of input.
skip(long). Method in class java.io.ByteArrayInputStream
Skips n bytes of input.
skip(long). Method in class java.io.FileInputStream
Skips n bytes of input.
skip(long). Method in class java.io.FilterInputStream
Skips bytes of input.
skip(long). Method in class java.io.InputStream
Skips n bytes of input.
skip(long). Method in class java.io.LineNumberInputStream
Skips n bytes of input.
skip(long). Method in class java.io.StringBufferInputStream
Skips n bytes of input.
skipBytes(int). Method in interface java.io.DataInput
Skips bytes, block until all bytes are skipped.
skipBytes(int). Method in class java.io.DataInputStream
Skips bytes, blocks until all bytes are skipped.
skipBytes(int). Method in class java.io.RandomAccessFile
slashSlashComments(boolean). Method in class java.io.StreamTokenizer
If the flag is true, recognize C++ style( // ) comments.
slashStarComments(boolean). Method in class java.io.StreamTokenizer
If the flag is true, recognize C style( /* ) comments.
sleep(long). Static method in class java.lang.Thread
Causes the currently executing Thread to sleep for the specified number of milliseconds.
sleep(long, int). Static method in class java.lang.Thread
Sleep, in milliseconds and additional nanosecond.
sqrt(double). Static method in class java.lang.Math
Returns the square root of a.
StackOverflowError(). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
start(). Method in class java.rmi.examples.chat.Chatter
Called to start the applet.
start(). Method in class java.rmi.examples.remoteControl.Client
Called to start the applet.
start(). Method in class java.lang.Thread
Starts this Thread.
startsWith(String). Method in class java.lang.String
Determines whether this String starts with some prefix.
startsWith(String, int). Method in class java.lang.String
Determines whether this String starts with some prefix.
state(int). Method in interface java.rmi.examples.chat.ChatConnection
The user has changed state
state(int). Method in class java.rmi.examples.chat.SugarConnection
stop(). Method in class java.rmi.examples.chat.Chatter
Called to stop the applet.
stop(). Method in class java.lang.Thread
Stops a Thread by tossing an object.
stop(). Method in class java.lang.ThreadGroup
Stops all the Threads in this Thread group and all of its sub groups.
stop(Throwable). Method in class java.lang.Thread
Stops a Thread by tossing an object.
StreamCorruptedException(). Constructor for class java.io.StreamCorruptedException
StreamCorruptedException(String). Constructor for class java.io.StreamCorruptedException
Raised when control information read from a stream violates internal consistency checks.
StreamTokenizer(InputStream). Constructor for class java.io.StreamTokenizer
Creates a stream tokenizer that parses the specified input stream.
String(). Constructor for class java.lang.String
Constructs a new empty String.
String(byte[], int). Constructor for class java.lang.String
Constructs a new String whose value is the specified array of bytes.
String(byte[], int, int, int). Constructor for class java.lang.String
Constructs a new String whose initial value is the specified subarray of bytes.
String(char[]). Constructor for class java.lang.String
Constructs a new String whose initial value is the specified array of characters.
String(char[], int, int). Constructor for class java.lang.String
Constructs a new String whose initial value is the specified sub array of characters.
String(String). Constructor for class java.lang.String
Constructs a new String that is a copy of the specified String.
String(StringBuffer). Constructor for class java.lang.String
Construct a new string whose value is the current contents of the given string buffer
StringBuffer(). Constructor for class java.lang.StringBuffer
Constructs an empty String buffer.
StringBuffer(int). Constructor for class java.lang.StringBuffer
Constructs an empty String buffer with the specified initial length.
StringBuffer(String). Constructor for class java.lang.StringBuffer
Constructs a String buffer with the specified initial value.
StringBufferInputStream(String). Constructor for class java.io.StringBufferInputStream
Creates an StringBufferInputStream from the specified array of bytes.
StringIndexOutOfBoundsException(). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException initialized with the specified index.
StringIndexOutOfBoundsException(String). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StubNotFoundException(String). Constructor for class java.rmi.StubNotFoundException
Create a new StubNotFoundException with a descriptive string.
StubNotFoundException(String, Exception). Constructor for class java.rmi.StubNotFoundException
Create a new StubNotFoundException with a descriptive string and an exception.
StubSecurityException(String). Constructor for class java.rmi.StubSecurityException
Constructs a StubSecurityException with no detail message.
StubSecurityException(String, String). Constructor for class java.rmi.StubSecurityException
Constructs a StubSecurityException with the specified detail message.
StubSecurityManager(). Constructor for class java.rmi.server.StubSecurityManager
Construct and initialize.
substring(int). Method in class java.lang.String
Returns the substring of this String.
substring(int, int). Method in class java.lang.String
Returns the substring of a String.
SugarShack(). Constructor for class java.rmi.examples.chat.SugarShack
suspend(). Method in class java.lang.Thread
Suspends this Thread's execution.
suspend(). Method in class java.lang.ThreadGroup
Suspends all the Threads in this Thread group and all of its sub groups.
sval. Variable in class java.io.StreamTokenizer
The Stream value.

T

tan(double). Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
Thread(). Constructor for class java.lang.Thread
Constructs a new Thread.
Thread(Runnable). Constructor for class java.lang.Thread
Constructs a new Thread which applies the run() method of the specified target.
Thread(Runnable, String). Constructor for class java.lang.Thread
Constructs a new Thread with the specified name and applies the run() method of the specified target.
Thread(String). Constructor for class java.lang.Thread
Constructs a new Thread with the specified name.
Thread(ThreadGroup, Runnable). Constructor for class java.lang.Thread
Constructs a new Thread in the specified Thread group that applies the run() method of the specified target.
Thread(ThreadGroup, Runnable, String). Constructor for class java.lang.Thread
Constructs a new Thread in the specified Thread group with the specified name and applies the run() method of the specified target.
Thread(ThreadGroup, String). Constructor for class java.lang.Thread
Constructs a new Thread in the specified Thread group with the specified name.
ThreadDeath(). Constructor for class java.lang.ThreadDeath
ThreadGroup(String). Constructor for class java.lang.ThreadGroup
Creates a new ThreadGroup.
ThreadGroup(ThreadGroup, String). Constructor for class java.lang.ThreadGroup
Creates a new ThreadGroup with a specified name in the specified Thread group.
Throwable(). Constructor for class java.lang.Throwable
Constructs a new Throwable with no detail message.
Throwable(String). Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified detail message.
toBinaryString(int). Static method in class java.lang.Integer
Returns a new String object representing the specified integer as unsigned binary number.
toBinaryString(long). Static method in class java.lang.Long
Returns a new String object representing the specified long as unsigned octal number.
toByteArray(). Method in class java.io.ByteArrayOutputStream
Returns a copy of the input data.
toCharArray(). Method in class java.lang.String
Converts this String to a character array.
toHexString(int). Static method in class java.lang.Integer
Returns a new String object representing the specified integer as unsigned hexidecimal number.
toHexString(long). Static method in class java.lang.Long
Returns a new String object representing the specified long as unsigned hexidecimal number.
toLowerCase(). Method in class java.lang.String
Converts all of the characters in this String to lower case.
toLowerCase(char). Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toOctalString(int). Static method in class java.lang.Integer
Returns a new String object representing the specified integer as unsigned octal number.
toOctalString(long). Static method in class java.lang.Long
Returns a new String object representing the specified long as unsigned octal number.
toString(). Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString(). Method in class java.io.ByteArrayOutputStream
Converts input data to a string.
toString(). Method in class java.lang.Character
Returns a String object representing this character's value.
toString(). Method in class java.lang.Class
Returns the name of this class or interface.
toString(). Method in class java.lang.Double
Returns a String representation of this Double object.
toString(). Method in class java.io.File
Returns a String object representing this file's path.
toString(). Method in class java.rmi.examples.util.FlexGridLayout
Returns the String representation of this FlexGridLayout's values.
toString(). Method in class java.lang.Float
Returns a String representation of this Float object.
toString(). Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(). Method in class java.lang.Long
Returns a String object representing this Long's value.
toString(). Method in class java.lang.Object
Returns a String that represents the value of this Object.
toString(). Method in class java.rmi.server.Operation
Returns a String that represents the value of this Object.
toString(). Method in class java.rmi.examples.remoteControl.PlayerPack
Returns a String that represents the value of this Object.
toString(). Method in class java.rmi.server.RemoteObject
Returns a String that represents the value of this remote object.
toString(). Method in class java.io.StreamTokenizer
Returns the String representation of the stream token.
toString(). Method in class java.lang.String
Converts the object (in this case already a String) to a String.
toString(). Method in class java.lang.StringBuffer
Converts to a String representing the data in the buffer.
toString(). Method in class java.rmi.examples.chat.SugarConnection
Returns a String that represents the value of this remote object.
toString(). Method in class java.lang.Thread
Returns a String representation of the Thread, including the thread's name, priority and thread group.
toString(). Method in class java.lang.ThreadGroup
Returns a String representation of the Thread group.
toString(). Method in class java.lang.Throwable
Returns a short description of the Throwable.
toString(double). Static method in class java.lang.Double
Returns a String representation for the specified double value.
toString(float). Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString(int). Method in class java.io.ByteArrayOutputStream
Converts input data to a string.
toString(int). Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int, int). Static method in class java.lang.Integer
Returns a new String object representing the specified integer in the specified radix.
toString(long). Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString(long, int). Static method in class java.lang.Long
Returns a new String object representing the specified long in the specified radix.
totalMemory(). Method in class java.lang.Runtime
Returns the total number of bytes in system memory.
toTitleCase(char). Static method in class java.lang.Character
The given character is mapped to its titlecase equivalent; if the character has no titlecase equivalent, the character itself is returned.
toUpperCase(). Method in class java.lang.String
Converts all of the characters in this String to upper case.
toUpperCase(char). Static method in class java.lang.Character
traceInstructions(boolean). Method in class java.lang.Runtime
Enables/Disables tracing of instructions.
traceMethodCalls(boolean). Method in class java.lang.Runtime
Enables/Disables tracing of method calls.
trim(). Method in class java.lang.String
Trims leading and trailing whitespace from this String.
TRUE. Static variable in class java.lang.Boolean
Assigns this Boolean to be true.
TT_EOF. Static variable in class java.io.StreamTokenizer
The End-of-file token.
TT_EOL. Static variable in class java.io.StreamTokenizer
The End-of-line token.
TT_NUMBER. Static variable in class java.io.StreamTokenizer
The number token.
TT_WORD. Static variable in class java.io.StreamTokenizer
The word token.
ttype. Variable in class java.io.StreamTokenizer
The type of the last token returned.

U

unbind(String). Static method in class java.rmi.Naming
Unbind the name.
unbind(String). Method in interface java.rmi.registry.Registry
Unbind the name.
unbind(String). Method in class java.rmi.registry.RegistryImpl
Unbind the name.
uncaughtException(Thread, Throwable). Method in class java.lang.ThreadGroup
Called when a thread in this group exists because of an uncaught exception.
UnexpectedException(String). Constructor for class java.rmi.UnexpectedException
Create a new UnexpectedException with a description.
UnexpectedException(String, Exception). Constructor for class java.rmi.UnexpectedException
Create a new UnexpectedException with a description, and detail exception.
UnicastRemoteServer(). Constructor for class java.rmi.server.UnicastRemoteServer
Create and export a new UnicastRemoteServer object using the default port
UnicastRemoteServer(int). Constructor for class java.rmi.server.UnicastRemoteServer
Create and export a new UnicastRemoteServer object on the specified port.
UnknownError(). Constructor for class java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String). Constructor for class java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownHostException(String). Constructor for class java.rmi.UnknownHostException
Create a new UnknownHostException with a description.
UnknownHostException(String, Exception). Constructor for class java.rmi.UnknownHostException
Create a new UnknownHostException with a description and detail exception.
UnknownServiceException(String). Constructor for class java.rmi.UnknownServiceException
Create a new UnknownServiceException with a description.
UnknownServiceException(String, Exception). Constructor for class java.rmi.UnknownServiceException
Create a new UnknownServiceException with a description and detail exception.
UnmarshalException(String). Constructor for class java.rmi.server.UnmarshalException
Create a new marshal exception with a descriptive string.
UnmarshalException(String, Exception). Constructor for class java.rmi.server.UnmarshalException
Create a new marshal exception with a descriptive string and an exception.
unread(int). Method in class java.io.PushbackInputStream
Pushes back a character.
unreferenced(). Method in interface java.rmi.server.Unreferenced
Called when there are no current references to this remote object.
UnsatisfiedLinkError(). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
UTFDataFormatException(). Constructor for class java.io.UTFDataFormatException
Constructs an UTFDataFormatException with no detail message.
UTFDataFormatException(String). Constructor for class java.io.UTFDataFormatException
Constructs an UTFDataFormatException with the specified detail message.

V

valid(). Method in class java.io.FileDescriptor
Determines whether the file descriptor object is valid.
validateObject(). Method in interface java.io.ObjectInputValidation
Validates the object
valueOf(boolean). Static method in class java.lang.String
Returns a String object that represents the state of the specified boolean.
valueOf(char). Static method in class java.lang.String
Returns a String object that contains a single character
valueOf(char[]). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
valueOf(char[], int, int). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
valueOf(double). Static method in class java.lang.String
Returns a String object that represents the value of the specified double.
valueOf(float). Static method in class java.lang.String
Returns a String object that represents the value of the specified float.
valueOf(int). Static method in class java.lang.String
Returns a String object that represents the value of the specified integer.
valueOf(long). Static method in class java.lang.String
Returns a String object that represents the value of the specified long.
valueOf(Object). Static method in class java.lang.String
Returns a String that represents the String value of the object.
valueOf(String). Static method in class java.lang.Boolean
Returns the boolean value represented by the specified String.
valueOf(String). Static method in class java.lang.Double
Returns a new Double value initialized to the value represented by the specified String.
valueOf(String). Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String). Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns a new Integer object initialized to that value.
valueOf(String). Static method in class java.lang.Long
Assuming the specified String represents a long, returns a new Long object initialized to that value.
valueOf(String, int). Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns a new Integer object initialized to that value.
valueOf(String, int). Static method in class java.lang.Long
Assuming the specified String represents a long, returns a new Long object initialized to that value.
VerifyError(). Constructor for class java.lang.VerifyError
Constructor.
VerifyError(String). Constructor for class java.lang.VerifyError
Constructor with a detail message.
VirtualMachineError(). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.

W

wait(). Method in class java.lang.Object
Causes a thread to wait forever until it is notified.
wait(long). Method in class java.lang.Object
Causes a thread to wait until it is notified or the specified timeout expires.
wait(long, int). Method in class java.lang.Object
More accurate wait.
waitFor(). Method in class java.lang.Process
Waits for the subprocess to complete.
whitespaceChars(int, int). Method in class java.io.StreamTokenizer
Specifies that characters in this range are whitespace characters.
wordChars(int, int). Method in class java.io.StreamTokenizer
Specifies that characters in this range are word characters.
write(byte[]). Method in interface java.io.DataOutput
Writes an array of bytes.
write(byte[]). Method in class java.io.FileOutputStream
Writes an array of bytes.
write(byte[]). Method in class java.io.FilterOutputStream
Writes an array of bytes.
write(byte[]). Method in class java.io.OutputStream
Writes an array of bytes.
write(byte[]). Method in class java.io.RandomAccessFile
Writes an array of bytes.
write(byte[], int, int). Method in class java.io.BufferedOutputStream
Writes a subarray of bytes.
write(byte[], int, int). Method in class java.io.ByteArrayOutputStream
Writes bytes to the buffer.
write(byte[], int, int). Method in interface java.io.DataOutput
Writes a subarray of bytes.
write(byte[], int, int). Method in class java.io.DataOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.FileOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.FilterOutputStream
Writes a subarray of bytes.
write(byte[], int, int). Method in class java.io.OutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.PipedOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.PrintStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.RandomAccessFile
Wrotes a sub array of bytes.
write(byte[], int, int). Method in class java.io.SHAOutputStream
Writes bytes to the buffer.
write(int). Method in class java.io.BufferedOutputStream
Writes a byte.
write(int). Method in class java.io.ByteArrayOutputStream
Writes a byte to the buffer.
write(int). Method in interface java.io.DataOutput
Writes a byte.
write(int). Method in class java.io.DataOutputStream
Writes a byte.
write(int). Method in class java.io.FileOutputStream
Writes a byte of data.
write(int). Method in class java.io.FilterOutputStream
Writes a byte.
write(int). Method in class java.io.OutputStream
Writes a byte.
write(int). Method in class java.io.PipedOutputStream
Write a byte.
write(int). Method in class java.io.PrintStream
Writes a byte.
write(int). Method in class java.io.RandomAccessFile
Writes a byte of data.
write(int). Method in class java.io.SHAOutputStream
Writes a byte to the buffer.
writeBoolean(boolean). Method in interface java.io.DataOutput
Writes a boolean.
writeBoolean(boolean). Method in class java.io.DataOutputStream
Writes a boolean.
writeBoolean(boolean). Method in class java.io.RandomAccessFile
Writes a boolean.
writeByte(int). Method in interface java.io.DataOutput
Writes an 8 bit byte.
writeByte(int). Method in class java.io.DataOutputStream
Writes an 8 bit byte.
writeByte(int). Method in class java.io.RandomAccessFile
Writes a byte.
writeBytes(String). Method in interface java.io.DataOutput
Writes a String as a sequence of bytes.
writeBytes(String). Method in class java.io.DataOutputStream
Writes a String as a sequence of bytes.
writeBytes(String). Method in class java.io.RandomAccessFile
Writes a String as a sequence of bytes.
writeChar(int). Method in interface java.io.DataOutput
Writes a 16 bit char.
writeChar(int). Method in class java.io.DataOutputStream
Writes a 16 bit char.
writeChar(int). Method in class java.io.RandomAccessFile
Writes a character.
writeChars(String). Method in interface java.io.DataOutput
Writes a String as a sequence of chars.
writeChars(String). Method in class java.io.DataOutputStream
Writes a String as a sequence of chars.
writeChars(String). Method in class java.io.RandomAccessFile
Writes a String as a sequence of chars.
writeDouble(double). Method in interface java.io.DataOutput
Writes a 64 bit double.
writeDouble(double). Method in class java.io.DataOutputStream
Writes a 64 bit double.
writeDouble(double). Method in class java.io.RandomAccessFile
writeFloat(float). Method in interface java.io.DataOutput
Writes a 32 bit float.
writeFloat(float). Method in class java.io.DataOutputStream
Writes a 32 bit float.
writeFloat(float). Method in class java.io.RandomAccessFile
writeInt(int). Method in interface java.io.DataOutput
Writes a 32 bit int.
writeInt(int). Method in class java.io.DataOutputStream
Writes a 32 bit int.
writeInt(int). Method in class java.io.RandomAccessFile
Writes an integer.
writeLong(long). Method in interface java.io.DataOutput
Writes a 64 bit long.
writeLong(long). Method in class java.io.DataOutputStream
Writes a 64 bit long.
writeLong(long). Method in class java.io.RandomAccessFile
Writes a long.
writeObject(Object). Method in interface java.io.ObjectOutput
Write an object.
writeObject(Object). Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
writeShort(int). Method in interface java.io.DataOutput
Writes a 16 bit short.
writeShort(int). Method in class java.io.DataOutputStream
Writes a 16 bit short.
writeShort(int). Method in class java.io.RandomAccessFile
Writes a short.
writeTo(OutputStream). Method in class java.io.ByteArrayOutputStream
Writes the contents of the buffer to another stream.
writeUTF(String). Method in interface java.io.DataOutput
Writes a String in UTF format.
writeUTF(String). Method in class java.io.DataOutputStream
Writes a String in UTF format.
writeUTF(String). Method in class java.io.RandomAccessFile
Writes a String in UTF format.
written. Variable in class java.io.DataOutputStream
The number of bytes written so far.

Y

yield(). Static method in class java.lang.Thread
Causes the currently executing Thread object to yield.