|
Java Platform 1.2 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
0.0
and less than 1.0
.
long
seed:
public Random(long seed) { setSeed(seed); }
Used by method next to hold
the state of the pseudorandom number generator.
File
argument.
RasterFormatException
is thrown if there is
invalid layout information in the Raster
.RasterFormatException
with the
specified message.
Any
object from
the given input stream using the given typecode.
read
method of InputStream
.
FilterInputStream.read
to update the progress monitor after the read.
b
.
b.length
bytes of data from this input
stream into an array of bytes.
byte.length
bytes of data from this
input stream into an array of bytes.
read
method of DataInput
.
b.length
bytes of data from this file
into an array of bytes.
FilterInputStream.read
to update the progress monitor after the read.
len
bytes of data from the input stream into
an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
len
bytes of data into an array of bytes
from this input stream.
len
bytes of data from this input stream into
an array of bytes.
read
method of DataInput
.
len
bytes of data from this piped input
stream into an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
len
bytes of data from this file into an
array of bytes.
len
bytes of data from this input stream
into an array of bytes.
FilterInputStream.read
to update the progress monitor after the read.
len
characters of data from this piped
stream into an array of characters.
UID
from the input stream.
writeAttributeSet
.
readBoolean
method of DataInput
.
true
if that byte is nonzero,
false
if that byte is zero.
boolean
from this file.
readByte
method of DataInput
.
readChar
method of DataInput
.
char
and returns the char
value.
readDouble
method of DataInput
.
double
value.
double
from this file.
readFloat
method of DataInput
.
float
value.
float
from this file.
readFully
method of DataInput
.
b
.
b.length
bytes from this file into the byte
array, starting at the current file pointer.
readFully
method of DataInput
.
len
bytes from
an input stream.
len
bytes from this file into the byte
array, starting at the current file pointer.
readInt
method of DataInput
.
int
value.
BufferedReader.readLine()
method. Programs that use the
DataInputStream
class to read lines can be converted to use
the BufferedReader
class by replacing code of the form:
with:DataInputStream d = new DataInputStream(in);
BufferedReader d = new BufferedReader(new InputStreamReader(in));
readLong
method of DataInput
.
long
value.
readShort
method of DataInput
.
short
value.
readUnsignedByte
method of DataInput
.
int
, and returns
the result, which is therefore in the range
0
through 255
.
readUnsignedShort
method of DataInput
.
int
value in the range 0
through 65535
.
readUTF
method of DataInput
.
in
a representation
of a Unicode character string encoded in
Java modified UTF-8 format; this string
of characters is then returned as a String
.
PolicyError
exception being thrown.
Rectangle
specifies an area in a coordinate space that is
enclosed by the Rectangle
object's top-left point
(x, y)
in the coordinate space, its width, and its height.Rectangle
whose top-left corner
is at (0, 0) in the coordinate space, and whose width and
height are both zero.
Rectangle
whose top left corner is
(0, 0) and whose width and height are specified
by the Dimension
argument.
Rectangle
whose top-left corner
is at (0, 0) in the coordinate space, and whose width and
height are specified by the arguments of the same name.
Rectangle
whose top-left corner is
specified as
(x
, y
) and whose width and height
are specified by the arguments of the same name.
Rectangle
whose top-left corner is the
specified Point
, and whose width and height are both zero.
Rectangle
whose top-left corner is
specified by the Point
argument, and
whose width and height are specified by the
Dimension
argument.
Rectangle
, initialized to match
the values of the specificed Rectangle
.
Rectangle2D
class describes a rectangle
defined by a location (x, y) and dimension
(w x h).Double
class defines a rectangle specified in
double coordinates.Rectangle2D
, initialized to
location (0, 0) and size (0, 0).
Rectangle2D
from the specified double coordinates.
Float
class defines a rectangle specified in float
coordinates.Rectangle2D
, initialized to
location (0.0, 0.0) and size (0.0, 0.0).
Rectangle2D
from the specified float coordinates.
RectangularShape
is the base class for a number of
Shape
objects whose geometry is defined by a rectangular frame.registerObject
method is used to register an
activation descriptor, desc
, and obtain an
activation identifier for a activatable remote object.
parameterIndex
to the JDBC type
sqlType
.
parameterIndex
to be of JDBC type
sqlType
.
rmiregistry
, that provides methods for storing and retrieving
remote object references.RegistryHandler
to obtain the registry's implementation.
RegistryHandler
to obtain the registry's stub.
gridwidth
, gridheight
),
or that this component be placed next to the previously added
component (gridx
, gridy
).
Point2D
lies with respect to this line segment.
Remote
interface serves to identify interfaces whose
methods may be invoked from a non-local virtual machine.RemoteException
is the common superclass for a number of
communication-related exceptions that may occur during the execution of a
remote method call.RemoteException
with no specified
detail message.
RemoteException
with the specified
detail message.
RemoteException
with the specified
detail message and nested exception.
RemoteObject
class implements the
java.lang.Object
behavior for remote objects.RemoteRef
represents the handle for a remote object.RemoteServer
class is the common superclass to server
implementations and provides the framework to support a wide range
of remote reference semantics.RemoteServer
.
RemoteServer
with the given reference type.
RemoteStub
class is the common superclass to client
stubs and provides the framework to support a wide range of remote
reference semantics.RemoteStub
.
RemoteStub
, with the specified remote
reference.
component
from the
pane.
index
,
from this container.
index
from the receiver.
String
object at the given index.
TypeCode
object at the given index.
NamedValue
object at the given index.
aChild
from this node's child array, giving it a
null parent.
node
from the receiver.
RenderingHints
object.
key
property (and its corresponding
value
).
key
(and its corresponding
value
) from this dictionary.
key
from this map, if
present.
item
from the Choice
menu.
AdjustmentEvent
from this scroll bar.
toRemove
that have been expanded.
anIndex
This method works only if the JComboBox uses the default data model.
Choice
menu.
JComponent.removeNotify
to unregister this
menu bar with the current KeyboardManager
.
row
from the current
selection.
RenderingHints
class contains rendering hints that can
be used by the Graphics2D
class, and classes that
implement BufferedImageOp
and
Raster
.tm
milliseconds.
oldChar
in this string with newChar
.
StringBuffer
with characters in the specified String
.
replaceRange(String, int, int)
.
JComponent.requestFocus()
to prevent grabbing the focus.
required
field is true
if a value must be
supplied for this property
during Driver.connect
and false
otherwise.
mark
method was last called on this input stream.
mark
method was last called on this input stream.
reset
method of InputStream
.
count
field of this byte array output
stream to zero, so that all currently accumulated output in the
ouput stream is discarded.
mark
method was last called on this input stream.
FilterInputStream.reset
to reset the progress monitor as well as the stream.
ordinaryChar
method
for more information on a character being ordinary.
setBounds(int, int, int, int)
.
setBounds(int, int, int, int)
.
setSize(Dimension)
.
setSize(int, int)
.
setSize(int, int)
.
NamedValue
object containing the return
value for the method.
set_result
Thread.suspend()
,
which has been deprecated because it is deadlock-prone.
For more information, see
Why
are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
Thread.suspend()
for details.
Any
object that contains the value for the
result of the method.
getAlignmentX
.
RMIClassLoader
provides static methods for loading classes
from a network location (one or more URLs) and obtaining the location
from which an existing class can be loaded.RMIClientSocketFactory
instance is used by the RMI runtime
in order to obtain client sockets for RMI calls.RMIFailureHandler
can be registered via the
RMISocketFactory.setFailureHandler
call.RMISecurityManager
no longer
throws this subclass of java.lang.SecurityException
.RMISecurityManager
provides an example security manager for
use by RMI applications that use downloaded code.RMISecurityManager
.
RMIServerSocketFactory
instance is used by the RMI runtime
in order to obtain server sockets for RMI calls.RMISocketFactory
instance is used by the RMI runtime
in order to obtain client and server sockets for RMI calls.RMISocketFactory
.
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
add
and setLayout
cause an exception to be thrown.
add
and setLayout
cause an exception to be thrown.
add
and setLayout
cause an exception to be thrown.
Graphics2D
Transform
with a rotation transform.
Graphics2D
Transform
with a translated rotation
transform.
long
to the argument.
int
to the argument.
RoundRectangle2D
class defines a rectangle with
rounded corners defined by a location (x, y), a
dimension (w x h), and the width and height of an arc
with which to round the corners.Double
class defines a rectangle with rounded
corners all specified in double
coordinates.RoundRectangle2D
, initialized to
location (0.0, 0), size (0.0, 0.0), and corner arcs
of radius 0.0.
RoundRectangle2D
from the specified coordinates.
Float
class defines a rectangle with rounded
corners all specified in float
coordinates.RoundRectangle2D
, initialized to
location (0.0, 0), size (0.0, 0.0), and corner arcs
of radius 0.0.
RoundRectangle2D
from the specified coordinates.
RuleBasedCollator
class is a concrete subclass of
Collator
that provides a simple, data-driven, table
collator.Runnable
run object, then that
Runnable
object's run
method is called;
otherwise, this method does nothing and returns.
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
Runnable
interface should be implemented by any
class whose instances are intended to be executed by a thread.Runtime
that allows the application to interface with
the environment in which the application is running.RuntimeException
is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine.RuntimeException
with no detail message.
RuntimeException
with the specified
detail message.
|
Java Platform 1.2 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |