|
Java Platform 1.2 Beta 4 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
0.0
and 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.
Any
object from
the given input stream using the given typecode.
read
method of InputStream
.
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.
read
method of InputStream
.
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.
b
.
byte.length
bytes of data from this
input stream into an array of bytes.
b.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.
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
.
len
bytes from
an input stream.
len
bytes from this file into the byte
array, starting at the current file pointer.
readFully
method of DataInput
.
b
.
b.length
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
.
dimension
argument.
x
, y
) and whose width and height
are specified by the arguments of the same name.
point
argument, and whose width and height
are specified by the dimension
argument.
Reference
class contains the core abstractions for
reference objects. registerObject
method is used to register an
activation descriptor, desc
, and obtain an
activation identifier for a activatable remote object.
gridwidth
, gridheight
),
or that this component be placed next to the previously added
component (gridx
, gridy
).
component
from the
pane.
index
from the receiver.
index
,
from this container.
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.
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.
row
from the current
selection.
tm
milliseconds.
oldChar
in this string with newChar
.
StringBuffer
with characters in the specified String
.
replaceRange(String, int, int)
.
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.
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.
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 callsRMIFailureHandler
can be registered via the
RMISocketFactory.setFailureHandler
call. RMISecurityException
signals that a security exception
has occurred.RMISecurityException
with a detail message.
RMISecurityException
with a detail message.
RMISecurityManager
provides a default security manager
for use by RMI applications that need one because they use downloaded
code. RMISecurityManager
object.
RMIServerSocketFactory
instance is used by the RMI runtime
in order to obtain server sockets for RMI callsRMISocketFactory
instance is used by the RMI runtime
in order to obtain client and server sockets for RMI calls. 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.
long
to the argument.
int
to the argument.
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 Beta 4 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |