|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
AbstractMethodError is thrown when an application attempts
to access an abstract method.Socket
instance representing that connection.
AccessController denies
an attempt to perform an operation.AccessControlException
with a descriptive error message.
AccessControlException
with a descriptive error message and an instance of Permission
that is the permission that caused the exception to be thrown.
bind in an ActivationSystem.java.rmi.activation.ActivationGroup implementations.Permission object to the collection.
Permission to this collection.
Principal to this group.
Adler32 class.
AllPermission.
AllPermission.
set.
set.
Annotation to
wrapper the specified text attribute object.
Appendable
object.
Appendable object.
Appendable object, starting and ending at the specified
positions within the sequence.
String value of the argument to this StringBuffer.
char to this StringBuffer.
String value of the argument to this StringBuffer.
String value of the argument to this StringBuffer.
String value of the argument to this StringBuffer.
String value of the argument to this StringBuffer.
String value of the argument to this StringBuffer.
String to this StringBuffer.
char array to this StringBuffer.
char array to this StringBuffer.
Appendable object is one to which a sequence of Unicode
characters can be added.src[srcStart] ... src[srcStart+len] to
dest[destStart] ... dest[destStart+len]
assert
statement added in JDK 1.4, to indicate that an assertion failed.CharacterIterator interface
in order to support iteration over character attributes as well as
over the characters themselves.String with attributes over various
subranges of the string.AttributedString
that represents the specified String with no attributes.
AttributedString
that represents that specified String with the specified
attributes over the entire length of the String.
AttributedString
that will use the text and attribute information from the specified
AttributedCharacterIterator.
AttributedString
that will use the text and attribute information from the specified
subrange of the specified AttributedCharacterIterator.
AttributedString
that will use the text and attribute information from the specified
subrange of the specified AttributedCharacterIterator.
in.available() method.
BasicPermission
with the specified name.
BasicPermission
with the specified name.
BindException without
a descriptive error message.
BindException with
a descriptive error message, such as the text from strerror(3).
DATA.
Boolean represent primitive
boolean values.Boolean object representing the value of the
argument value.
Boolean object representing the primitive
true if and only if s matches
the string "true" ignoring case, otherwise the object will represent
the primitive false.
boolean value of this
Boolean object.
BreakIterator.
FilterInputStream buffers input from an
underlying implementation to provide a possibly more efficient read
mechanism.BufferedInputStream that will
read from the specified subordinate stream with a default buffer size
of 2048 bytes
BufferedInputStream that will
read from the specified subordinate stream with a buffer size that
is specified by the caller.
BufferedOutputStream instance
that will write to the specified subordinate OutputStream
and which will use a default buffer size of 512 bytes.
BufferedOutputStream instance
that will write to the specified subordinate OutputStream
and which will use the specified buffer size
FilterReader buffers input from an
underlying implementation to provide a possibly more efficient read
mechanism.BufferedReader that will read from the
specified subordinate stream with a default buffer size of 4096 chars.
BufferedReader that will read from the
specified subordinate stream with a buffer size that is specified by the
caller.
BufferedWriter instance
that will write to the specified subordinate Writer
and which will use a default buffer size of 512 chars.
BufferedWriter instance
that will write to the specified subordinate Writer
and which will use the specified buffer size
Byte represent primitive byte
values.Byte object representing the value of the
byte argument.
Byte object representing the value specified
by the String argument
ByteArrayOutputStream
with the default buffer size of 32 bytes.
ByteArrayOutputStream with
a specified initial buffer size.
len chars in the specified array, starting from
index offset, this method returns the number of bytes
that char array will translate into.
len chars in the specified array starting at
offset.
Byte.
Integer as a byte.
Long as an short.
Number as a byte.
Short as an short.
Date objects and a set of
integer fields which represent YEAR,
MONTH, DAY, etc.StringBuffer
can support before it must be grown.
Vector.ensureCapacity(int) is called.
String.compareToIgnoreCase(String).
CharArrayWriter with
the default buffer size of 32 chars.
CharArrayWriter with
a specified initial buffer size.
len bytes in the specified array, starting from
index offset, this method returns the number of characters
that byte array will translate into.
len bytes in the specified array starting at
offset.
Guard interface for this class.
Permission.
Permission.
Principal
has the specified Permission
isUser flag set to the same value as this node.
ChoiceFormat that
generates its range terminator and format string arrays from the
specified pattern.
ChoiceFormat that
will use the specified range terminators and format strings.
ClassCircularityError is thrown when a circular dependency
has been detected while initializing a class.ClassFormatError is thrown when a Java Virtual Machine
unable to read a class file because the file is corrupted or cannot be
interpreted as a class file.Provider.
bitIndex from this set.
CharacterIterator.
Collator object.
CharacterIterator.
Object.clone() but does not throw
an CloneNotSupportedException.
Object.clone().InputStream
OutputStream
OutputStream.
close() method
of the underlying stream.
Writer.
InputStream.
OutputStream
CodeSource that
loads code from the specified URL location and which uses the
specified certificates for verifying signatures.
String as defined by the collation rules in an instance of
RuleBasedCollator.String for under a particular Collator.String comparisons.Collator to have
the default strength (TERTIARY) and decomposition
(CANONICAL_DECOMPOSITION) settings.
String's and returns an
integer indicating whether or not the first argument is less than,
equal to, or greater than the second argument.
Object's and returns an
integer indicating whether or not the first argument is less than,
equal to, or greater than the second argument.
String is less than, greater than, or equal to
the second.
Object to this one
to test for equality.
File to this one
to test for equality.
byte values.
compareTo(Byte) unless the Object
is not a Byte.
double value of the argument is
equal to the value of this Double.
Object to this Double
if and only if the Object is an instanceof
Double.
float value of the argument is
equal to the value of this Float.
Object to this Float
if and only if the Object is an instanceof
Float.
int
values.
compareTo(Integer) unless the Object
is not an Integer.
long values.
compareTo(java.lang.Long) unless the Object
is not a Long.
short values.
compareTo(java.lang.Short) unless the Object
is not a Short.
compareTo(java.lang.String) unless the Object
is not a String.
oneClass.
classNames/code>.
- Compiler - Class in java.lang
- The
Compiler class is a place holder for a JIT
compiler implementation does nothing unless there is such a
compiler by default. - complete() -
Method in class java.util.Calendar
- Fills any unset fields in the time field list
- computeFields() -
Method in class java.util.Calendar
- Converts the milliseconds since the epoch UTC
(
time) to time fields
(fields).
- computeFields() -
Method in class java.util.GregorianCalendar
- Converts the milliseconds since the epoch UTC
(
time) to time fields
(fields).
- computeTime() -
Method in class java.util.Calendar
- Converts the time field values (
fields) to
milliseconds since the epoch UTC (time).
- computeTime() -
Method in class java.util.GregorianCalendar
- Converts the time field values (
fields) to
milliseconds since the epoch UTC (time).
- concat(String) -
Method in class java.lang.String
- Concatenates a String to this String.
- ConcurrentModificationException - Exception in java.util
- Exception that is thrown by the collections classes when it is detected that
a modification has been made to a data structure when this is not allowed,
such as when a collection is structurally modified while an Iterator is
operating over it.
- ConcurrentModificationException() -
Constructor for exception java.util.ConcurrentModificationException
- Constructs a ConcurrentModificationException with no detail message.
- ConcurrentModificationException(String) -
Constructor for exception java.util.ConcurrentModificationException
- Constructs a ConcurrentModificationException with a detail message.
- Configuration - Interface in gnu.classpath
- This file defines compile-time constants that can be accessed by
java code.
- connect() -
Method in class gnu.java.net.protocol.file.FileURLConnection
- "Connects" to the file by opening it.
- connect() -
Method in class gnu.java.net.protocol.http.HttpURLConnection
- Connects to the remote host, sends the request, and parses the reply
code and header information returned
- connect(PipedOutputStream) -
Method in class java.io.PipedInputStream
- This method connects this stream to the passed in
PipedOutputStream.
- connect(PipedInputStream) -
Method in class java.io.PipedOutputStream
- Connects this object to the specified
PipedInputStream
object.
- connect(PipedWriter) -
Method in class java.io.PipedReader
- This method connects this stream to the passed in
PipedWriter.
- connect(PipedReader) -
Method in class java.io.PipedWriter
- Connects this object to the specified
PipedReader
object.
- connect(InetAddress, int) -
Method in class java.net.DatagramSocket
- This method connects this socket to the specified address and port.
- connect(String, int) -
Method in class java.net.SocketImpl
- Connects to the remote hostname and port specified as arguments.
- connect(InetAddress, int) -
Method in class java.net.SocketImpl
- Connects to the remote address and port specified as arguments.
- connect(SocketAddress, int) -
Method in class java.net.SocketImpl
- Connects to the socket to the host specified in address.
- connect() -
Method in class java.net.URLConnection
- Establishes the actual connection to the URL associated with this
connection object
- connect(InetAddress, int) -
Method in class java.net.VMSocketImpl
- Connects this socket to the server with a specified timeout value.
- connect(InetAddress, int, int) -
Method in class java.net.VMSocketImpl
- Connects this socket to the server with a specified timeout value.
- connect(byte[], int, int) -
Method in class java.net.VMSocketImpl
-
- connected -
Variable in class java.net.URLConnection
- Indicates whether or not a connection has been established to the
destination specified in the URL
- ConnectException - Exception in java.net
- This exception indicates that an error occurred while attempting to
connect to a remote host.
- ConnectException() -
Constructor for exception java.net.ConnectException
- Initializes a new instance of
ConnectException without
a descriptive error message.
- ConnectException(String) -
Constructor for exception java.net.ConnectException
- Initializes a new instance of
ConnectException with
a descriptive error message, such as the text from strerror(3).
- ConnectException - Exception in java.rmi
- Thrown if a connection is refused for a remote call.
- ConnectException(String) -
Constructor for exception java.rmi.ConnectException
- Create an exception with a message.
- ConnectException(String, Exception) -
Constructor for exception java.rmi.ConnectException
- Create an exception with a message and a cause.
- ConnectIOException - Exception in java.rmi
- Wraps an I/O Exception thrown while connecting for a remote call.
- ConnectIOException(String) -
Constructor for exception java.rmi.ConnectIOException
- Create an exception with a message.
- ConnectIOException(String, Exception) -
Constructor for exception java.rmi.ConnectIOException
- Create an exception with a message and a cause.
- CONNECTION_TIMEOUT -
Static variable in class gnu.java.rmi.server.UnicastConnection
-
- CONNECTOR_PUNCTUATION -
Static variable in class java.lang.Character
- Pc = Punctuation, Connector (Informative)
- constantOffset -
Variable in class java.lang.reflect.VMBinMasterRecord
-
- constantSize -
Variable in class java.lang.reflect.VMBinMasterRecord
-
- constantTableOffset -
Variable in class java.lang.reflect.VMBinMasterRecord
-
- constantTableSize -
Variable in class java.lang.reflect.VMBinMasterRecord
-
- Constructor - Class in java.lang.reflect
- The Constructor class represents a constructor of a class.
- contains(Object[], Object) -
Static method in class gnu.java.lang.ArrayHelper
-
- contains(Object) -
Method in class java.util.AbstractCollection
- Test whether this collection contains a given object.
- contains(Object) -
Method in class java.util.ArrayList
- Returns true iff element is in this ArrayList.
- contains(Object) -
Method in interface java.util.Collection
- Test whether this collection contains a given object as one of its
elements.
- contains(Object) -
Method in class java.util.HashSet
- Returns true if the supplied element is in this Set.
- contains(Object) -
Method in class java.util.Hashtable
- Returns true if this Hashtable contains a value
o,
such that o.equals(value).
- contains(Object) -
Method in class java.util.LinkedList
- Returns true if the list contains the given object.
- contains(Object) -
Method in interface java.util.List
- Test whether this list contains a given object as one of its elements.
- contains(Object) -
Method in interface java.util.Set
- Returns true if the set contains the specified element.
- contains(Object) -
Method in class java.util.TreeSet
- Returns true if this Set contains the supplied Object, false otherwise.
- contains(Object) -
Method in class java.util.Vector
- Returns true when
elem is contained in this Vector.
- containsAlias(String) -
Method in class java.security.KeyStore
- Determines if the keystore contains the specified alias.
- containsAll(Collection) -
Method in class java.util.AbstractCollection
- Tests whether this collection contains all the elements in a given
collection.
- containsAll(Collection) -
Method in interface java.util.Collection
- Test whether this collection contains every element in a given collection.
- containsAll(Collection) -
Method in interface java.util.List
- Test whether this list contains every element in a given collection.
- containsAll(Collection) -
Method in interface java.util.Set
- Returns true if this set contains all elements in the specified
collection.
- containsAll(Collection) -
Method in class java.util.Vector
- Returns true if this Vector contains all the elements in c.
- containsKey(Object) -
Method in class java.util.AbstractMap
- Returns true if this contains a mapping for the given key.
- containsKey(Object) -
Method in class java.util.HashMap
- Returns true if the supplied object
equals() a key
in this HashMap.
- containsKey(Object) -
Method in class java.util.Hashtable
- Returns true if the supplied object
equals() a key
in this Hashtable.
- containsKey(Object) -
Method in class java.util.IdentityHashMap
- Tests whether the specified key is in this map.
- containsKey(Object) -
Method in class java.util.jar.Attributes
- Checks to see if there is an attribute with the specified name.
- containsKey(Object) -
Method in interface java.util.Map
- Returns true if this contains a mapping for the given key.
- containsKey(Object) -
Method in class java.util.TreeMap
- Returns true if the map contains a mapping for the given key.
- containsKey(Object) -
Method in class java.util.WeakHashMap
- Tells if the map contains the given key.
- containsValue(Object) -
Method in class java.util.AbstractMap
- Returns true if this contains at least one mapping with the given value.
- containsValue(Object) -
Method in class java.util.HashMap
- Returns true if this HashMap contains a value
o, such that
o.equals(value).
- containsValue(Object) -
Method in class java.util.Hashtable
- Returns true if this Hashtable contains a value
o, such that
o.equals(value).
- containsValue(Object) -
Method in class java.util.IdentityHashMap
- Returns true if this HashMap contains the value.
- containsValue(Object) -
Method in class java.util.jar.Attributes
- Checks to see if there is an attribute name with the specified value.
- containsValue(Object) -
Method in class java.util.LinkedHashMap
- Returns true if this HashMap contains a value o, such that
o.equals(value).
- containsValue(Object) -
Method in interface java.util.Map
- Returns true if this contains at least one mapping with the given value.
- containsValue(Object) -
Method in class java.util.TreeMap
- Returns true if the map contains at least one mapping to the given value.
- containsValue(Object) -
Method in class java.util.WeakHashMap
- Returns true if the map contains at least one key which points to
the specified object as a value.
- CONTENT_TYPE -
Static variable in class java.util.jar.Attributes.Name
- File contents attribute -
Mime type and subtype for the jar entry.
- contentEquals(StringBuffer) -
Method in class java.lang.String
- Compares the given StringBuffer to this String.
- ContentHandler - Class in java.net
- This is an abstract class that is the superclass for classes that read
objects from URL's.
- ContentHandler() -
Constructor for class java.net.ContentHandler
- Default, no-argument constructor.
- ContentHandlerFactory - Interface in java.net
- This interface maps MIME types to ContentHandler objects.
- CONTROL -
Static variable in class java.lang.Character
- Cc = Other, Control (Normative)
- CONTROL_PICTURES -
Static variable in class java.lang.Character.Subset
- U+2400 - U+243F
- convertToBytes(char[]) -
Method in class gnu.java.io.encode.Encoder
- This method converts an array of chars to bytes, returning the result in
a newly allocated byte array.
- convertToBytes(char[], int, int) -
Method in class gnu.java.io.encode.Encoder
- This method converts
len chars from a specified array to
bytes starting at index offset into the array.
- convertToBytes(char[], byte[], int) -
Method in class gnu.java.io.encode.Encoder
- This method converts all the chars in the specified array to bytes
and stores them into the supplied byte array starting at index
bbuf_offset into the destination byte array.
- convertToBytes(char[], int, int, byte[], int) -
Method in class gnu.java.io.encode.Encoder
- This method converts
len chars in the specified array to
bytes starting at position buf_offset in the array
and stores them into the supplied byte array starting at index
bbuf_offset into the destination bytes array.
- convertToBytes(char[], int, int, byte[], int) -
Method in class gnu.java.io.encode.Encoder8859_1
- Convert the requested bytes to chars
- convertToBytes(char[], int, int, byte[], int) -
Method in class gnu.java.io.encode.EncoderEightBitLookup
- Convert the requested bytes to chars
- convertToBytes(char[], int, int, byte[], int) -
Method in class gnu.java.io.encode.EncoderUTF8
- This method converts a char array to bytes
- convertToChars(byte[]) -
Method in class gnu.java.io.decode.Decoder
- This method converts an array of bytes to chars, returning the result in
a newly allocated char array.
- convertToChars(byte[], int, int) -
Method in class gnu.java.io.decode.Decoder
- This method converts
len bytes from a specified array to
characters starting at index offset into the array.
- convertToChars(byte[], char[], int) -
Method in class gnu.java.io.decode.Decoder
- This method converts all the bytes in the specified array to characters
and stores them into the supplied character array starting at index
cbuf_offset into the destination char array.
- convertToChars(byte[], int, int, char[], int) -
Method in class gnu.java.io.decode.Decoder
- This method converts
len bytes in the specified array to
characters starting at position buf_offset in the array
and stores them into the supplied character array starting at index
cbuf_offset into the destination char array.
- convertToChars(byte[], int, int, char[], int) -
Method in class gnu.java.io.decode.Decoder8859_1
- Convert the requested bytes to chars
- convertToChars(byte[], int, int, char[], int) -
Method in class gnu.java.io.decode.DecoderEightBitLookup
- Convert the requested bytes to chars
- convertToChars(byte[], int, int, char[], int) -
Method in class gnu.java.io.decode.DecoderUTF8
- Transform the specified UTF8 encoded buffer to Unicode characters
- copy(List, List) -
Static method in class java.util.Collections
- Copy one list to another.
- copyInto(Object[]) -
Method in class java.util.Vector
- Copies the contents of a provided array into the Vector.
- copyValueOf(char[]) -
Static method in class java.lang.String
- Creates a string from the character array.
- copyValueOf(char[], int, int) -
Static method in class java.lang.String
- Creates a string from the specifed character subarray.
- cos(double) -
Static method in class java.lang.Math
- The trigonometric function cos.
- count -
Variable in class java.io.BufferedInputStream
- The number of valid bytes currently in the buffer.
- count -
Variable in class java.io.BufferedOutputStream
- This is the number of bytes that are currently in the buffer and
are waiting to be written to the underlying stream.
- count -
Variable in class java.io.ByteArrayInputStream
- This indicates the maximum number of bytes that can be read from this
stream.
- count -
Variable in class java.io.ByteArrayOutputStream
- The number of bytes that have been written to the buffer
- count -
Variable in class java.io.CharArrayReader
- This indicates the maximum number of chars that can be read from this
stream.
- count -
Variable in class java.io.CharArrayWriter
- The number of chars that have been written to the buffer
- count -
Variable in class java.io.StringBufferInputStream
- Deprecated. The length of the String buffer.
- count_leading_zeros(int) -
Static method in class gnu.java.math.MPN
- Count the number of leading zero bits in an int.
- countObservers() -
Method in class java.util.Observable
-
- countStackFrames() -
Method in class java.lang.Thread
- Count the number of stack frames in this Thread.
- countTokens() -
Method in class java.util.StringTokenizer
- This counts the number of remaining tokens in the string, with
respect to the current delimiter set.
- crc -
Variable in class java.util.zip.GZIPInputStream
- The CRC-32 checksum value for uncompressed data.
- crc -
Variable in class java.util.zip.GZIPOutputStream
- CRC-32 value for uncompressed data
- CRC32 - Class in java.util.zip
- Computes CRC32 data checksum of a data stream.
- CRC32() -
Constructor for class java.util.zip.CRC32
-
- create() -
Method in class java.net.DatagramSocketImpl
- Creates a new datagram socket.
- create(boolean) -
Method in class java.net.SocketImpl
- Creates a new socket that is not bound to any local address/port and
is not connected to any remote address/port.
- create(String) -
Static method in class java.net.URI
- Create an URI from the given string
- create() -
Method in class java.net.VMDatagramSocketImpl
-
- create(boolean) -
Method in class java.net.VMSocketImpl
-
- createContentHandler(String) -
Method in interface java.net.ContentHandlerFactory
- This method is passed a MIME type as a string and is responsible for
returning the appropriate ContentType object.
- CREATED_BY -
Static variable in class java.util.jar.Attributes.Name
- General main attribute -
tool and version that created this Manifest file.
- createGroup(ActivationGroupID, ActivationGroupDesc, long) -
Static method in class java.rmi.activation.ActivationGroup
-
- createNewFile() -
Method in class java.io.File
- This method creates a new file of zero length with the same name as
the path of this
File object if an only if that file
does not already exist.
- createRegistry(int) -
Static method in class java.rmi.registry.LocateRegistry
-
- createRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) -
Static method in class java.rmi.registry.LocateRegistry
-
- createServerSocket(int) -
Method in class gnu.java.rmi.server.RMIDefaultSocketFactory
-
- createServerSocket(int) -
Method in interface java.rmi.server.RMIServerSocketFactory
-
- createServerSocket(int) -
Method in class java.rmi.server.RMISocketFactory
-
- createSocket(String, int) -
Method in class gnu.java.rmi.server.RMIDefaultSocketFactory
-
- createSocket(String, int) -
Method in interface java.rmi.server.RMIClientSocketFactory
-
- createSocket(String, int) -
Method in class java.rmi.server.RMISocketFactory
-
- createSocketImpl() -
Method in interface java.net.SocketImplFactory
- This method returns an instance of the
SocketImpl object
- createTempFile(String, String) -
Static method in class java.io.File
- This method creates a temporary file in the system temporary directory.
- createTempFile(String, String, File) -
Static method in class java.io.File
- This method creates a temporary file in the specified directory.
- createURLStreamHandler(String) -
Method in interface java.net.URLStreamHandlerFactory
- This method maps the protocol portion of a URL to a
URLStreamHandler object.
- createZipEntry(String) -
Method in class java.util.jar.JarInputStream
- Creates a JarEntry for a particular name and consults the manifest
for the Attributes of the entry.
- createZipEntry(String) -
Method in class java.util.zip.ZipInputStream
- Creates a new zip entry for the given name.
- CRL - Class in java.security.cert
- Certificate Revocation List class for managing CRLs that
have different formats but the same general use.
- CRL(String) -
Constructor for class java.security.cert.CRL
- Creates a new CRL for the specified type.
- CRLException - Exception in java.security.cert
- Exception for a Certificate Revocation List.
- CRLException() -
Constructor for exception java.security.cert.CRLException
- Constructs an CRLExceptionwithout a message string.
- CRLException(String) -
Constructor for exception java.security.cert.CRLException
- Constructs an CRLException with a message string.
- CURRENCY_SYMBOL -
Static variable in class java.lang.Character
- Sc = Symbol, Currency (Informative)
- CURRENCY_SYMBOLS -
Static variable in class java.lang.Character.Subset
- U+20A0 - U+20CF
- current() -
Method in class gnu.java.text.BaseBreakIterator
-
- current() -
Method in class java.text.BreakIterator
- This method returns the index of the current text element boundary.
- current() -
Method in interface java.text.CharacterIterator
- This method returns the character at the current index position
- current() -
Method in class java.text.StringCharacterIterator
- This method returns the character at the current index position
- currentClassLoader() -
Method in class java.lang.SecurityManager
- Find the ClassLoader for the most recent class on the
stack that was loaded by an explicit ClassLoader.
- currentGroupID() -
Static method in class java.rmi.activation.ActivationGroup
-
- currentLoadedClass() -
Method in class java.lang.SecurityManager
- Find the most recent class on the stack that was
loaded by an explicit ClassLoader.
- currentThread() -
Static method in class java.lang.Thread
- Get the currently executing Thread.
- currentTimeAdjust(long) -
Static method in class jbvm.ip2k.VMTime
- Adjust system Timer time
- currentTimeMillis() -
Static method in class java.lang.System
- Get the current time, measured in the number of
milliseconds from the beginning of Jan. 1, 1970.
- currentTimeMillis() -
Static method in class jbvm.ip2k.VMTime
- Get system Timer time in milliseconds since 1970
- currentTimeMillisNV() -
Static method in class jbvm.ip2k.VMTime
- Get NV Timer time in milliseconds since 1970
- CYRILLIC -
Static variable in class java.lang.Character.Subset
- U+0400 - U+04FF
DatagramPacket
which has the specified buffer, offset, and length.
DatagramPacket for
receiving packets from the network.
DatagramPacket for
transmitting packets across the network.
DatagramPacket for
transmitting packets across the network.
DatagramSocket that binds to
a random port and every address on the local machine.
DatagramSocket that binds to
the specified port and every address on the local machine.
DatagramSocket that binds to
the specified local port and address.
FilteredInputStream implements the
DataInput interface that provides method for reading primitive
Java data types from a stream.DataInputStream
to read from the specified subordinate stream.
OutputStream in a portable way.DataOutputStream to
write its data to the specified underlying OutputStream
new GregorianCalendar(year+1900, month,
day) instead.
new GregorianCalendar(year+1900, month,
day, hour, min) instead.
java.text.DateFormat.parse(s) instead.
DateFormat.
DateFormatSymbols
by loading the date format information for the specified locale.
DecimalFormat to format numbers and currency.DecimalFormatSymbols for the default locale.
DecimalFormatSymbols for the specified locale.
String into a Byte.
String into an Integer.
String into a Short.
InputStream.
Decoder to read from the
specified InputStream.
newPermissionCollection method on a permission object
returns null.StringBuffer.
StringBuffer.
DigestException with no
descriptive message.
DigestException
with a descriptive error message.
Compiler.disable() will cause the compiler
to be suspended.
RemoteRef.invoke(Remote, Method, Object[], long) instead.
next() and
previous in order to indicate that the end of the
text has been reached.
run() method of the given action with as
(initial) access control context only the protection domain of the
calling class.
run() method of the given action with as
(initial) access control context the given context combined with the
protection domain of the calling class.
run() method of the given action with as
(initial) access control context only the protection domain of the
calling class.
run() method of the given action with as
(initial) access control context the given context combined with the
protection domain of the calling class.
Double represent primitive
double values.Double from the primitive double
specified.
Double from the specified
String.
double.
double.
Byte as a double.
double value represented by this
Double.
double value represented by this
Double.
Integer as a double.
Long as a double.
Number as a float.
Short as a double.
index.
Vector.size().
Enumeration of all the objects in
this collection.
Enumeration which contains a
list of all Permission objects contained in this
collection.
Compiler.enable() will cause the compiler
to resume operation if it was previously disabled.
enable is true and this object is
trusted, then replaceObject (Object) will be called
in subsequent calls to writeObject (Object).
enable is true and this object is
trusted, then resolveObject (Object) will be called
in subsequent calls to readObject (Object).
OutputStream in
a format that can be understood by the decode method.
Encoder to write to the
specified OutputStream.
StringBuffer.
minCapacity elements can fit within this Vector.
Enumeration.
== operator to test for equality between
the object wrapped by this ObjectIdentityWrapper and
the object wrapped by the ObjectIdentityWrapper o.
File objects for equality by
comparing the path of the specified File against the path
of this object.
obj is an instance of Boolean and
has the same primitive value as this object then true
is returned.
true if obj is an instance of
Byte and represents the same byte value.
Object is not null, is an
instanceof Double, and represents
the same primitive double value return
true.
Object is not null, is an
instanceof Float, and represents
the same primitive float value return
true.
true if obj is an instance of
Integer and represents the same int value.
Object is not null, is an
instanceof Long, and represents
the same primitive long value return
true.
Object is not null, is an
instanceof Short, and represents
the same primitive short value return
true.
InetSocketAddress and
has the same address and port
Permission
(passed as an Object) is the same as this permission.
Object.
Object.
Object for equality with
this object.
Principal object for equality
with this one.
Object.
Object for equality with
this object.
String's are equal
according to the collation rules for the locale of this object and
the current strength and decomposition settings.
obj is a bit set that contains
exactly the same elements as this bit set, otherwise false.
o.
FileDescriptor object representing the standard
error stream.
cause == null ?
- eth_rx_alignment_error -
Variable in class jbvm.ip2k.EthernetStatistics
-
- eth_rx_fcs_error -
Variable in class jbvm.ip2k.EthernetStatistics
-
- eth_rx_length_error -
Variable in class jbvm.ip2k.EthernetStatistics
-
- eth_rx_overflow -
Variable in class jbvm.ip2k.EthernetStatistics
-
- eth_rx_too_long -
Variable in class jbvm.ip2k.EthernetStatistics
-
- eth_rx_total -
Variable in class jbvm.ip2k.EthernetStatistics
-
- eth_tx_collision -
Variable in class jbvm.ip2k.EthernetStatistics
-
- eth_tx_excessive_retrans -
Variable in class jbvm.ip2k.EthernetStatistics
-
- eth_tx_late_collision -
Variable in class jbvm.ip2k.EthernetStatistics
-
- eth_tx_total -
Variable in class jbvm.ip2k.EthernetStatistics
-
- EthernetStatistics - Class in jbvm.ip2k
- Ethernet statistics.
- EthernetStatistics() -
Constructor for class jbvm.ip2k.EthernetStatistics
-
- EventListener - Interface in java.util
- Empty interface that is implemented by classes that need to receive
events.
- EventObject - Class in java.util
- Represents Events fired by Objects.
- EventObject(Object) -
Constructor for class java.util.EventObject
- Constructs an EventObject with the specified source.
- Exception - Exception in java.lang
- Exceptions may be thrown by one part of a Java program and caught
by another in order to deal with the cause of the exception, such as
mouse movements, keyboard clicking, etc.
- Exception() -
Constructor for exception java.lang.Exception
- Create an exception without a message.
- Exception(String) -
Constructor for exception java.lang.Exception
- Create an exception with a message.
- Exception(String, Throwable) -
Constructor for exception java.lang.Exception
-
- Exception(Throwable) -
Constructor for exception java.lang.Exception
-
- ExceptionInInitializerError - Error in java.lang
- An
ExceptionInInitializerError is thrown when an
unexpected exception has occurred in a static initializer or the
initializer for a static variable. - ExceptionInInitializerError() -
Constructor for error java.lang.ExceptionInInitializerError
- Create an error without a message.
- ExceptionInInitializerError(String) -
Constructor for error java.lang.ExceptionInInitializerError
- Create an error with a message.
- ExceptionInInitializerError(Throwable) -
Constructor for error java.lang.ExceptionInInitializerError
- Creates an error an saves a reference to the
Throwable
object.
- exceptionTable -
Variable in class java.lang.reflect.VMBinMethodRecord
-
- exceptionTableOffset -
Variable in class java.lang.reflect.VMBinMasterRecord
-
- exceptionTableSize -
Variable in class java.lang.reflect.VMBinMasterRecord
-
- exec(String) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command
line.
- exec(String, String[]) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command
line and environment.
- exec(String[]) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command
line.
- exec(String[], String[]) -
Method in class java.lang.Runtime
- Create a new subprocess with the specified command
line.
- executeCall() -
Method in class gnu.java.rmi.server.UnicastRemoteCall
-
- executeCall() -
Method in interface java.rmi.server.RemoteCall
- Deprecated.
- ExecutionStack - Class in gnu.java.lang
- ExecutionStack represents the Java system execution
stack and allows you to get information off of it.
- ExecutionStack() -
Constructor for class gnu.java.lang.ExecutionStack
-
- exists() -
Method in class java.io.File
- This method tests whether or not the file represented by the object
actually exists on the filesystem.
- exit(int) -
Method in class java.lang.Runtime
- Exit the Java runtime.
- exit() -
Method in class java.lang.Runtime
- Exit the Java runtime.
- exit(int) -
Static method in class java.lang.System
- Helper method to exit the Java runtime using
Runtime.getRuntime().exit().
- exitInternal(int) -
Method in class java.lang.Runtime
- Native method that actually shuts down the virtual machine
- exitValue() -
Method in class java.lang.Process
- When a process terminates there is associated with that termination
an exit value for the process to indicate why it terminated.
- exp(double) -
Static method in class java.lang.Math
- Take ea.
- ExportException - Exception in java.rmi.server
- Thrown if an attempt to export a remote object fails.
- ExportException(String) -
Constructor for exception java.rmi.server.ExportException
- Create an exception with the specified message.
- ExportException(String, Exception) -
Constructor for exception java.rmi.server.ExportException
- Create an exception with the specified message and cause.
- exportNode(OutputStream) -
Method in class java.util.prefs.AbstractPreferences
- XXX
- exportNode(OutputStream) -
Method in class java.util.prefs.Preferences
- XXX
- exportObject(UnicastServerRef) -
Static method in class gnu.java.rmi.server.UnicastServer
-
- exportObject(Remote) -
Method in class gnu.java.rmi.server.UnicastServerRef
- Export the object and return its remote stub.
- exportObject(Remote, String, MarshalledObject, boolean, int) -
Static method in class java.rmi.activation.Activatable
-
- exportObject(Remote, String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) -
Static method in class java.rmi.activation.Activatable
-
- exportObject(Remote, ActivationID, int) -
Static method in class java.rmi.activation.Activatable
-
- exportObject(Remote, ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) -
Static method in class java.rmi.activation.Activatable
-
- exportObject(Remote, Object) -
Method in interface java.rmi.server.ServerRef
-
- exportObject(Remote) -
Static method in class java.rmi.server.UnicastRemoteObject
- Export object, making it available for the remote calls at the
anonymous port.
- exportObject(Remote, int) -
Static method in class java.rmi.server.UnicastRemoteObject
- Export object, making it available for the remote calls at the
specified port.
- exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory) -
Static method in class java.rmi.server.UnicastRemoteObject
- FIXME
- exportSubtree(OutputStream) -
Method in class java.util.prefs.AbstractPreferences
- XXX
- exportSubtree(OutputStream) -
Method in class java.util.prefs.Preferences
- XXX
- EXTENSION_INSTALLATION -
Static variable in class java.util.jar.Attributes.Name
- Extension identification attribute -
synonym for
EXTENSTION_NAME.
- EXTENSION_LIST -
Static variable in class java.util.jar.Attributes.Name
- Applet attribute -
a list of extension libraries that the applet in this
jar file depends on.
- EXTENSION_NAME -
Static variable in class java.util.jar.Attributes.Name
- Extension identification attribute -
the name if the extension library contained in the jar.
- Externalizable - Interface in java.io
- This interface provides a way that classes can completely control how
the data of their object instances are written and read to and from
streams.
Boolean object representing the
primitive value false.
FieldPosition to
have the specified field id.
File object to represent
a file in the specified directory.
File object to represent
a file in the specified named directory.
File object to represent
a file with the specified path.
FileInputStream to read from the
specified named file.
FileInputStream to read from the
specified File object.
FileInputStream to read from the
specified FileDescriptor object.
FileDescriptor.FileOutputStream object to write
to the named file.
FileOutputStream object to write
to the specified File object.
FileOutputStream object to write
to the named file.
FileOutputStream object to write
to the named file.
FileOutputStream object to write
to the file represented by the specified FileDescriptor
object.
Reader
to read from a file.FileReader instance to read from
the specified File object.
FileReader instance to read from
this specified FileDescriptor object.
FileReader instance to read from
the specified named file.
FileWriter object to write
to the specified File object.
FileWriter object to write
to the specified FileDescriptor object.
FileWriter object to write to the
specified named file.
FileWriter object to write to the
specified named file.
FilterInputStream with the specified subordinate
InputStream.
FilterOutputStream
to write to the specified subordinate OutputStream.
FilterReader with the specified subordinate
Reader.
FilterWriter
to write to the specified subordinate Writer.
close() method when this ZipFile has not yet
been explicitly closed.
Runtime.loadLibrary() to get an absolute path
to a (system specific) library that was requested by a class loaded
by this classloader.
Float represent primitive
float values.float from the primitive Float
specified.
Float from the primitive double
specified.
Float from the specified String.
float.
float.
Byte as a float.
Double when cast to a
float.
Double when cast to a
float.
Integer as a float.
Long as a float.
Number as a float.
Short as a float.
ObjectStreamClass
represents.
StringBuffer based on the supplied long
argument.
StringBuffer based on the supplied double
argument.
Object into a date string
and appends it to the specified StringBuffer.
Date into a string and appends it
to the specified StringBuffer.
Strings.Format.
Object into a String.
Object into a String and
appends the String to a StringBuffer.
long number.
double and appends it to
a StringBuffer.
long and appends it to
a StringBuffer.
double number.
FieldPosition object
that will return the fractional portion of a formatted number.
Runtime.getRuntime().gc().
GeneralSecurityException
with no descriptive error message.
GeneralSecurityException
with a descriptive error message.
InheritableThreadLocal to the heritage of the
current Thread and returns the value of the ThreadLocal
for the Thread.
bitIndex is in this bit
set, otherwise false.
BitSet composed of a range of bits from
this one.
null if the key maps to nothing.
null if the key maps to nothing.
null if the key maps to nothing.
index.
File object representing the
absolute path of this object.
Permission
as a String.
InetAddress or
null if its unresolved
Map of the attributed defined for
the current character.
BreakIterator are available.
Locale objects which is
the list of locales for which Collator objects exist.
NumberFormat subclasses may be created.
name matches
"true" ignoring case then the function returns true.
StringBuffer object that this
object is writing to.
Calendar object being used by
this object to parse/format datetimes.
File object representing the
canonical path of this object.
null if the
cause is nonexistent or unknown.
CodeSource.
BreakIterator that will
iterate over characters as defined in the default locale.
BreakIterator that will
iterate over characters as defined in the specified locale.
Class of this Object.
getEncodingOfClass.
CodeSource for this domain.
CollationElementIterator
for the specified String under the collation rules for this
object.
CollationElementIterator
for the String represented by the specified
CharacterIterator.
String into a
CollationKey for faster comparisons.
CollationKey for the
specified String.
InputStream of the passed in URL
connection and uses the data downloaded to create an Object
represening the content.
NumberFormat suitable
for formatting and parsing currency values in the default locale.
NumberFormat suitable
for formatting and parsing currency values in the specified locale.
DateFormat that will
format using the default formatting style for dates.
DateFormat that will
format using the specified formatting style for dates.
DateFormat that will
format using the specified formatting style for dates.
DateFormat that
formats both dates and times using the SHORT style.
DateFormat that
formats both dates and times using the DEFAULT style.
DateFormat that
formats both dates and times using the specified styles.
Decoder
which must be used only for calling the static byte array conversion methods.
Decoder
for the named encoding.
Decoder
for the named encoding.
Decoder object that can read
from the specified InputStream using the default
encoding.
Decoder object that can read from
the specified InputStream using the named encoding
This form of getDecoder caches the instance that is returned.
Decoder object that can read from
the specified InputStream using the named encoding
RMIClassLoader.
Encoder
which must be used only for calling the static byte array conversion methods.
Encoder
for the named encoding.
Encoder
for the named encoding.
Encoder object that can write
to the specified OutputStream using the default
encoding.
Encoder object that can write to
the specified OutputStream using the named encoding
This form of getencoder caches the instance that is returned.
Encoder object that can write to
the specified OutputStream using the named encoding
String representing the type-encoding of
CLAZZ.
String representing the type-encoding of
C.
String representing the type-encoding of
MEM.
String representing the type-encoding of
M.
Exception that caused
this exception to be raised.
FileDescriptor object representing the
underlying native file handle of the file this stream is reading
from
FileDescriptor object representing
the file that is currently being written to
FileDescriptor object that
represents the native file handle for this file.
FileNameMap object being used
to decode MIME types by file extension.
Principal that is guaranteeing
this certificate.
hostname
Provider.
InputStream object for reading from this socket.
Collator for the
default locale.
Collator for the
specified locale.
DateFormat that
formats both dates and times using the SHORT style.
Integer.
Integer, or use a
default int value if the property is not found or is not
decodable.
Integer, or use a
default Integer value if the property is not found or is
not decodable.
AttributedCharacterIterator that
will iterate over the entire string.
AttributedCharacterIterator that
will iterate over the entire string.
AttributedCharacterIterator that
will iterate over the specified subrange.
BreakIterator that will
iterate over line breaks as defined in the default locale.
BreakIterator that will
iterate over line breaks as defined in the specified locale.
CodeSource.
Long.
Long, or use a
default long value if the property is not found or is not
decodable.
Long, or use a
default Long value if the property is not found or is
not decodable.
getReason() + (getIndex() >= 0 ?
- getMessage() -
Method in exception java.rmi.activation.ActivationException
- This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ?
- getMessage() -
Method in exception java.rmi.RemoteException
- This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ?
- getMessage() -
Method in exception java.rmi.server.ServerCloneException
- This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ?
- getMessageDigest() -
Method in class java.security.DigestInputStream
- Returns the MessageDigest associated with this DigestInputStream
- getMessageDigest() -
Method in class java.security.DigestOutputStream
- Returns the MessageDigest associated with this DigestOutputStream
- getMethod(int) -
Static method in class gnu.java.lang.ExecutionStack
-
- getMethod() -
Method in class java.util.zip.ZipEntry
- Gets the compression method.
- getMethodDesc(int) -
Static method in class java.lang.reflect.VMBinHelper
-
- getMethodHash(Method) -
Static method in class gnu.java.rmi.server.RMIHashes
-
- getMethodName(int) -
Static method in class java.lang.reflect.VMBinHelper
-
- getMethodName() -
Method in class java.lang.StackTraceElement
- Returns the name of the method containing the execution point
represented by this stack trace element.
- getMethodParam(int) -
Static method in class java.lang.reflect.VMBinHelper
-
- getMethodRetVal(int) -
Static method in class java.lang.reflect.VMBinHelper
-
- getMethodRetValTyp(int) -
Static method in class java.lang.reflect.VMBinHelper
-
- getMethods() -
Static method in class gnu.java.lang.ExecutionStack
-
- getMethodSigId(String, String) -
Static method in class java.lang.reflect.VMBinHelper
-
- getMinimalDaysInFirstWeek() -
Method in class java.util.Calendar
- Gets how many days are required in the first week of the year.
- getMinimum(int) -
Method in class java.util.Calendar
- Gets the smallest value that is allowed for the specified field.
- getMinimum(int) -
Method in class java.util.GregorianCalendar
- Gets the smallest value that is allowed for the specified field.
- getMinimumFractionDigits() -
Method in class java.text.NumberFormat
- This method returns the minimum number of digits allowed in the fraction
portion of a number.
- getMinimumIntegerDigits() -
Method in class java.text.NumberFormat
- This method returns the minimum number of digits allowed in the integer
portion of a number.
- getMinusSign() -
Method in class java.text.DecimalFormatSymbols
- This method returns the character used to represent the minus sign.
- getMinutes() -
Method in class java.util.Date
- Deprecated. Use Calendar instead of Date, and use get(Calendar.MINUTE)
instead.
- getModifiers() -
Method in class java.lang.reflect.Constructor
- Gets the modifiers this constructor uses.
- getModifiers() -
Method in class java.lang.reflect.Field
- Gets the modifiers this field uses.
- getModifiers() -
Method in interface java.lang.reflect.Member
- Gets the modifiers this member uses.
- getModifiers() -
Method in class java.lang.reflect.Method
- Gets the modifiers this method uses.
- getModulus() -
Method in interface java.security.interfaces.RSAKey
- Generates a modulus.
- getModulus() -
Method in class java.security.spec.RSAPrivateKeySpec
- Gets the RSA modulus.
- getModulus() -
Method in class java.security.spec.RSAPublicKeySpec
- Gets the RSA modulus.
- getMonetaryDecimalSeparator() -
Method in class java.text.DecimalFormatSymbols
- This method returns the character used to represent the decimal
point for currency values.
- getMonth() -
Method in class java.util.Date
- Deprecated. Use Calendar instead of Date, and use get(Calendar.MONTH)
instead.
- getMonths() -
Method in class java.text.DateFormatSymbols
- This method returns the list of strings used for displaying month
names (e.g., "January" and "February").
- getMultiplier() -
Method in class java.text.DecimalFormat
-
- getName() -
Method in class java.io.File
- This method returns the name of the file.
- getName() -
Method in class java.io.ObjectStreamClass
- Returns the name of the class that this
ObjectStreamClass represents.
- getName() -
Method in class java.io.ObjectStreamField
-
- getName() -
Method in class java.lang.Package
- Returns the Package name.
- getName() -
Method in class java.lang.reflect.Constructor
- Gets the name of this constructor (the non-qualified name of the class
it was declared in).
- getName() -
Method in class java.lang.reflect.Field
- Gets the name of this field.
- getName() -
Method in interface java.lang.reflect.Member
- Gets the simple name of this member.
- getName() -
Method in class java.lang.reflect.Method
- Gets the name of this method.
- getName() -
Method in class java.lang.Thread
- Get this Thread's name.
- getName() -
Method in class java.lang.ThreadGroup
- Get the name of this ThreadGroup.
- getName() -
Method in interface java.security.acl.Acl
- This method returns the name of this ACL.
- getName() -
Method in class java.security.Identity
- Deprecated. Gets the name for this Identity.
- getName() -
Method in class java.security.Permission
- This method returns the name of this
Permission
- getName() -
Method in interface java.security.Principal
- This method returns a
String that names this
Principal.
- getName() -
Method in class java.security.Provider
- This method returns the name assigned to this
Provider.
- getName() -
Method in class java.text.AttributedCharacterIterator.Attribute
- This method returns the name of this attribute.
- getName() -
Method in class java.util.zip.ZipEntry
- Returns the entry name.
- getName() -
Method in class java.util.zip.ZipFile
- Returns the (path) name of this zip file.
- getNaN() -
Method in class java.text.DecimalFormatSymbols
- This method returns the string used to represent the NaN (not a number)
value.
- getNegativePrefix() -
Method in class java.text.DecimalFormat
-
- getNegativeSuffix() -
Method in class java.text.DecimalFormat
-
- getNewValue() -
Method in class java.util.prefs.PreferenceChangeEvent
- Returns the new value of the entry that was added or changed, or
returns null when the entry was removed.
- getNextEntry() -
Method in class java.util.jar.JarInputStream
- Returns the next entry or null when there are no more entries.
- getNextEntry() -
Method in class java.util.zip.ZipInputStream
- Open the next entry from the zip archive, and return its description.
- getNextJarEntry() -
Method in class java.util.jar.JarInputStream
- Returns the next jar entry or null when there are no more entries.
- getNextUpdate() -
Method in class java.security.cert.X509CRL
-
- getNode() -
Method in class java.util.prefs.PreferenceChangeEvent
- Returns the source Preference node from which an entry was added,
changed or removed.
- getNonCriticalExtensionOIDs() -
Method in interface java.security.cert.X509Extension
- Returns a set of the NON-CRITICAL extension OIDs from the
certificate/CRL that the object implementing this interface
manages.
- getNotAfter() -
Method in class java.security.cert.X509Certificate
- Returns the date that this certificate is not to be used
after, notAfter.
- getNotBefore() -
Method in class java.security.cert.X509Certificate
- Returns the date that this certificate is not to be used
before, notBefore.
- getNumberFormat() -
Method in class java.text.DateFormat
- This method returns the
NumberFormat object being used
by this object to parse/format time values.
- getNumberInstance() -
Static method in class java.text.NumberFormat
- This method returns a default instance for the specified locale.
- getNumberInstance(Locale) -
Static method in class java.text.NumberFormat
- This method returns a general purpose number formatting and parsing
class for the default locale.
- getNumberOfEntries() -
Method in class gnu.java.net.HeaderFieldHelper
-
- getNumericValue(char) -
Static method in class java.lang.Character
- Returns the Unicode numeric value property of a character.
- getObject(Object) -
Method in class java.lang.reflect.Field
-
- getObject() -
Method in class java.security.GuardedObject
- This method first call the
checkGuard method on the
Guard object protecting the guarded object.
- getObject() -
Method in class java.security.SignedObject
- Returns the encapsulated object.
- getObject(String) -
Method in class java.util.ResourceBundle
- Get an object from this resource bundle.
- getObjectStreamClass() -
Method in class java.io.ObjectInputStream.GetField
-
- getOffset() -
Method in class java.io.ObjectStreamField
-
- getOffset() -
Method in class java.net.DatagramPacket
- This method returns the current offset value into the data buffer
where data will be sent from.
- getOffset() -
Method in class java.text.CollationElementIterator
- This method returns the current offset into the
String
that is being iterated over.
- getOffset(int, int, int, int, int, int) -
Method in class java.util.SimpleTimeZone
- Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(int, int, int, int, int, int) -
Method in class java.util.TimeZone
- Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOperation() -
Method in class java.rmi.server.Operation
- Deprecated.
- getOperations() -
Method in class gnu.java.rmi.dgc.DGCImpl_Skel
-
- getOperations() -
Method in class gnu.java.rmi.registry.RegistryImpl_Skel
-
- getOperations() -
Method in interface java.rmi.server.Skeleton
- Deprecated.
- getOption(int) -
Method in class java.net.DatagramSocketImpl
- Returns the current setting of the specified option.
- getOption(int) -
Method in interface java.net.SocketOptions
- Returns the current setting of the specified option.
- getOption(int) -
Method in class java.net.VMDatagramSocketImpl
-
- getOption(int) -
Method in class java.net.VMSocketImpl
-
- getOutputStream() -
Method in class gnu.java.net.protocol.file.FileURLConnection
- Opens the file for writing and returns a stream for it.
- getOutputStream() -
Method in class gnu.java.net.protocol.http.HttpURLConnection
-
- getOutputStream() -
Method in class gnu.java.rmi.server.UnicastRemoteCall
-
- getOutputStream() -
Method in class java.lang.Process
- Obtain the output stream of the subprocess.
- getOutputStream() -
Method in class java.net.Socket
- Returns an OutputStream for writing to this socket.
- getOutputStream() -
Method in class java.net.SocketImpl
- Returns an
OutputStream object for writing to this socket
- getOutputStream() -
Method in class java.net.URLConnection
- Returns an OutputStream for this connection.
- getOutputStream() -
Method in class java.rmi.server.LogStream
- Deprecated.
- getOutputStream() -
Method in interface java.rmi.server.RemoteCall
- Deprecated.
- getP() -
Method in interface java.security.interfaces.DSAParams
- Returns the prime, or 'p' value
- getP() -
Method in class java.security.spec.DSAParameterSpec
- Returns p for the DSA algorithm.
- getP() -
Method in class java.security.spec.DSAPrivateKeySpec
- Returns p for the DSA algorithm.
- getP() -
Method in class java.security.spec.DSAPublicKeySpec
- Returns p for the DSA algorithm.
- getPackage() -
Method in class java.lang.Class
- Returns the
Package in which this class is defined
Returns null when this information is not available from the
classloader of this class or when the classloader of this class
is null.
- getPackage(String) -
Method in class java.lang.ClassLoader
- Returns the Package object for the requested package name.
- getPackage(String) -
Static method in class java.lang.Package
- Returns the named package if it is known by the callers class loader.
- getPackagePortion(String) -
Static method in class gnu.java.lang.ClassHelper
- Strip the last portion of the name (after the last
dot).
- getPackages() -
Method in class java.lang.ClassLoader
- Returns all Package objects defined by this classloader and its parents.
- getPackages() -
Static method in class java.lang.Package
- Returns all the packages that are known to the callers class loader.
- getParameter(String) -
Method in class java.security.Signature
- Deprecated. use the other getParameter
- getParameterSpec(Class) -
Method in class java.security.AlgorithmParameters
- Returns a specification of this AlgorithmParameters object.
- getParameterTypes() -
Method in class java.lang.reflect.Constructor
- Get the parameter list for this constructor, in declaration order.
- getParameterTypes() -
Method in class java.lang.reflect.Method
- Get the parameter list for this method, in declaration order.
- getParams() -
Method in class gnu.java.security.provider.GnuDSAPrivateKey
-
- getParams() -
Method in class gnu.java.security.provider.GnuDSAPublicKey
-
- getParams() -
Method in interface java.security.interfaces.DSAKey
- This method returns non-secret parameters of the DSA key
- getParent() -
Method in class java.io.File
- This method returns a
String the represents this file's
parent.
- getParent() -
Method in class java.lang.ClassLoader
- Returns the parent of this classloader.
- getParent() -
Method in class java.lang.ThreadGroup
- Get the parent of this ThreadGroup.
- getParent() -
Method in class java.util.prefs.NodeChangeEvent
- Returns the source parent preference node from which a subnode was
added or removed.
- getParentFile() -
Method in class java.io.File
- This method returns a
File object representing the parent
file of this one.
- getPassword() -
Method in class java.net.PasswordAuthentication
- Returns the password associated with this object
- getPasswordAuthentication() -
Method in class java.net.Authenticator
- This method is called whenever a request for authentication is made.
- getPath() -
Method in class java.io.File
- Returns the path name that represents this file.
- getPath() -
Method in class java.net.URI
- Returns the path of the URI
- getPath() -
Method in class java.net.URL
- Returns the path of the URL.
- getPatternSeparator() -
Method in class java.text.DecimalFormatSymbols
- This method returns the character used to separate positive and negative
subpatterns in a format pattern.
- getPercent() -
Method in class java.text.DecimalFormatSymbols
- This method returns the character used as the percent sign.
- getPercentInstance() -
Static method in class java.text.NumberFormat
- This method returns an instance of
NumberFormat suitable
for formatting and parsing percentage values in the default locale.
- getPercentInstance(Locale) -
Static method in class java.text.NumberFormat
- This method returns an instance of
NumberFormat suitable
for formatting and parsing percentage values in the specified locale.
- getPerMill() -
Method in class java.text.DecimalFormatSymbols
- This method returns the character used as the per mille character.
- getPermission() -
Method in class java.net.HttpURLConnection
- Returns a permission object representing the permission necessary to make
the connection represented by this object
- getPermission() -
Method in class java.net.URLConnection
- This method returns a
Permission object representing the
permissions required to access this URL.
- getPermission() -
Method in exception java.security.AccessControlException
- This method returns the
Permission object that caused
this exception to be thrown.
- getPermissions(CodeSource) -
Method in class gnu.java.security.provider.DefaultPolicy
-
- getPermissions(CodeSource) -
Method in class java.net.URLClassLoader
- Returns the permissions needed to access a particular code
source.
- getPermissions(Principal) -
Method in interface java.security.acl.Acl
- This method returns a list of
Permission's that are granted
to a particular Principal.
- getPermissions(CodeSource) -
Method in class java.security.Policy
- Evalutes the global policy and returns a set of Permissions
allowed for the specified CodeSource.
- getPermissions() -
Method in class java.security.ProtectionDomain
- This method returns the set of permissions granted to this domain.
- getPermissions(CodeSource) -
Method in class java.security.SecureClassLoader
- Returns a PermissionCollection for the specified CodeSource.
- getPolicy() -
Static method in class java.security.Policy
- Gets the currently installed Policy handler.
- getPort() -
Method in class java.net.DatagramPacket
- Returns the port number this packet is being sent to or, if it was used
to receive a packet, the port that it was received from.
- getPort() -
Method in class java.net.DatagramSocket
- This method returns the remote port to which this socket is
connected.
- getPort() -
Method in class java.net.InetSocketAddress
- Returns the
port
- getPort() -
Method in class java.net.Socket
- Returns the port number of the remote end of the socket connection.
- getPort() -
Method in class java.net.SocketImpl
- Returns the remote port this socket is connected to
- getPort() -
Method in class java.net.URI
- Returns the port number of the URI
- getPort() -
Method in class java.net.URL
- Returns the port number of this URL or -1 if the default port number is
being used.
- getPositivePrefix() -
Method in class java.text.DecimalFormat
-
- getPositiveSuffix() -
Method in class java.text.DecimalFormat
-
- getPrimeExponentP() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the primeExponentP
- getPrimeExponentP() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA prime exponent P.
- getPrimeExponentQ() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the primeExponentQ
- getPrimeExponentQ() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA prime exponent P.
- getPrimeP() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the primeP value
- getPrimeP() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA prime P.
- getPrimeQ() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the primeQ value
- getPrimeQ() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA prime Q.
- getPrincipal() -
Method in interface java.security.acl.AclEntry
- This method returns the
Principal associated with this
ACL entry.
- getPrincipal() -
Method in interface java.security.Certificate
- Deprecated. This method returns the
Principal being guaranteed by
this certificate.
- getPriority() -
Method in class java.lang.Thread
- Get this Thread's priority.
- getPrivate() -
Method in class java.security.KeyPair
- Returns the private key stored in the KeyPair
- getPrivateExponent() -
Method in interface java.security.interfaces.RSAPrivateKey
- Returns the private exponent value for this key
- getPrivateExponent() -
Method in class java.security.spec.RSAPrivateKeySpec
- Gets the RSA private exponent.
- getPrivateKey() -
Method in class java.security.Signer
- Returns the private key for this signer.
- getProperties() -
Static method in class gnu.classpath.SystemProperties
-
- getProperties() -
Static method in class java.lang.System
- Get all the system properties at once.
- getProperty(String) -
Static method in class gnu.classpath.SystemProperties
-
- getProperty(String, String) -
Static method in class gnu.classpath.SystemProperties
-
- getProperty(String) -
Static method in class java.lang.System
- Get a single system property by name.
- getProperty(String, String) -
Static method in class java.lang.System
- Get a single property by name, with a possible default
value returned if not found.
- getProperty(String) -
Static method in class java.security.Security
- Gets the value of a security property.
- getProperty(String) -
Method in class java.util.Properties
- Gets the property with the specified key in this property list.
- getProperty(String, String) -
Method in class java.util.Properties
- Gets the property with the specified key in this property list.
- getProperty(String) -
Method in class jbvm.ip2k.VMProperties
- Gets the property with the specified key in this property list.
- getProperty(String, String) -
Method in class jbvm.ip2k.VMProperties
- Gets the property with the specified key in this property list.
- getPropertyOverrides() -
Method in class java.rmi.activation.ActivationGroupDesc
-
- getProtectionDomain() -
Method in class java.lang.Class
- Returns the protection domain of this class.
- getProtocol() -
Method in class java.net.URL
- Returns the protocol of the URL
- getProvider() -
Method in class java.security.AlgorithmParameterGenerator
- Gets the provider that the class is from.
- getProvider() -
Method in class java.security.AlgorithmParameters
- Gets the provider that the class is from.
- getProvider() -
Method in class java.security.cert.CertificateFactory
- Gets the provider that the class is from.
- getProvider() -
Method in class java.security.KeyFactory
- Gets the provider that the class is from.
- getProvider() -
Method in class java.security.KeyPairGenerator
- Gets the provider that the class is from.
- getProvider() -
Method in class java.security.KeyStore
- Gets the provider that the class is from.
- getProvider() -
Method in class java.security.MessageDigest
- Gets the provider that the MessageDigest is from.
- getProvider() -
Method in class java.security.SecureRandom
- Returns the provider being used by the current SecureRandom class.
- getProvider(String) -
Static method in class java.security.Security
- Returns the provider with the specified name.
- getProvider() -
Method in class java.security.Signature
- Gets the provider that the Signature is from.
- getProviders() -
Static method in class java.security.Security
- Returns array containing all the providers.
- getProxyClass(ClassLoader, Class[]) -
Static method in class java.lang.reflect.Proxy
- Returns the proxy
Class for the given ClassLoader and array
of interfaces, dynamically generating it if necessary.
- getPublic() -
Method in class java.security.KeyPair
- Returns the public key stored in the KeyPair
- getPublicExponent() -
Method in interface java.security.interfaces.RSAPrivateCrtKey
- Returns the public exponent for this key
- getPublicExponent() -
Method in interface java.security.interfaces.RSAPublicKey
- Returns the public exponent value for this key
- getPublicExponent() -
Method in class java.security.spec.RSAKeyGenParameterSpec
- Return the public exponent.
- getPublicExponent() -
Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA public exponent.
- getPublicExponent() -
Method in class java.security.spec.RSAPublicKeySpec
- Gets the RSA public exponent.
- getPublicKey() -
Method in class java.security.cert.Certificate
- Returns the public key stored in the Certificate.
- getPublicKey() -
Method in interface java.security.Certificate
- Deprecated. This method returns the public key for the
Principal that
is being guaranteed.
- getPublicKey() -
Method in class java.security.Identity
- Deprecated. Gets the public key for this identity.
- getQ() -
Method in interface java.security.interfaces.DSAParams
- Returns the subprime, or 'q' value
- getQ() -
Method in class java.security.spec.DSAParameterSpec
- Returns p for the DSA algorithm.
- getQ() -
Method in class java.security.spec.DSAPrivateKeySpec
- Returns p for the DSA algorithm.
- getQ() -
Method in class java.security.spec.DSAPublicKeySpec
- Returns p for the DSA algorithm.
- getQuery() -
Method in class java.net.URI
- Returns the query of the URI
- getQuery() -
Method in class java.net.URL
- Returns the query of the URL.
- getRawAuthority() -
Method in class java.net.URI
- Returns the rae authority part of this URI
- getRawFragment() -
Method in class java.net.URI
- Return the raw fragment part of this URI
- getRawOffset() -
Method in class java.util.SimpleTimeZone
- Returns the time zone offset to GMT in milliseconds, ignoring
day light savings.
- getRawOffset() -
Method in class java.util.TimeZone
- Gets the time zone offset, ignoring daylight savings.
- getRawPath() -
Method in class java.net.URI
- Returns the raw path part of this URI
- getRawQuery() -
Method in class java.net.URI
- Returns the raw query part of this URI
- getRawSchemeSpecificPart() -
Method in class java.net.URI
- Returns the raw scheme specific part of this URI.
- getRawUserInfo() -
Method in class java.net.URI
- Returns the raw user info part of this URI
- getReason() -
Method in exception java.net.URISyntaxException
- Returns the reason for the failure.
- getReceiveBufferSize() -
Method in class java.net.DatagramSocket
- This method returns the value of the system level socket option
SO_RCVBUF, which is used by the operating system to tune buffer
sizes for data transfers.
- getReceiveBufferSize() -
Method in class java.net.Socket
- This method returns the value of the system level socket option
SO_RCVBUF, which is used by the operating system to tune buffer
sizes for data transfers.
- getRef() -
Method in class java.net.URL
- Returns the ref (sometimes called the "# reference" or "anchor") portion
of the URL.
- getRef() -
Method in class java.rmi.server.RemoteObject
-
- getRefClass(ObjectOutput) -
Method in class gnu.java.rmi.server.UnicastRef
-
- getRefClass(ObjectOutput) -
Method in interface java.rmi.server.RemoteRef
- Returns the class name of the reference type that must be written to the
given stream.
- getRegistry() -
Static method in class java.rmi.registry.LocateRegistry
-
- getRegistry(int) -
Static method in class java.rmi.registry.LocateRegistry
-
- getRegistry(String) -
Static method in class java.rmi.registry.LocateRegistry
-
- getRegistry(String, int) -
Static method in class java.rmi.registry.LocateRegistry
-
- getRegistry(String, int, RMIClientSocketFactory) -
Static method in class java.rmi.registry.LocateRegistry
-
- getRemaining() -
Method in class java.util.zip.Inflater
- Gets the number of unprocessed input.
- getRequestingPort() -
Method in class java.net.Authenticator
- This method returns the port of the site that is requesting
authentication.
- getRequestingPrompt() -
Method in class java.net.Authenticator
- Returns the prompt that should be used when requesting authentication
information from the user
- getRequestingProtocol() -
Method in class java.net.Authenticator
- This method returns the requesting protocol of the operation that is
requesting authentication
- getRequestingScheme() -
Method in class java.net.Authenticator
- This method returns the authentication scheme in use
- getRequestingSite() -
Method in class java.net.Authenticator
- This method returns the address of the site that is requesting
authentication.
- getRequestMethod() -
Method in class java.net.HttpURLConnection
- The request method currently in use for this connection.
- getRequestProperties() -
Method in class java.net.URLConnection
- Returns an unmodifiable Map containing the request properties.
- getRequestProperty(String) -
Method in class java.net.URLConnection
- Returns the value of the named request property.
- getResource(String) -
Method in class java.lang.Class
- Get a resource URL using this class's package using
the getClassLoader().getResource() method.
- getResource(String) -
Method in class java.lang.ClassLoader
- Get the URL to a resource using this classloader
or one of its parents.
- getResourceAsStream(String) -
Method in class java.lang.Class
- Get a resource using this class's package using the
getClassLoader().getResource() method.
- getResourceAsStream(String) -
Method in class java.lang.ClassLoader
- Get a resource as stream using this classloader or one of its
parents.
- getResources(String) -
Method in class java.lang.ClassLoader
- Returns an Enumeration of all resources with a given name that can
be found by this classloader and its parents.
- getResponseCode() -
Method in class java.net.HttpURLConnection
- Gets the status code from an HTTP response message, or -1 if
the response code could not be determined.
- getResponseMessage() -
Method in class java.net.HttpURLConnection
- Gets the HTTP response message, if any, returned along with the
response code from a server.
- getRestartMode() -
Method in class java.rmi.activation.ActivationDesc
-
- getResultStream(boolean) -
Method in class gnu.java.rmi.server.UnicastRemoteCall
-
- getResultStream(boolean) -
Method in interface java.rmi.server.RemoteCall
- Deprecated.
- getReturnType() -
Method in class java.lang.reflect.Method
- Gets the return type of this method.
- getRevocationDate() -
Method in class java.security.cert.X509CRLEntry
- Gets the revocation date in revocationDate for
this X509CRLEntry.
- getRevokedCertificate(BigInteger) -
Method in class java.security.cert.X509CRL
- Gets the requeste dX509Entry for the specified
certificate serial number.
- getRevokedCertificates() -
Method in class java.security.cert.X509CRL
- Returns a Set of revoked certificates.
- getRules() -
Method in class java.text.RuleBasedCollator
- This method returns a
String containing the collation rules
for this object.
- getRunLimit() -
Method in interface java.text.AttributedCharacterIterator
- This method returns the index of the character after the end of the run
that contains all attributed defined for the current character.
- getRunLimit(Set) -
Method in interface java.text.AttributedCharacterIterator
- This method returns the index of the character after the end of the run
that contains all attributes in the specified
Set defined
for the current character.
- getRunLimit(AttributedCharacterIterator.Attribute) -
Method in interface java.text.AttributedCharacterIterator
- This methods returns the index of the character after the end of the run
that contains the specified attribute defined for the current character.
- getRunStart() -
Method in interface java.text.AttributedCharacterIterator
- This method returns the index of the first character in the run that
contains all attributes defined for the current character.
- getRunStart(Set) -
Method in interface java.text.AttributedCharacterIterator
- This method returns the index of the first character in the run that
contains all attributes in the specified
Set defined for
the current character.
- getRunStart(AttributedCharacterIterator.Attribute) -
Method in interface java.text.AttributedCharacterIterator
- This method returns the index of the first character in the run that
contains the specified attribute defined for the current character.
- getRuntime() -
Static method in class java.lang.Runtime
- Get the current Runtime object for this JVM.
- getScheme() -
Method in class java.net.URI
- Returns the scheme of the URI
- getSchemeDescription() -
Static method in class gnu.java.io.decode.Decoder
- This method returns a description of the encoding scheme in use
- getSchemeDescription() -
Static method in class gnu.java.io.encode.Encoder
- This method returns a description of the encoding scheme in use
- getSchemeName() -
Static method in class gnu.java.io.decode.Decoder
- This method returns the name of the encoding scheme in use
- getSchemeName() -
Static method in class gnu.java.io.encode.Encoder
- This method returns the name of the encoding scheme in use
- getSchemeSpecificPart() -
Method in class java.net.URI
- Returns the decoded scheme specific part of this URI.
- getScope() -
Method in class java.security.Identity
- Deprecated. Gets the scope for this Identity.
- getSeconds() -
Method in class java.util.Date
- Deprecated. Use Calendar instead of Date, and use get(Calendar.SECOND)
instead.
- getSecurityContext() -
Method in class java.lang.SecurityManager
- Get an implementation-dependent Object that contains
enough information about the current environment to be
able to perform standard security checks later.
- getSecurityContext(ClassLoader) -
Method in interface java.rmi.server.LoaderHandler
- Deprecated.
- getSecurityContext(ClassLoader) -
Static method in class java.rmi.server.RMIClassLoader
- Deprecated.
- getSecurityManager() -
Static method in class java.lang.System
- Get the current SecurityManager.
- getSeed(int) -
Static method in class java.security.SecureRandom
- Returns the given number of seed bytes.
- getSendBufferSize() -
Method in class java.net.DatagramSocket
- This method returns the value of the system level socket option
SO_SNDBUF, which is used by the operating system to tune buffer
sizes for data transfers.
- getSendBufferSize() -
Method in class java.net.Socket
- This method returns the value of the system level socket option
SO_SNDBUF, which is used by the operating system to tune buffer
sizes for data transfers.
- getSentenceInstance() -
Static method in class java.text.BreakIterator
- This method returns an instance of
BreakIterator that will
iterate over sentences as defined in the default locale.
- getSentenceInstance(Locale) -
Static method in class java.text.BreakIterator
- This method returns an instance of
BreakIterator that will
iterate over sentences as defined in the specified locale.
- getSerialNumber() -
Method in class java.security.cert.X509Certificate
- Gets the serial number for serial Number in
this Certifcate.
- getSerialNumber() -
Method in class java.security.cert.X509CRLEntry
- Gets the serial number for userCertificate in
this X509CRLEntry.
- getSerialVersionUID() -
Method in class java.io.ObjectStreamClass
- Returns the serial version stream-unique identifier for the class
represented by this
ObjectStreamClass.
- getShort(Object, int) -
Static method in class java.lang.reflect.Array
- Gets an element of a short array.
- getShort(Object) -
Method in class java.lang.reflect.Field
- Get the value of this Field as a short.
- getShortMonths() -
Method in class java.text.DateFormatSymbols
- This method returns the list of strings used for displaying abbreviated
month names (e.g., "Jan" and "Feb").
- getShortWeekdays() -
Method in class java.text.DateFormatSymbols
- This method returns the list of strings used for displaying abbreviated
weekday names (e.g., "Sun" and "Mon").
- getSigAlgName() -
Method in class java.security.cert.X509Certificate
- Returns the signature algorithm used to sign the CRL.
- getSigAlgName() -
Method in class java.security.cert.X509CRL
- Returns the signature algorithm used to sign the CRL.
- getSigAlgOID() -
Method in class java.security.cert.X509Certificate
- Returns the OID for the signature algorithm used.
- getSigAlgOID() -
Method in class java.security.cert.X509CRL
- Returns the OID for the signature algorithm used.
- getSigAlgParams() -
Method in class java.security.cert.X509Certificate
- Returns the AlgorithmParameters in the encoded form
for the signature algorithm used.
- getSigAlgParams() -
Method in class java.security.cert.X509CRL
- Returns the AlgorithmParameters in the encoded form
for the signature algorithm used.
- getSignature() -
Method in class java.security.cert.X509Certificate
- Returns the signature in its raw DER encoded format.
- getSignature() -
Method in class java.security.cert.X509CRL
- Returns the signature for the CRL.
- getSignature() -
Method in class java.security.SignedObject
- Returns the signature of the encapsulated object.
- getSigners() -
Method in class java.lang.Class
- Get the signers of this class.
- getSize() -
Method in class java.util.zip.ZipEntry
- Gets the size of the uncompressed data.
- getSocketFactory() -
Static method in class java.rmi.server.RMISocketFactory
-
- getSoLinger() -
Method in class java.net.Socket
- Returns the value of the SO_LINGER option on the socket.
- getSoTimeout() -
Method in class java.net.DatagramSocket
- Returns the value of the socket's SO_TIMEOUT setting.
- getSoTimeout() -
Method in class java.net.ServerSocket
- Retrieves the current value of the SO_TIMEOUT setting.
- getSoTimeout() -
Method in class java.net.Socket
- Returns the value of the SO_TIMEOUT option on the socket.
- getSource() -
Method in class java.util.EventObject
-
- getSourceString() -
Method in class java.text.CollationKey
- This method returns the
String that this object was created
from.
- getSpecificationTitle() -
Method in class java.lang.Package
- Returns the name of the specification or null if unknown.
- getSpecificationVendor() -
Method in class java.lang.Package
- Returns the name of the specification designer or null if unknown.
- getSpecificationVersion() -
Method in class java.lang.Package
- Returns the version of the specification or null if unknown.
- getSpi(String) -
Method in class gnu.java.util.prefs.MemoryBasedPreferences
- Returns the associated value from this nodes preferences entries or
null when the key has not been set.
- getSpi(String) -
Method in class java.util.prefs.AbstractPreferences
- Returns the value associated with the key in this preferences node or
null when the key does not exist in this preferences node.
- getStackFrameClassIndex(int[], int) -
Static method in class java.lang.reflect.VMBinHelper
-
- getStackTrace() -
Method in class java.lang.Throwable
- Provides programmatic access to the stack trace information printed by
Throwable.printStackTrace().
- getStatus() -
Method in class jbvm.ip2k.SerialIO
- Change status lines
- getStatus() -
Method in class jbvm.ip2k.VMJPPP
- Get PPP state
- getStrength() -
Method in class java.text.Collator
- This method returns the current strength setting for this object.
- getString(String) -
Method in class java.util.ResourceBundle
- Get a String from this resource bundle.
- getString(int) -
Method in class jbvm.ip2k.VMGroMapInt
-
- getString(int, String) -
Method in class jbvm.ip2k.VMGroMapInt
-
- getString(long) -
Method in class jbvm.ip2k.VMGroMapLong
-
- getString(long, String) -
Method in class jbvm.ip2k.VMGroMapLong
-
- getString(String) -
Method in class jbvm.ip2k.VMGroMapStr
-
- getString(String, String) -
Method in class jbvm.ip2k.VMGroMapStr
-
- getStringArray(String) -
Method in class java.util.ResourceBundle
- Get an array of Strings from this resource bundle.
- getStub() -
Method in class gnu.java.rmi.server.UnicastServerRef
- Get the stub (actual class or proxy) of the exported remote object.
- getSubjectDN() -
Method in class java.security.cert.X509Certificate
- Returns the subject (subject distinguished name) of the
Certificate.
- getSubjectUniqueID() -
Method in class java.security.cert.X509Certificate
- Returns the subject unique ID for this certificate.
- getSystem() -
Static method in class java.rmi.activation.ActivationGroup
-
- getSystem() -
Method in class java.rmi.activation.ActivationGroupID
-
- getSystemClassLoader() -
Static method in class java.lang.ClassLoader
- Returns the system classloader.
- getSystemResource(String) -
Static method in class java.lang.ClassLoader
- Get the URL to a resource using the system classloader.
- getSystemResourceAsFile(String) -
Static method in class gnu.java.lang.ClassLoaderHelper
- Searches the CLASSPATH for a resource and returns it as a File.
- getSystemResourceAsStream(String) -
Static method in class java.lang.ClassLoader
- Get a resource using the system classloader.
- getSystemResources(String) -
Static method in class java.lang.ClassLoader
- Get an Enumeration of URLs to resources with a given name using
the system classloader.
- getSystemScope() -
Static method in class java.security.IdentityScope
- Deprecated. Gets the system's Scope.
- getTargetException() -
Method in exception java.lang.reflect.InvocationTargetException
- Get the wrapped (targeted) exception.
- getTBSCertificate() -
Method in class java.security.cert.X509Certificate
- Returns the tbsCertificate from the certificate.
- getTBSCertList() -
Method in class java.security.cert.X509CRL
- Returns the DER ASN.1 encoded tbsCertList which is
the basic information of the list and associated certificates
in the encoded state.
- getTcpNoDelay() -
Method in class java.net.Socket
- Tests whether or not the TCP_NODELAY option is set on the socket.
- getText() -
Method in class gnu.java.text.BaseBreakIterator
-
- getText() -
Method in class java.text.BreakIterator
- This method returns the text this object is iterating over as a
CharacterIterator.
- getThisUpdate() -
Method in class java.security.cert.X509CRL
- Returns the thisUpdate date of the CRL.
- getThreadGroup() -
Method in class java.lang.SecurityManager
- Get the ThreadGroup that a new Thread should belong
to by default.
- getThreadGroup() -
Method in class java.lang.Thread
- Get the ThreadGroup this Thread belongs to.
- getTime() -
Method in class java.util.Calendar
- Converts the time represented by this object to a
Date-Object.
- getTime() -
Method in class java.util.Date
- Gets the time represented by this Object
- getTime() -
Method in class java.util.zip.ZipEntry
- Gets the time of last modification of the entry.
- getTimeDrift() -
Static method in class jbvm.ip2k.HWConfig
- Get saved time drift
- getTimeInMillis() -
Method in class java.util.Calendar
- Returns the time represented by this Calendar.
- getTimeInstance() -
Static method in class java.text.DateFormat
- This method returns an instance of
DateFormat that will
format using the default formatting style for times.
- getTimeInstance(int) -
Static method in class java.text.DateFormat
- This method returns an instance of
DateFormat that will
format using the specified formatting style for times.
- getTimeInstance(int, Locale) -
Static method in class java.text.DateFormat
- This method returns an instance of
DateFormat that will
format using the specified formatting style for times.
- getTimerDrift() -
Static method in class jbvm.ip2k.VMTime
- Get Timer drift
bits 0..23 fraction part, bits 24..31 integral part
default value 0x01000000
- getTimeToLive() -
Method in class java.net.DatagramSocketImpl
- This method returns the current Time to Live (TTL) setting on this
socket.
- getTimeToLive() -
Method in class java.net.MulticastSocket
- Returns the current value of the "Time to Live" option.
- getTimeToLive() -
Method in class java.net.PlainDatagramSocketImpl
- Gets the Time to Live value for the socket
- getTimeZone() -
Method in class java.text.DateFormat
- This method returns the
TimeZone object being used by
this instance.
- getTimeZone() -
Method in class java.util.Calendar
- Gets the time zone of this calendar
- getTimeZone(String) -
Static method in class java.util.TimeZone
- Gets the TimeZone for the given ID.
- getTimezoneOffset() -
Method in class java.util.Date
- Deprecated. use
Calendar.get(Calendar.ZONE_OFFSET)+Calendar.get(Calendar.DST_OFFSET)
instead.
- getTotalIn() -
Method in class java.util.zip.Deflater
- Gets the number of input bytes processed so far.
- getTotalIn() -
Method in class java.util.zip.Inflater
- Gets the total number of processed compressed input bytes.
- getTotalOut() -
Method in class java.util.zip.Deflater
- Gets the number of output bytes so far.
- getTotalOut() -
Method in class java.util.zip.Inflater
- Gets the total number of output bytes returned by inflate().
- getTruncatedClassName(Class) -
Static method in class gnu.java.lang.ClassHelper
- Strip the package part from the class name.
- getTruncatedName(String) -
Static method in class gnu.java.lang.ClassHelper
- Strip the package part from the class name, or the
class part from the method or field name.
- getTTL() -
Method in class java.net.DatagramSocketImpl
- Deprecated.
- getTTL() -
Method in class java.net.MulticastSocket
- Deprecated. Replaced by getTimeToLive() in Java 1.2
- getTTL() -
Method in class java.net.PlainDatagramSocketImpl
- Gets the Time to Live value for the socket
- getType() -
Method in class java.io.ObjectStreamField
-
- getType(char) -
Static method in class java.lang.Character
- Returns the Unicode general category property of a character.
- getType() -
Method in class java.lang.reflect.Field
- Gets the type of this field.
- getType() -
Method in class java.security.cert.Certificate
- Returns the Certificate type.
- getType() -
Method in class java.security.cert.CertificateFactory
- Returns the type of the certificate supported
- getType() -
Method in class java.security.cert.CRL
- Returns the CRL type.
- getType() -
Method in class java.security.KeyStore
- Returns the type of the KeyStore supported
- getTypeCode() -
Method in class java.io.ObjectStreamField
-
- getTypeString() -
Method in class java.io.ObjectStreamField
-
- getUndeclaredThrowable() -
Method in exception java.lang.reflect.UndeclaredThrowableException
- Returns the cause of this exception.
- getUnicodeBlock(char) -
Static method in class java.lang.Character
- Determines the Unicode character block that a character belongs to.
- getURL() -
Method in class java.net.URLConnection
- Returns the URL object associated with this connection
- getURLs() -
Method in class java.net.URLClassLoader
- Returns all the locations that this class loader currently uses the
resolve classes and resource.
- getUseCaches() -
Method in class java.net.URLConnection
- Returns a boolean flag indicating whether or not caching will be used
(if possible) to store data downloaded via the connection.
- getUserInfo() -
Method in class java.net.URI
- Returns the decoded user info part of this URI
- getUserInfo() -
Method in class java.net.URL
- Returns the user information of the URL.
- getUserName() -
Method in class java.net.PasswordAuthentication
- Returns the username associated with this object
- getValue() -
Method in class java.rmi.dgc.Lease
- Get the lease duration
- getValue() -
Method in class java.text.Annotation
- This method returns the text attribute object this
Annotation
instance is wrappering.
- getValue(String) -
Method in class java.util.jar.Attributes
- Gets the value of an attribute name given as a String.
- getValue(Attributes.Name) -
Method in class java.util.jar.Attributes
- Gets the value of the given attribute name.
- getValue() -
Method in interface java.util.Map.Entry
- Get the value corresponding to this entry.
- getValue() -
Method in class java.util.zip.Adler32
- Returns the Adler32 data checksum computed so far.
- getValue() -
Method in interface java.util.zip.Checksum
- Returns the data checksum computed so far.
- getValue() -
Method in class java.util.zip.CRC32
- Returns the CRC32 data checksum computed so far.
- getValue(int) -
Method in class jbvm.ip2k.VMGroMapInt
-
- getValue(int, Object) -
Method in class jbvm.ip2k.VMGroMapInt
-
- getValue(long) -
Method in class jbvm.ip2k.VMGroMapLong
-
- getValue(long, Object) -
Method in class jbvm.ip2k.VMGroMapLong
-
- getValue(String) -
Method in class jbvm.ip2k.VMGroMapStr
-
- getValue(String, Object) -
Method in class jbvm.ip2k.VMGroMapStr
-
- getValueAt(int) -
Method in class jbvm.ip2k.VMGroMapInt
-
- getValueAt(int) -
Method in class jbvm.ip2k.VMGroMapLong
-
- getValueAt(int) -
Method in class jbvm.ip2k.VMGroMapStr
-
- getVariant() -
Method in class java.util.Locale
- Returns the variant code of this locale.
- getVersion() -
Method in class java.security.cert.X509Certificate
- Returns the version of this certificate.
- getVersion() -
Method in class java.security.cert.X509CRL
- Gets the version of this CRL.
- getVersion() -
Method in class java.security.Provider
- This method retunrs the version number of this
Provider.
- getVMID() -
Method in class java.rmi.dgc.Lease
- Get the lease id.
- getWeekdays() -
Method in class java.text.DateFormatSymbols
- This method returns the list of strings used for displaying weekday
names (e.g., "Sunday" and "Monday").
- getWordInstance() -
Static method in class java.text.BreakIterator
- This method returns an instance of
BreakIterator that will
iterate over words as defined in the default locale.
- getWordInstance(Locale) -
Static method in class java.text.BreakIterator
- This method returns an instance of
BreakIterator that will
iterate over words as defined in the specified locale.
- getX() -
Method in class gnu.java.security.provider.GnuDSAPrivateKey
-
- getX() -
Method in interface java.security.interfaces.DSAPrivateKey
- This method returns the value of the DSA private key
- getX() -
Method in class java.security.spec.DSAPrivateKeySpec
- Returns private key x for the DSA algorithm.
- getY() -
Method in class gnu.java.security.provider.GnuDSAPublicKey
-
- getY() -
Method in interface java.security.interfaces.DSAPublicKey
- This method returns the value of the DSA public key
- getY() -
Method in class java.security.spec.DSAPublicKeySpec
- Returns public key y for the DSA algorithm.
- getYear() -
Method in class java.util.Date
- Deprecated. Use Calendar instead of Date, and use get(Calendar.YEAR)
instead. Note about the 1900 difference in year.
- getZeroDigit() -
Method in class java.text.DecimalFormatSymbols
- This method returns the character used to represent the digit zero.
- getZoneStrings() -
Method in class java.text.DateFormatSymbols
- This method returns this list of localized timezone display strings.
- Gnu - Class in gnu.java.security.provider
-
- Gnu() -
Constructor for class gnu.java.security.provider.Gnu
-
- gnu.classpath - package gnu.classpath
-
- gnu.java.io - package gnu.java.io
-
- gnu.java.io.decode - package gnu.java.io.decode
-
- gnu.java.io.encode - package gnu.java.io.encode
-
- gnu.java.lang - package gnu.java.lang
-
- gnu.java.lang.reflect - package gnu.java.lang.reflect
-
- gnu.java.locale - package gnu.java.locale
-
- gnu.java.math - package gnu.java.math
-
- gnu.java.net - package gnu.java.net
-
- gnu.java.net.content.text - package gnu.java.net.content.text
-
- gnu.java.net.protocol.file - package gnu.java.net.protocol.file
-
- gnu.java.net.protocol.http - package gnu.java.net.protocol.http
-
- gnu.java.rmi.dgc - package gnu.java.rmi.dgc
-
- gnu.java.rmi.registry - package gnu.java.rmi.registry
-
- gnu.java.rmi.server - package gnu.java.rmi.server
-
- gnu.java.security - package gnu.java.security
-
- gnu.java.security.der - package gnu.java.security.der
-
- gnu.java.security.provider - package gnu.java.security.provider
-
- gnu.java.security.util - package gnu.java.security.util
-
- gnu.java.text - package gnu.java.text
-
- gnu.java.util - package gnu.java.util
-
- gnu.java.util.prefs - package gnu.java.util.prefs
-
- GnuDSAPrivateKey - Class in gnu.java.security.provider
-
- GnuDSAPrivateKey(BigInteger, BigInteger, BigInteger, BigInteger) -
Constructor for class gnu.java.security.provider.GnuDSAPrivateKey
-
- GnuDSAPublicKey - Class in gnu.java.security.provider
-
- GnuDSAPublicKey(BigInteger, BigInteger, BigInteger, BigInteger) -
Constructor for class gnu.java.security.provider.GnuDSAPublicKey
-
- GREEK -
Static variable in class java.lang.Character.Subset
- U+0370 - U+03FF
- GREEK_EXTENDED -
Static variable in class java.lang.Character.Subset
- U+1F00 - U+1FFF
- GregorianCalendar - Class in java.util
- This class represents the Gregorian calendar, that is used in most
countries all over the world.
- GregorianCalendar() -
Constructor for class java.util.GregorianCalendar
- Constructs a new GregorianCalender representing the current
time, using the default time zone and the default locale.
- GregorianCalendar(TimeZone) -
Constructor for class java.util.GregorianCalendar
- Constructs a new GregorianCalender representing the current
time, using the specified time zone and the default locale.
- GregorianCalendar(Locale) -
Constructor for class java.util.GregorianCalendar
- Constructs a new GregorianCalender representing the current
time, using the default time zone and the specified locale.
- GregorianCalendar(TimeZone, Locale) -
Constructor for class java.util.GregorianCalendar
- Constructs a new GregorianCalender representing the current
time with the given time zone and the given locale.
- GregorianCalendar(int, int, int) -
Constructor for class java.util.GregorianCalendar
- Constructs a new GregorianCalendar representing midnight on the
given date with the default time zone and locale.
- GregorianCalendar(int, int, int, int, int) -
Constructor for class java.util.GregorianCalendar
- Constructs a new GregorianCalendar representing midnight on the
given date with the default time zone and locale.
- GregorianCalendar(int, int, int, int, int, int) -
Constructor for class java.util.GregorianCalendar
- Constructs a new GregorianCalendar representing midnight on the
given date with the default time zone and locale.
- Group - Interface in java.security.acl
- This interface represents a group of
Principals. - GTK_CAIRO_ENABLED -
Static variable in interface gnu.classpath.Configuration
- Set to true if Cairo was found and enabled during configure,
false otherwise.
- Guard - Interface in java.security
- This interface specifies a mechanism for querying whether or not
access is allowed to a guarded object.
- GuardedObject - Class in java.security
- This class is an object that is guarded by a
Guard object. - GuardedObject(Object, Guard) -
Constructor for class java.security.GuardedObject
- This method initializes a new instance of
GuardedObject
that protects the specified Object using the specified
Guard
- guessContentTypeFromName(String) -
Static method in class java.net.URLConnection
- Returns the MIME type of a file based on the name of the file.
- guessContentTypeFromStream(InputStream) -
Static method in class java.net.URLConnection
- Returns the MIME type of a stream based on the first few characters
at the beginning of the stream.
- GUJARATI -
Static variable in class java.lang.Character.Subset
- U+0A80 - U+0AFF
- GURMUKHI -
Static variable in class java.lang.Character.Subset
- U+0A00 - U+0A7F
- GZIP_MAGIC -
Static variable in class java.util.zip.GZIPInputStream
- The magic number found at the start of a GZIP stream.
- GZIPInputStream - Class in java.util.zip
- This filter stream is used to decompress a "GZIP" format stream.
- GZIPInputStream(InputStream) -
Constructor for class java.util.zip.GZIPInputStream
- Creates a GZIPInputStream with the default buffer size.
- GZIPInputStream(InputStream, int) -
Constructor for class java.util.zip.GZIPInputStream
- Creates a GZIPInputStream with the specified buffer size.
- GZIPOutputStream - Class in java.util.zip
- This filter stream is used to compress a stream into a "GZIP" stream.
- GZIPOutputStream(OutputStream) -
Constructor for class java.util.zip.GZIPOutputStream
- Creates a GZIPOutputStream with the default buffer size
- GZIPOutputStream(OutputStream, int) -
Constructor for class java.util.zip.GZIPOutputStream
- Creates a GZIPOutputStream with the specified buffer size
getObject when a resource is needed.
System.identityHashCode(Object) to compute a
hash code for the object wrapped by this
ObjectIdentityWrapper.
1231 if this object represents
the primitive true and the integer 1237
otherwise.
(int)(v^(v>>>32))long v = Double.doubleToLongBits(this.longValue());InetSocketAddress
Permission.
Principal.
m or the default of 11.
m or the default of 11.
false.
toKey.
to.
IllegalAccessError is thrown when an attempt is made to
call a method, or access or modify a field that the application does not
have access to.ServerSocket.accept().
true to indicate that this
permission always implies that any other permission is also granted.
CodeSource is
implied by this object.
Permission implies that the
specified Permission is also granted.
Permission object is
implied by this collection of Permission objects.
Permission
is implied by this PermissionCollection.
Permission is
implied by the set of permissions granted to this domain.
false always to indicate that this
permission does not imply the specified permission.
InputStream bytes are read from
FileDescriptor object representing the standard
input stream.
InputStream to which method calls
are redirected
Reader to which method calls
are redirected
PipedOutputStream will be written.
IncompatibleClassChangeError is thrown when the
definition of a class used by the currently executing method has
changed in an incompatible way.elem in the Vector, or -1 if
elem is not found.
index for object
elem and returns the index of the first occurrence of this
Object.
get() is called and no state is associated
with the currently executing Thread yet.
InputStreamReader
to read from the specified stream using the default encoding.
InputStreamReader
to read from the specified stream using a caller supplied character
encoding scheme.
String value of the argument into this StringBuffer.
char argument into this StringBuffer.
String value of the argument into this StringBuffer.
String value of the argument into this StringBuffer.
String value of the argument into this StringBuffer.
String value of the argument into this StringBuffer.
String value of the argument into this StringBuffer.
String argument into this StringBuffer.
char[] argument into this
StringBuffer.
char[] argument into this
StringBuffer.
index.
InstantiationError is thrown when an attempt is made to
create an instance of an abstract class or an interface.float represented by the long
bits specified.
Integer represent primitive
int values.Integer object representing the value of the
int argument.
Integer object representing the value of the
argument after conversion to an int.
FieldPosition object
that will return the integer portion of a formatted number.
InternalError is thrown when a mystical error has
occurred in the Java Virtual Machine.Byte as an int.
Double when cast to an
int.
Double when cast to an
int.
Integer.
Long as an int.
Number as an int.
Short as an int.
InvocationTargetException using another
exception.
InvocationTargetException using another
exception and an error message.
RemoteRef.invoke(Remote, Method, Object[], long) instead.
true if the value of this Double
is the same as NEGATIVE_INFINITY or
POSITIVE_INFINITY, otherwise return false.
true if the double has a value
equal to either NEGATIVE_INFINITY or
POSITIVE_INFINITY, otherwise return false.
true if the value of this Float
is the same as NEGATIVE_INFINITY or
POSITIVE_INFINITY, otherwise return false.
true if the float has a value
equal to either NEGATIVE_INFINITY or
POSITIVE_INFINITY, otherwise return false.
Principal is a
member of this group.
true if the value of this Double
is the same as NaN, otherwise return false.
true if the double has the same
value as NaN, otherwise return false.
true if the value of this Float
is the same as NaN, otherwise return false.
true if the float has the same
value as NaN, otherwise return false.
Principal is an
owner of this access control list (ACL).
getProxyClass or by the
syntactic sugar of newProxyInstance).
PermissionCollection
object is read only.
removeNode() method, false otherwise.
KeyException
with no descriptive message.
KeyException
with a descriptive message.
KeyManagementException
with no descriptive error message.
KeyManagementException
with a descriptive error message.
KeyStoreException with no
detailed error message.
KeyStoreException with a
detailed error message.
getEndIndex() - 1 and
returns the character there.
getEndIndex () - 1 and
returns the character there.
elem within this Vector, or -1
if the object is not within the Vector.
elem, when
searching backwards from index.
LastOwnerException that does
not have a log message.
String this
StringBuffer would create.
LineNumberInputStream that reads from the
specified subordinate InputStream
Reader except that it
counts line numbers, and canonicalizes newline characters.LineNumberReader that reads from the
specified subordinate Reader.
LineNumberReader to read
from the specified subordinate Reader using the specified
read buffer size.
LinkageError are thrown to indicate
a class which is depended upon by another class has incompatibly
changed after the compilation of the latter class.m or
the default of 11.
String's representing the
list of files is then directory represented by this object.
String's representing the
list of files is then directory represented by this object.
File objects representing
all the files in the directory represented by this object.
File objects representing
all the files in the directory represented by this object.
File objects representing
all the files in the directory represented by this object.
ListResouceBundle provides an easy way, to create
your own resource bundle.resolveClass().
codeBase.
Object used for synchronizing critical code
sections.
Double represent primitive
double values.Long object representing the value of the
long argument.
Long object representing the value of the
argument after conversion to a long.
double represented by the long
bits specified.
Byte as a long.
Double when cast to a
long.
Double when cast to a
long.
Integer as a long.
Long as a long.
Number as a long.
Short as a long.
ObjectStreamClass for cl.
MalformedURLException without
a descriptive error message.
MalformedURLException without
a descriptive error message.
reset() method.
reset() method.
in.mark(int) method.
in.mark(int) method.
reset() method.
reset() method.
reset() method.
reset() method.
mark() before the mark can be discarded.
pos when the mark() method was
called.
true to indicate that this class
supports mark/reset functionality.
true to indicate that this class supports mark/reset
functionality.
markSupported method in
InputStream in order to return true -
indicating that this stream class supports mark/reset
functionality.
markSupported method in
Reader in order to return true -
indicating that this stream class supports mark/reset
functionality.
in.markSupported() method.
in.markSupported() method.
false to indicate that it does
not support mark/reset functionality.
false to indicate that it does not support
mark/reset functionality.
MarshalledObject consists of a serialized object which is
marshalled according to the RMI specification.MarshalledObject from the given object.
byte can represent is 127 (or
27 - 1).
double may represent
is 1.7976931348623157e+308.
double may represent
is 3.4028235e+38f.
int can represent is 2147483647 (or
231 - 1).
long can represent is
9223372036854775807.
short can represent is 32767.
Enumeration.
byte can represent is -128 (or
-27).
double may represent
is 5e-324.
float may represent
is 1.4e-45.
int can represent is -2147483648 (or
-231).
long can represent is
-9223372036854775808.
short can represent is -32768.
Naming class handles interactions with RMI registries.NetPermission with the
specified name.
NetPermission with the
specified name and value.
RemoteRef.invoke(Remote, Method, Object[], long) instead.
URLClassLoader that gets
classes from the supplied URLs.
URLClassLoader that gets
classes from the supplied URLs and with the supplied
loader as parent class loader.
ActivationGroup.newInstance().
PermissionCollection object that can hold
SocketPermission's.
PermissionCollection
suitable for holding instance of AllPermission.
PermissionCollection
suitable for storing BasicPermission objects.
PermissionCollection object
that can store permissions of this type, or null if no
such collection is defined.
PermissionCollection object that can
be used to store instances of UnresolvedPermission.
NoSuchElementException.
delim.
NoClassDefFoundError is thrown when a classloader or the
Java Virtual Machine tries to load a class and no definition of the class
can be found.NoRouteToHostException
without a descriptive error message.
NoRouteToHostException
witha descriptive error message, such as the text from strerror(3).
NoSuchAlgorithmException
with no descriptive error message.
NoSuchAlgorithmException
with a descriptive error message.
NoSuchFieldError is thrown if an application attempts
to access the field of an object and that object no longer has that
field.NoSuchMethodError is thrown if an application attempts
to access a method of a class, and that class no longer has that
method.NoSuchProviderException
with no descriptive error message.
NoSuchProviderException
with a descriptive error message.
Threads that has called
wait on this Object.
Threads that have called
wait on this Object.
NotOwnerException that does
not have a descriptive message.
Byte, Short, Integer,
Long, Float, and Double.Object wrapped by this
ObjectIdentityWrapper.
Object that makes
the methods hashCode() and equals(Object)
as discriminating as possible.ObjectIdentityWrapper that is wrapped
around o.
DataInput interface to provide a
facility to read objects as well as primitive types from a stream.ObjectInputStream that will do all of
its reading from in.
DataOutput to provide the additional
facility of writing object instances to a stream.ObjectOutputStream can be used to write objects
as well as primitive data in a platform-independent manner to an
OutputStream.ObjectOutputStream that will do all of
its writing onto out.
set.
OutputStream bytes are written to
FileDescriptor object representing the standard
output stream.
OutputStream that this class
redirects its method calls to.
Writer that this class
redirects its method calls to.
Writer we are sending output
to
OutOfMemoryError is thrown.OutputStreamWriter
to write to the specified stream using the default encoding.
OutputStreamWriter
to write to the specified stream using a caller supplied character
encoding scheme.
String into a
Date.
Number.
Number.
String into a byte.
String into an int
using the specified radix (base).
String as a double.
ParseException
with a detailed error message and a error position.
String as a float.
String into an int
using the specified radix (base).
String into an int.
String into a long.
String into a long
using the specified radix (base).
parse(String, ParsePosition),
but returns its result as an Object instead of a
Date.
String and converts the parsed
contents into an Object.
String and converts the parsed
contents into an Object.
Object.
ParsePosition to
have the specified initial index value.
String into a short.
String into a short
using the specified radix (base).
Permission to
have the specified name.
PermissionCollection.
Permission objects
associated with this ACL entry as an Enumeration.
Permissions.
PipedInputStream that is not connected to a
PipedOutputStream.
PipedInputStream and connects
it to the passed in PipedOutputStream.
PipedInputStream to
which it is connected.PipedOutputStream instance
to write to the specified PipedInputStream.
PipedReader that is not connected to a
PipedWriter.
PipedReader and connects
it to the passed in PipedWriter.
PipedReader to
which it is connected.PipedWriter instance
to write to the specified PipedReader.
buf
buf
String to the stream.
Object to the stream.
String to the stream.
Object to the stream.
String to the stream.
Object to the stream.
Object to the stream.
String to the stream.
PrintStream.
PrintWriter.
PrintStream.
PrintWriter.
PrintStream.
PrintWriter.
PrintWriter object to write
to the specified output sink.
PrintWriter object to write
to the specified output sink.
PrintWriter object to write
to the specified OutputStream.
PrintWriter object to write
to the specified OutputStream.
run method that
executes a privileged operation.AccessController.doPrivileged() method.PrivilegedActionException
that wrappers the specified Exception.
AccessController.doPrivileged() in order to perform a
privileged operation with higher privileges enabled.Process is created by the
Runtime.exec methods.ResourceBundle that gets it
resources from a property file.ProtectionDomain
representing the specified CodeSource and permission set.
ProtocolException
without a descriptive error message.
ProtocolException
with a descriptive error message.
Provider to have
the specified name, version, and description information.
ProviderException
with no descriptive error message.
ProviderException
with a descriptive error message.
InvocationHandler.FilterInputStream provides the ability to
unread data from a stream.PushbackInputStream to
read from the * specified subordinate InputStream
with a default pushback buffer * size of 1.
PushbackInputStream to
read from the specified subordinate InputStream with
the specified buffer size
FilterReader provides the ability to
unread data from a stream.PushbackReader to read from the
specified subordinate Reader with a default pushback buffer
size of 1.
PushbackReader to read from the
specified subordinate Reader with the specified buffer
size
List implementations that
they support fast (usually constant time) random access.RandomAccessFile
to read from the specified file name with the specified access mode.
RandomAccessFile
to read from the specified File object with the specified
access mode.
in.read() method
read(byte[], int, int) overloaded method.
in.read(byte[], int, int) method.
in.read() method
in.read(char[], int, int) method.
len characters from the stream into
the specified array starting at index offset into the
array.
buf starting at position offset into the buffer.
len bytes from the file into the s
pecified array starting at position offset into the array.
char value from an input stream.
char value from an input stream.
char value from an input stream.
Reader that will use the object
itself for synchronization of critical code sections.
Reader that will use the specified
Object for synchronization of critical code sections.
buf starting
offset bytes into the buffer.
buf starting offset bytes into the
buffer.
buf starting
offset bytes into the buffer.
int value from an input stream
It operates by reading four bytes from the stream and converting them to
a single Java int.
int value from an input
stream It operates by reading four bytes from the stream and
converting them to a single Java int The bytes are
stored most significant byte first (i.e., "big endian")
regardless of the native host byte ordering.
int value from an input stream
It operates by reading four bytes from the stream and converting them to
a single Java int The bytes are stored most
significant byte first (i.e., "big endian") regardless of the native
host byte ordering.
String.
String.
long value from an input stream
It operates by reading eight bytes from the stream and converting them to
a single Java long.
long The bytes are stored most
significant byte first (i.e., "big endian") regardless of the native
host byte ordering.
long The bytes are stored most
significant byte first (i.e., "big endian") regardless of the native
host byte ordering.
ObjectInputStream.
AttributedCharacterIterator.Attribute
that is being deserialized to one of the three pre-defined attribute
constants.
int value from
the stream.
int
value from the stream.
int value from the
stream.
String from an input stream that is
encoded in a modified UTF-8 format.
String from an input stream that
is encoded in a modified UTF-8 format.
DataInput source.
String from an input stream that is encoded in
a modified UTF-8 format.
false to indicate that there is no
guarantee this stream can be read successfully without blocking.
in.read() method.
ObjectInputValidation to be carried out
on the object graph currently being deserialized before it is
returned to the original caller of readObject ().
timeout
until a reference is enqueued.
o == null ?
- remove(int) -
Method in class java.util.LinkedList
- Removes the element at the given position from the list.
- remove(int) -
Method in interface java.util.List
- Remove the element at a given position in this list (optional operation).
- remove(Object) -
Method in interface java.util.List
- Remove the first occurence of an object from this list (optional
operation).
- remove() -
Method in interface java.util.ListIterator
- Remove from the list the element last returned by a call to next or
previous (optional operation).
- remove(Object) -
Method in interface java.util.Map
- Removes the mapping for this key if present (optional operation).
- remove(String) -
Method in class java.util.prefs.AbstractPreferences
- Removes the preferences entry from this preferences node.
- remove(String) -
Method in class java.util.prefs.Preferences
- Removes the preferences entry from this preferences node.
- remove(Object) -
Method in interface java.util.Set
- Removes the specified element from this set (optional operation).
- remove(Object) -
Method in class java.util.TreeMap
- Removes from the TreeMap and returns the value which is mapped by the
supplied key.
- remove(Object) -
Method in class java.util.TreeSet
- If the supplied Object is in this Set, it is removed, and true is
returned; otherwise, false is returned.
- remove(Object) -
Method in class java.util.Vector
- Removes the given Object from the Vector.
- remove(int) -
Method in class java.util.Vector
- Removes the element at the specified index, and returns it.
- remove(Object) -
Method in class java.util.WeakHashMap
- Removes the key and the corresponding value from this map.
- remove(int) -
Method in class jbvm.ip2k.VMGroMapInt
-
- remove(long) -
Method in class jbvm.ip2k.VMGroMapLong
-
- remove(String) -
Method in class jbvm.ip2k.VMGroMapStr
-
- removeAll(Collection) -
Method in class java.util.AbstractCollection
- Remove from this collection all its elements that are contained in a given
collection (optional operation).
- removeAll(Collection) -
Method in class java.util.AbstractSet
- Removes from this set all elements in the given collection (optional
operation).
- removeAll(Collection) -
Method in interface java.util.Collection
- Remove all elements of a given collection from this collection.
- removeAll(Collection) -
Method in interface java.util.List
- Remove all elements of a given collection from this list (optional
operation).
- removeAll(Collection) -
Method in interface java.util.Set
- Removes from this set all elements contained in the specified collection
(optional operation).
- removeAll(Collection) -
Method in class java.util.Vector
- Remove from this vector all elements contained in the given collection.
- removeAll() -
Method in class jbvm.ip2k.VMGroMapInt
-
- removeAll() -
Method in class jbvm.ip2k.VMGroMapLong
-
- removeAll() -
Method in class jbvm.ip2k.VMGroMapStr
-
- removeAllElements() -
Method in class java.util.Vector
- Removes all elements from the Vector.
- removeCertificate(Certificate) -
Method in class java.security.Identity
- Deprecated. Removes a certificate from the list of ceritificates for this
identity.
- removeEldestEntry(Map.Entry) -
Method in class java.util.LinkedHashMap
- Returns
true if this map should remove the eldest entry.
- removeElement(Object) -
Method in class java.util.Vector
- Removes the first (the lowestindex) occurance of the given object from
the Vector.
- removeElementAt(int) -
Method in class java.util.Vector
- Removes the element at
index, and shifts all elements at
positions greater than index to their index - 1.
- removeEntry(Principal, AclEntry) -
Method in interface java.security.acl.Acl
- This method delets the specified entry from the ACL
- removeFirst() -
Method in class java.util.LinkedList
- Remove and return the first element in the list.
- removeIdentity(Identity) -
Method in class java.security.IdentityScope
- Deprecated. Removes an identity to his scope.
- removeLast() -
Method in class java.util.LinkedList
- Remove and return the last element in the list.
- removeMember(Principal) -
Method in interface java.security.acl.Group
- This method deletes a member from the group.
- removeNode() -
Method in class java.util.prefs.AbstractPreferences
- Removes this and all subnodes from the backing store and clears all
entries.
- removeNode() -
Method in class java.util.prefs.Preferences
- Removes this and all subnodes from the backing store and clears all
entries.
- removeNodeChangeListener(NodeChangeListener) -
Method in class java.util.prefs.AbstractPreferences
-
- removeNodeChangeListener(NodeChangeListener) -
Method in class java.util.prefs.Preferences
-
- removeNodeSpi() -
Method in class gnu.java.util.prefs.MemoryBasedPreferences
- Just removes the entries map of this node.
- removeNodeSpi() -
Method in class java.util.prefs.AbstractPreferences
- Clears this node from this VM and removes it from the backing store.
- removePermission(Permission) -
Method in interface java.security.acl.AclEntry
- This method deletes the specified permission to this ACL entry.
- removePreferenceChangeListener(PreferenceChangeListener) -
Method in class java.util.prefs.AbstractPreferences
-
- removePreferenceChangeListener(PreferenceChangeListener) -
Method in class java.util.prefs.Preferences
-
- removeProvider(String) -
Static method in class java.security.Security
- Removes a provider.
- removeRange(int, int) -
Method in class java.util.AbstractList
- Remove a subsection of the list.
- removeRange(int, int) -
Method in class java.util.ArrayList
- Removes all elements in the half-open interval [fromIndex, toIndex).
- removeRange(int, int) -
Method in class java.util.Vector
- Removes a range of elements from this list.
- removeSpi(String) -
Method in class gnu.java.util.prefs.MemoryBasedPreferences
- Removes the entry with the given key.
- removeSpi(String) -
Method in class java.util.prefs.AbstractPreferences
- Removes the given key entry from this preferences node.
- renameTo(File) -
Method in class java.io.File
- This method renames the file represented by this object to the path
of the file represented by the argument
File.
- REOUT -
Static variable in class jbvm.ip2k.PortIO
-
- replace(char, char) -
Method in class java.lang.String
- Replaces every instances of a character in this String with
a new character.
- replace(int, int, String) -
Method in class java.lang.StringBuffer
- Replace characters between index
start (inclusive) and
end (exclusive) with str.
- replaceAll(List, Object, Object) -
Static method in class java.util.Collections
- Replace all instances of one object with another in the specified list.
- replaceObject(Object) -
Method in class gnu.java.rmi.server.RMIObjectOutputStream
-
- replaceObject(Object) -
Method in class java.io.ObjectOutputStream
- Allows subclasses to replace objects that are written to the
stream with other objects to be written in their place.
- requestPasswordAuthentication(InetAddress, int, String, String, String) -
Static method in class java.net.Authenticator
- This method is called whenever a username and password for a given
network operation is required.
- reset() -
Method in class java.io.BufferedInputStream
- This method resets a stream to the point where the
mark()
method was called.
- reset() -
Method in class java.io.BufferedReader
- Reset the stream to the point where the
mark() method
was called.
- reset() -
Method in class java.io.ByteArrayInputStream
- This method sets the read position in the stream to the mark
point by setting the
pos variable equal to the
mark variable.
- reset() -
Method in class java.io.ByteArrayOutputStream
- This method discards all of the bytes that have been written to
the internal buffer so far by setting the
count
variable to 0.
- reset() -
Method in class java.io.CharArrayReader
- This method sets the read position in the stream to the mark
point by setting the
pos variable equal to the
mark variable.
- reset() -
Method in class java.io.CharArrayWriter
- This method discards all of the chars that have been written to the
internal buffer so far by setting the
count variable to
0.
- reset() -
Method in class java.io.FilterInputStream
- Calls the
in.reset() method.
- reset() -
Method in class java.io.FilterReader
- Calls the
in.reset() method.
- reset() -
Method in class java.io.InputStream
- This method resets a stream to the point where the
mark() method was called.
- reset() -
Method in class java.io.LineNumberInputStream
- Deprecated. This method resets a stream to the point where the
mark() method
was called.
- reset() -
Method in class java.io.LineNumberReader
- This method resets a stream to the point where the
mark() method
was called.
- reset() -
Method in class java.io.ObjectOutputStream
- Resets stream to state equivalent to the state just after it was
constructed.
- reset() -
Method in class java.io.PushbackInputStream
- This method always throws an IOException in this class because
mark/reset functionality is not supported.
- reset() -
Method in class java.io.PushbackReader
- This method always throws an IOException in this class because
mark/reset functionality is not supported.
- reset() -
Method in class java.io.Reader
- Resets a stream to the point where the
mark()
method was called.
- reset() -
Method in class java.io.StringBufferInputStream
- Deprecated. This method sets the read position in the stream to the beginning
setting the
pos variable equal to 0.
- reset() -
Method in class java.io.StringReader
- Sets the read position in the stream to the previously
marked position or to 0 (i.e., the beginning of the stream) if the mark
has not already been set.
- reset() -
Method in class java.security.MessageDigest
- Resets the message digest.
- reset() -
Method in class java.text.CollationElementIterator
- This method resets the internal position pointer to read from the
beginning of the
String again.
- reset() -
Method in class java.util.zip.Adler32
- Resets the Adler32 checksum to the initial value.
- reset() -
Method in interface java.util.zip.Checksum
- Resets the data checksum as if no update was ever called.
- reset() -
Method in class java.util.zip.CRC32
- Resets the CRC32 data checksum as if no update was ever called.
- reset() -
Method in class java.util.zip.Deflater
- Resets the deflater.
- reset() -
Method in class java.util.zip.Inflater
- Resets the inflater so that a new stream can be decompressed.
- reset() -
Method in class java.util.zip.InflaterInputStream
-
- resetSyntax() -
Method in class java.io.StreamTokenizer
- This method removes all attributes (whitespace, alphabetic, numeric,
quote, and comment) from all characters.
- resolve(URI) -
Method in class java.net.URI
- Resolves the given URI against this URI
- resolve(String) -
Method in class java.net.URI
- Resolves the given URI string against this URI
- resolveClass(String) -
Method in class gnu.java.io.ClassLoaderObjectInputStream
- Overriden method to use the loadClass() method from
the ClassLoader.
- resolveClass(ObjectStreamClass) -
Method in class gnu.java.rmi.server.RMIObjectInputStream
-
- resolveClass(ObjectStreamClass) -
Method in class java.io.ObjectInputStream
- Called when a class is being deserialized.
- resolveClass(Class) -
Method in class java.lang.ClassLoader
- Helper to resolve all references to other classes from this class.
- resolveObject(Object) -
Method in class java.io.ObjectInputStream
- Allows subclasses to resolve objects that are read from the
stream with other objects to be returned in their place.
- resolveProxyClass(String[]) -
Method in class gnu.java.rmi.server.RMIObjectInputStream
-
- ResourceBundle - Class in java.util
- A resource bundle contains locale-specific data.
- ResourceBundle() -
Constructor for class java.util.ResourceBundle
- The constructor.
- responseCode -
Variable in class java.net.HttpURLConnection
- The response code received from the server
- responseMessage -
Variable in class java.net.HttpURLConnection
- The response message string received from the server.
- resume() -
Method in class java.lang.Thread
- Resume this Thread.
- resume() -
Method in class java.lang.ThreadGroup
- Deprecated. This method relies on Thread.suspend(), which is dangerous.
- retainAll(Collection) -
Method in class java.util.AbstractCollection
- Remove from this collection all its elements that are not contained in a
given collection (optional operation).
- retainAll(Collection) -
Method in interface java.util.Collection
- Remove all elements of this collection that are not contained in a given
collection.
- retainAll(Collection) -
Method in interface java.util.List
- Remove all elements of this list that are not contained in a given
collection (optional operation).
- retainAll(Collection) -
Method in interface java.util.Set
- Retains only the elements in this set that are also in the specified
collection (optional operation).
- retainAll(Collection) -
Method in class java.util.Vector
- Retain in this vector only the elements contained in the given collection.
- RETURN_ACK -
Static variable in interface gnu.java.rmi.server.ProtocolConstants
-
- RETURN_NACK -
Static variable in interface gnu.java.rmi.server.ProtocolConstants
-
- reverse(int) -
Static method in class java.lang.Integer
- Reverse the bits in val.
- reverse() -
Method in class java.lang.StringBuffer
- Reverse the characters in this StringBuffer.
- reverse(List) -
Static method in class java.util.Collections
- Reverse a given list.
- reverseBytes(int) -
Static method in class java.lang.Integer
- Reverse the bytes in val.
- reverseOrder() -
Static method in class java.util.Collections
- Get a comparator that implements the reverse of natural ordering.
- RFDIR -
Static variable in class jbvm.ip2k.PortIO
-
- RFIN -
Static variable in class jbvm.ip2k.PortIO
-
- RFOUT -
Static variable in class jbvm.ip2k.PortIO
-
- RGDIR -
Static variable in class jbvm.ip2k.PortIO
-
- RGIN -
Static variable in class jbvm.ip2k.PortIO
-
- RGOUT -
Static variable in class jbvm.ip2k.PortIO
-
- rint(double) -
Static method in class java.lang.Math
- Take the nearest integer to the argument.
- RMIClassLoader - Class in java.rmi.server
- This class provides a set of public static utility methods for supporting
network-based class loading in RMI.
- RMIClassLoaderImpl - Class in gnu.java.rmi.server
- The default implementation of
RMIClassLoaderSpi. - RMIClassLoaderSpi - Class in java.rmi.server
-
- RMIClassLoaderSpi() -
Constructor for class java.rmi.server.RMIClassLoaderSpi
-
- RMIClientSocketFactory - Interface in java.rmi.server
-
- RMIDefaultSocketFactory - Class in gnu.java.rmi.server
-
- RMIDefaultSocketFactory() -
Constructor for class gnu.java.rmi.server.RMIDefaultSocketFactory
-
- RMIFailureHandler - Interface in java.rmi.server
-
- RMIHashes - Class in gnu.java.rmi.server
-
- RMIHashes() -
Constructor for class gnu.java.rmi.server.RMIHashes
-
- RMIIncomingThread - Class in gnu.java.rmi.server
-
- RMIIncomingThread(Runnable, String) -
Constructor for class gnu.java.rmi.server.RMIIncomingThread
-
- RMIObjectInputStream - Class in gnu.java.rmi.server
-
- RMIObjectInputStream(InputStream) -
Constructor for class gnu.java.rmi.server.RMIObjectInputStream
-
- RMIObjectOutputStream - Class in gnu.java.rmi.server
-
- RMIObjectOutputStream(OutputStream) -
Constructor for class gnu.java.rmi.server.RMIObjectOutputStream
-
- RMISecurityException - Exception in java.rmi
- Deprecated. use
SecurityException instead - RMISecurityException(String) -
Constructor for exception java.rmi.RMISecurityException
- Deprecated. no longer needed
- RMISecurityException(String, String) -
Constructor for exception java.rmi.RMISecurityException
- Deprecated. no longer needed
- RMISecurityManager - Class in java.rmi
-
- RMISecurityManager() -
Constructor for class java.rmi.RMISecurityManager
-
- RMIServerSocketFactory - Interface in java.rmi.server
-
- RMISocketFactory - Class in java.rmi.server
-
- RMISocketFactory() -
Constructor for class java.rmi.server.RMISocketFactory
-
- roll(int, boolean) -
Method in class java.util.Calendar
- Rolls the specified time field up or down.
- roll(int, int) -
Method in class java.util.Calendar
- Rolls up or down the specified time field by the given amount.
- roll(int, boolean) -
Method in class java.util.GregorianCalendar
- Rolls the specified time field up or down.
- roll(int, int) -
Method in class java.util.GregorianCalendar
- Rolls the specified time field by the given amount.
- rotate(List, int) -
Static method in class java.util.Collections
- Rotate the elements in a list by a specified distance.
- rotateLeft(int, int) -
Static method in class java.lang.Integer
- Rotate x to the left by distance bits.
- rotateRight(int, int) -
Static method in class java.lang.Integer
- Rotate x to the right by distance bits.
- round(float) -
Static method in class java.lang.Math
- Take the nearest integer to the argument.
- round(double) -
Static method in class java.lang.Math
- Take the nearest integer to the argument.
- ROUND_CEILING -
Static variable in class java.math.BigDecimal
-
- ROUND_DOWN -
Static variable in class java.math.BigDecimal
-
- ROUND_FLOOR -
Static variable in class java.math.BigDecimal
-
- ROUND_HALF_DOWN -
Static variable in class java.math.BigDecimal
-
- ROUND_HALF_EVEN -
Static variable in class java.math.BigDecimal
-
- ROUND_HALF_UP -
Static variable in class java.math.BigDecimal
-
- ROUND_UNNECESSARY -
Static variable in class java.math.BigDecimal
-
- ROUND_UP -
Static variable in class java.math.BigDecimal
-
- RSAKey - Interface in java.security.interfaces
- A generic RSA Key interface for public and private keys
- RSAKeyGenParameterSpec - Class in java.security.spec
- This class generates a set of RSA Key parameters used in the generation
of RSA keys.
- RSAKeyGenParameterSpec(int, BigInteger) -
Constructor for class java.security.spec.RSAKeyGenParameterSpec
- Create a new RSAKeyGenParameterSpec to store the RSA key's keysize
and public exponent
- RSAPrivateCrtKey - Interface in java.security.interfaces
- This interface provides access to information about an RSA private
key in Chinese Remainder Theorem (CRT) format.
- RSAPrivateCrtKeySpec - Class in java.security.spec
- RSA Private Certificate Key class Specification.
- RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) -
Constructor for class java.security.spec.RSAPrivateCrtKeySpec
- Constructs a new RSAPrivateKeySpec with the specified
variables.
- RSAPrivateKey - Interface in java.security.interfaces
- This interface provides access to information about an RSA private key.
- RSAPrivateKeySpec - Class in java.security.spec
- RSA Private Key class Specification.
- RSAPrivateKeySpec(BigInteger, BigInteger) -
Constructor for class java.security.spec.RSAPrivateKeySpec
- Constructs a new RSAPrivateKeySpec with the specified
modulus and privateExponent.
- RSAPublicKey - Interface in java.security.interfaces
- This interface provides access to information about an RSA public key.
- RSAPublicKeySpec - Class in java.security.spec
- RSA Public Key class Specification.
- RSAPublicKeySpec(BigInteger, BigInteger) -
Constructor for class java.security.spec.RSAPublicKeySpec
- Constructs a new RSAPublicKeySpec with the specified
modulus and publicExponent.
- rshift(int[], int[], int, int, int) -
Static method in class gnu.java.math.MPN
-
- rshift0(int[], int[], int, int, int) -
Static method in class gnu.java.math.MPN
-
- rshift_long(int[], int, int) -
Static method in class gnu.java.math.MPN
- Return the long-truncated value of right shifting.
- RuleBasedCollator - Class in java.text
- This class is a concrete subclass of
Collator suitable
for string collation in a wide variety of languages. - RuleBasedCollator(String) -
Constructor for class java.text.RuleBasedCollator
- This method initializes a new instance of
RuleBasedCollator
with the specified collation rules.
- run() -
Method in class gnu.java.lang.MainThread
-
- run() -
Method in class gnu.java.rmi.server.UnicastConnection
- We run connects on the server.
- run() -
Method in class gnu.java.rmi.server.UnicastConnectionManager
- Server thread for connection manager.
- run() -
Method in interface java.lang.Runnable
- This method will be called by whoever wishes to run your class
implementing Runnable.
- run() -
Method in class java.lang.Thread
- The method of Thread that will be run if there is no Runnable
object associated with the Thread.
- run() -
Method in interface java.security.PrivilegedAction
- This method performs an operation that requires higher privileges to
perform.
- run() -
Method in interface java.security.PrivilegedExceptionAction
- This method performs an operation that requires higher privileges to
successfully complete.
- run() -
Method in class java.util.TimerTask
- Method that is called when this task is scheduled for execution.
- run() -
Method in class jbvm.ip2k.VMJPinger
- Working process
- run() -
Method in class jbvm.ip2k.VMJPPP
- phase checking thread
- runFinalization() -
Method in class java.lang.Runtime
- Run finalization on all Objects that are waiting to be
finalized.
- runFinalization() -
Static method in class java.lang.System
- Helper method to run finalization using
Runtime.getRuntime().runFinalization().
- runFinalizersOnExit(boolean) -
Static method in class java.lang.Runtime
- Tell the VM to run the finalize() method on every
single Object before it exits.
- runFinalizersOnExit(boolean) -
Static method in class java.lang.System
- Deprecated. Since 1.2 this method is officially deprecated
because there is no guarantee and doing the actual finalization
on all objects is unsafe since not all (daemon) threads might
be finished with all objects when the VM terminates.
- runFinalizersOnExitInternal(boolean) -
Static method in class java.lang.Runtime
- Native method that actually sets the finalizer setting.
- Runnable - Interface in java.lang
- Runnable is an interface you implement to indicate that your class can be
executed as the main part of a Thread, among other places.
- RUNNING -
Static variable in interface java.lang.reflect.VMBinConstants
-
- Runtime - Class in java.lang
- Runtime represents the Virtual Machine.
- RuntimeException - Exception in java.lang
- Exceptions may be thrown by one part of a Java program and caught
by another in order to deal with exceptional conditions.
- RuntimeException() -
Constructor for exception java.lang.RuntimeException
- Create an exception without a message.
- RuntimeException(String) -
Constructor for exception java.lang.RuntimeException
- Create an exception with a message.
- RuntimeException(String, Throwable) -
Constructor for exception java.lang.RuntimeException
-
- RuntimeException(Throwable) -
Constructor for exception java.lang.RuntimeException
-
- RuntimePermission - Class in java.lang
- A
RuntimePermission contains a permission name, but no
actions list. - RuntimePermission(String) -
Constructor for class java.lang.RuntimePermission
-
- RuntimePermission(String, String) -
Constructor for class java.lang.RuntimePermission
-
SecurityPermission
to have the specified name.
SecurityPermission
to have the specified name.
InputStream's in
order to form a single logical stream that can be read by applications
that expect only one stream.SequenceInputStream that obtains
its list of subordinate InputStreams from the specified
Enumeration
SequenceInputStream that will read
the two specified subordinate InputStreams in sequence.
SerializablePermission
that has the specified name.
SerializablePermission
that has the specified name and action list.
UnicastRemoteObject.RemoteServer.getClientHost if the host is
not servicing a remote method call.InheritableThreadLocal to the heritage of the
current Thread and sets the value of the ThreadLocal
for the Thread.
bitIndex to this set.
element into the Vector at position index
and returns the Object that previously occupied that position.
Calendar that should be used
by this object to parse/format datetimes.
VMTime
Authenticator object (an
instance of a
subclass of Authenticator) to use when prompting the user for
information.
ObjectOutputStreams.
index to be obj
checkError.
checkError.
FileNameMap object being used
to decode MIME types by file extension.
Principal.
NumberFormat object that should
be used by this object to parse/format times.
String to the specified value.
Principal associated with this
ACL entry.
PermissionCollection object to be
read only.
SocketImplFactory for all
ServerSocket's.
SocketImplFactory.
Throwable.getStackTrace() and printed by Throwable.printStackTrace()
and related methods.
CharacterIterator.
String that it is iterating over
to the specified String.
String that it is iterating over
to the String represented by the specified
CharacterIterator.
setTimeToLive in Java 1.2
Short represent primitive
short values.Short object representing the value of the
short argument.
Short object representing the value of the
argument after conversion to a short.
Byte as a short.
Integer as a short.
Long as an short.
Number as a short.
Short as an short.
SignatureException
with no descriptive error message.
SignatureException
with a descriptive error message.
SimpleTimeZone with the given time offset
from GMT and without daylight savings.
SimpleTimeZone with the given time offset
from GMT and with daylight savings.
byte.
int.
in.skip(long) method
in.skip(long) method
Socket object without
connecting to a remote host.
Socket object without
connecting to a remote host.
Socket and connects to the
hostname and port specified as arguments.
Socket and connects to the
address and port number specified as arguments.
Socket that connects to the
named host on the specified port and binds to the specified local address
and port.
Socket and connects to the
address and port number specified as arguments, plus binds to the
specified local address and port.
DatagramSocket class to create
datagram oriented sockets.
DatagramSocket class to create
datagram oriented sockets.
SocketException without
a descriptive error message.
SocketException without
a descriptive error message.
SocketImpl
object.SocketImpl and
DatagramSocketImpl to implement options
on sockets.SocketPermission with the
specified host/port combination and actions string.
java.net.ServerSocket on the specified port.StackOverflowError is thrown when a stack overflow occurs.Throwable.getStackTrace().StreamTokenizer to read
characters from a Reader and parse them.
StringBuffer represents a changeable String.StringBuffer with the specified initial capacity.
StringBuffer with the characters in the specified String.
StringBufferInputStream that will read bytes
from the passed in String.
String.StringCharacterIterator to iterate over the entire
text of the specified String.
StringCharacterIterator to iterate over the entire
text of the specified String.
StringCharacterIterator that iterates over the text
in a subrange of the specified String.
String to be read as a character
input stream.StringReader that will read chars from the
passed in String.
str,
that should split on the default delimiter set (space, tap,
newline, return and formfeed), and which doesn't return the
delimiters.
StringBuffer that
can then be used to retrieve a String.StringWriter to write to a
StringBuffer initially sized to a default size of 16
chars.
StringWriter to write to a
StringBuffer with the specified initial size.
fromKey and less than toKey (a
half-open interval).
CharSequence of the indicated range.
from and less than to (a half-open interval).
FileDescriptor
to be written out.
fromKey.
from.
run() method to execute.
run() method
to execute.
run() method to execute.
run() method to execute.
run() method
to execute.
run() method to execute.
stop() on that thread.UPPER to determine their titlecase).
int to a String assuming it is
unsigned in base 2.
long to a String assuming it is
unsigned in base 2.
int to a String assuming it is
unsigned in base 16.
long to a String assuming it is
unsigned in base 16.
int to a String assuming it is
unsigned in base 8.
long to a String assuming it is
unsigned in base 8.
String suitable for using with the
applyPattern method.
String.
String.
String.
String that is the path name of the
file as returned by getPath.
ObjectStreamClass object including the name of the
class it represents as well as that class's serial version
stream-unique identifier.
String in
the form "Token[x], line n", where 'n' is the current line numbers and
'x' is determined as follows.
StringBuffer
as a String.
true and
returns "false" if the value of the given boolean is false.
true and
returns "false" if the value of this object is false.
byte to a String and assumes
a radix of 10.
Byte value to a String and
assumes a radix of 10.
CharSequence as a String.
double value of this Double
to a String.
double to a String.
float value of this Float
to a String.
float to a String.
int to a String using
the specified radix (base).
int to a String and assumes
a radix of 10.
Integer value to a String and
assumes a radix of 10.
long to a String and assumes
a radix of 10.
Long value to a String and
assumes a radix of 10.
long to a String using
the specified radix (base).
short to a String and assumes
a radix of 10.
Short value to a String and
assumes a radix of 10.
StringBuffer to a String.
InetSocketAddress as string
String.
Socket to a String.
String representing the remote host and port of
this socket.
String
String.
Permission as a String.
String representation of the contents
of this certificate.
String that represents this object.
String representation of this
Permission object.
String representation of this
collection.
String representation of this
Principal.
String representation of this
object.
String representation of this
object.
String representation of this
class.
String representation of this
object.
String representation of this object.
String representation of this
object.
String representation of this
object.
(isUserNode() ?
- toString() -
Method in class java.util.prefs.Preferences
- Returns the String given by
(isUserNode() ?
- toString() -
Method in class java.util.SimpleTimeZone
- Returns a string representation of this SimpleTimeZone object.
- toString() -
Method in class java.util.Vector
- Returns a string representation of this Vector in the form
"[element0, element1, ... elementN]".
- toString() -
Method in class java.util.zip.ZipEntry
- Gets the string representation of this ZipEntry.
- toStub(Remote) -
Static method in class java.rmi.server.RemoteObject
-
- totalMemory() -
Method in class java.lang.Runtime
- Find out how much memory total is available on the
heap for allocating Objects.
- toTitleCase(char) -
Static method in class java.lang.Character
- Converts a Unicode character into its titlecase equivalent mapping.
- toUpperCase(char) -
Static method in class java.lang.Character
- Converts a Unicode character into its uppercase equivalent mapping.
- toUpperCase() -
Method in class java.lang.String
- Uppercases this String.
- toUpperCase(Locale) -
Method in class java.lang.String
- Uppercases this String according to a particular locale.
- toURL() -
Method in class java.io.File
- This method returns a
URL with the file:
protocol that represents this file.
- toURL() -
Method in class java.net.URI
- Creates an URL from an URI
- trace() -
Static method in class jbvm.ip2k.VMCallTracer
-
- traceInstructions(boolean) -
Method in class java.lang.Runtime
- Tell the VM to trace every bytecode instruction that
executes (print out a trace of it).
- traceMethodCalls(boolean) -
Method in class java.lang.Runtime
- Tell the VM to trace every method call that executes
(print out a trace of it).
- TRADITIONAL_CHINESE -
Static variable in class java.util.Locale
- Locale which represents the Chinese language as used in Taiwan.
- TRADITIONAL_HANZI -
Static variable in class java.lang.Character.Subset
- All Han characters used for writing traditional Chinese.
- TRANSIENT -
Static variable in class java.lang.reflect.Modifier
- Transient: Field: not serialized or deserialized.
- translateKey(Key) -
Method in class java.security.KeyFactory
- Translates the key from an unknown or untrusted provider
into a key for this key factory.
- TreeMap - Class in java.util
- This class provides a red-black tree implementation of the SortedMap
interface.
- TreeMap() -
Constructor for class java.util.TreeMap
- Instantiate a new TreeMap with no elements, using the keys' natural
ordering to sort.
- TreeMap(Comparator) -
Constructor for class java.util.TreeMap
- Instantiate a new TreeMap with no elements, using the provided comparator
to sort.
- TreeMap(Map) -
Constructor for class java.util.TreeMap
- Instantiate a new TreeMap, initializing it with all of the elements in
the provided Map.
- TreeMap(SortedMap) -
Constructor for class java.util.TreeMap
- Instantiate a new TreeMap, initializing it with all of the elements in
the provided SortedMap.
- TreeSet - Class in java.util
- This class provides a TreeMap-backed implementation of the SortedSet
interface.
- TreeSet() -
Constructor for class java.util.TreeSet
- Construct a new TreeSet whose backing TreeMap using the "natural"
ordering of keys.
- TreeSet(Comparator) -
Constructor for class java.util.TreeSet
- Construct a new TreeSet whose backing TreeMap uses the supplied
Comparator.
- TreeSet(Collection) -
Constructor for class java.util.TreeSet
- Construct a new TreeSet whose backing TreeMap uses the "natural"
orering of the keys and which contains all of the elements in the
supplied Collection.
- TreeSet(SortedSet) -
Constructor for class java.util.TreeSet
- Construct a new TreeSet, using the same key ordering as the supplied
SortedSet and containing all of the elements in the supplied SortedSet.
- trim() -
Method in class java.lang.String
- Trims all ASCII control characters (includes whitespace) from
the beginning and end of this String.
- trimToSize() -
Method in class java.util.ArrayList
- Trims the capacity of this List to be equal to its size;
a memory saver.
- trimToSize() -
Method in class java.util.Vector
- Trims the Vector down to size.
- TRUE -
Static variable in class java.lang.Boolean
- This field is a
Boolean object representing the
primitive value true.
- TT_ARRAY -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_BOOLEAN -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_BYTE -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_CHAR -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_DOUBLE -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_EOF -
Static variable in class java.io.StreamTokenizer
- A constant indicating that the end of the stream has been read.
- TT_EOL -
Static variable in class java.io.StreamTokenizer
- A constant indicating that the end of the line has been read.
- TT_FLOAT -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_INT -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_LONG -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_NUMBER -
Static variable in class java.io.StreamTokenizer
- A constant indicating that a number token has been read.
- TT_REFERENCE -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_SHORT -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_STACKFRAME -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_VOID -
Static variable in interface java.lang.reflect.VMBinConstants
-
- TT_WORD -
Static variable in class java.io.StreamTokenizer
- A constant indicating that a word token has been read.
- tty -
Variable in class jbvm.ip2k.SerialIO
-
- ttype -
Variable in class java.io.StreamTokenizer
- Contains the type of the token read resulting from a call to nextToken
The rules are as follows:
For a token consisting of a single ordinary character, this is the
value of that character.
- TUESDAY -
Static variable in class java.util.Calendar
- Constant representing Tuesday.
- TYPE -
Static variable in class java.lang.Boolean
- The primitive type
boolean is represented by this
Class object.
- TYPE -
Static variable in class java.lang.Byte
- The primitive type
byte is represented by this
Class object.
- TYPE -
Static variable in class java.lang.Character
- Class object representing the primitive char data type.
- TYPE -
Static variable in class java.lang.Double
- The primitive type
double is represented by this
Class object.
- TYPE -
Static variable in class java.lang.Float
- The primitive type
float is represented by this
Class object.
- TYPE -
Static variable in class java.lang.Integer
- The primitive type
int is represented by this
Class object.
- TYPE -
Static variable in class java.lang.Long
- The primitive type
long is represented by this
Class object.
- type -
Variable in class java.lang.reflect.VMBinFieldRecord
-
- TYPE -
Static variable in class java.lang.Short
- The primitive type
short is represented by this
Class object.
- TYPE -
Static variable in class java.lang.Void
- The return type
void is represented by this
Class object.
- TypeSignature - Class in gnu.java.lang.reflect
- This class provides static methods that can be used to compute
type-signatures of
Classs or Members. - TypeSignature() -
Constructor for class gnu.java.lang.reflect.TypeSignature
-
- typsiz -
Static variable in interface java.lang.reflect.VMBinConstants
-
Proxy instance if
the invoke
method of that instance's InvocationHandler attempts to throw an
exception that not declared by the throws clauses of all of the
interface methods that the proxy instance is implementing.UnknownError is thrown when a serious but unknown
problem has occurred in the Java Virtual Machine.ActivationGroupID parameter is invalid or
unknown.UnknownHostException
without a descriptive error message.
UnknownHostException
with a descriptive error message, such as the name of the host
that could not be resolved.
ActivationID parameter is invalid or unknown.UnknownServiceException
without a descriptive error message.
UnknownServiceException
without a descriptive error message.
UnrecoverableKeyException
with no descriptive error message.
UnrecoverableKeyException
with a descriptive error message.
Policy object is instantiated.UnresolvedPermission
with all the information necessary to resolve it to an instance of the
proper class at a future time.
UnsatisfiedLinkError is thrown if an appropriate
native language definition of a method declared native
cannot be found by the Java Virtual Machine.UnsupportedClassVersionError is thrown when the
Java Virtual Machine determines it does not support the major and minor
version numbers in the class file it is attempting to read.URL with the
specified protocol, host, port, and file.
URLClassLoader that gets classes from the supplied
URLs.
URLStreamHandler object.ObjectOutputStream to write data
according to the specified protocol.
TRUE if the given boolean is
true, otherwise it will return the Boolean
FALSE.
TRUE if and only if the given
String is equal, ignoring case, to the the String "true", otherwise
it will return the Boolean FALSE.
Byte object using the String
and specified radix (base).
Byte object using the String,
assuming a radix of 10.
Byte object wrapping the value.
new Double(java.lang.String).
new Float(java.lang.String).
Integer object using the String
and specified radix (base).
Integer object using the String,
assuming a radix of 10.
Integer object wrapping the value.
Long object using the String,
assuming a radix of 10.
Long object using the String
and specified radix (base).
Short object using the String,
assuming a radix of 10.
Short object using the String
and specified radix (base).
Vector classes implements growable arrays of Objects.VerifyError is thrown if there is a security problem or
internal inconsistency in a class file as deteced by the "verifier."VirtualMachineError or its subclasses are thrown to
indicate there is something wrong with the Java Virtual Machine or that
it does not have the resources needed for it to continue execution.waitFor will block until the subprocess
has terminated.
len bytes from the byte array
buf starting at position offset in the buffer.
len chars from the char array
buf starting at position offset in the buffer.
len chars from the String
str starting at position offset in the string.
len bytes from the passed in array
buf starting at index offset into the
internal buffer.
len chars from the passed in array
buf starting at index offset into that buffer
len chars from the passed in
String buf starting at index
offset into the internal buffer.
buf starting
offset bytes into the buffer.
int)
to the underlying output stream.
len bytes from the specified byte array
buf starting at position offset into the
buffer to the underlying output stream.
len bytes from the byte array
buf to the file starting at index offset.
OutputStream.
OutputStream.
write(int) method len
times for all bytes from the array buf starting at index
offset.
Writer.
len chars from the array buf
starting at index offset to the underlying
Writer.
len chars from the String
starting at position offset.
len bytes from the specified array
starting at index offset into that array.
len bytes from the specified array
b starting at index off into the array.
len characters from the specified
array to the output stream starting at position offset
into the array.
len bytes from the specified
String starting at position offset into the
String.
len bytes of data from the byte array
buf starting at index offset in the array
to the stream.
len chars of data from the char array
buf starting at index offset in the array
to the stream.
len bytes from the specified array
starting at index offset into the array.
count chars from the specified array
starting at index offset into the array.
count chars from the specified
String to the output starting at character position
offset into the String
String
to the underlying stream.
len bytes to the file from the specified
array starting at index offset into the array.
len chars from the specified
array starting at index offset in that array to this
stream by appending the chars to the end of the internal buffer.
String
to the stream by appending them to the end of the internal buffer.
len characters of the specified
String to the stream starting at character position
offset into the stream.
len bytes from the specified array
b starting at index off into the array.
len char from the specified array
buf starting at index offset into the array.
String to the
output.
len chars from the String
starting at position offset.
boolean to the underlying output
stream.
boolean to the underlying output
stream.
byte value to the underlying
output stream.
byte value to the underlying
output stream.
String out to the
stream.
String out to the
stream.
char value to the stream,
high byte first.
char value to the stream,
high byte first.
String to the
stream.
String to the
stream.
double value to the stream.
double value to the stream.
float value to the stream.
float value to the stream.
int to the stream, high bytes
first.
int to the stream, high bytes
first.
long to the stream, high bytes
first.
long to the stream, high bytes
first.
obj to the underlying
output stream by writing out information about its class, then
writing out each of the objects non-transient, non-static
fields.
ObjectOutputStream.
Writer that will synchronize
on the specified Object.
short to the stream, high byte
first.
short to the stream, high byte
first.
OutputStream.
Writer.
String to the stream in a modified
UTF-8 format.
String to the stream in a modified
UTF-8 format.
set.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||