A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

abs(int) - Static method in class java.lang.Math
Take the absolute value of the argument.
abs(long) - Static method in class java.lang.Math
Take the absolute value of the argument.
abs(float) - Static method in class java.lang.Math
Take the absolute value of the argument.
abs(double) - Static method in class java.lang.Math
Take the absolute value of the argument.
abs() - Method in class java.math.BigDecimal
 
abs() - Method in class java.math.BigInteger
 
absolutePath() - Method in class java.util.prefs.AbstractPreferences
Returns the absolute path name of this preference node.
absolutePath() - Method in class java.util.prefs.Preferences
Returns the absolute path name of this preference node.
ABSTRACT - Static variable in class java.lang.reflect.Modifier
Abstract:
Class: may not be instantiated.
AbstractCollection - Class in java.util
A basic implementation of most of the methods in the Collection interface to make it easier to create a collection.
AbstractCollection() - Constructor for class java.util.AbstractCollection
The main constructor, for use by subclasses.
AbstractList - Class in java.util
A basic implementation of most of the methods in the List interface to make it easier to create a List based on a random-access data structure.
AbstractList() - Constructor for class java.util.AbstractList
The main constructor, for use by subclasses.
AbstractMap - Class in java.util
An abstract implementation of Map to make it easier to create your own implementations.
AbstractMap() - Constructor for class java.util.AbstractMap
The main constructor, for use by subclasses.
AbstractMethodError - Error in java.lang
An AbstractMethodError is thrown when an application attempts to access an abstract method.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
Create an error without a message.
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
Create an error with a message.
AbstractPreferences - Class in java.util.prefs
Partial implementation of a Preference node.
AbstractPreferences(AbstractPreferences, String) - Constructor for class java.util.prefs.AbstractPreferences
Creates a new AbstractPreferences node with the given parent and name.
AbstractSequentialList - Class in java.util
Abstract superclass to make it easier to implement the List interface when backed by a sequential-access store, such as a linked list.
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
The main constructor, for use by subclasses.
AbstractSet - Class in java.util
An abstract implementation of Set to make it easier to create your own implementations.
AbstractSet() - Constructor for class java.util.AbstractSet
The main constructor, for use by subclasses.
accept(File) - Method in interface java.io.FileFilter
This method determines whether or not a given pathname should be included in a pathname listing.
accept(File, String) - Method in interface java.io.FilenameFilter
This method determines whether or not a given file should be included in a directory listing.
accept() - Method in class java.net.ServerSocket
Accepts a new connection and returns a connected Socket instance representing that connection.
accept(SocketImpl) - Method in class java.net.SocketImpl
Accepts a connection on this socket.
accept(SocketImpl) - Method in class java.net.VMSocketImpl
 
AccessControlContext - Class in java.security
AccessControlContext makes system resource access decsion based on permission rights.
AccessControlContext(ProtectionDomain[]) - Constructor for class java.security.AccessControlContext
Construct a new AccessControlContext with the specified ProtectionDomains.
AccessControlContext(AccessControlContext, DomainCombiner) - Constructor for class java.security.AccessControlContext
Construct a new AccessControlContext with the specified ProtectionDomains and DomainCombiner
AccessControlException - Exception in java.security
This exception is thrown when the AccessController denies an attempt to perform an operation.
AccessControlException(String) - Constructor for exception java.security.AccessControlException
This method initializes a new instance of AccessControlException with a descriptive error message.
AccessControlException(String, Permission) - Constructor for exception java.security.AccessControlException
This method initializes a new instance of AccessControlException with a descriptive error message and an instance of Permission that is the permission that caused the exception to be thrown.
AccessController - Class in java.security
Access control context and permission checker.
AccessException - Exception in java.rmi
Thrown to indicate that the caller does not have permission to access certain data, such as bind in an ActivationSystem.
AccessException(String) - Constructor for exception java.rmi.AccessException
Create an exception with a message.
AccessException(String, Exception) - Constructor for exception java.rmi.AccessException
Create an exception with a message and a cause.
AccessibleObject - Class in java.lang.reflect
This class is the superclass of various reflection classes, and allows sufficiently trusted code to bypass normal restrictions to do necessary things like invoke private methods outside of the class during Serialization.
AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
Only the three reflection classes that extend this can create an accessible object.
Acl - Interface in java.security.acl
A Java access control list (ACL) is a group of individual ACL entries.
AclEntry - Interface in java.security.acl
This interface models an entry in an access control list (ACL).
AclNotFoundException - Exception in java.security.acl
This exception is thrown when a requested access control list (ACL) is not found.
AclNotFoundException() - Constructor for exception java.security.acl.AclNotFoundException
Initializes a new instance of this class with no descriptive message
acos(double) - Static method in class java.lang.Math
The trigonometric function arccos.
Activatable - Class in java.rmi.activation
 
Activatable(String, MarshalledObject, boolean, int) - Constructor for class java.rmi.activation.Activatable
 
Activatable(String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
 
Activatable(ActivationID, int) - Constructor for class java.rmi.activation.Activatable
 
Activatable(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
 
activate(boolean) - Method in class java.rmi.activation.ActivationID
 
activate(ActivationID, boolean) - Method in interface java.rmi.activation.Activator
 
ActivateFailedException - Exception in java.rmi.activation
Thrown when activation fails on a remote call to an activatable object.
ActivateFailedException(String) - Constructor for exception java.rmi.activation.ActivateFailedException
Create an exception with a message.
ActivateFailedException(String, Exception) - Constructor for exception java.rmi.activation.ActivateFailedException
Create an exception with a message and a cause.
ActivationDesc - Class in java.rmi.activation
 
ActivationDesc(String, String, MarshalledObject) - Constructor for class java.rmi.activation.ActivationDesc
 
ActivationDesc(String, String, MarshalledObject, boolean) - Constructor for class java.rmi.activation.ActivationDesc
 
ActivationDesc(ActivationGroupID, String, String, MarshalledObject) - Constructor for class java.rmi.activation.ActivationDesc
 
ActivationDesc(ActivationGroupID, String, String, MarshalledObject, boolean) - Constructor for class java.rmi.activation.ActivationDesc
 
ActivationException - Exception in java.rmi.activation
General exception class for java.rmi.activation.
ActivationException() - Constructor for exception java.rmi.activation.ActivationException
Create an exception with no message, and cause initialized to null.
ActivationException(String) - Constructor for exception java.rmi.activation.ActivationException
Create an exception with the given message, and cause initialized to null.
ActivationException(String, Throwable) - Constructor for exception java.rmi.activation.ActivationException
Create an exception with the given message and cause.
ActivationGroup - Class in java.rmi.activation
 
ActivationGroup(ActivationGroupID) - Constructor for class java.rmi.activation.ActivationGroup
 
ActivationGroup_Stub - Class in java.rmi.activation
A stub class for ActivationGroup implementations.
ActivationGroup_Stub(RemoteRef) - Constructor for class java.rmi.activation.ActivationGroup_Stub
Creates a new instance of ActivationGroup_Stub.
ActivationGroupDesc - Class in java.rmi.activation
 
ActivationGroupDesc(Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
 
ActivationGroupDesc(String, String, MarshalledObject, Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
 
ActivationGroupDesc.CommandEnvironment - Class in java.rmi.activation
 
ActivationGroupDesc.CommandEnvironment(String, String[]) - Constructor for class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
 
ActivationGroupID - Class in java.rmi.activation
 
ActivationGroupID(ActivationSystem) - Constructor for class java.rmi.activation.ActivationGroupID
 
ActivationID - Class in java.rmi.activation
 
ActivationID(Activator) - Constructor for class java.rmi.activation.ActivationID
 
ActivationInstantiator - Interface in java.rmi.activation
 
ActivationMonitor - Interface in java.rmi.activation
 
ActivationSystem - Interface in java.rmi.activation
 
Activator - Interface in java.rmi.activation
 
ACTIVATOR_ID - Static variable in class java.rmi.server.ObjID
 
activeCount() - Static method in class java.lang.Thread
Get the number of active threads in the current Thread's ThreadGroup.
activeCount() - Method in class java.lang.ThreadGroup
Return the total number of active threads in this ThreadGroup and all its descendants.
activeGroup(ActivationGroupID, ActivationInstantiator, long) - Method in interface java.rmi.activation.ActivationSystem
 
activeGroupCount() - Method in class java.lang.ThreadGroup
Get the number of active groups in this ThreadGroup.
activeObject(ActivationID, Remote) - Method in class java.rmi.activation.ActivationGroup
 
activeObject(ActivationID, MarshalledObject) - Method in class java.rmi.activation.ActivationGroup
 
activeObject(ActivationID, MarshalledObject) - Method in interface java.rmi.activation.ActivationMonitor
 
AD - Static variable in class java.util.GregorianCalendar
Constant representing the era AD (Anno Domini).
AdcIO - Class in jbvm.ip2k
Provides access to Ip2k Analog/Digital convertor.
AdcIO() - Constructor for class jbvm.ip2k.AdcIO
 
add(Permission) - Method in class gnu.java.security.DefaultPermissionCollection
This method adds a new permission to the collection
add(BigDecimal) - Method in class java.math.BigDecimal
 
add(BigInteger) - Method in class java.math.BigInteger
 
add(Permission) - Method in class java.security.PermissionCollection
This method adds a new Permission object to the collection.
add(Permission) - Method in class java.security.Permissions
This method adds a new Permission to this collection.
add(Object) - Method in class java.util.AbstractCollection
Add an object to the collection (optional operation).
add(int, Object) - Method in class java.util.AbstractList
Insert an element into the list at a given position (optional operation).
add(Object) - Method in class java.util.AbstractList
Add an element to the end of the list (optional operation).
add(int, Object) - Method in class java.util.AbstractSequentialList
Insert an element into the list at a given position (optional operation).
add(Object) - Method in class java.util.ArrayList
Appends the supplied element to the end of this list.
add(int, Object) - Method in class java.util.ArrayList
Adds the supplied element at the specified index, shifting all elements currently at that index or higher one to the right.
add(int, int) - Method in class java.util.Calendar
Adds the specified amount of time to the given time field.
add(Object) - Method in interface java.util.Collection
Add an element to this collection.
add(int, int) - Method in class java.util.GregorianCalendar
Adds the specified amount of time to the given time field.
add(Object) - Method in class java.util.HashSet
Adds the given Object to the set if it is not already in the Set.
add(Object) - Method in class java.util.LinkedList
Adds an element to the end of the list.
add(int, Object) - Method in class java.util.LinkedList
Inserts an element in the given position in the list.
add(int, Object) - Method in interface java.util.List
Insert an element into the list at a given position (optional operation).
add(Object) - Method in interface java.util.List
Add an element to the end of the list (optional operation).
add(Object) - Method in interface java.util.ListIterator
Insert an element into the list at the current position of the iterator (optional operation).
add(Object) - Method in interface java.util.Set
Adds the specified element to the set if it is not already present (optional operation).
add(Object) - Method in class java.util.TreeSet
Adds the spplied Object to the Set if it is not already in the Set; returns true if the element is added, false otherwise.
add(Object) - Method in class java.util.Vector
Adds an object to the Vector.
add(int, Object) - Method in class java.util.Vector
Adds an object at the specified index.
add_1(int[], int[], int, int) - Static method in class gnu.java.math.MPN
Add x[0:size-1] and y, and write the size least significant words of the result to dest.
add_n(int[], int[], int[], int) - Static method in class gnu.java.math.MPN
Add x[0:len-1] and y[0:len-1] and write the len least significant words of the result to dest[0:len-1].
addAll(Collection) - Method in class java.util.AbstractCollection
Add all the elements of a given collection to this collection (optional operation).
addAll(int, Collection) - Method in class java.util.AbstractList
Insert the contents of a collection into the list at a given position (optional operation).
addAll(int, Collection) - Method in class java.util.AbstractSequentialList
Insert the contents of a collection into the list at a given position (optional operation).
addAll(Collection) - Method in class java.util.ArrayList
Add each element in the supplied Collection to this List.
addAll(int, Collection) - Method in class java.util.ArrayList
Add all elements in the supplied collection, inserting them beginning at the specified index.
addAll(Collection) - Method in interface java.util.Collection
Add the contents of a given collection to this collection.
addAll(Collection) - Method in class java.util.LinkedList
Append the elements of the collection in iteration order to the end of this list.
addAll(int, Collection) - Method in class java.util.LinkedList
Insert the elements of the collection in iteration order at the given index of this list.
addAll(int, Collection) - Method in interface java.util.List
Insert the contents of a collection into the list at a given position (optional operation).
addAll(Collection) - Method in interface java.util.List
Add the contents of a collection to the end of the list (optional operation).
addAll(Collection) - Method in interface java.util.Set
Adds all of the elements of the given collection to this set (optional operation).
addAll(Collection) - Method in class java.util.TreeSet
Adds all of the elements in the supplied Collection to this TreeSet.
addAll(Collection) - Method in class java.util.Vector
Appends all elements of the given collection to the end of this Vector.
addAll(int, Collection) - Method in class java.util.Vector
Inserts all elements of the given collection at the given index of this Vector.
addAttribute(AttributedCharacterIterator.Attribute, Object) - Method in class java.text.AttributedString
This method adds a new attribute that will cover the entire string.
addAttribute(AttributedCharacterIterator.Attribute, Object, int, int) - Method in class java.text.AttributedString
This method adds a new attribute that will cover the specified subrange of the string.
addAttributes(Map, int, int) - Method in class java.text.AttributedString
This method adds all of the attributes in the specified list to the specified subrange of the string.
addCertificate(Certificate) - Method in class java.security.Identity
Deprecated. Adds a certificate to the list of ceritificates for this identity.
addDns(int) - Static method in class java.net.VMResolver
 
addElement(Object) - Method in class java.util.Vector
Adds an element to the Vector at the end of the Vector.
addEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
This method adds the specified entry to the ACL
addFirst(Object) - Method in class java.util.LinkedList
Insert an element at the first of the list.
addHeaderField(String, String) - Method in class gnu.java.net.HeaderFieldHelper
 
addIdentity(Identity) - Method in class java.security.IdentityScope
Deprecated. Adds an identity to his scope.
addLast(Object) - Method in class java.util.LinkedList
Insert an element at the last of the list.
addMember(Principal) - Method in interface java.security.acl.Group
This method adds a new Principal to this group.
addNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.AbstractPreferences
XXX
addNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.Preferences
 
addObserver(Observer) - Method in class java.util.Observable
Adds an Observer.
addOwner(Principal, Principal) - Method in interface java.security.acl.Owner
This method adds an owner to the access control list (ACL).
addPermission(Permission) - Method in interface java.security.acl.AclEntry
This method adds the specified permission to this ACL entry.
addPreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.AbstractPreferences
 
addPreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.Preferences
 
addProvider(Provider) - Static method in class java.security.Security
Adds a new provider.
addRequestProperty(String, String) - Method in class java.net.URLConnection
Sets the value of the named request property
address - Variable in class java.net.SocketImpl
The address of the remote end of the socket connection
addShutdownHook(Thread) - Method in class java.lang.Runtime
 
addURL(URL) - Method in class java.net.URLClassLoader
Adds a new location to the end of the internal URL store.
Adler32 - Class in java.util.zip
Computes Adler32 checksum for a stream of data.
Adler32() - Constructor for class java.util.zip.Adler32
Creates a new instance of the Adler32 class.
after(Object) - Method in class java.util.Calendar
Compares the given calendar with this.
after(Date) - Method in class java.util.Date
Tests if this date is after the specified date.
AlgorithmParameterGenerator - Class in java.security
AlgorithmParameterGenerator is used to generate algorithm parameters for specified algorithms.
AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String) - Constructor for class java.security.AlgorithmParameterGenerator
Creates an instance of AlgorithmParameters
AlgorithmParameterGeneratorSpi - Class in java.security
AlgorithmParameterGeneratorSpi is the Service Provider Interface for the AlgorithmParameterGenerator class.
AlgorithmParameterGeneratorSpi() - Constructor for class java.security.AlgorithmParameterGeneratorSpi
Constructs a new AlgorithmParameterGeneratorSpi
AlgorithmParameters - Class in java.security
AlgorithmParameters is the Algorithm Parameters class which provides an interface through which to modify parameters for classes.
AlgorithmParameters(AlgorithmParametersSpi, Provider, String) - Constructor for class java.security.AlgorithmParameters
Creates an instance of AlgorithmParameters
AlgorithmParameterSpec - Interface in java.security.spec
A transparent interface for Algorithm Parameter Specifications.
AlgorithmParametersSpi - Class in java.security
AlgorithmParametersSpi is the Service Provider Interface for the Algorithm Parameters class.
AlgorithmParametersSpi() - Constructor for class java.security.AlgorithmParametersSpi
Creates a new instance of AlgorithmParametersSpi
aliases() - Method in class java.security.KeyStore
Generates a list of all the aliases in the keystore.
allocBBuf(int) - Static method in class gnu.java.io.decode.Decoder
 
allocBBuf(int) - Static method in class gnu.java.io.encode.Encoder
 
allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
Deprecated. This method is unimplemented, because it would rely on suspend(), which is deprecated. There is no way for a Java program to determine whether this has any effect whatsoever, so we don't need it.
allowUserInteraction - Variable in class java.net.URLConnection
This variable determines whether or not interaction is allowed with the user.
AllPermission - Class in java.security
This class is a permission that implies all other permissions.
AllPermission() - Constructor for class java.security.AllPermission
This method initializes a new instance of AllPermission.
AllPermission(String, String) - Constructor for class java.security.AllPermission
This method initializes a new instance of AllPermission.
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.Subset
U+FB00 - U+FB4F
AlreadyBoundException - Exception in java.rmi
Thrown on an attempt to bind an object in the registry that is already bound.
AlreadyBoundException() - Constructor for exception java.rmi.AlreadyBoundException
Create an exception with no message.
AlreadyBoundException(String) - Constructor for exception java.rmi.AlreadyBoundException
Create an exception with a message.
AM - Static variable in class java.util.Calendar
Useful constant for 12-hour clock.
AM_PM - Static variable in class java.util.Calendar
Constant representing the part of the day for 12-hour clock.
AM_PM_FIELD - Static variable in class java.text.DateFormat
 
and(BigInteger) - Method in class java.math.BigInteger
Return the logical (bit-wise) "and" of two BigIntegers.
and(BitSet) - Method in class java.util.BitSet
Performs the logical AND operation on this bit set and the given set.
andNot(BigInteger) - Method in class java.math.BigInteger
 
andNot(BitSet) - Method in class java.util.BitSet
Performs the logical AND operation on this bit set and the complement of the given set.
annotateClass(Class) - Method in class gnu.java.rmi.server.RMIObjectOutputStream
 
annotateClass(Class) - Method in class java.io.ObjectOutputStream
An empty hook that allows subclasses to write extra information about classes to the stream.
annotateProxyClass(Class) - Method in class gnu.java.rmi.server.RMIObjectOutputStream
 
Annotation - Class in java.text
This class is used as a wrapper for a text attribute object.
Annotation(Object) - Constructor for class java.text.Annotation
This method initializes a new instance of Annotation to wrapper the specified text attribute object.
append(char) - Method in interface java.lang.Appendable
Appends the Unicode character, c, to this Appendable object.
append(CharSequence) - Method in interface java.lang.Appendable
Appends the specified sequence of Unicode characters to this Appendable object.
append(CharSequence, int, int) - Method in interface java.lang.Appendable
Appends the specified subsequence of Unicode characters to this Appendable object, starting and ending at the specified positions within the sequence.
append(boolean) - Method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(char) - Method in class java.lang.StringBuffer
Append the char to this StringBuffer.
append(int) - Method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(long) - Method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(float) - Method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(double) - Method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(Object) - Method in class java.lang.StringBuffer
Append the String value of the argument to this StringBuffer.
append(String) - Method in class java.lang.StringBuffer
Append the String to this StringBuffer.
append(char[]) - Method in class java.lang.StringBuffer
Append the char array to this StringBuffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Append the char array to this StringBuffer.
Appendable - Interface in java.lang
An Appendable object is one to which a sequence of Unicode characters can be added.
applyLocalizedPattern(String) - Method in class java.text.DecimalFormat
 
applyLocalizedPattern(String) - Method in class java.text.SimpleDateFormat
This method sets the formatting pattern that should be used by this object.
applyPattern(String) - Method in class java.text.ChoiceFormat
This method sets new range terminators and format strings for this object based on the specified pattern.
applyPattern(String) - Method in class java.text.DecimalFormat
 
applyPattern(String) - Method in class java.text.MessageFormat
Applies the specified pattern to this MessageFormat.
applyPattern(String) - Method in class java.text.SimpleDateFormat
This method sets the formatting pattern that should be used by this object.
appRandom - Variable in class java.security.SignatureSpi
Source of randomness
APRIL - Static variable in class java.util.Calendar
Constant representing April.
ARABIC - Static variable in class java.lang.Character.Subset
U+0600 - U+06FF
ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.Subset
U+FB50 - U+FDFF
ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.Subset
U+FE70 - U+FEFF
areFieldsSet - Variable in class java.util.Calendar
Tells if the fields have a valid value.
ArithmeticException - Exception in java.lang
Thrown when a math error has occured, such as trying to divide an integer by zero.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Create an exception without a message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Create an exception with a message.
ARMENIAN - Static variable in class java.lang.Character.Subset
U+0530 - U+058F
Array - Class in java.lang.reflect
Array holds static helper functions that allow you to create and manipulate arrays by reflection.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copy one array onto another from src[srcStart] ... src[srcStart+len] to dest[destStart] ... dest[destStart+len]
ArrayHelper - Class in gnu.java.lang
ArrayHelper helps you do things with arrays.
ArrayHelper() - Constructor for class gnu.java.lang.ArrayHelper
 
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown when attempting to access a position outside the valid range of an array.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Create an exception without a message.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Create an exception with a message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Create an exception indicating the illegal index.
ArrayList - Class in java.util
An array-backed implementation of the List interface.
ArrayList(int) - Constructor for class java.util.ArrayList
Construct a new ArrayList with the supplied initial capacity.
ArrayList() - Constructor for class java.util.ArrayList
Construct a new ArrayList with the default capcity (16).
ArrayList(Collection) - Constructor for class java.util.ArrayList
Construct a new ArrayList, and initialize it with the elements in the supplied Collection.
Arrays - Class in java.util
This class contains various static utility methods performing operations on arrays, and a method to provide a List "view" of an array to facilitate using arrays with Collection-based APIs.
ArrayStoreException - Exception in java.lang
Thrown when trying to store an object of the wrong runtime type in an array.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Create an exception without a message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Create an exception with a message.
ARROWS - Static variable in class java.lang.Character.Subset
U+2190 - U+21FF
asin(double) - Static method in class java.lang.Math
The trigonometric function arcsin.
asList(Object[]) - Static method in class java.util.Arrays
Returns a list "view" of the specified array.
AssertionError - Error in java.lang
An assertion error normally occurs as a result of the assert statement added in JDK 1.4, to indicate that an assertion failed.
AssertionError() - Constructor for error java.lang.AssertionError
Construct an AssertionError with no detail message.
AssertionError(Object) - Constructor for error java.lang.AssertionError
Construct an AssertionError with the string conversion of the given object as its error message.
AssertionError(boolean) - Constructor for error java.lang.AssertionError
Construct an AssertionError with the string conversion of the given boolean as its error message.
AssertionError(char) - Constructor for error java.lang.AssertionError
Construct an AssertionError with the string conversion of the given char as its error message.
AssertionError(int) - Constructor for error java.lang.AssertionError
Construct an AssertionError with the string conversion of the given int as its error message.
AssertionError(long) - Constructor for error java.lang.AssertionError
Construct an AssertionError with the string conversion of the given long as its error message.
AssertionError(float) - Constructor for error java.lang.AssertionError
Construct an AssertionError with the string conversion of the given float as its error message.
AssertionError(double) - Constructor for error java.lang.AssertionError
Construct an AssertionError with the string conversion of the given double as its error message.
At45Db - Class in jbvm.ip2k
Ip2k At45db access class.
atan(double) - Static method in class java.lang.Math
The trigonometric function arctan.
atan2(double, double) - Static method in class java.lang.Math
A special version of the trigonometric function arctan.
attr - Variable in class java.lang.reflect.VMBinFieldRecord
 
AttributedCharacterIterator - Interface in java.text
This interface extends the CharacterIterator interface in order to support iteration over character attributes as well as over the characters themselves.
AttributedCharacterIterator.Attribute - Class in java.text
This class defines attribute keys that are used as text attributes.
AttributedCharacterIterator.Attribute(String) - Constructor for class java.text.AttributedCharacterIterator.Attribute
This method initializes a new instance of this class with the specified name.
AttributedString - Class in java.text
This class models a String with attributes over various subranges of the string.
AttributedString(String) - Constructor for class java.text.AttributedString
This method initializes a new instance of AttributedString that represents the specified String with no attributes.
AttributedString(String, Map) - Constructor for class java.text.AttributedString
This method initializes a new instance of AttributedString that represents that specified String with the specified attributes over the entire length of the String.
AttributedString(AttributedCharacterIterator) - Constructor for class java.text.AttributedString
This method initializes a new instance of AttributedString that will use the text and attribute information from the specified AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int) - Constructor for class java.text.AttributedString
This method initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class java.text.AttributedString
This method initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
Attributes - Class in java.util.jar
Represents attribute name/value pairs from a Manifest as a Map.
Attributes() - Constructor for class java.util.jar.Attributes
Creates an empty Attributes map.
Attributes(int) - Constructor for class java.util.jar.Attributes
Creates an empty Attributes map with the given initial size.
Attributes(Attributes) - Constructor for class java.util.jar.Attributes
Creates an Attributes map with the initial values taken from another Attributes map.
Attributes.Name - Class in java.util.jar
Represents a name of a Manifest Attribute.
Attributes.Name(String) - Constructor for class java.util.jar.Attributes.Name
Creates a new Name from the given String.
AUGUST - Static variable in class java.util.Calendar
Constant representing August.
Authenticator - Class in java.net
Sometimes a network operation (such as hitting a password protected web site) will require authentication information in the form of a username and password.
Authenticator() - Constructor for class java.net.Authenticator
Default, no-argument constructor for subclasses to call.
available() - Method in class java.io.BufferedInputStream
This method returns the number of bytes that can be read from this stream before a read can block.
available() - Method in class java.io.ByteArrayInputStream
This method returns the number of bytes available to be read from this stream.
available() - Method in class java.io.FileInputStream
This method returns the number of bytes that can be read from this stream before a read can block.
available() - Method in class java.io.FilterInputStream
Calls the in.available() method.
available() - Method in class java.io.InputStream
This method returns the number of bytes that can be read from this stream before a read can block.
available() - Method in class java.io.LineNumberInputStream
Deprecated. This method returns the number of bytes that can be read from the stream before the stream can block.
available() - Method in interface java.io.ObjectInput
This method returns the number of bytes that can be read without blocking.
available() - Method in class java.io.ObjectInputStream
 
available() - Method in class java.io.PipedInputStream
This method returns the number of bytes that can be read from this stream before blocking could occur.
available() - Method in class java.io.PushbackInputStream
This method returns the number of bytes that can be read from this stream before a read can block.
available() - Method in class java.io.SequenceInputStream
This method returns the number of bytes than can be read from the currently being read subordinate stream before that stream could block.
available() - Method in class java.io.StringBufferInputStream
Deprecated. This method returns the number of bytes available to be read from this stream.
available() - Method in class java.net.SocketImpl
Returns the number of bytes that the caller can read from this socket without blocking.
available() - Method in class java.net.VMDatagramSocketImpl
 
available() - Method in class java.net.VMSocketImpl
 
available() - Method in class java.util.zip.InflaterInputStream
Returns 0 once the end of the stream (EOF) has been reached.
available() - Method in class java.util.zip.ZipInputStream
 

B

b_bufs - Static variable in class gnu.java.io.decode.Decoder
 
b_bufs - Static variable in class gnu.java.io.encode.Encoder
 
b_bufs_busy - Static variable in class gnu.java.io.decode.Decoder
 
b_bufs_busy - Static variable in class gnu.java.io.encode.Encoder
 
b_bufs_lck - Static variable in class gnu.java.io.decode.Decoder
 
b_bufs_lck - Static variable in class gnu.java.io.encode.Encoder
 
BackingStoreException - Exception in java.util.prefs
Chained exception thrown when backing store fails.
BackingStoreException(String) - Constructor for exception java.util.prefs.BackingStoreException
Creates a new exception with a descriptive message.
BackingStoreException(Throwable) - Constructor for exception java.util.prefs.BackingStoreException
Create a new exception with the given cause.
bad_char - Variable in class gnu.java.io.encode.Encoder
This is the value that is substituted for bad characters that can't be encoded.
bad_char_set - Variable in class gnu.java.io.encode.Encoder
This indicates whether or not the bad char is set or not
BaseBreakIterator - Class in gnu.java.text
 
BaseBreakIterator() - Constructor for class gnu.java.text.BaseBreakIterator
 
baseWireHandle - Static variable in interface java.io.ObjectStreamConstants
 
BASIC_LATIN - Static variable in class java.lang.Character.Subset
U+0000 - U+007F
BasicPermission - Class in java.security
This class implements a simple model for named permissions without an associated action list.
BasicPermission(String) - Constructor for class java.security.BasicPermission
This method initializes a new instance of BasicPermission with the specified name.
BasicPermission(String, String) - Constructor for class java.security.BasicPermission
This method initializes a new instance of BasicPermission with the specified name.
BC - Static variable in class java.util.GregorianCalendar
Constant representing the era BC (before Christ).
before(Object) - Method in class java.util.Calendar
Compares the given calendar with this.
before(Date) - Method in class java.util.Date
Tests if this date is before the specified date.
BENGALI - Static variable in class java.lang.Character.Subset
U+0980 - U+09FF
BEST_COMPRESSION - Static variable in class java.util.zip.Deflater
The best and slowest compression level.
BEST_SPEED - Static variable in class java.util.zip.Deflater
The worst but fastest compression level.
BigDecimal - Class in java.math
 
BigDecimal(BigInteger) - Constructor for class java.math.BigDecimal
 
BigDecimal(BigInteger, int) - Constructor for class java.math.BigDecimal
 
BigDecimal(double) - Constructor for class java.math.BigDecimal
 
BigDecimal(String) - Constructor for class java.math.BigDecimal
 
BigInteger - Class in java.math
Written using on-line Java Platform 1.2 API Specification, as well as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and "Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).
BigInteger(String, int) - Constructor for class java.math.BigInteger
 
BigInteger(String) - Constructor for class java.math.BigInteger
 
BigInteger(byte[]) - Constructor for class java.math.BigInteger
 
BigInteger(int, byte[]) - Constructor for class java.math.BigInteger
 
BigInteger(int, Random) - Constructor for class java.math.BigInteger
 
BigInteger(int, int, Random) - Constructor for class java.math.BigInteger
 
binarySearch(byte[], byte) - Static method in class java.util.Arrays
Perform a binary search of a byte array for a key.
binarySearch(char[], char) - Static method in class java.util.Arrays
Perform a binary search of a char array for a key.
binarySearch(short[], short) - Static method in class java.util.Arrays
Perform a binary search of a short array for a key.
binarySearch(int[], int) - Static method in class java.util.Arrays
Perform a binary search of an int array for a key.
binarySearch(long[], long) - Static method in class java.util.Arrays
Perform a binary search of a long array for a key.
binarySearch(float[], float) - Static method in class java.util.Arrays
Perform a binary search of a float array for a key.
binarySearch(double[], double) - Static method in class java.util.Arrays
Perform a binary search of a double array for a key.
binarySearch(Object[], Object) - Static method in class java.util.Arrays
Perform a binary search of an Object array for a key, using the natural ordering of the elements.
binarySearch(Object[], Object, Comparator) - Static method in class java.util.Arrays
Perform a binary search of an Object array for a key, using a supplied Comparator.
binarySearch(List, Object) - Static method in class java.util.Collections
Perform a binary search of a List for a key, using the natural ordering of the elements.
binarySearch(List, Object, Comparator) - Static method in class java.util.Collections
Perform a binary search of a List for a key, using a supplied Comparator.
bind(String, Remote) - Method in class gnu.java.rmi.registry.RegistryImpl
 
bind(String, Remote) - Method in class gnu.java.rmi.registry.RegistryImpl_Stub
 
bind(int, InetAddress) - Method in class java.net.DatagramSocketImpl
This method binds the socket to the specified local port and address.
bind(InetAddress, int) - Method in class java.net.SocketImpl
Binds to the specified port on the specified addr.
bind(int, InetAddress) - Method in class java.net.VMDatagramSocketImpl
 
bind(int, byte[]) - Method in class java.net.VMDatagramSocketImpl
 
bind(InetAddress, int) - Method in class java.net.VMSocketImpl
 
bind(byte[], int) - Method in class java.net.VMSocketImpl
 
bind(String, Remote) - Static method in class java.rmi.Naming
Try to bind the given object to the given service name.
bind(String, Remote) - Method in interface java.rmi.registry.Registry
 
BindException - Exception in java.net
This exception indicates that an error occurred while attempting to bind socket to a particular port.
BindException() - Constructor for exception java.net.BindException
Initializes a new instance of BindException without a descriptive error message.
BindException(String) - Constructor for exception java.net.BindException
Initializes a new instance of BindException with a descriptive error message, such as the text from strerror(3).
bitCount(int) - Static method in class java.lang.Integer
Return the number of bits set in x.
bitCount() - Method in class java.math.BigInteger
Count one bits in a BigInteger.
bitLength() - Method in class java.math.BigInteger
Calculates ceiling(log2(this < 0 ?
BitSet - Class in java.util
This class can be thought of in two ways.
BitSet() - Constructor for class java.util.BitSet
Create a new empty bit set.
BitSet(int) - Constructor for class java.util.BitSet
Create a new empty bit set, with a given size.
BLOCK_ELEMENTS - Static variable in class java.lang.Character.Subset
U+2580 - U+259F
BLOCKS - Static variable in interface gnu.java.lang.CharData
The mapping of character blocks to their location in DATA.
Boolean - Class in java.lang
Instances of class Boolean represent primitive boolean values.
Boolean(boolean) - Constructor for class java.lang.Boolean
Create a Boolean object representing the value of the argument value.
Boolean(String) - Constructor for class java.lang.Boolean
Creates a 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.
booleanValue() - Method in class java.lang.Boolean
Return the primitive boolean value of this Boolean object.
BOPOMOFO - Static variable in class java.lang.Character.Subset
U+3100 - U+312F
BOX_DRAWING - Static variable in class java.lang.Character.Subset
U+2500 - U+257F
BreakIterator - Class in java.text
This class iterates over text elements such as words, lines, sentences, and characters.
BreakIterator() - Constructor for class java.text.BreakIterator
This method initializes a new instance of BreakIterator.
BRIEF - Static variable in class java.rmi.server.LogStream
Deprecated.  
buf - Variable in class java.io.BufferedInputStream
The buffer used for storing data from the underlying stream.
buf - Variable in class java.io.BufferedOutputStream
This is the internal byte array used for buffering output before writing it.
buf - Variable in class java.io.ByteArrayInputStream
The array that contains the data supplied during read operations
buf - Variable in class java.io.ByteArrayOutputStream
The internal buffer where the data written is stored
buf - Variable in class java.io.CharArrayReader
The array that contains the data supplied during read operations
buf - Variable in class java.io.CharArrayWriter
The internal buffer where the data written is stored
buf - Variable in class java.io.PushbackInputStream
This is the buffer that is used to store the pushed back data
buf - Variable in class java.util.zip.DeflaterOutputStream
This buffer is used temporarily to retrieve the bytes from the deflater and write them to the underlying output stream.
buf - Variable in class java.util.zip.InflaterInputStream
Byte array used as a buffer
buffer - Variable in class java.io.PipedInputStream
This is the internal circular buffer used for storing bytes written to the pipe and from which bytes are read by this stream
buffer - Variable in class java.io.StringBufferInputStream
Deprecated. The String which is the input to this stream.
BufferedInputStream - Class in java.io
This subclass of FilterInputStream buffers input from an underlying implementation to provide a possibly more efficient read mechanism.
BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
This method initializes a new BufferedInputStream that will read from the specified subordinate stream with a default buffer size of 2048 bytes
BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
This method initializes a new BufferedInputStream that will read from the specified subordinate stream with a buffer size that is specified by the caller.
BufferedOutputStream - Class in java.io
This class accumulates bytes written in a buffer instead of immediately writing the data to the underlying output sink.
BufferedOutputStream(OutputStream) - Constructor for class java.io.BufferedOutputStream
This method initializes a new BufferedOutputStream instance that will write to the specified subordinate OutputStream and which will use a default buffer size of 512 bytes.
BufferedOutputStream(OutputStream, int) - Constructor for class java.io.BufferedOutputStream
This method initializes a new BufferedOutputStream instance that will write to the specified subordinate OutputStream and which will use the specified buffer size
BufferedReader - Class in java.io
This subclass of FilterReader buffers input from an underlying implementation to provide a possibly more efficient read mechanism.
BufferedReader(Reader) - Constructor for class java.io.BufferedReader
Create a new BufferedReader that will read from the specified subordinate stream with a default buffer size of 4096 chars.
BufferedReader(Reader, int) - Constructor for class java.io.BufferedReader
Create a new BufferedReader that will read from the specified subordinate stream with a buffer size that is specified by the caller.
BufferedWriter - Class in java.io
This class accumulates chars written in a buffer instead of immediately writing the data to the underlying output sink.
BufferedWriter(Writer) - Constructor for class java.io.BufferedWriter
This method initializes a new BufferedWriter instance that will write to the specified subordinate Writer and which will use a default buffer size of 512 chars.
BufferedWriter(Writer, int) - Constructor for class java.io.BufferedWriter
This method initializes a new BufferedWriter instance that will write to the specified subordinate Writer and which will use the specified buffer size
Byte - Class in java.lang
Instances of class Byte represent primitive byte values.
Byte(byte) - Constructor for class java.lang.Byte
Create a Byte object representing the value of the byte argument.
Byte(String) - Constructor for class java.lang.Byte
Create a Byte object representing the value specified by the String argument
ByteArrayInputStream - Class in java.io
This class permits an array of bytes to be read as an input stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Create a new ByteArrayInputStream that will read bytes from the passed in byte array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Create a new ByteArrayInputStream that will read bytes from the passed in byte array.
ByteArrayOutputStream - Class in java.io
This class allows data to be written to a byte array buffer and and then retrieved by an application.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
This method initializes a new ByteArrayOutputStream with the default buffer size of 32 bytes.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
This method initializes a new ByteArrayOutputStream with a specified initial buffer size.
bytesInCharArray(char[]) - Method in class gnu.java.io.encode.Encoder
For a given set of chars, this method returns the number of bytes that array will translate into.
bytesInCharArray(char[], int, int) - Method in class gnu.java.io.encode.Encoder
For len chars in the specified array, starting from index offset, this method returns the number of bytes that char array will translate into.
bytesInCharArray(char[], int, int) - Method in class gnu.java.io.encode.EncoderEightBitLookup
This method returns the number of bytes that can be converted out of the len chars in the specified array starting at offset.
bytesInCharArray(char[], int, int) - Method in class gnu.java.io.encode.EncoderUTF8
Returns the number of bytes the specified char array will be encoded into
bytesTransferred - Variable in exception java.io.InterruptedIOException
The number of bytes read/written prior to the interruption
byteValue() - Method in class java.lang.Byte
Return the value of this Byte.
byteValue() - Method in class java.lang.Integer
Return the value of this Integer as a byte.
byteValue() - Method in class java.lang.Long
Return the value of this Long as an short.
byteValue() - Method in class java.lang.Number
Return the value of this Number as a byte.
byteValue() - Method in class java.lang.Short
Return the value of this Short as an short.

C

Calendar - Class in gnu.java.locale
This class contains locale data for java.util.Calendar.
Calendar() - Constructor for class gnu.java.locale.Calendar
 
calendar - Variable in class java.text.DateFormat
 
Calendar - Class in java.util
This class is an abstract base class for Calendars, which can be used to convert between Date objects and a set of integer fields which represent YEAR, MONTH, DAY, etc.
Calendar() - Constructor for class java.util.Calendar
Constructs a new Calendar with the default time zone and the default locale.
Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
Constructs a new Calendar with the given time zone and the given locale.
Calendar_de - Class in gnu.java.locale
This class contains locale data for java.util.Calendar specific for german language.
Calendar_de() - Constructor for class gnu.java.locale.Calendar_de
 
Calendar_en - Class in gnu.java.locale
This class contains locale data for java.util.Calendar specific for english language.
Calendar_en() - Constructor for class gnu.java.locale.Calendar_en
 
Calendar_nl - Class in gnu.java.locale
This class contains locale data for java.util.Calendar specific for dutch language.
Calendar_nl() - Constructor for class gnu.java.locale.Calendar_nl
 
CANADA - Static variable in class java.util.Locale
Locale which represents the English speaking portion of Canada.
CANADA_FRENCH - Static variable in class java.util.Locale
Locale which represents the French speaking portion of Canada.
cancel() - Method in class java.util.Timer
Cancels the execution of the scheduler.
cancel() - Method in class java.util.TimerTask
Marks the task as canceled and prevents any further execution.
CANONICAL_DECOMPOSITION - Static variable in class java.text.Collator
This constant indicates that only characters which are canonical variants in Unicode 2.0 will be decomposed prior to performing comparisons.
canRead() - Method in class java.io.File
This method tests whether or not the current thread is allowed to to read the file pointed to by this object.
canWrite() - Method in class java.io.File
This method test whether or not the current thread is allowed to write to this object.
capacity() - Method in class java.lang.StringBuffer
Get the total number of characters this StringBuffer can support before it must be grown.
capacity() - Method in class java.util.Vector
Returns the size of the internal data array (not the amount of elements contained in the Vector).
capacityIncrement - Variable in class java.util.Vector
The amount the Vector's internal array should be increased in size when a new element is added that exceeds the current size of the array, or when Vector.ensureCapacity(int) is called.
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true.
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
A Comparator that uses String.compareToIgnoreCase(String).
ceil(double) - Static method in class java.lang.Math
Take the nearest integer that is that is greater than or equal to the argument.
Certificate - Class in java.security.cert
The Certificate class is an abstract class used to manage identity certificates.
Certificate(String) - Constructor for class java.security.cert.Certificate
Constructs a new certificate of the specified type.
Certificate - Interface in java.security
Deprecated.  
Certificate.CertificateRep - Class in java.security.cert
Certificate.CertificateRep is an inner class used to provide an alternate storage mechanism for serialized Certificates.
Certificate.CertificateRep(String, byte[]) - Constructor for class java.security.cert.Certificate.CertificateRep
Create an alternate Certificate class to store a serialized Certificate
CertificateEncodingException - Exception in java.security.cert
Exception for a Certificate Encoding.
CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
Constructs an CertificateEncodingException without a message string.
CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
Constructs an CertificateEncodingException with a message string.
CertificateException - Exception in java.security.cert
Exception for a Certificate.
CertificateException() - Constructor for exception java.security.cert.CertificateException
Constructs an CertificateException without a message string.
CertificateException(String) - Constructor for exception java.security.cert.CertificateException
Constructs an CertificateException with a message string.
CertificateExpiredException - Exception in java.security.cert
Exception for a Certificate Expiring.
CertificateExpiredException() - Constructor for exception java.security.cert.CertificateExpiredException
Constructs an CertificateExpiredException without a message string.
CertificateExpiredException(String) - Constructor for exception java.security.cert.CertificateExpiredException
Constructs an CertificateExpiredException with a message string.
CertificateFactory - Class in java.security.cert
This class implments the CertificateFactory class interface used to generate certificates and certificate revocation list (CRL) objects from their encodings.
CertificateFactory(CertificateFactorySpi, Provider, String) - Constructor for class java.security.cert.CertificateFactory
Creates an instance of CertificateFactory
CertificateFactorySpi - Class in java.security.cert
CertificateFactorySpi is the abstract class Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
Constructs a new CertificateFactorySpi
CertificateNotYetValidException - Exception in java.security.cert
Exception for a Certificate being not yet valid.
CertificateNotYetValidException() - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs an CertificateNotYetValidException without a message string.
CertificateNotYetValidException(String) - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs an CertificateNotYetValidException with a message string.
CertificateParsingException - Exception in java.security.cert
Exception for a Certificate Parsing.
CertificateParsingException() - Constructor for exception java.security.cert.CertificateParsingException
Constructs an CertificateParsingException without a message string.
CertificateParsingException(String) - Constructor for exception java.security.cert.CertificateParsingException
Constructs an CertificateParsingException with a message string.
certificates() - Method in class java.security.Identity
Deprecated. Returns an array of certificates for this identity.
cflags - Variable in class java.lang.reflect.VMBinClassRecord
 
Character - Class in java.lang
Wrapper class for the primitive char data type.
Character(char) - Constructor for class java.lang.Character
Wraps up a character.
Character.Subset - Class in java.lang
Constants for character blocks.
CharacterBreakIterator - Class in gnu.java.text
 
CharacterBreakIterator() - Constructor for class gnu.java.text.CharacterBreakIterator
 
CharacterIterator - Interface in java.text
This interface defines a mechanism for iterating over a range of characters.
CharArrayReader - Class in java.io
This class permits an array of chars to be read as an input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Create a new CharArrayReader that will read chars from the passed in char array.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Create a new CharArrayReader that will read chars from the passed in char array.
CharArrayWriter - Class in java.io
This class allows data to be written to a char array buffer and and then retrieved by an application.
CharArrayWriter() - Constructor for class java.io.CharArrayWriter
This method initializes a new CharArrayWriter with the default buffer size of 32 chars.
CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
This method initializes a new CharArrayWriter with a specified initial buffer size.
charAt(int) - Method in interface java.lang.CharSequence
Returns the character at the given index.
charAt(int) - Method in class java.lang.String
Returns the character located at the specified index within this String.
charAt(int) - Method in class java.lang.StringBuffer
Get the character at the specified index.
CharConversionException - Exception in java.io
This exception is thrown to indicate that a problem occurred with an attempted character conversion.
CharConversionException() - Constructor for exception java.io.CharConversionException
Create a new CharConversionException without a descriptive error message
CharConversionException(String) - Constructor for exception java.io.CharConversionException
Create a new CharConversionException with a descriptive error message String
CharData - Interface in gnu.java.lang
This contains the info about the unicode characters, that java.lang.Character needs.
chars_per_word(int) - Static method in class gnu.java.math.MPN
Number of digits in the conversion base that always fits in a word.
CharSequence - Interface in java.lang
General functions on a sequence of chars.
charsInByteArray(byte[]) - Method in class gnu.java.io.decode.Decoder
For a given set of bytes, this method returns the number of characters that byte array will translate into.
charsInByteArray(byte[], int, int) - Method in class gnu.java.io.decode.Decoder
For a len bytes in the specified array, starting from index offset, this method returns the number of characters that byte array will translate into.
charsInByteArray(byte[], int, int) - Method in class gnu.java.io.decode.DecoderEightBitLookup
This method returns the number of chars that can be converted out of the len bytes in the specified array starting at offset.
charsInByteArray(byte[], int, int) - Method in class gnu.java.io.decode.DecoderUTF8
Counts the number of characters in a given byte array
charValue() - Method in class java.lang.Character
Returns the character which has been wrapped by this class.
checkAccept(String, int) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to accept a connection from a particular host on a particular port.
checkAccess(Thread) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to modify this other Thread.
checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to modify this ThreadGroup.
checkAccess() - Method in class java.lang.Thread
Check whether the current Thread is allowed to modify this Thread.
checkAccess() - Method in class java.lang.ThreadGroup
Find out if the current Thread can modify this ThreadGroup.
checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
Check if the current thread is allowed to use the AWT event queue.
checkConnect(String, int) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to connect to a given host on a given port.
checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to connect to a given host on a given port using a specific security context to determine access.
checkCreateClassLoader() - Method in class java.lang.SecurityManager
Check if the current thread is allowed to create a ClassLoader.
checkDelete(String) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to delete the given file.
CheckedInputStream - Class in java.util.zip
InputStream that computes a checksum of the data being read using a supplied Checksum object.
CheckedInputStream(InputStream, Checksum) - Constructor for class java.util.zip.CheckedInputStream
Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
CheckedOutputStream - Class in java.util.zip
OutputStream that computes a checksum of data being written using a supplied Checksum object.
CheckedOutputStream(OutputStream, Checksum) - Constructor for class java.util.zip.CheckedOutputStream
Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
checkError() - Method in class java.io.PrintStream
Deprecated. This method checks to see if an error has occurred on this stream.
checkError() - Method in class java.io.PrintWriter
This method checks to see if an error has occurred on this stream.
checkExec(String) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to execute the given program.
checkExit(int) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to exit the JVM with the given status.
checkGuard(Object) - Method in interface java.security.Guard
This method tests whether or not access is allowed to the specified guarded object.
checkGuard(Object) - Method in class java.security.Permission
This method implements the Guard interface for this class.
checkLink(String) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to link in the given native library.
checkListen(int) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to listen to a specific port for data.
checkMemberAccess(Class, int) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to get certain types of Methods, Fields and Constructors from a Class object.
checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to read and write multicast to a particular address.
checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to read and write multicast to a particular address with a particular ttl value.
checkPackageAccess(String) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to access the specified package at all.
checkPackageDefinition(String) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to define classes the specified package.
checkPermission(Permission) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to perform an operation that requires the specified Permission.
checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to perform an operation that requires the specified Permission.
checkPermission(Permission) - Method in class java.security.AccessControlContext
Determines whether or not the specific permission is granted depending on the context it is within.
checkPermission(Permission) - Static method in class java.security.AccessController
Checks wether the access control context of the current thread allows the given Permission.
checkPermission(Principal, Permission) - Method in interface java.security.acl.Acl
This method tests whether or not the specified Principal has the specified Permission
checkPermission(Permission) - Method in interface java.security.acl.AclEntry
This method tests whether or not the specified permission is associated with this ACL entry.
checkPrintJobAccess() - Method in class java.lang.SecurityManager
Check if the current thread is allowed to create a print job.
checkPropertiesAccess() - Method in class java.lang.SecurityManager
Check if the current thread is allowed to read or write all the system properties at once.
checkPropertyAccess(String) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to read or write a particular system property.
checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to read the given file using the FileDescriptor.
checkRead(String) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to read the given file.
checkRead(String, Object) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to read the given file. using the given SecurityContext.
checkSecurityAccess(String) - Method in class java.lang.SecurityManager
Test whether a particular security action may be taken.
checkSetFactory() - Method in class java.lang.SecurityManager
Check if the current thread is allowed to set the current socket factory.
Checksum - Interface in java.util.zip
Interface to compute a data checksum used by checked input/output streams.
checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
Check if the current thread is allowed to use the system clipboard.
checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to create a top-level window.
checkValidity() - Method in class java.security.cert.X509Certificate
Checks the validity of the X.509 certificate.
checkValidity(Date) - Method in class java.security.cert.X509Certificate
Checks the validity of the X.509 certificate for the specified time and date.
checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to write to the given file using the FileDescriptor.
checkWrite(String) - Method in class java.lang.SecurityManager
Check if the current thread is allowed to write to the given file.
childAdded(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
Fired when a sub node is added to the preference node.
childRemoved(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
Fired when a sub node is removed from the preference node.
childrenNames() - Method in class java.util.prefs.AbstractPreferences
Returns all the direct sub nodes of this preferences node.
childrenNames() - Method in class java.util.prefs.Preferences
Returns all the direct sub nodes of this preferences node.
childrenNamesSpi() - Method in class gnu.java.util.prefs.MemoryBasedPreferences
Returns an empty array since all children names are always already chached.
childrenNamesSpi() - Method in class java.util.prefs.AbstractPreferences
Returns the names of the sub nodes of this preference node.
childSpi(String) - Method in class gnu.java.util.prefs.MemoryBasedPreferences
Returns a new node with the given name with as parent this node and with the isUser flag set to the same value as this node.
childSpi(String) - Method in class java.util.prefs.AbstractPreferences
Returns a child note with the given name.
childValue(Object) - Method in class java.lang.InheritableThreadLocal
Determines the value associated with a newly created child Thread as a function of the value associated with the currently executing (parent) Thread.
CHINA - Static variable in class java.util.Locale
Locale which represents China.
CHINESE - Static variable in class java.util.Locale
Locale which represents the Chinese language.
ChoiceFormat - Class in java.text
This class allows a format to be specified based on a range of numbers.
ChoiceFormat(String) - Constructor for class java.text.ChoiceFormat
This method initializes a new instance of ChoiceFormat that generates its range terminator and format string arrays from the specified pattern.
ChoiceFormat(double[], String[]) - Constructor for class java.text.ChoiceFormat
This method initializes a new instance of ChoiceFormat that will use the specified range terminators and format strings.
CJK_COMPATIBILITY - Static variable in class java.lang.Character.Subset
U+3300 - U+33FF
CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.Subset
U+FE30 - U+FE4F
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.Subset
U+F900 - U+FAFF
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.Subset
U+3000 - U+303F
CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.Subset
U+4E00 - U+9FFF
Class - Class in java.lang
A Class represents a Java type.
CLASS_PATH - Static variable in class java.util.jar.Attributes.Name
General main attribute - (relative) URLs of the libraries/classpaths that the Classes in this jar file depend on.
ClassCastException - Exception in java.lang
Thrown when an attempt is made to cast an object which is not of the appropriate runtime type.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Create an exception without a message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Create an exception with a message.
ClassCircularityError - Error in java.lang
A ClassCircularityError is thrown when a circular dependency has been detected while initializing a class.
ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
Create an error without a message.
ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
Create an error with a message.
classDepth(String) - Method in class java.lang.SecurityManager
Get the depth of a particular class on the execution stack.
ClassFormatError - Error in java.lang
A 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.
ClassFormatError() - Constructor for error java.lang.ClassFormatError
Create an error without a message.
ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
Create an error with a message.
ClassHelper - Class in gnu.java.lang
ClassHelper has various methods that ought to have been in class.
ClassHelper() - Constructor for class gnu.java.lang.ClassHelper
 
ClassLoader - Class in java.lang
The ClassLoader is a way of customizing the way Java gets its classes and loads them into memory.
ClassLoader() - Constructor for class java.lang.ClassLoader
Create a new ClassLoader with as parent the system classloader.
ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
Create a new ClassLoader with the specified parent.
classLoaderDepth() - Method in class java.lang.SecurityManager
Get the depth on the execution stack of the most recent class that was loaded by an explicit ClassLoader.
ClassLoaderHelper - Class in gnu.java.lang
ClassLoaderHelper has various methods that ought to have been in ClassLoader.
ClassLoaderHelper() - Constructor for class gnu.java.lang.ClassLoaderHelper
 
ClassLoaderObjectInputStream - Class in gnu.java.io
ClassLoaderObjectInputStream is ObjectInputStream, with the ability to use a specific ClassLoader.
ClassLoaderObjectInputStream(InputStream, ClassLoader) - Constructor for class gnu.java.io.ClassLoaderObjectInputStream
Create the new ClassLoaderObjectInputStream.
classname - Variable in exception java.io.InvalidClassException
The name of the class which encountered the error.
classnameOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
classnameSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
ClassNotFoundException - 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.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Create an exception without a message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Create an exception with a message.
ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
Create an exception with a message and include the exception which occurred while loading the class.
CLASSPATH_HOME - Static variable in interface gnu.classpath.Configuration
The value of CLASSPATH_HOME is the location that the classpath libraries and support files where installed in.
CLASSPATH_VERSION - Static variable in interface gnu.classpath.Configuration
The release version number of GNU Classpath.
classSize - Variable in class java.lang.reflect.VMBinClassRecord
 
classTableOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
classTableSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
clean(ObjID[], long, VMID, boolean) - Method in class gnu.java.rmi.dgc.DGCImpl
Mark the given objects as no longer used on the client side.
clean(ObjID[], long, VMID, boolean) - Method in class gnu.java.rmi.dgc.DGCImpl_Stub
 
clean(ObjID[], long, VMID, boolean) - Method in interface java.rmi.dgc.DGC
Mark the given objects as no longer used on the client side.
clear() - Method in class java.lang.ref.Reference
Clears the reference, so that it doesn't refer to its object anymore.
clear() - Method in class java.security.Provider
This method clears the entire property list such that it no longer contains the properties used to look up the services provided by the Provider.
clear() - Method in class java.util.AbstractCollection
Remove all elements from the collection (optional operation).
clear() - Method in class java.util.AbstractList
Clear the list, such that a subsequent call to isEmpty() would return true (optional operation).
clear() - Method in class java.util.AbstractMap
Remove all entries from this Map (optional operation).
clear() - Method in class java.util.ArrayList
Removes all elements from this List
clear() - Method in class java.util.BitSet
Sets all bits in the set to false.
clear(int) - Method in class java.util.BitSet
Removes the integer bitIndex from this set.
clear(int, int) - Method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to false.
clear() - Method in class java.util.Calendar
Clears the values of all the time fields.
clear(int) - Method in class java.util.Calendar
Clears the values of the specified time field.
clear() - Method in interface java.util.Collection
Clear the collection, such that a subsequent call to isEmpty() would return true.
clear() - Method in class java.util.HashMap
Clears the Map so it has no keys.
clear() - Method in class java.util.HashSet
Empties this Set of all elements; this takes constant time.
clear() - Method in class java.util.Hashtable
Clears the hashtable so it has no keys.
clear() - Method in class java.util.IdentityHashMap
Remove all mappings from this map.
clear() - Method in class java.util.jar.Attributes
Removes all attributes.
clear() - Method in class java.util.jar.Manifest
Clears the main attributes and removes all the entries from the manifest.
clear() - Method in class java.util.LinkedHashMap
Clears the Map so it has no keys.
clear() - Method in class java.util.LinkedList
Remove all elements from this list.
clear() - Method in interface java.util.List
Clear the list, such that a subsequent call to isEmpty() would return true (optional operation).
clear() - Method in interface java.util.Map
Remove all entries from this Map (optional operation).
clear() - Method in class java.util.prefs.AbstractPreferences
Removes all entries from this preferences node.
clear() - Method in class java.util.prefs.Preferences
Removes all entries from this preferences node.
clear() - Method in interface java.util.Set
Removes all elements from this set (optional operation).
clear() - Method in class java.util.TreeMap
Clears the Map so it has no keys.
clear() - Method in class java.util.TreeSet
Removes all elements in this Set.
clear() - Method in class java.util.Vector
Clears all elements in the Vector and sets its size to 0.
clear() - Method in class java.util.WeakHashMap
Clears all entries from this map.
clearBit(int) - Method in class java.math.BigInteger
 
clearChanged() - Method in class java.util.Observable
Reset this Observable's state to unchanged.
clearPortBits(byte, byte) - Static method in class jbvm.ip2k.PortIO
Clear port bits (AND with NOT mask)
CLIDX_CLASS - Static variable in interface java.lang.reflect.VMBinClassConstants
 
CLIDX_OBJECT - Static variable in interface java.lang.reflect.VMBinClassConstants
 
CLIDX_THREAD - Static variable in interface java.lang.reflect.VMBinClassConstants
 
clone() - Method in class gnu.java.security.provider.DSASignature
 
clone() - Method in class gnu.java.security.provider.MD5
 
clone() - Method in class gnu.java.security.provider.SHA
 
clone() - Method in class gnu.java.text.CharacterBreakIterator
 
clone() - Method in class gnu.java.text.LineBreakIterator
 
clone() - Method in class gnu.java.text.SentenceBreakIterator
 
clone() - Method in class gnu.java.text.WordBreakIterator
 
clone() - Method in class java.lang.Object
This method may be called to create a new copy of the Object.
clone() - Method in class java.rmi.server.UnicastRemoteObject
 
clone() - Method in interface java.security.acl.AclEntry
This method returns a clone of this ACL entry
clone() - Method in class java.security.MessageDigest
Returns a clone of this class if supported.
clone() - Method in class java.security.MessageDigestSpi
Returns a clone of this class.
clone() - Method in class java.security.Signature
Returns a clone if cloneable.
clone() - Method in class java.security.SignatureSpi
Returns a clone if cloneable.
clone() - Method in interface java.text.CharacterIterator
This method creates a copy of this CharacterIterator.
clone() - Method in class java.text.Collator
This method returns a copy of this Collator object.
clone() - Method in class java.text.DateFormat
This method returns a copy of this object.
clone() - Method in class java.text.DateFormatSymbols
Returns a new copy of this object.
clone() - Method in class java.text.DecimalFormat
 
clone() - Method in class java.text.DecimalFormatSymbols
 
clone() - Method in class java.text.Format
Creates a copy of this object.
clone() - Method in class java.text.MessageFormat
Overrides Format.clone()
clone() - Method in class java.text.RuleBasedCollator
This method creates a copy of this object.
clone() - Method in class java.text.StringCharacterIterator
This method creates a copy of this CharacterIterator.
clone() - Method in class java.util.AbstractMap
Create a shallow copy of this Map, no keys or values are copied.
clone() - Method in class java.util.ArrayList
Creates a shallow copy of this ArrayList (elements are not cloned).
clone() - Method in class java.util.BitSet
Create a clone of this bit set, that is an instance of the same class and contains the same elements.
clone() - Method in class java.util.Calendar
Return a clone of this object.
clone() - Method in class java.util.Date
 
clone() - Method in class java.util.HashMap
Returns a shallow clone of this HashMap.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this Set.
clone() - Method in class java.util.Hashtable
Returns a shallow clone of this Hashtable.
clone() - Method in class java.util.IdentityHashMap
Creates a shallow copy where keys and values are not cloned.
clone() - Method in class java.util.jar.Attributes
Return a clone of this attribute map.
clone() - Method in class java.util.jar.Manifest
Makes a deep copy of the main attributes, but a shallow copy of the other entries.
clone() - Method in class java.util.LinkedList
Create a shallow copy of this LinkedList (the elements are not cloned).
clone() - Method in class java.util.Locale
Does the same as Object.clone() but does not throw an CloneNotSupportedException.
clone() - Method in class java.util.TimeZone
Returns a clone of this object.
clone() - Method in class java.util.TreeMap
Returns a shallow clone of this TreeMap.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this Set.
clone() - Method in class java.util.Vector
Creates a new Vector with the same contents as this one.
clone() - Method in class java.util.zip.ZipEntry
Clones the entry.
Cloneable - Interface in java.lang
This interface should be implemented by classes wishing to support of override Object.clone().
CloneNotSupportedException - Exception in java.lang
Thrown to indicate an object should not or could not be cloned.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
Create an exception without a message.
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
Create an exception with a message.
close() - Method in class gnu.java.io.decode.Decoder
Closes this stream and the underlying InputStream
close() - Method in class gnu.java.io.encode.Encoder
Closes this stream and the underlying OutputStream
close() - Method in class gnu.java.io.NullOutputStream
 
close() - Method in class java.io.BufferedInputStream
This method closes the underlying input stream and frees any resources associated with it.
close() - Method in class java.io.BufferedReader
This method closes the stream
close() - Method in class java.io.BufferedWriter
This method flushes any remaining buffered chars then closes the underlying output stream.
close() - Method in class java.io.CharArrayReader
This method closes the stream.
close() - Method in class java.io.CharArrayWriter
Closes the stream.
close() - Method in class java.io.FileInputStream
This method closes the stream.
close() - Method in class java.io.FileOutputStream
This method closes the underlying file.
close() - Method in class java.io.FilterInputStream
This method closes the input stream by closing the input stream that this object is filtering.
close() - Method in class java.io.FilterOutputStream
This method closes the underlying OutputStream.
close() - Method in class java.io.FilterReader
This method closes the stream by calling the close() method of the underlying stream.
close() - Method in class java.io.FilterWriter
This method closes the underlying Writer.
close() - Method in class java.io.InputStream
This method closes the stream.
close() - Method in class java.io.InputStreamReader
This method closes this stream, as well as the underlying InputStream.
close() - Method in interface java.io.ObjectInput
This method closes the input source
close() - Method in class java.io.ObjectInputStream
 
close() - Method in interface java.io.ObjectOutput
This method closes the underlying stream.
close() - Method in class java.io.ObjectOutputStream
 
close() - Method in class java.io.OutputStream
This method closes the stream.
close() - Method in class java.io.OutputStreamWriter
This method closes this stream, and the underlying OutputStream
close() - Method in class java.io.PipedInputStream
This methods closes the stream so that no more data can be read from it.
close() - Method in class java.io.PipedOutputStream
This method closes this stream so that no more data can be written to it.
close() - Method in class java.io.PipedReader
This methods closes the stream so that no more data can be read from it.
close() - Method in class java.io.PipedWriter
This method closes this stream so that no more data can be written to it.
close() - Method in class java.io.PrintStream
Deprecated. This method closes this stream and all underlying streams.
close() - Method in class java.io.PrintWriter
This method closes this stream and all underlying streams.
close() - Method in class java.io.PushbackInputStream
This method closes the stream and releases any associated resources.
close() - Method in class java.io.PushbackReader
This method closes the stream and frees any associated resources.
close() - Method in class java.io.RandomAccessFile
This method closes the file and frees up all file related system resources.
close() - Method in class java.io.Reader
Closes the stream.
close() - Method in class java.io.SequenceInputStream
Closes this stream.
close() - Method in class java.io.StringReader
 
close() - Method in class java.io.StringWriter
This method closes the stream.
close() - Method in class java.io.Writer
This method closes the stream.
close() - Method in class java.net.DatagramSocket
Closes this socket.
close() - Method in class java.net.DatagramSocketImpl
This methods closes the socket
close() - Method in class java.net.ServerSocket
Closes this socket and stops listening for connections
close() - Method in class java.net.Socket
Closes the socket.
close() - Method in class java.net.SocketImpl
Closes the socket.
close() - Method in class java.net.VMDatagramSocketImpl
 
close() - Method in class java.net.VMSocketImpl
 
close() - Method in class java.util.zip.DeflaterOutputStream
Calls finish() and closes the stream.
close() - Method in class java.util.zip.GZIPInputStream
Closes the input stream.
close() - Method in class java.util.zip.GZIPOutputStream
Writes remaining compressed output data to the output stream and closes it.
close() - Method in class java.util.zip.InflaterInputStream
Closes the input stream
close() - Method in class java.util.zip.ZipFile
Closes the ZipFile.
close() - Method in class java.util.zip.ZipInputStream
Closes the zip file.
closeEntry() - Method in class java.util.zip.ZipInputStream
Closes the current zip entry and moves to the next one.
closeEntry() - Method in class java.util.zip.ZipOutputStream
Closes the current entry.
CLST_ABSTRACT - Static variable in interface java.lang.reflect.VMBinConstants
 
CLST_HASCLINIT - Static variable in interface java.lang.reflect.VMBinConstants
 
CLST_INITIALIZED - Static variable in interface java.lang.reflect.VMBinConstants
 
CLST_INITPROGR - Static variable in interface java.lang.reflect.VMBinConstants
 
CLST_INTERFACE - Static variable in interface java.lang.reflect.VMBinConstants
 
CLST_PRIVATE - Static variable in interface java.lang.reflect.VMBinConstants
 
CLST_PUBLIC - Static variable in interface java.lang.reflect.VMBinConstants
 
cmp(int[], int[], int) - Static method in class gnu.java.math.MPN
Compare x[0:size-1] with y[0:size-1], treating them as unsigned integers.
cmp(int[], int, int[], int) - Static method in class gnu.java.math.MPN
Compare x[0:xlen-1] with y[0:ylen-1], treating them as unsigned integers.
codeOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
codeOffset - Variable in class java.lang.reflect.VMBinMethodRecord
 
codeSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
CodeSource - Class in java.security
This class represents a location from which code is loaded (as represented by a URL) and the list of certificates that are used to check the signatures of signed code loaded from this source.
CodeSource(URL, Certificate[]) - Constructor for class java.security.CodeSource
This method initializes a new instance of CodeSource that loads code from the specified URL location and which uses the specified certificates for verifying signatures.
CollationElementIterator - Class in java.text
This class walks through the character collation elements of a String as defined by the collation rules in an instance of RuleBasedCollator.
CollationKey - Class in java.text
This class represents a pre-computed series of bits representing a String for under a particular Collator.
Collator - Class in java.text
This class is the abstract superclass of classes which perform locale dependent String comparisons.
Collator() - Constructor for class java.text.Collator
This method initializes a new instance of Collator to have the default strength (TERTIARY) and decomposition (CANONICAL_DECOMPOSITION) settings.
Collection - Interface in java.util
Interface that represents a collection of objects.
Collections - Class in java.util
Utility class consisting of static methods that operate on, or return Collections.
combine(ProtectionDomain[], ProtectionDomain[]) - Method in interface java.security.DomainCombiner
Combines the current ProtectionDomains of the Thread with new ProtectionDomains.
CombinedClassLoader - Class in gnu.java.rmi.server
This class supports the multiple class loaders to load the resources.
CombinedClassLoader(Collection) - Constructor for class gnu.java.rmi.server.CombinedClassLoader
Create a new combined class loader that uses the given collection of loaders to load the classes and resources.
COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.Subset
U+0300 - U+036F
COMBINING_HALF_MARKS - Static variable in class java.lang.Character.Subset
U+FE20 - U+FE2F
COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.Subset
U+20D0 - U+20FF
COMBINING_SPACING_MARK - Static variable in class java.lang.Character
Mc = Mark, Spacing Combining (Normative)
command(Object) - Static method in class java.lang.Compiler
This method examines the argument and performs an operation according to the compilers documentation.
commentChar(int) - Method in class java.io.StreamTokenizer
This method sets the comment attribute on the specified character.
Comparable - Interface in java.lang
Interface for objects that can be ordering among other objects.
Comparator - Interface in java.util
Interface for objects that specify an ordering between objects.
comparator() - Method in interface java.util.SortedMap
Returns the comparator used in sorting this map, or null if it is the keys' natural ordering.
comparator() - Method in interface java.util.SortedSet
Returns the comparator used in sorting this set, or null if it is the elements' natural ordering.
comparator() - Method in class java.util.TreeMap
Return the comparator used to sort this map, or null if it is by natural order.
comparator() - Method in class java.util.TreeSet
Returns this Set's comparator.
compare(double, double) - Static method in class java.lang.Double
Returns 0 if the first argument is equal to the second argument.
compare(float, float) - Static method in class java.lang.Float
Returns 0 if the first argument is equal to the second argument.
compare(String, String) - Method in class java.text.Collator
This method compares the two String's and returns an integer indicating whether or not the first argument is less than, equal to, or greater than the second argument.
compare(Object, Object) - Method in class java.text.Collator
This method compares the two Object's and returns an integer indicating whether or not the first argument is less than, equal to, or greater than the second argument.
compare(String, String) - Method in class java.text.RuleBasedCollator
This method returns an integer which indicates whether the first specified String is less than, greater than, or equal to the second.
compare(Object, Object) - Method in interface java.util.Comparator
Return an integer that is negative, zero or positive depending on whether the first argument is less than, equal to or greater than the second according to this ordering.
compareTo(Object) - Method in class java.io.File
This method compares the specified Object to this one to test for equality.
compareTo(File) - Method in class java.io.File
This method compares the specified File to this one to test for equality.
compareTo(Object) - Method in class java.io.ObjectStreamField
 
compareTo(Boolean) - Method in class java.lang.Boolean
Compares this Boolean to another.
compareTo(Byte) - Method in class java.lang.Byte
Compare two Bytes numerically by comparing their byte values.
compareTo(Object) - Method in class java.lang.Byte
Behaves like compareTo(Byte) unless the Object is not a Byte.
compareTo(Character) - Method in class java.lang.Character
Compares another Character to this Character, numerically.
compareTo(Object) - Method in class java.lang.Character
Compares an object to this Character.
compareTo(Object) - Method in interface java.lang.Comparable
 
compareTo(Double) - Method in class java.lang.Double
Returns 0 if the double value of the argument is equal to the value of this Double.
compareTo(Object) - Method in class java.lang.Double
Compares the specified Object to this Double if and only if the Object is an instanceof Double.
compareTo(Float) - Method in class java.lang.Float
Returns 0 if the float value of the argument is equal to the value of this Float.
compareTo(Object) - Method in class java.lang.Float
Compares the specified Object to this Float if and only if the Object is an instanceof Float.
compareTo(Integer) - Method in class java.lang.Integer
Compare two Integers numerically by comparing their int values.
compareTo(Object) - Method in class java.lang.Integer
Behaves like compareTo(Integer) unless the Object is not an Integer.
compareTo(Long) - Method in class java.lang.Long
Compare two Longs numerically by comparing their long values.
compareTo(Object) - Method in class java.lang.Long
Behaves like compareTo(java.lang.Long) unless the Object is not a Long.
compareTo(Short) - Method in class java.lang.Short
Compare two Shorts numerically by comparing their short values.
compareTo(Object) - Method in class java.lang.Short
Behaves like compareTo(java.lang.Short) unless the Object is not a Short.
compareTo(String) - Method in class java.lang.String
Compares this String and another String (case sensitive).
compareTo(Object) - Method in class java.lang.String
Behaves like compareTo(java.lang.String) unless the Object is not a String.
compareTo(BigDecimal) - Method in class java.math.BigDecimal
 
compareTo(Object) - Method in class java.math.BigDecimal
 
compareTo(Object) - Method in class java.math.BigInteger
 
compareTo(BigInteger) - Method in class java.math.BigInteger
 
compareTo(Object) - Method in class java.net.URI
Compare the URI with another object that must be an URI too
compareTo(Object) - Method in class java.text.CollationKey
This method compares the specified object to this one.
compareTo(CollationKey) - Method in class java.text.CollationKey
This method compares the specified object to this one.
compareTo(Date) - Method in class java.util.Date
Compares two dates.
compareTo(Object) - Method in class java.util.Date
Compares this Date to another.
compareToIgnoreCase(String) - Method in class java.lang.String
Compares this String and another String (case insensitive).
compileClass(Class) - Static method in class java.lang.Compiler
Compile the class named by oneClass.
compileClasses(String) - Static method in class java.lang.Compiler
Compile the classes whose name matches 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

D

daebugReadStream(Object, byte[], int, int) - Static method in class jbvm.ip2k.VMCallTracer
 
daebugWriteStream(Object, byte[], int, int) - Static method in class jbvm.ip2k.VMCallTracer
 
DASH_PUNCTUATION - Static variable in class java.lang.Character
Pd = Punctuation, Dash (Informative)
DATA - Static variable in interface gnu.java.lang.CharData
Information about each character.
DataFormatException - Exception in java.util.zip
Exception thrown when compressed data is corrupt.
DataFormatException() - Constructor for exception java.util.zip.DataFormatException
Create an exception without a message.
DataFormatException(String) - Constructor for exception java.util.zip.DataFormatException
Create an exception with a message.
DatagramPacket - Class in java.net
This class models a packet of data that is to be sent across the network using a connectionless protocol such as UDP.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
This method initializes a new instance of DatagramPacket which has the specified buffer, offset, and length.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Initializes a new instance of DatagramPacket for receiving packets from the network.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Initializes a new instance of DatagramPacket for transmitting packets across the network.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Initializes a new instance of DatagramPacket for transmitting packets across the network.
DatagramSocket - Class in java.net
This class models a connectionless datagram socket that sends individual packets of data across the network.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Initializes a new instance of DatagramSocket that binds to a random port and every address on the local machine.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Initializes a new instance of DatagramSocket that binds to the specified port and every address on the local machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Initializes a new instance of DatagramSocket that binds to the specified local port and address.
DatagramSocketImpl - Class in java.net
Written using on-line Java Platform 1.2 API Specification, as well as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
Default, no-argument constructor for subclasses to call.
DataInput - Interface in java.io
This interface is implemented by classes that can data from streams into Java primitive types.
DataInputStream - Class in java.io
This subclass of FilteredInputStream implements the DataInput interface that provides method for reading primitive Java data types from a stream.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
This constructor initializes a new DataInputStream to read from the specified subordinate stream.
DataOutput - Interface in java.io
This interface is implemented by classes that can wrte data to streams from Java primitive types.
DataOutputStream - Class in java.io
This class provides a mechanism for writing primitive Java datatypes to an OutputStream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
This method initializes an instance of DataOutputStream to write its data to the specified underlying OutputStream
DATE - Static variable in class java.util.Calendar
Constant representing the day time field, synonym for DAY_OF_MONTH.
Date - Class in java.util
This class represents a specific time in milliseconds since the epoch.
Date() - Constructor for class java.util.Date
Creates a new Date Object representing the current time.
Date(long) - Constructor for class java.util.Date
Creates a new Date Object representing the given time.
Date(int, int, int) - Constructor for class java.util.Date
Deprecated. use new GregorianCalendar(year+1900, month, day) instead.
Date(int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. use new GregorianCalendar(year+1900, month, day, hour, min) instead.
Date(int, int, int, int, int, int) - Constructor for class java.util.Date
 
Date(String) - Constructor for class java.util.Date
Deprecated. use java.text.DateFormat.parse(s) instead.
DATE_FIELD - Static variable in class java.text.DateFormat
 
DateFormat - Class in java.text
 
DateFormat() - Constructor for class java.text.DateFormat
This method initializes a new instance of DateFormat.
DateFormatSymbols - Class in java.text
This class acts as container for locale specific date/time formatting information such as the days of the week and the months of the year.
DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
This method initializes a new instance of DateFormatSymbols by loading the date format information for the specified locale.
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
This method loads the format symbol information for the default locale.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Constant representing the day time field.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Constant representing the day of week time field.
DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
 
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Constant representing the day-of-week-in-month field.
DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
 
DAY_OF_YEAR - Static variable in class java.util.Calendar
Constant representing the day of year time field.
DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
 
DEAD - Static variable in interface java.lang.reflect.VMBinConstants
 
DEADOK - Static variable in interface java.lang.reflect.VMBinConstants
 
DEBUG - Static variable in interface gnu.classpath.Configuration
The value of DEBUG is substituted according to whether the "--enable-debug" argument was passed to configure.
debugOut(String) - Static method in class jbvm.ip2k.VMCallTracer
 
DECEMBER - Static variable in class java.util.Calendar
Constant representing December.
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
Nd = Number, Decimal Digit (Normative)
DecimalFormat - Class in java.text
 
DecimalFormat() - Constructor for class java.text.DecimalFormat
 
DecimalFormat(String) - Constructor for class java.text.DecimalFormat
 
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
 
DecimalFormatSymbols - Class in java.text
This class is a container for the symbols used by DecimalFormat to format numbers and currency.
DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
This method initializes a new instance of DecimalFormatSymbols for the default locale.
DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
This method initializes a new instance of DecimalFormatSymbols for the specified locale.
DECLARED - Static variable in interface java.lang.reflect.Member
Represents all members, whether public, private, protected or package-protected, but only which are declared in this class.
decode(String) - Static method in class java.lang.Byte
Convert the specified String into a Byte.
decode(String) - Static method in class java.lang.Integer
Convert the specified String into an Integer.
decode(String) - Static method in class java.lang.Long
 
decode(String) - Static method in class java.lang.Short
Convert the specified String into a Short.
decode(String) - Static method in class java.net.URLDecoder
Deprecated.  
decode(String, String) - Static method in class java.net.URLDecoder
This method translates the passed in string from x-www-form-urlencoded format using the given character encoding to decode the hex encoded unsafe characters.
decode(InputStream) - Method in interface java.security.Certificate
Deprecated. This method reads an encoded certificate from an InputStream.
Decoder - Class in gnu.java.io.decode
This class is the base class for decoding bytes into character.
Decoder(InputStream) - Constructor for class gnu.java.io.decode.Decoder
This method initializes a new Decoder to read from the specified InputStream.
Decoder8859_1 - Class in gnu.java.io.decode
This class decodes bytes in ISO-8859-1 (Latin-1) format to Unicode.
Decoder8859_1(InputStream) - Constructor for class gnu.java.io.decode.Decoder8859_1
 
Decoder8859_2 - Class in gnu.java.io.decode
This class decodes bytes in ISO-8859-2 (Latin-2) format to Unicode.
Decoder8859_2(InputStream) - Constructor for class gnu.java.io.decode.Decoder8859_2
 
Decoder8859_3 - Class in gnu.java.io.decode
This class decodes bytes in ISO-8859-3 (Latin-3) format to Unicode.
Decoder8859_3(InputStream) - Constructor for class gnu.java.io.decode.Decoder8859_3
 
Decoder8859_4 - Class in gnu.java.io.decode
This class decodes bytes in ISO-8859-3 (Latin-4) format to Unicode.
Decoder8859_4(InputStream) - Constructor for class gnu.java.io.decode.Decoder8859_4
 
Decoder8859_5 - Class in gnu.java.io.decode
This class decodes bytes in ISO-8859-3 (Latin-3) format to Unicode.
Decoder8859_5(InputStream) - Constructor for class gnu.java.io.decode.Decoder8859_5
 
DecoderEightBitLookup - Class in gnu.java.io.decode
Numerous character encodings utilize only eight bits.
DecoderEightBitLookup(InputStream) - Constructor for class gnu.java.io.decode.DecoderEightBitLookup
 
DecoderUTF8 - Class in gnu.java.io.decode
This class implements character decoding in the UCS Transformation Format 8 (UTF-8) encoding scheme.
DecoderUTF8(InputStream) - Constructor for class gnu.java.io.decode.DecoderUTF8
 
def - Variable in class java.util.zip.DeflaterOutputStream
The deflater which is used to deflate the stream.
DEFAULT - Static variable in class java.text.DateFormat
 
DEFAULT_COMPRESSION - Static variable in class java.util.zip.Deflater
The default compression level.
DEFAULT_PROTOCOL - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
The default strategy.
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
 
DefaultPermissionCollection - Class in gnu.java.security
We use this permission collection type internally when the newPermissionCollection method on a permission object returns null.
DefaultPermissionCollection(String) - Constructor for class gnu.java.security.DefaultPermissionCollection
Construct a new collection that will hold the given type of permission.
DefaultPolicy - Class in gnu.java.security.provider
This is just a stub policy implementation which grants all permissions to any code source.
DefaultPolicy() - Constructor for class gnu.java.security.provider.DefaultPolicy
 
defaultReadObject() - Method in class java.io.ObjectInputStream
Reads the current objects non-transient, non-static fields from the current class from the underlying output stream.
defaults - Variable in class java.util.Properties
The property list that contains default values for any keys not in this property list.
defaults - Variable in class jbvm.ip2k.VMProperties
The property list that contains default values for any keys not in this property list.
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Writes the current objects non-transient, non-static fields from the current class to the underlying output stream.
defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
Deprecated. use defineClass(String,...) instead.
defineClass(String, byte[], int, int) - Method in class java.lang.ClassLoader
Helper to define a class using a string of bytes without a ProtectionDomain.
defineClass(String, byte[], int, int, ProtectionDomain) - Method in class java.lang.ClassLoader
Helper to define a class using a string of bytes.
defineClass(String, byte[], int, int, CodeSource) - Method in class java.security.SecureClassLoader
Creates a class using an array of bytes and a CodeSource.
definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
Defines a new package and creates a Package object.
definePackage(String, Manifest, URL) - Method in class java.net.URLClassLoader
Defines a Package based on the given name and the supplied manifest information.
deflate(byte[]) - Method in class java.util.zip.Deflater
Deflates the current input block to the given array.
deflate(byte[], int, int) - Method in class java.util.zip.Deflater
Deflates the current input block to the given array.
deflate() - Method in class java.util.zip.DeflaterOutputStream
Deflates everything in the def's input buffers.
DEFLATED - Static variable in class java.util.zip.Deflater
The compression method.
DEFLATED - Static variable in class java.util.zip.ZipEntry
Compression method.
DEFLATED - Static variable in class java.util.zip.ZipOutputStream
Compression method.
Deflater - Class in java.util.zip
This is the Deflater class.
Deflater() - Constructor for class java.util.zip.Deflater
Creates a new deflater with default compression level.
Deflater(int) - Constructor for class java.util.zip.Deflater
Creates a new deflater with given compression level.
Deflater(int, boolean) - Constructor for class java.util.zip.Deflater
Creates a new deflater with given compression level.
DeflaterOutputStream - Class in java.util.zip
This is a special FilterOutputStream deflating the bytes that are written through it.
DeflaterOutputStream(OutputStream) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new DeflaterOutputStream with a default Deflater and default buffer size.
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new DeflaterOutputStream with the given Deflater and default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new DeflaterOutputStream with the given Deflater and buffer size.
delete() - Method in class java.io.File
This method deletes the file represented by this object.
delete(int, int) - Method in class java.lang.StringBuffer
Delete characters from this StringBuffer.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Delete a character from this StringBuffer.
deleteEntry(String) - Method in class java.security.KeyStore
Deletes the entry for the specified entry.
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an Observer of this Observable.
deleteObservers() - Method in class java.util.Observable
Deletes all Observers of this Observable.
deleteOnExit() - Method in class java.io.File
Calling this method requests that the file represented by this object be deleted when the virtual machine exits.
deleteOwner(Principal, Principal) - Method in interface java.security.acl.Owner
This method delets an owner from the access control list (ACL).
DEREncodingException - Exception in gnu.java.security.der
 
DEREncodingException() - Constructor for exception gnu.java.security.der.DEREncodingException
 
DEREncodingException(String) - Constructor for exception gnu.java.security.der.DEREncodingException
 
DERReader - Class in gnu.java.security.provider
 
DERReader() - Constructor for class gnu.java.security.provider.DERReader
 
DERReader(byte[]) - Constructor for class gnu.java.security.provider.DERReader
 
DERWriter - Class in gnu.java.security.provider
 
DERWriter() - Constructor for class gnu.java.security.provider.DERWriter
 
desc - Variable in class java.lang.reflect.VMBinFieldRecord
 
destroy() - Method in class java.lang.Process
Kills the subprocess and all of its children forcibly.
destroy() - Method in class java.lang.Thread
Destroy this thread.
destroy() - Method in class java.lang.ThreadGroup
Destroy this ThreadGroup.
detail - Variable in exception java.io.WriteAbortedException
The detailed exception that caused this exception to be thrown
detail - Variable in exception java.rmi.activation.ActivationException
The cause of this exception.
detail - Variable in exception java.rmi.RemoteException
The cause of this exception.
detail - Variable in exception java.rmi.server.ServerCloneException
The cause of this exception.
DEVANAGARI - Static variable in class java.lang.Character.Subset
U+0900 - U+097F
DGC - Interface in java.rmi.dgc
The DGC implementation is used for the server side during the distributed garbage collection.
DGC_ID - Static variable in class java.rmi.server.ObjID
 
DGCImpl - Class in gnu.java.rmi.dgc
The DGC implementation is used for the server side during the distributed garbage collection.
DGCImpl() - Constructor for class gnu.java.rmi.dgc.DGCImpl
 
DGCImpl_Skel - Class in gnu.java.rmi.dgc
 
DGCImpl_Skel() - Constructor for class gnu.java.rmi.dgc.DGCImpl_Skel
 
DGCImpl_Stub - Class in gnu.java.rmi.dgc
 
DGCImpl_Stub() - Constructor for class gnu.java.rmi.dgc.DGCImpl_Stub
 
DGCImpl_Stub(RemoteRef) - Constructor for class gnu.java.rmi.dgc.DGCImpl_Stub
 
DHCPEnable(boolean) - Static method in class jbvm.ip2k.HWConfig
Set DHCP enable status
Dictionary - Class in java.util
A Dictionary maps keys to values; how it does that is implementation-specific.
Dictionary() - Constructor for class java.util.Dictionary
Sole constructor (often called implicitly).
digest - Variable in class java.security.DigestInputStream
The message digest for the DigestInputStream
digest - Variable in class java.security.DigestOutputStream
The message digest for the DigestOutputStream
digest() - Method in class java.security.MessageDigest
Computes the digest of the stored data.
digest(byte[], int, int) - Method in class java.security.MessageDigest
Computes the final digest of the stored bytes and returns them.
digest(byte[]) - Method in class java.security.MessageDigest
Computes a final update using the input array of bytes, then computes a final digest and returns it.
DigestException - Exception in java.security
This exception indicates that a generic message digest exception has occurred.
DigestException() - Constructor for exception java.security.DigestException
This method initializes a new DigestException with no descriptive message.
DigestException(String) - Constructor for exception java.security.DigestException
This method initializes a new instance of DigestException with a descriptive error message.
DigestInputStream - Class in java.security
DigestInputStream is a class that ties an InputStream with a MessageDigest.
DigestInputStream(InputStream, MessageDigest) - Constructor for class java.security.DigestInputStream
Constructs a new DigestInputStream.
DigestOutputStream - Class in java.security
DigestOutputStream is a class that ties an OutputStream with a MessageDigest.
DigestOutputStream(OutputStream, MessageDigest) - Constructor for class java.security.DigestOutputStream
Constructs a new DigestOutputStream.
digit(char, int) - Static method in class java.lang.Character
Converts a character into a digit of the specified radix.
dinamicFieldsIndex - Variable in class java.lang.reflect.VMBinClassRecord
 
DINGBATS - Static variable in class java.lang.Character.Subset
U+2700 - U+27BF
DIRECTION - Static variable in interface gnu.java.lang.CharData
This is the attribute table for computing the directionality class of a character, as well as a marker of characters with a multi-character capitalization.
dirty(ObjID[], long, Lease) - Method in class gnu.java.rmi.dgc.DGCImpl
Mark the given objects referecnes as used on the client side.
dirty(ObjID[], long, Lease) - Method in class gnu.java.rmi.dgc.DGCImpl_Stub
 
dirty(ObjID[], long, Lease) - Method in interface java.rmi.dgc.DGC
Mark the given objects referecnes as used on the client side.
disable() - Static method in class java.lang.Compiler
Calling Compiler.disable() will cause the compiler to be suspended.
discardConnection(UnicastConnection) - Method in class gnu.java.rmi.server.UnicastConnectionManager
Discard a connection when we're done with it - maybe it can be recycled.
disconnect() - Method in class gnu.java.net.protocol.http.HttpURLConnection
Disconnects from the remote server
disconnect() - Method in class java.net.DatagramSocket
This method disconnects this socket from the addr/port it was connected to.
disconnect() - Method in class java.net.HttpURLConnection
Closes the connection to the server.
dispatch(Remote, RemoteCall, int, long) - Method in class gnu.java.rmi.dgc.DGCImpl_Skel
 
dispatch(Remote, RemoteCall, int, long) - Method in class gnu.java.rmi.registry.RegistryImpl_Skel
 
dispatch(UnicastConnection) - Static method in class gnu.java.rmi.server.UnicastServer
 
dispatch(Remote, RemoteCall, int, long) - Method in interface java.rmi.server.Skeleton
Deprecated.  
divide(int[], int, int[], int) - Static method in class gnu.java.math.MPN
Divide zds[0:nx] by y[0:ny-1].
divide(BigDecimal, int) - Method in class java.math.BigDecimal
 
divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
 
divide(BigInteger) - Method in class java.math.BigInteger
 
divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
 
divmod_1(int[], int[], int, int) - Static method in class gnu.java.math.MPN
Divide divident[0:len-1] by (unsigned int)divisor.
doACMD41() - Static method in class jbvm.ip2k.SDCardIO
 
doCMD0() - Static method in class jbvm.ip2k.SDCardIO
 
doCMD10(Object, int) - Static method in class jbvm.ip2k.SDCardIO
 
doCMD17(int, Object, int) - Static method in class jbvm.ip2k.SDCardIO
 
doCMD24(int, Object, int) - Static method in class jbvm.ip2k.SDCardIO
 
doCMD55() - Static method in class jbvm.ip2k.SDCardIO
 
doCMD58(Object) - Static method in class jbvm.ip2k.SDCardIO
 
doCMD9(Object, int) - Static method in class jbvm.ip2k.SDCardIO
 
doInit() - Static method in class jbvm.ip2k.SDCardIO
Initialize SD card
doInput - Variable in class java.net.URLConnection
Indicates whether or not input can be read from this URL
DomainCombiner - Interface in java.security
A public interface used to combine two ProtectionDomains in a new ProtectionDomain and update the current Protection Domains associated with the current AccessControllerContext.
done(RemoteCall) - Method in class gnu.java.rmi.server.UnicastRef
Deprecated.  
done() - Method in class gnu.java.rmi.server.UnicastRemoteCall
 
done() - Method in interface java.rmi.server.RemoteCall
Deprecated.  
done(RemoteCall) - Method in interface java.rmi.server.RemoteRef
Deprecated. use RemoteRef.invoke(Remote, Method, Object[], long) instead.
DONE - Static variable in class java.text.BreakIterator
This value is returned by the next() and previous in order to indicate that the end of the text has been reached.
DONE - Static variable in interface java.text.CharacterIterator
This is a special constant value that is returned when the beginning or end of the character range has been reached.
doOutput - Variable in class java.net.URLConnection
Indicates whether or not output can be sent to this URL
doPrivileged(PrivilegedAction) - Static method in class java.security.AccessController
Calls the run() method of the given action with as (initial) access control context only the protection domain of the calling class.
doPrivileged(PrivilegedAction, AccessControlContext) - Static method in class java.security.AccessController
Calls the run() method of the given action with as (initial) access control context the given context combined with the protection domain of the calling class.
doPrivileged(PrivilegedExceptionAction) - Static method in class java.security.AccessController
Calls the run() method of the given action with as (initial) access control context only the protection domain of the calling class.
doPrivileged(PrivilegedExceptionAction, AccessControlContext) - Static method in class java.security.AccessController
Calls the 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 - Class in java.lang
Instances of class Double represent primitive double values.
Double(double) - Constructor for class java.lang.Double
Create a Double from the primitive double specified.
Double(String) - Constructor for class java.lang.Double
Create a Double from the specified String.
DoubleEnumeration - Class in gnu.java.util
This is a helper class that combines two Enumerations.
DoubleEnumeration(Enumeration, Enumeration) - Constructor for class gnu.java.util.DoubleEnumeration
Creates a new Enumeration combining the given two enumerations.
doubleToLongBits(double) - Static method in class java.lang.Double
Return the long bits of the specified double.
doubleToRawLongBits(double) - Static method in class java.lang.Double
Return the long bits of the specified double.
doubleValue() - Method in class java.lang.Byte
Return the value of this Byte as a double.
doubleValue() - Method in class java.lang.Double
Return the primitive double value represented by this Double.
doubleValue() - Method in class java.lang.Float
Return the primitive double value represented by this Double.
doubleValue() - Method in class java.lang.Integer
Return the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Return the value of this Long as a double.
doubleValue() - Method in class java.lang.Number
Return the value of this Number as a float.
doubleValue() - Method in class java.lang.Short
Return the value of this Short as a double.
doubleValue() - Method in class java.math.BigDecimal
 
doubleValue() - Method in class java.math.BigInteger
 
drain() - Method in class java.io.ObjectOutputStream
Causes the block-data buffer to be written to the underlying stream, but does not flush underlying stream.
DSAKey - Interface in java.security.interfaces
This interface is implemented by a class to return the parameters of a Digital Signature Algorithm (DSA) public or private key.
DSAKeyPairGenerator - Class in gnu.java.security.provider
 
DSAKeyPairGenerator - Interface in java.security.interfaces
This interface contains methods for intializing a Digital Signature Algorithm key generation engine.
DSAParameterGenerator - Class in gnu.java.security.provider
 
DSAParameterGenerator() - Constructor for class gnu.java.security.provider.DSAParameterGenerator
 
DSAParameters - Class in gnu.java.security.provider
 
DSAParameters() - Constructor for class gnu.java.security.provider.DSAParameters
 
DSAParameterSpec - Class in java.security.spec
DSA Parameter class Specification.
DSAParameterSpec(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAParameterSpec
Constructs a new DSAParameterSpec with the specified p, q, and g.
DSAParams - Interface in java.security.interfaces
This interface allows the Digital Signature Algorithm (DSA) parameters to be queried.
DSAPrivateKey - Interface in java.security.interfaces
This interface models a Digital Signature Algorithm (DSA) private key
DSAPrivateKeySpec - Class in java.security.spec
DSA Private Key class Specification.
DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPrivateKeySpec
Constructs a new DSAPrivateKeySpec with the specified x, p, q, and g.
DSAPublicKey - Interface in java.security.interfaces
This interface models a Digital Signature Algorithm (DSA) public key
DSAPublicKeySpec - Class in java.security.spec
DSA Public Key class Specification.
DSAPublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPublicKeySpec
Constructs a new DSAPublicKeySpec with the specified y, p, q, and g.
DSASignature - Class in gnu.java.security.provider
 
DSASignature() - Constructor for class gnu.java.security.provider.DSASignature
 
DST_OFFSET - Static variable in class java.util.Calendar
Constant representing the daylight saving time offset in milliseconds.
dump(UnicastConnection) - Method in class gnu.java.rmi.server.UnicastRef
 
dumpStack() - Static method in class java.lang.Thread
Print a stack trace of the current thread to stderr using the same format as Throwable's printStackTrace() method.

E

E - Static variable in class java.lang.Math
The mathematical constant e.
elementAt(int) - Method in class java.util.Vector
Returns the Object stored at index.
elementCount - Variable in class java.util.Vector
The number of elements currently in the vector, also returned by Vector.size().
elementData - Variable in class java.util.Vector
The internal array used to hold members of a Vector.
elements() - Method in class gnu.java.security.DefaultPermissionCollection
Returns all the elements in this collection.
elements() - Method in class java.security.PermissionCollection
This method returns an Enumeration of all the objects in this collection.
elements() - Method in class java.security.Permissions
This method returns an Enumeration which contains a list of all Permission objects contained in this collection.
elements() - Method in class java.util.Dictionary
Returns an Enumeration of the values in this Dictionary.
elements() - Method in class java.util.Hashtable
Return an enumeration of the values of this table.
elements() - Method in class java.util.Vector
Returns an Enumeration of the elements of this Vector.
empty() - Method in class java.util.Stack
Tests if the stack is empty.
EMPTY_LIST - Static variable in class java.util.Collections
An immutable, serializable, empty List, which implements RandomAccess.
EMPTY_MAP - Static variable in class java.util.Collections
An immutable, serializable, empty Map.
EMPTY_SET - Static variable in class java.util.Collections
An immutable, serializable, empty Set.
EmptyEnumeration - Class in gnu.java.util
This is a helper class that produces an empty Enumerations.
EmptyStackException - Exception in java.util
This exception is thrown by the Stack class when an attempt is made to pop or otherwise access elements from an empty stack.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs an EmptyStackException with no detail message.
enable() - Static method in class java.lang.Compiler
Calling Compiler.enable() will cause the compiler to resume operation if it was previously disabled.
enableReplaceObject(boolean) - Method in class java.io.ObjectOutputStream
If enable is true and this object is trusted, then replaceObject (Object) will be called in subsequent calls to writeObject (Object).
enableResolveObject(boolean) - Method in class java.io.ObjectInputStream
If enable is true and this object is trusted, then resolveObject (Object) will be called in subsequent calls to readObject (Object).
ENCLOSED_ALPHANUMERICS - Static variable in class java.lang.Character.Subset
U+2460 - U+24FF
ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class java.lang.Character.Subset
U+3200 - U+32FF
ENCLOSING_MARK - Static variable in class java.lang.Character
Me = Mark, Enclosing (Normative)
encode(String) - Static method in class java.net.URLEncoder
Deprecated.  
encode(String, String) - Static method in class java.net.URLEncoder
This method translates the passed in string into x-www-form-urlencoded format using the character encoding to hex-encode the unsafe characters.
encode(OutputStream) - Method in interface java.security.Certificate
Deprecated. This method writes the certificate to an OutputStream in a format that can be understood by the decode method.
EncodedKeySpec - Class in java.security.spec
Encoded Key Specification class which is used to store byte encoded keys.
EncodedKeySpec(byte[]) - Constructor for class java.security.spec.EncodedKeySpec
Constructs a new EncodedKeySpec with the specified encoded key.
Encoder - Class in gnu.java.io.encode
This class is the base class for encoding characters into bytes.
Encoder(OutputStream) - Constructor for class gnu.java.io.encode.Encoder
This method initializes a new Encoder to write to the specified OutputStream.
Encoder8859_1 - Class in gnu.java.io.encode
This class encode Unicode chars in ISO-8859-1 (Latin-1) format.
Encoder8859_1(OutputStream) - Constructor for class gnu.java.io.encode.Encoder8859_1
 
Encoder8859_2 - Class in gnu.java.io.encode
This class decodes bytes in ISO-8859-2 (Latin-2) format to Unicode.
Encoder8859_2(OutputStream) - Constructor for class gnu.java.io.encode.Encoder8859_2
 
Encoder8859_3 - Class in gnu.java.io.encode
This class decodes bytes in ISO-8859-3 (Latin-3) format to Unicode.
Encoder8859_3(OutputStream) - Constructor for class gnu.java.io.encode.Encoder8859_3
 
Encoder8859_4 - Class in gnu.java.io.encode
This class decodes bytes in ISO-8859-3 (Latin-4) format to Unicode.
Encoder8859_4(OutputStream) - Constructor for class gnu.java.io.encode.Encoder8859_4
 
Encoder8859_5 - Class in gnu.java.io.encode
This class decodes bytes in ISO-8859-3 (Latin-3) format to Unicode.
Encoder8859_5(OutputStream) - Constructor for class gnu.java.io.encode.Encoder8859_5
 
EncoderEightBitLookup - Class in gnu.java.io.encode
Numerous character encodings utilize only eight bits.
EncoderEightBitLookup(OutputStream) - Constructor for class gnu.java.io.encode.EncoderEightBitLookup
 
EncoderUTF8 - Class in gnu.java.io.encode
This class implements an encoder for the UCS Transformation Format 8 (UTF-8) encoding scheme.
EncoderUTF8(OutputStream) - Constructor for class gnu.java.io.encode.EncoderUTF8
 
EncodingManager - Class in gnu.java.io
This class is used to create new instances of Decoders for a specified encoding scheme.
EncodingManager() - Constructor for class gnu.java.io.EncodingManager
 
end() - Method in class java.util.zip.Deflater
Deprecated. Just clear all references to deflater instead.
end() - Method in class java.util.zip.Inflater
Deprecated. Just clear all references to inflater instead.
END_PUNCTUATION - Static variable in class java.lang.Character
Pe = Punctuation, Close (Informative)
endsWith(String) - Method in class java.lang.String
Predicate which determines if this String ends with a given suffix.
engineAliases() - Method in class java.security.KeyStoreSpi
Generates a list of all the aliases in the keystore.
engineContainsAlias(String) - Method in class java.security.KeyStoreSpi
Determines if the keystore contains the specified alias.
engineDeleteEntry(String) - Method in class java.security.KeyStoreSpi
Deletes the entry for the specified entry.
engineDigest() - Method in class gnu.java.security.provider.MD5
 
engineDigest() - Method in class gnu.java.security.provider.SHA
 
engineDigest() - Method in class java.security.MessageDigestSpi
Computes the final digest of the stored bytes and returns them.
engineDigest(byte[], int, int) - Method in class java.security.MessageDigestSpi
Computes the final digest of the stored bytes and returns them.
engineGenerateCertificate(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a Certificate based on the encoded data read from the InputStream.
engineGenerateCertificates(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Returns a collection of certificates that were read from the input stream.
engineGenerateCRL(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a CRL based on the encoded data read from the InputStream.
engineGenerateCRLs(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates CRLs based on the encoded data read from the InputStream.
engineGenerateParameters() - Method in class gnu.java.security.provider.DSAParameterGenerator
 
engineGenerateParameters() - Method in class java.security.AlgorithmParameterGeneratorSpi
Generate a new set of AlgorithmParameters.
engineGeneratePrivate(KeySpec) - Method in class java.security.KeyFactorySpi
Generates a private key from the provided key specification.
engineGeneratePublic(KeySpec) - Method in class java.security.KeyFactorySpi
Generates a public key from the provided key specification.
engineGenerateSeed(int) - Method in class gnu.java.security.provider.SHA1PRNG
 
engineGenerateSeed(int) - Method in class java.security.SecureRandomSpi
Gets a user specified number of bytes specified by the parameter.
engineGetCertificate(String) - Method in class java.security.KeyStoreSpi
Gets a Certificate for the specified alias.
engineGetCertificateAlias(Certificate) - Method in class java.security.KeyStoreSpi
Determines if the keystore contains the specified certificate entry and returns the alias.
engineGetCertificateChain(String) - Method in class java.security.KeyStoreSpi
Gets a Certificate chain for the specified alias.
engineGetCreationDate(String) - Method in class java.security.KeyStoreSpi
Gets entry creation date for the specified alias.
engineGetDigestLength() - Method in class gnu.java.security.provider.MD5
 
engineGetDigestLength() - Method in class gnu.java.security.provider.SHA
 
engineGetDigestLength() - Method in class java.security.MessageDigestSpi
Returns the length of the digest.
engineGetEncoded() - Method in class gnu.java.security.provider.DSAParameters
 
engineGetEncoded(String) - Method in class gnu.java.security.provider.DSAParameters
 
engineGetEncoded() - Method in class java.security.AlgorithmParametersSpi
Returns the parameters in the default encoding format.
engineGetEncoded(String) - Method in class java.security.AlgorithmParametersSpi
Returns the parameters in the specified encoding format.
engineGetKey(String, char[]) - Method in class java.security.KeyStoreSpi
Returns the key associated with given alias using the supplied password.
engineGetKeySpec(Key, Class) - Method in class java.security.KeyFactorySpi
Returns a key specification for the given key. keySpec identifies the specification class to return the key material in.
engineGetParameter(String) - Method in class gnu.java.security.provider.DSASignature
 
engineGetParameter(String) - Method in class java.security.SignatureSpi
Deprecated. use the other getParameter
engineGetParameterSpec(Class) - Method in class gnu.java.security.provider.DSAParameters
 
engineGetParameterSpec(Class) - Method in class java.security.AlgorithmParametersSpi
Returns a specification of this AlgorithmParameters object.
engineInit(int, SecureRandom) - Method in class gnu.java.security.provider.DSAParameterGenerator
 
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class gnu.java.security.provider.DSAParameterGenerator
 
engineInit(AlgorithmParameterSpec) - Method in class gnu.java.security.provider.DSAParameters
 
engineInit(byte[]) - Method in class gnu.java.security.provider.DSAParameters
 
engineInit(byte[], String) - Method in class gnu.java.security.provider.DSAParameters
 
engineInit(int, SecureRandom) - Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes the parameter generator with the specified size and SecureRandom
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes the parameter generator with the specified AlgorithmParameterSpec and SecureRandom classes.
engineInit(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParametersSpi
Initializes the engine with the specified AlgorithmParameterSpec class.
engineInit(byte[]) - Method in class java.security.AlgorithmParametersSpi
Initializes the engine with the specified parameters stored in the byte array and decodes them according to the ASN.1 specification.
engineInit(byte[], String) - Method in class java.security.AlgorithmParametersSpi
Initializes the engine with the specified parameters stored in the byte array and decodes them according to the specified decoding specification.
engineInitSign(PrivateKey) - Method in class gnu.java.security.provider.DSASignature
 
engineInitSign(PrivateKey, SecureRandom) - Method in class gnu.java.security.provider.DSASignature
 
engineInitSign(PrivateKey) - Method in class java.security.SignatureSpi
Initializes this class with the private key for signing purposes.
engineInitSign(PrivateKey, SecureRandom) - Method in class java.security.SignatureSpi
Initializes this class with the private key and source of randomness for signing purposes.
engineInitVerify(PublicKey) - Method in class gnu.java.security.provider.DSASignature
 
engineInitVerify(PublicKey) - Method in class java.security.SignatureSpi
Initializes this class with the public key for verification purposes.
engineIsCertificateEntry(String) - Method in class java.security.KeyStoreSpi
Determines if the keystore contains a certificate entry for the specified alias.
engineIsKeyEntry(String) - Method in class java.security.KeyStoreSpi
Determines if the keystore contains a key entry for the specified alias.
engineLoad(InputStream, char[]) - Method in class java.security.KeyStoreSpi
Loads the keystore from the specified input stream and it uses the specified password to check for integrity if supplied.
engineNextBytes(byte[]) - Method in class gnu.java.security.provider.SHA1PRNG
 
engineNextBytes(byte[]) - Method in class java.security.SecureRandomSpi
Gets a user specified number of bytes depending on the length of the array?
engineReset() - Method in class gnu.java.security.provider.MD5
 
engineReset() - Method in class gnu.java.security.provider.SHA
 
engineReset() - Method in class java.security.MessageDigestSpi
Resets the digest engine.
engineSetCertificateEntry(String, Certificate) - Method in class java.security.KeyStoreSpi
Assign the certificate to the alias in the keystore.
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assign the key to the alias in the keystore, protecting it with the given password.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assign the key to the alias in the keystore.
engineSetParameter(String, Object) - Method in class gnu.java.security.provider.DSASignature
 
engineSetParameter(AlgorithmParameterSpec) - Method in class gnu.java.security.provider.DSASignature
 
engineSetParameter(String, Object) - Method in class java.security.SignatureSpi
Deprecated. use the other setParameter
engineSetParameter(AlgorithmParameterSpec) - Method in class java.security.SignatureSpi
Sets the signature engine with the specified AlgorithmParameterSpec; This cannot be abstract backward compatibility reasons By default this always throws UnsupportedOperationException if not overridden;
engineSetSeed(byte[]) - Method in class gnu.java.security.provider.SHA1PRNG
 
engineSetSeed(byte[]) - Method in class java.security.SecureRandomSpi
Updates the seed for SecureRandomSpi but does not reset seed.
engineSign() - Method in class gnu.java.security.provider.DSASignature
 
engineSign(byte[], int, int) - Method in class gnu.java.security.provider.DSASignature
 
engineSign() - Method in class java.security.SignatureSpi
Returns the signature bytes of all the data fed to this class.
engineSign(byte[], int, int) - Method in class java.security.SignatureSpi
Generates signature bytes of all the data fed to this class and outputs it to the passed array.
engineSize() - Method in class java.security.KeyStoreSpi
Returns the number of entries in the keystore.
engineStore(OutputStream, char[]) - Method in class java.security.KeyStoreSpi
Stores the keystore in the specified output stream and it uses the specified key it keep it secure.
engineToString() - Method in class gnu.java.security.provider.DSAParameters
 
engineToString() - Method in class java.security.AlgorithmParametersSpi
Returns a string describing the parameters in the AlgorithmParametersSpi class.
engineTranslateKey(Key) - Method in class java.security.KeyFactorySpi
Translates the key from an unknown or untrusted provider into a key for this key factory.
engineUpdate(byte) - Method in class gnu.java.security.provider.DSASignature
 
engineUpdate(byte[], int, int) - Method in class gnu.java.security.provider.DSASignature
 
engineUpdate(byte) - Method in class gnu.java.security.provider.MD5
 
engineUpdate(byte[], int, int) - Method in class gnu.java.security.provider.MD5
 
engineUpdate(byte) - Method in class gnu.java.security.provider.SHA
 
engineUpdate(byte[], int, int) - Method in class gnu.java.security.provider.SHA
 
engineUpdate(byte) - Method in class java.security.MessageDigestSpi
Updates the digest with the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.MessageDigestSpi
Updates the digest with the specified bytes starting with the offset and proceeding for the specified length.
engineUpdate(byte) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified with the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified with the specified bytes.
engineVerify(byte[]) - Method in class gnu.java.security.provider.DSASignature
 
engineVerify(byte[]) - Method in class java.security.SignatureSpi
Verifies the passed signature.
ENGLISH - Static variable in class java.util.Locale
Locale which represents the English language.
enqueue() - Method in class java.lang.ref.Reference
Enqueue an object on a reference queue.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Increase the capacity of this StringBuffer.
ensureCapacity(int) - Method in class java.util.ArrayList
Guarantees that this list will have at least enough capacity to hold minCapacity elements.
ensureCapacity(int) - Method in class java.util.Vector
Ensures that minCapacity elements can fit within this Vector.
entries() - Method in interface java.security.acl.Acl
This method returns a list of all the entries in the ACL as an Enumeration.
entries() - Method in class java.util.jar.JarFile
Returns a enumeration of all the entries in the JarFile.
entries() - Method in class java.util.zip.ZipFile
Returns an enumeration of all Zip entries in this Zip file.
entrySet() - Method in class java.util.AbstractMap
Returns a set view of the mappings in this Map.
entrySet() - Method in class java.util.HashMap
Returns a "set view" of this HashMap's entries.
entrySet() - Method in class java.util.Hashtable
Returns a "set view" of this Hashtable's entries.
entrySet() - Method in class java.util.IdentityHashMap
Returns a "set view" of this Map's entries.
entrySet() - Method in class java.util.jar.Attributes
Gives a Set of attribute name and values pairs as MapEntries.
entrySet() - Method in interface java.util.Map
Returns a set view of the mappings in this Map.
entrySet() - Method in class java.util.TreeMap
Returns a "set view" of this TreeMap's entries.
entrySet() - Method in class java.util.WeakHashMap
Returns a set representation of the entries in this map.
enumerate(Thread[]) - Static method in class java.lang.Thread
Copy every active thread in the current Thread's ThreadGroup into the array.
enumerate(Thread[]) - Method in class java.lang.ThreadGroup
Copy all of the active Threads from this ThreadGroup and its descendants into the specified array.
enumerate(Thread[], boolean) - Method in class java.lang.ThreadGroup
Copy all of the active Threads from this ThreadGroup and, if desired, from its descendants, into the specified array.
enumerate(ThreadGroup[]) - Method in class java.lang.ThreadGroup
Copy all active ThreadGroups that are descendants of this ThreadGroup into the specified array.
enumerate(ThreadGroup[], boolean) - Method in class java.lang.ThreadGroup
Copy all active ThreadGroups that are children of this ThreadGroup into the specified array, and if desired, also copy all active descendants into the array.
enumeration(Collection) - Static method in class java.util.Collections
Returns an Enumeration over a collection.
Enumeration - Interface in java.util
Interface for lists of objects that can be returned in sequence.
eof - Variable in exception java.io.OptionalDataException
Whether or not the end of the stream has been reached
EOFException - Exception in java.io
This exception is thrown when the end of the file or stream was encountered unexpectedly.
EOFException() - Constructor for exception java.io.EOFException
Create a new EOFException without a descriptive error message
EOFException(String) - Constructor for exception java.io.EOFException
Create a new EOFException with a descriptive error message String
eolIsSignificant(boolean) - Method in class java.io.StreamTokenizer
This method sets a flag that indicates whether or not the end of line sequence terminates and is a token.
eos - Variable in class java.util.zip.GZIPInputStream
Indicates whether or not the end of the stream has been reached.
equals(Object) - Method in class gnu.java.io.ObjectIdentityWrapper
Uses the == operator to test for equality between the object wrapped by this ObjectIdentityWrapper and the object wrapped by the ObjectIdentityWrapper o.
equals(Object) - Method in class java.io.File
This method tests two File objects for equality by comparing the path of the specified File against the path of this object.
equals(Object) - Method in class java.io.FilePermission
Check two FilePermissions for semantic equality.
equals(Object) - Method in class java.lang.Boolean
If the obj is an instance of Boolean and has the same primitive value as this object then true is returned.
equals(Object) - Method in class java.lang.Byte
Returns true if obj is an instance of Byte and represents the same byte value.
equals(Object) - Method in class java.lang.Character
Determines if an object is equal to this object.
equals(Object) - Method in class java.lang.Double
If the Object is not null, is an instanceof Double, and represents the same primitive double value return true.
equals(Object) - Method in class java.lang.Float
If the Object is not null, is an instanceof Float, and represents the same primitive float value return true.
equals(Object) - Method in class java.lang.Integer
Returns true if obj is an instance of Integer and represents the same int value.
equals(Object) - Method in class java.lang.Long
If the Object is not null, is an instanceof Long, and represents the same primitive long value return true.
equals(Object) - Method in class java.lang.Object
Determine whether this Object is semantically equal to another Object.
equals(Object) - Method in class java.lang.reflect.Constructor
Compare two objects to see if they are semantically equivalent.
equals(Object) - Method in class java.lang.reflect.Field
Compare two objects to see if they are semantically equivalent.
equals(Object) - Method in class java.lang.reflect.Method
Compare two objects to see if they are semantically equivalent.
equals(Object) - Method in class java.lang.Short
If the Object is not null, is an instanceof Short, and represents the same primitive short value return true.
equals(Object) - Method in class java.lang.StackTraceElement
Returns true if the specified object is another StackTraceElement instance representing the same execution point as this instance.
equals(Object) - Method in class java.lang.String
Predicate which compares anObject to this.
equals(Object) - Method in class java.math.BigDecimal
 
equals(Object) - Method in class java.math.BigInteger
 
equals(Object) - Method in class java.net.InetAddress
Tests this address for equality against another InetAddress.
equals(Object) - Method in class java.net.InetSocketAddress
Test if obj is a InetSocketAddress and has the same address and port
equals(Object) - Method in class java.net.SocketPermission
Tests this object for equality against another.
equals(Object) - Method in class java.net.URI
Compares the URI with a given object
equals(Object) - Method in class java.net.URL
Test another URL for equality with this one.
equals(URL, URL) - Method in class java.net.URLStreamHandler
Provides the default equals calculation.
equals(Object) - Method in class java.rmi.activation.ActivationDesc
 
equals(Object) - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
 
equals(Object) - Method in class java.rmi.activation.ActivationGroupDesc
 
equals(Object) - Method in class java.rmi.activation.ActivationGroupID
 
equals(Object) - Method in class java.rmi.activation.ActivationID
 
equals(Object) - Method in class java.rmi.dgc.VMID
 
equals(Object) - Method in class java.rmi.MarshalledObject
Checks if the given object is equal to this marshalled object.
equals(Object) - Method in class java.rmi.server.ObjID
 
equals(Object) - Method in class java.rmi.server.RemoteObject
 
equals(Object) - Method in class java.rmi.server.UID
 
equals(Object) - Method in class java.security.AccessControlContext
Checks if two AccessControlContexts are equal.
equals(Object) - Method in interface java.security.acl.Permission
This method tests whether or not a specified Permission (passed as an Object) is the same as this permission.
equals(Object) - Method in class java.security.AllPermission
This method tests this class for equality against another Object.
equals(Object) - Method in class java.security.BasicPermission
This method tests to see if this object is equal to the specified Object.
equals(Object) - Method in class java.security.cert.Certificate
Compares this Certificate to other.
equals(Object) - Method in class java.security.cert.X509CRL
Compares this X509CRL to other.
equals(Object) - Method in class java.security.cert.X509CRLEntry
Compares this X509CRLEntry to other.
equals(Object) - Method in class java.security.CodeSource
This method tests the specified Object for equality with this object.
equals(Object) - Method in class java.security.Identity
Deprecated. Checks for equality between this Identity and the specified object.
equals(Object) - Method in class java.security.Permission
Check to see if this object equals OBJ.
equals(Object) - Method in interface java.security.Principal
This method tests another Principal object for equality with this one.
equals(Object) - Method in class java.security.UnresolvedPermission
This method tests this permission for equality against the specified Object.
equals(Object) - Method in class java.text.AttributedCharacterIterator.Attribute
This method tests this object for equality against the specified object.
equals(Object) - Method in class java.text.ChoiceFormat
This method tests this object for equality with the specified object.
equals(Object) - Method in class java.text.CollationKey
This method tests the specified Object for equality with this object.
equals(Object) - Method in class java.text.Collator
This method tests the specified object for equality against this object.
equals(String, String) - Method in class java.text.Collator
This method tests whether the specified String's are equal according to the collation rules for the locale of this object and the current strength and decomposition settings.
equals(Object) - Method in class java.text.DateFormat
This method tests this object for equality against the specified object.
equals(Object) - Method in class java.text.DateFormatSymbols
This method tests a specified object for equality against this object.
equals(Object) - Method in class java.text.DecimalFormat
 
equals(Object) - Method in class java.text.DecimalFormatSymbols
This method this this object for equality against the specified object.
equals(Object) - Method in class java.text.FieldPosition
This method tests this object for equality against the specified object.
equals(Object) - Method in class java.text.MessageFormat
Overrides Format.equals(Object obj)
equals(Object) - Method in class java.text.NumberFormat
This method tests the specified object for equality against this object.
equals(Object) - Method in class java.text.ParsePosition
This method tests the specified object for equality with this object.
equals(Object) - Method in class java.text.RuleBasedCollator
This method tests this object for equality against the specified object.
equals(Object) - Method in class java.text.SimpleDateFormat
This methods tests whether the specified object is equal to this object.
equals(Object) - Method in class java.text.StringCharacterIterator
This method tests this object for equality againt the specified object.
equals(Object) - Method in class java.util.AbstractList
Test whether this list is equal to another object.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.AbstractSet
Tests whether the given object is equal to this Set.
equals(boolean[], boolean[]) - Static method in class java.util.Arrays
Compare two boolean arrays for equality.
equals(byte[], byte[]) - Static method in class java.util.Arrays
Compare two byte arrays for equality.
equals(char[], char[]) - Static method in class java.util.Arrays
Compare two char arrays for equality.
equals(short[], short[]) - Static method in class java.util.Arrays
Compare two short arrays for equality.
equals(int[], int[]) - Static method in class java.util.Arrays
Compare two int arrays for equality.
equals(long[], long[]) - Static method in class java.util.Arrays
Compare two long arrays for equality.
equals(float[], float[]) - Static method in class java.util.Arrays
Compare two float arrays for equality.
equals(double[], double[]) - Static method in class java.util.Arrays
Compare two double arrays for equality.
equals(Object[], Object[]) - Static method in class java.util.Arrays
Compare two Object arrays for equality.
equals(Object) - Method in class java.util.BitSet
Returns true if the obj is a bit set that contains exactly the same elements as this bit set, otherwise false.
equals(Object) - Method in class java.util.Calendar
Compares the given calendar with this.
equals(Object) - Method in interface java.util.Collection
Test whether this collection is equal to some object.
equals(Object) - Method in interface java.util.Comparator
Return true if the object is equal to this object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.GregorianCalendar
Compares the given calender with this.
equals(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable equals the supplied Object o.
equals(Object) - Method in class java.util.IdentityHashMap
Compares two maps for equality.
equals(Object) - Method in class java.util.jar.Attributes
Checks to see if two Attributes are equal.
equals(Object) - Method in class java.util.jar.Attributes.Name
Checks if another object is equal to this Name object.
equals(Object) - Method in class java.util.jar.Manifest
Checks if another object is equal to this Manifest object.
equals(Object) - Method in interface java.util.List
Test whether this list is equal to another object.
equals(Object) - Method in class java.util.Locale
Compares two locales.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object with this entry.
equals(Object) - Method in interface java.util.Map
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.PropertyPermission
Check to see whether this object is the same as another PropertyPermission object.
equals(Object) - Method in interface java.util.Set
Compares the specified object to this for equality.
equals(Object) - Method in class java.util.SimpleTimeZone
 
equals(Object) - Method in class java.util.Vector
Compares this to the given object.
equalsArray(Object[], Object[]) - Static method in class gnu.java.lang.ArrayHelper
 
equalsIgnoreCase(String) - Method in class java.lang.String
Compares a String to this String, ignoring case.
ERA - Static variable in class java.util.Calendar
Constant representing the era time field.
ERA_FIELD - Static variable in class java.text.DateFormat
 
err - Static variable in class java.io.FileDescriptor
This is a FileDescriptor object representing the standard error stream.
err - Static variable in class java.lang.System
The standard error PrintStream.
Error - Error in java.lang
Applications should not try to catch errors since they indicate abnormal conditions.
Error() - Constructor for error java.lang.Error
Create an error without a message.
Error(String) - Constructor for error java.lang.Error
Create an error with a message.
Error(String, Throwable) - Constructor for error java.lang.Error
Create an error with a message and a cause.
Error(Throwable) - Constructor for error java.lang.Error
Create an error with a given cause, and a message of 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.

F

F0 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
Public Exponent F0 = 3
F4 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
Public Exponent F4 = 3
failure(Exception) - Method in interface java.rmi.server.RMIFailureHandler
 
FALSE - Static variable in class java.lang.Boolean
This field is a Boolean object representing the primitive value false.
fd - Variable in class java.net.DatagramSocketImpl
The FileDescriptor object for this object.
fd - Variable in class java.net.SocketImpl
A FileDescriptor object representing this socket connection.
FEBRUARY - Static variable in class java.util.Calendar
Constant representing February.
Field - Class in java.lang.reflect
The Field class represents a member variable of a class.
FIELD_COUNT - Static variable in class java.util.Calendar
Number of time fields.
FieldPosition - Class in java.text
This class is used by the java.text formatting classes to track field positions.
FieldPosition(int) - Constructor for class java.text.FieldPosition
This method initializes a new instance of FieldPosition to have the specified field id.
fields - Variable in class java.util.Calendar
The time fields.
FieldsAttrOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
FieldsAttrSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
FieldsnameOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
FieldsnameSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
FieldsTypOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
FieldsTypSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
File - Class in java.io
This class represents a file or directory on a local disk.
File(File, String) - Constructor for class java.io.File
This method initializes a new File object to represent a file in the specified directory.
File(String, String) - Constructor for class java.io.File
This method initializes a new File object to represent a file in the specified named directory.
File(String) - Constructor for class java.io.File
This method initializes a new File object to represent a file with the specified path.
FileBasedFactory - Class in gnu.java.util.prefs
Default Classpath implementation of a PreferencesFactory.
FileBasedFactory() - Constructor for class gnu.java.util.prefs.FileBasedFactory
 
FileDescriptor - Class in java.io
This class represents an opaque file handle as a Java class.
FileDescriptor() - Constructor for class java.io.FileDescriptor
This method is used to initialize an invalid FileDescriptor object.
FileFilter - Interface in java.io
This interface has one method which is used for filtering pathnames returned in a pathname listing.
FileInputStream - Class in java.io
This class is a stream that reads its bytes from a file.
FileInputStream(String) - Constructor for class java.io.FileInputStream
This method initializes a FileInputStream to read from the specified named file.
FileInputStream(File) - Constructor for class java.io.FileInputStream
This method initializes a FileInputStream to read from the specified File object.
FileInputStream(FileDescriptor) - Constructor for class java.io.FileInputStream
This method initializes a FileInputStream to read from the specified FileDescriptor object.
FilenameFilter - Interface in java.io
This interface has one method which is used for filtering filenames returned in a directory listing.
FileNameMap - Interface in java.net
This interface has one method which, when passed a filename, returns the MIME type associated with that filename.
FileNotFoundException - Exception in java.io
This exception is thrown when an attempt is made to access a file that does not exist.
FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
Create a new FileNotFoundException without a descriptive error message
FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
Create a new FileNotFoundException with a descriptive error message String
FileOutputStream - Class in java.io
This classes allows a stream of data to be written to a disk file or any open FileDescriptor.
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
This method initializes a FileOutputStream object to write to the named file.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
This method initializes a FileOutputStream object to write to the specified File object.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
This method initializes a FileOutputStream object to write to the named file.
FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
This method initializes a FileOutputStream object to write to the named file.
FileOutputStream(FileDescriptor) - Constructor for class java.io.FileOutputStream
This method initializes a FileOutputStream object to write to the file represented by the specified FileDescriptor object.
FilePermission - Class in java.io
 
FilePermission(String, String) - Constructor for class java.io.FilePermission
Create a new FilePermission.
FileReader - Class in java.io
This class provides a convenient way to set up a Reader to read from a file.
FileReader(File) - Constructor for class java.io.FileReader
This method initializes a FileReader instance to read from the specified File object.
FileReader(FileDescriptor) - Constructor for class java.io.FileReader
This method initializes a FileReader instance to read from this specified FileDescriptor object.
FileReader(String) - Constructor for class java.io.FileReader
This method initializes a FileReader instance to read from the specified named file.
FileURLConnection - Class in gnu.java.net.protocol.file
This subclass of java.net.URLConnection models a URLConnection via the "file" protocol.
FileURLConnection(URL) - Constructor for class gnu.java.net.protocol.file.FileURLConnection
Calls superclass constructor to initialize
FileWriter - Class in java.io
This is a convenience class for writing to files.
FileWriter(File) - Constructor for class java.io.FileWriter
This method initializes a new FileWriter object to write to the specified File object.
FileWriter(FileDescriptor) - Constructor for class java.io.FileWriter
This method initializes a new FileWriter object to write to the specified FileDescriptor object.
FileWriter(String) - Constructor for class java.io.FileWriter
This method intializes a new FileWriter object to write to the specified named file.
FileWriter(String, boolean) - Constructor for class java.io.FileWriter
This method intializes a new FileWriter object to write to the specified named file.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Fill an array with a boolean value.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Fill a range of an array with a boolean value.
fill(byte[], byte) - Static method in class java.util.Arrays
Fill an array with a byte value.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Fill a range of an array with a byte value.
fill(char[], char) - Static method in class java.util.Arrays
Fill an array with a char value.
fill(char[], int, int, char) - Static method in class java.util.Arrays
Fill a range of an array with a char value.
fill(short[], short) - Static method in class java.util.Arrays
Fill an array with a short value.
fill(short[], int, int, short) - Static method in class java.util.Arrays
Fill a range of an array with a short value.
fill(int[], int) - Static method in class java.util.Arrays
Fill an array with an int value.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Fill a range of an array with an int value.
fill(long[], long) - Static method in class java.util.Arrays
Fill an array with a long value.
fill(long[], int, int, long) - Static method in class java.util.Arrays
Fill a range of an array with a long value.
fill(float[], float) - Static method in class java.util.Arrays
Fill an array with a float value.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Fill a range of an array with a float value.
fill(double[], double) - Static method in class java.util.Arrays
Fill an array with a double value.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Fill a range of an array with a double value.
fill(Object[], Object) - Static method in class java.util.Arrays
Fill an array with an Object value.
fill(Object[], int, int, Object) - Static method in class java.util.Arrays
Fill a range of an array with an Object value.
fill(List, Object) - Static method in class java.util.Collections
Replace every element of a list with a given value.
fill() - Method in class java.util.zip.InflaterInputStream
Fills the buffer with more data to decompress.
fillInStackTrace() - Method in class java.lang.Throwable
Fill in the stack trace with the current execution stack.
fillStackFrameInfo(int[], int) - Static method in class java.lang.reflect.VMBinHelper
 
fillStackFrameInfo(int[], int, StackTraceElement) - Static method in class java.lang.reflect.VMBinHelper
 
FILTERED - Static variable in class java.util.zip.Deflater
This strategy will only allow longer string repetitions.
FilterInputStream - Class in java.io
This is the common superclass of all standard classes that filter input.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Create a FilterInputStream with the specified subordinate InputStream.
FilterOutputStream - Class in java.io
This class is the common superclass of output stream classes that filter the output they write.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
This method initializes an instance of FilterOutputStream to write to the specified subordinate OutputStream.
FilterReader - Class in java.io
This is the common superclass of all standard classes that filter input.
FilterReader(Reader) - Constructor for class java.io.FilterReader
Create a FilterReader with the specified subordinate Reader.
FilterWriter - Class in java.io
This class is the common superclass of output character stream classes that filter the output they write.
FilterWriter(Writer) - Constructor for class java.io.FilterWriter
This method initializes an instance of FilterWriter to write to the specified subordinate Writer.
FINAL - Static variable in class java.lang.reflect.Modifier
Final:
Class: no subclasses allowed.
finalize() - Method in class java.io.FileInputStream
This method ensures that the underlying file is closed when this object is garbage collected.
finalize() - Method in class java.io.FileOutputStream
This method closes the stream when this object is being garbage collected.
finalize() - Method in class java.io.RandomAccessFile
This method ensures that the underlying file is closed when this object is garbage collected.
finalize() - Method in class java.lang.Object
Called on an object by the Virtual Machine at most once, at some point after the Object is determined unreachable but before it is destroyed.
finalize() - Method in class java.net.VMDatagramSocketImpl
 
finalize() - Method in class java.net.VMSocketImpl
 
finalize() - Method in class java.util.Timer
Tells the scheduler that the Timer task died so there will be no more new tasks scheduled.
finalize() - Method in class java.util.zip.Deflater
Finalizes this object.
finalize() - Method in class java.util.zip.Inflater
Finalizes this object.
finalize() - Method in class java.util.zip.ZipFile
Calls the close() method when this ZipFile has not yet been explicitly closed.
findClass(String) - Method in class gnu.java.rmi.server.CombinedClassLoader
Find the class with the given name.
findClass(String) - Method in class java.lang.ClassLoader
Called for every class name that is needed but has not yet been defined by this classloader or one of its parents.
findClass(String) - Method in class java.net.URLClassLoader
Finds (the first) class by name from one of the locations.
findInMap(long) - Method in class jbvm.ip2k.VMGroMapLong
 
findInsMap(long) - Method in class jbvm.ip2k.VMGroMapLong
 
findLibrary(String) - Method in class gnu.java.rmi.server.CombinedClassLoader
Find the library with the given name
findLibrary(String) - Method in class java.lang.ClassLoader
Called by Runtime.loadLibrary() to get an absolute path to a (system specific) library that was requested by a class loaded by this classloader.
findLoadedClass(String) - Method in class java.lang.ClassLoader
Helper to find an already-loaded class in this ClassLoader.
findLowestBit(int) - Static method in class gnu.java.math.MPN
Return least i such that word&(1<findLowestBit(int[]) - Static method in class gnu.java.math.MPN
Return least i such that words & (1<findResource(String) - Method in class gnu.java.rmi.server.CombinedClassLoader
Find resource with the given name.
findResource(String) - Method in class java.lang.ClassLoader
Called whenever a resource is needed that could not be provided by one of the parents of this classloader.
findResource(String) - Method in class java.net.URLClassLoader
Finds the first occurrence of a resource that can be found.
findResources(String) - Method in class gnu.java.rmi.server.CombinedClassLoader
Find resources with the given name.
findResources(String) - Method in class java.lang.ClassLoader
Called whenever all locations of a named resource are needed.
findResources(String) - Method in class java.net.URLClassLoader
Finds all the resources with a particular name from all the locations.
findSystemClass(String) - Method in class java.lang.ClassLoader
Helper to find a Class using the system classloader, possibly loading it.
finish() - Method in class java.util.zip.Deflater
Finishes the deflater with the current input block.
finish() - Method in class java.util.zip.DeflaterOutputStream
Finishes the stream by calling finish() on the deflater.
finish() - Method in class java.util.zip.GZIPOutputStream
 
finish() - Method in class java.util.zip.ZipOutputStream
Finishes the stream.
finished() - Method in class java.util.zip.Deflater
Returns true iff the stream was finished and no more output bytes are available.
finished() - Method in class java.util.zip.Inflater
Returns true, if the inflater has finished.
first() - Method in class gnu.java.text.BaseBreakIterator
 
first() - Method in class java.text.BreakIterator
This method returns the first text element boundary in the text being iterated over.
first() - Method in interface java.text.CharacterIterator
This method sets the index value to the beginning of the range and returns the character there.
first() - Method in class java.text.StringCharacterIterator
This method sets the index value to the beginning of the range and returns the character there.
first() - Method in interface java.util.SortedSet
Returns the first (lowest sorted) element in the map.
first() - Method in class java.util.TreeSet
Returns the first (by order) element in this Set.
firstElement() - Method in class java.util.Vector
Returns the first element (index 0) in the Vector.
firstKey() - Method in interface java.util.SortedMap
Returns the first (lowest sorted) key in the map.
firstKey() - Method in class java.util.TreeMap
Returns the first (lowest) key in the map.
flip(int) - Method in class java.util.BitSet
Sets the bit at the index to the opposite value.
flip(int, int) - Method in class java.util.BitSet
Sets a range of bits to the opposite value.
flipBit(int) - Method in class java.math.BigInteger
 
Float - Class in java.lang
Instances of class Float represent primitive float values.
Float(float) - Constructor for class java.lang.Float
Create a float from the primitive Float specified.
Float(double) - Constructor for class java.lang.Float
Create a Float from the primitive double specified.
Float(String) - Constructor for class java.lang.Float
Create a Float from the specified String.
floatToIntBits(float) - Static method in class java.lang.Float
Return the int bits of the specified float.
floatToRawIntBits(float) - Static method in class java.lang.Float
Return the int bits of the specified float.
floatValue() - Method in class java.lang.Byte
Return the value of this Byte as a float.
floatValue() - Method in class java.lang.Double
Return the value of this Double when cast to a float.
floatValue() - Method in class java.lang.Float
Return the value of this Double when cast to a float.
floatValue() - Method in class java.lang.Integer
Return the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Return the value of this Long as a float.
floatValue() - Method in class java.lang.Number
Return the value of this Number as a float.
floatValue() - Method in class java.lang.Short
Return the value of this Short as a float.
floatValue() - Method in class java.math.BigDecimal
 
floatValue() - Method in class java.math.BigInteger
 
floor(double) - Static method in class java.lang.Math
Take the nearest integer that is that is less than or equal to the argument.
flush() - Method in class gnu.java.io.encode.Encoder
This method flushes any buffered bytes to the underlying stream.
flush() - Method in class gnu.java.io.NullOutputStream
 
flush() - Method in class java.io.BufferedOutputStream
This method causes any currently buffered bytes to be immediately written to the underlying output stream.
flush() - Method in class java.io.BufferedWriter
This method causes any currently buffered chars to be immediately written to the underlying output stream.
flush() - Method in class java.io.CharArrayWriter
This method flushes all buffered chars to the stream.
flush() - Method in class java.io.DataOutputStream
This method flushes any unwritten bytes to the underlying stream.
flush() - Method in class java.io.FilterOutputStream
This method attempt to flush all buffered output to be written to the underlying output sink.
flush() - Method in class java.io.FilterWriter
This method attempt to flush all buffered output to be written to the underlying output sink.
flush() - Method in interface java.io.ObjectOutput
This method causes any buffered data to be flushed out to the underlying stream
flush() - Method in class java.io.ObjectOutputStream
 
flush() - Method in class java.io.OutputStream
This method forces any data that may have been buffered to be written to the underlying output device.
flush() - Method in class java.io.OutputStreamWriter
This method flushes any buffered bytes to the underlying output sink.
flush() - Method in class java.io.PipedOutputStream
This method does nothing.
flush() - Method in class java.io.PipedWriter
This method does nothing.
flush() - Method in class java.io.PrintStream
Deprecated. This method flushes any buffered bytes to the underlying stream and then flushes that stream as well.
flush() - Method in class java.io.PrintWriter
This method flushes any buffered chars to the underlying stream and then flushes that stream as well.
flush() - Method in class java.io.StringWriter
This method flushes any buffered characters to the underlying output.
flush() - Method in class java.io.Writer
This method forces any data that may have been buffered to be written to the underlying output device.
flush() - Method in class java.util.prefs.AbstractPreferences
Writes all preference changes on this and any subnode that have not yet been written to the backing store.
flush() - Method in class java.util.prefs.Preferences
Writes all preference changes on this and any subnode that have not yet been written to the backing store.
flush() - Method in class java.util.zip.DeflaterOutputStream
Flushes the stream by calling flush() on the deflater and then on the underlying stream.
flushSpi() - Method in class gnu.java.util.prefs.MemoryBasedPreferences
Does nothing since we do not have any backing store.
flushSpi() - Method in class java.util.prefs.AbstractPreferences
Writes all entries of this preferences node that have not yet been written to the backing store and possibly creates this node in the backing store, if it does not yet exist.
following(int) - Method in class gnu.java.text.BaseBreakIterator
 
following(int) - Method in class java.text.BreakIterator
This methdod returns the offset of the text element boundary following the specified offset.
forClass() - Method in class java.io.ObjectStreamClass
Returns the class that this ObjectStreamClass represents.
forDigit(int, int) - Static method in class java.lang.Character
Converts a digit into a character which represents that digit in a specified radix.
FORMAT - Static variable in class java.lang.Character
Cf = Other, Format (Normative)
format(long, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
This method appends the appropriate format string to the specified StringBuffer based on the supplied long argument.
format(double, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
This method appends the appropriate format string to the specified StringBuffer based on the supplied double argument.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
This method formats the specified Object into a date string and appends it to the specified StringBuffer.
format(Date) - Method in class java.text.DateFormat
Formats the date argument according to the pattern specified.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
This method formats a Date into a string and appends it to the specified StringBuffer.
format(double, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
 
format(long, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
 
Format - Class in java.text
This class is the abstract superclass of classes that format and parse data to/from Strings.
Format() - Constructor for class java.text.Format
This method initializes a new instance of Format.
format(Object) - Method in class java.text.Format
This method formats an Object into a String.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.Format
This method formats an Object into a String and appends the String to a StringBuffer.
format(String, Object[]) - Static method in class java.text.MessageFormat
A convinience method to format patterns.
format(Object[], StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Returns the pattern with the formatted objects.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Returns the pattern with the formatted objects.
format(long) - Method in class java.text.NumberFormat
This method is a specialization of the format method that performs a simple formatting of the specified long number.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
 
format(double, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
This method formats the specified double and appends it to a StringBuffer.
format(long, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
This method formats the specified long and appends it to a StringBuffer.
format(double) - Method in class java.text.NumberFormat
This method is a specialization of the format method that performs a simple formatting of the specified double number.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.SimpleDateFormat
Formats the date input according to the format string in use, appending to the specified StringBuffer.
FORMAT_DATA_7 - Static variable in class jbvm.ip2k.SerialIO
Format DATA 7 BIT
FORMAT_DATA_8 - Static variable in class jbvm.ip2k.SerialIO
Format DATA 8 BIT
FORMAT_PARITY_EVEN - Static variable in class jbvm.ip2k.SerialIO
Format PARITY EVEN
FORMAT_PARITY_NONE - Static variable in class jbvm.ip2k.SerialIO
Format PARITY NONE
FORMAT_PARITY_ODD - Static variable in class jbvm.ip2k.SerialIO
Format PARITY ODD
FORMAT_STOP_1 - Static variable in class jbvm.ip2k.SerialIO
Format STOP 1 BIT
FORMAT_STOP_2 - Static variable in class jbvm.ip2k.SerialIO
Format STOP 2 BIT
forName(String, boolean, ClassLoader) - Static method in class java.lang.Class
Use the specified classloader to load and link a class.
FRACTION_FIELD - Static variable in class java.text.NumberFormat
This is a constant used to create a FieldPosition object that will return the fractional portion of a formatted number.
FRANCE - Static variable in class java.util.Locale
Locale which represents France.
freeBBuf(int) - Static method in class gnu.java.io.decode.Decoder
 
freeBBuf(int) - Static method in class gnu.java.io.encode.Encoder
 
freeHeap() - Method in class java.lang.Runtime
 
freeMemory() - Method in class java.lang.Runtime
Find out how much memory is still free for allocating Objects on the heap.
freePRam() - Method in class java.lang.Runtime
 
FRENCH - Static variable in class java.util.Locale
Locale which represents the English language.
FRIDAY - Static variable in class java.util.Calendar
Constant representing Friday.
FULL - Static variable in class java.text.DateFormat
 
FULL_DECOMPOSITION - Static variable in class java.text.Collator
This constant indicates that both canonical variants and compatibility variants in Unicode 2.0 will be decomposed prior to performing comparisons.

G

gc() - Method in class java.lang.Runtime
Run the garbage collector.
gc() - Static method in class java.lang.System
Helper method to run the garbage collector using Runtime.getRuntime().gc().
GC_FINALIT - Static variable in interface java.lang.reflect.VMBinConstants
 
GC_FINALMARK - Static variable in interface java.lang.reflect.VMBinConstants
 
GC_NOMARK - Static variable in interface java.lang.reflect.VMBinConstants
 
GC_NOSEENMARK - Static variable in interface java.lang.reflect.VMBinConstants
 
GC_OBJARRAY - Static variable in interface java.lang.reflect.VMBinConstants
 
GC_SEENIT - Static variable in interface java.lang.reflect.VMBinConstants
 
GC_SEENMARK - Static variable in interface java.lang.reflect.VMBinConstants
 
GC_WORKIT - Static variable in interface java.lang.reflect.VMBinConstants
 
GC_WORKMARK - Static variable in interface java.lang.reflect.VMBinConstants
 
gcd(int[], int[], int) - Static method in class gnu.java.math.MPN
Calculate Greatest Common Divisior of x[0:len-1] and y[0:len-1].
gcd(BigInteger) - Method in class java.math.BigInteger
 
GENERAL_PUNCTUATION - Static variable in class java.lang.Character.Subset
U+2000 - U+206F
GeneralSecurityException - Exception in java.security
This class is the common superclass of all security exceptions.
GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
This method initializes a new instance of GeneralSecurityException with no descriptive error message.
GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
This method initializes a new instance of GeneralSecurityException with a descriptive error message.
generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a Certificate based on the encoded data read from the InputStream.
generateCertificates(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a collection of certificates that were read from the input stream.
generateCRL(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a CRL based on the encoded data read from the InputStream.
generateCRLs(InputStream) - Method in class java.security.cert.CertificateFactory
Generates CRLs based on the encoded data read from the InputStream.
generateKeyPair() - Method in class gnu.java.security.provider.DSAKeyPairGenerator
 
generateKeyPair() - Method in class java.security.KeyPairGenerator
Generates a KeyPair according the rules for the algorithm.
generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
Generates a KeyPair according the rules for the algorithm.
generateParameters() - Method in class java.security.AlgorithmParameterGenerator
Generate a new set of AlgorithmParameters.
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key from the provided key specification.
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key from the provided key specification.
generateRandomPrime(int, int, BigInteger) - Static method in class gnu.java.security.util.Prime
 
generateRandomPrime(BigInteger, BigInteger, int, int, BigInteger) - Static method in class gnu.java.security.util.Prime
 
generateSeed(int) - Method in class java.security.SecureRandom
Returns the specified number of seed bytes.
genKeyPair() - Method in class java.security.KeyPairGenerator
Generates a KeyPair according the rules for the algorithm.
GEOMETRIC_SHAPES - Static variable in class java.lang.Character.Subset
U+25A0 - U+25FF
GEORGIAN - Static variable in class java.lang.Character.Subset
U+10A0 - U+10FF
GERMAN - Static variable in class java.util.Locale
Locale which represents the German language.
GERMANY - Static variable in class java.util.Locale
Locale which represents Germany.
get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
 
get(String, char) - Method in class java.io.ObjectInputStream.GetField
 
get(String, byte) - Method in class java.io.ObjectInputStream.GetField
 
get(String, short) - Method in class java.io.ObjectInputStream.GetField
 
get(String, int) - Method in class java.io.ObjectInputStream.GetField
 
get(String, long) - Method in class java.io.ObjectInputStream.GetField
 
get(String, float) - Method in class java.io.ObjectInputStream.GetField
 
get(String, double) - Method in class java.io.ObjectInputStream.GetField
 
get(String, Object) - Method in class java.io.ObjectInputStream.GetField
 
get() - Method in class java.lang.InheritableThreadLocal
Adds this InheritableThreadLocal to the heritage of the current Thread and returns the value of the ThreadLocal for the Thread.
get() - Method in class java.lang.ref.PhantomReference
Returns the object, this reference refers to.
get() - Method in class java.lang.ref.Reference
Returns the object, this reference refers to.
get() - Method in class java.lang.ref.SoftReference
Returns the object, this reference refers to.
get(Object, int) - Static method in class java.lang.reflect.Array
Gets an element of an array.
get(Object) - Method in class java.lang.reflect.Field
Get the value of this Field.
get() - Method in class java.lang.ThreadLocal
Gets the value associated with the ThreadLocal object for the currently executing Thread.
get() - Method in class java.rmi.MarshalledObject
Constructs and returns a copy of the internal serialized object.
get(int) - Method in class java.util.AbstractList
Returns the elements at the specified position in the list.
get(Object) - Method in class java.util.AbstractMap
Returns the value mapped by the given key.
get(int) - Method in class java.util.AbstractSequentialList
Get the element at a given index in this list.
get(int) - Method in class java.util.ArrayList
Retrieves the element at the user-supplied index.
get(int) - Method in class java.util.BitSet
Returns true if the integer bitIndex is in this bit set, otherwise false.
get(int, int) - Method in class java.util.BitSet
Returns a new BitSet composed of a range of bits from this one.
get(int) - Method in class java.util.Calendar
Gets the value of the specified field.
get(Object) - Method in class java.util.Dictionary
Returns the value associated with the supplied key, or null if no such value exists.
get(Object) - Method in class java.util.HashMap
Return the value in this HashMap associated with the supplied key, or null if the key maps to nothing.
get(Object) - Method in class java.util.Hashtable
Return the value in this Hashtable associated with the supplied key, or null if the key maps to nothing.
get(Object) - Method in class java.util.IdentityHashMap
Return the value in this Map associated with the supplied key, or null if the key maps to nothing.
get(Object) - Method in class java.util.jar.Attributes
Gets the value of a specified attribute name.
get(Object) - Method in class java.util.LinkedHashMap
Return the value in this Map associated with the supplied key, or null if the key maps to nothing.
get(int) - Method in class java.util.LinkedList
Return the element at index.
get(int) - Method in interface java.util.List
Get the element at a given index in this list.
get(Object) - Method in interface java.util.Map
Returns the value mapped by the given key.
get(String, String) - Method in class java.util.prefs.AbstractPreferences
Returns the value associated with the key in this preferences node.
get(String, String) - Method in class java.util.prefs.Preferences
Returns the value associated with the key in this preferences node.
get(Object) - Method in class java.util.TreeMap
Return the value in this TreeMap associated with the supplied key, or null if the key maps to nothing.
get(int) - Method in class java.util.Vector
Returns the element at position index.
get(Object) - Method in class java.util.WeakHashMap
Gets the value the key is mapped to.
get(String) - Method in class jbvm.ip2k.VMProperties
 
get(String, Object) - Method in class jbvm.ip2k.VMProperties
 
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the start of the century used for two digit years.
getAbsoluteFile() - Method in class java.io.File
This method returns a File object representing the absolute path of this object.
getAbsolutePath() - Method in class java.io.File
This method returns the path of this file as an absolute path name.
getActions() - Method in class java.io.FilePermission
Get the actions this FilePermission supports.
getActions() - Method in class java.net.SocketPermission
Returns the list of permission actions in this object in canonical order.
getActions() - Method in class java.security.AllPermission
This method returns the list of actions associated with this object.
getActions() - Method in class java.security.BasicPermission
This method returns a list of the actions associated with this permission.
getActions() - Method in class java.security.Permission
This method returns the list of actions for this Permission as a String.
getActions() - Method in class java.security.UnresolvedPermission
This method returns the list of actions associated with this permission.
getActions() - Method in class java.util.PropertyPermission
Returns the action string.
getActivationDesc(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
 
getActivationGroupDesc(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
 
getActualMaximum(int) - Method in class java.util.Calendar
Gets the actual maximum value that is allowed for the specified field.
getActualMaximum(int) - Method in class java.util.GregorianCalendar
Gets the actual maximum value that is allowed for the specified field.
getActualMinimum(int) - Method in class java.util.Calendar
Gets the actual minimum value that is allowed for the specified field.
getActualMinimum(int) - Method in class java.util.GregorianCalendar
Gets the actual minimum value that is allowed for the specified field.
getAddress() - Method in class java.net.DatagramPacket
Returns the address that this packet is being sent to or, if it was used to receive a packet, the address that is was received from.
getAddress() - Method in class java.net.InetAddress
Returns the IP address of this object as a int array.
getAddress() - Method in class java.net.InetSocketAddress
Returns the InetAddress or null if its unresolved
getAdler() - Method in class java.util.zip.Deflater
Gets the current adler checksum of the data that was processed so far.
getAdler() - Method in class java.util.zip.Inflater
Gets the adler checksum.
getAlgorithm() - Method in class gnu.java.security.provider.GnuDSAPrivateKey
 
getAlgorithm() - Method in class gnu.java.security.provider.GnuDSAPublicKey
 
getAlgorithm() - Method in class java.security.AlgorithmParameterGenerator
Returns the name of the algorithm used
getAlgorithm() - Method in class java.security.AlgorithmParameters
Returns the name of the algorithm used
getAlgorithm() - Method in interface java.security.Key
This method returns the name of the algorithm for this key.
getAlgorithm() - Method in class java.security.KeyFactory
Returns the name of the algorithm used
getAlgorithm() - Method in class java.security.KeyPairGenerator
Returns the name of the algorithm used
getAlgorithm() - Method in class java.security.MessageDigest
Gets the name of the algorithm currently used.
getAlgorithm() - Method in class java.security.Signature
Gets the name of the algorithm currently used.
getAlgorithm() - Method in class java.security.SignedObject
Returns the name of the signature algorithm.
getAlgorithmProperty(String, String) - Static method in class java.security.Security
Deprecated. it used to a return the value of a propietary property for the "SUN" Cryptographic Service Provider to obtain algorithm-specific parameters. Used AlogorithmParameters and KeyFactory instead.
getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
This method returns a list of all keys that are defined for the text range.
getAllByName(String) - Static method in class java.net.InetAddress
Returns an array of InetAddress objects representing all the host/ip addresses of a given host, given the host's name.
getAllFields(Class) - Static method in class gnu.java.lang.ClassHelper
Get all the fields, public, private and otherwise, from the class, getting them from the most recent class to find them.
getAllFieldsAtDeclaration(Class) - Static method in class gnu.java.lang.ClassHelper
Get all the fields, public, private and otherwise, from the class, and get them from their point of declaration.
getAllMethods(Class) - Static method in class gnu.java.lang.ClassHelper
Get all the methods, public, private and otherwise, from the class, getting them from the most recent class to find them.
getAllMethodsAtDeclaration(Class) - Static method in class gnu.java.lang.ClassHelper
Get all the methods, public, private and otherwise, from the class, and get them from their point of declaration.
getAllowUserInteraction() - Method in class java.net.URLConnection
Returns a boolean flag indicating whether or not user interaction is allowed for this connection.
getAmPmStrings() - Method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying AM or PM.
getAnnotation() - Method in class gnu.java.rmi.server.RMIObjectInputStream
 
getArgString() - Method in class java.lang.reflect.Method
 
getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
This method returns the value of the specified attribute for the current character.
getAttributes() - Method in class java.net.JarURLConnection
Returns the Attributes for the Jar entry specified by the URL or null if none
getAttributes() - Method in interface java.text.AttributedCharacterIterator
This method returns a Map of the attributed defined for the current character.
getAttributes() - Method in class java.util.jar.JarEntry
Returns a copy of the Attributes set for this entry.
getAttributes(String) - Method in class java.util.jar.Manifest
Returns the Attributes associated with the Entry.
getAuthority() - Method in class java.net.URI
Returns the decoded authority part of this URI
getAuthority() - Method in class java.net.URL
Returns the authority of the URL
getAvailableIDs(int) - Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all available IDs.
getAvailableLocales() - Static method in class java.text.BreakIterator
This method returns a list of locales for which instances of BreakIterator are available.
getAvailableLocales() - Static method in class java.text.Collator
This method returns an array of Locale objects which is the list of locales for which Collator objects exist.
getAvailableLocales() - Static method in class java.text.DateFormat
This method returns a list of available locales supported by this class.
getAvailableLocales() - Static method in class java.text.NumberFormat
This method returns a list of locales for which concrete instances of NumberFormat subclasses may be created.
getAvailableLocales() - Static method in class java.util.Calendar
Gets the set of locales for which a Calendar is available.
getAvailableLocales() - Static method in class java.util.Locale
Returns the list of available locales.
getBasicConstraints() - Method in class java.security.cert.X509Certificate
Returns the certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).
getBeginIndex() - Method in interface java.text.CharacterIterator
This method returns the character position of the first character in the range.
getBeginIndex() - Method in class java.text.FieldPosition
This method returns the beginning index for this field.
getBeginIndex() - Method in class java.text.StringCharacterIterator
This method returns the character position of the first character in the range.
getBigInteger() - Method in class gnu.java.security.provider.DERReader
 
getBoolean(String) - Static method in class java.lang.Boolean
If the value of the system property name matches "true" ignoring case then the function returns true.
getBoolean(Object, int) - Static method in class java.lang.reflect.Array
Gets an element of a boolean array.
getBoolean(Object) - Method in class java.lang.reflect.Field
Get the value of this boolean Field.
getBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
Convenience method for getting the given entry as a boolean.
getBoolean(String, boolean) - Method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a boolean.
getBuffer() - Method in class java.io.StringWriter
This method returns the StringBuffer object that this object is writing to.
getBundle(String) - Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle for the default locale.
getBundle(String, Locale) - Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle for the given locale.
getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle for the given locale.
getByAddr(int) - Static method in class java.net.InetAddress
Returns an InetAddress object representing the IP address of the given hostname.
getByAddress(int) - Static method in class java.net.VMResolver
 
getByAddress(int[]) - Static method in class java.net.VMResolver
 
getByName(String) - Static method in class java.net.InetAddress
Returns an InetAddress object representing the IP address of the given hostname.
getByName(String) - Static method in class java.net.VMResolver
 
getByte(Object, int) - Static method in class java.lang.reflect.Array
Gets an element of a byte array.
getByte(Object) - Method in class java.lang.reflect.Field
Get the value of this byte Field.
getByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
Convenience method for getting the given entry as a byte array.
getByteArray(String, byte[]) - Method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a byte array.
getBytes(int, int, byte[], int) - Method in class java.lang.String
Deprecated. Use a getBytes() which uses a char to byte encoder.
getBytes(String) - Method in class java.lang.String
Converts the Unicode characters in this String to a byte stream using a specified encoding method.
getBytes() - Method in class java.lang.String
Converts the Unicode characters in this String to a byte stream using the system's default encoding method.
getCalendar() - Method in class java.text.DateFormat
This method returns the Calendar object being used by this object to parse/format datetimes.
getCalledMethod() - Method in class gnu.java.lang.StackFrame
 
getCalledObject() - Method in class gnu.java.lang.StackFrame
 
getCaller() - Method in class gnu.java.lang.StackFrame
 
getCanonicalFile() - Method in class java.io.File
This method returns a File object representing the canonical path of this object.
getCanonicalPath() - Method in class java.io.File
This method returns a canonical representation of the pathname of this file.
getCause() - Method in exception java.lang.reflect.InvocationTargetException
Returns the cause of this exception (which may be null).
getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
Returns the cause of this exception.
getCause() - Method in class java.lang.Throwable
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - Method in exception java.rmi.activation.ActivationException
Returns the cause of this exception.
getCause() - Method in exception java.rmi.RemoteException
Returns the cause of this exception.
getCause() - Method in exception java.rmi.server.ServerCloneException
Returns the cause of this exception.
getCertificate(String) - Method in class java.security.KeyStore
Gets a Certificate for the specified alias.
getCertificateAlias(Certificate) - Method in class java.security.KeyStore
Determines if the keystore contains the specified certificate entry and returns the alias.
getCertificateChain(String) - Method in class java.security.KeyStore
Gets a Certificate chain for the specified alias.
getCertificates() - Method in class java.net.JarURLConnection
Returns an array of Certificate objects for the jar file entry specified by this URL or null if there are none
getCertificates() - Method in class java.security.CodeSource
This method returns the list of digital certificates that can be used to verify the signatures of code loaded under this CodeSource.
getCertificates() - Method in class java.util.jar.JarEntry
Returns a copy of the certificates set for this entry.
getCfgBoot() - Static method in class jbvm.ip2k.HWConfig
Get config boot enable status
getChar(Object, int) - Static method in class java.lang.reflect.Array
Gets an element of a char array.
getChar(Object) - Method in class java.lang.reflect.Field
Get the value of this Field as a char.
getCharacterInstance() - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the default locale.
getCharacterInstance(Locale) - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over characters as defined in the specified locale.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this String starting at a specified start index, ending at a specified stop index, to a character array starting at a specified destination begin index.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Get the specified array of characters.
getChecksum() - Method in class java.util.zip.CheckedInputStream
Returns the Checksum object used.
getChecksum() - Method in class java.util.zip.CheckedOutputStream
Returns the Checksum object used.
getChild(String) - Method in class java.util.prefs.AbstractPreferences
Returns the child sub node if it exists in the backing store or null if it does not exist.
getChild() - Method in class java.util.prefs.NodeChangeEvent
Returns the child preference subnode that was added or removed.
getClass(int) - Static method in class gnu.java.lang.ExecutionStack
 
getClass() - Method in class java.lang.Object
Returns the runtime Class of this Object.
getClassAnnotation(Class) - Method in class gnu.java.rmi.server.RMIClassLoaderImpl
Returns a string representation of the network location where a remote endpoint can get the class-definition of the given class.
getClassAnnotation(Class) - Static method in class java.rmi.server.RMIClassLoader
Returns a string representation of the network location where a remote endpoint can get the class-definition of the given class.
getClassAnnotation(Class) - Method in class java.rmi.server.RMIClassLoaderSpi
 
getClassConstructors(Class) - Static method in class java.lang.reflect.VMBinHelper
 
getClassContext() - Method in class java.lang.SecurityManager
Get a list of all the classes currently executing methods on the Java stack.
getClassDeclaredFields(Class) - Static method in class java.lang.reflect.VMBinHelper
 
getClassDeclaredMethods(Class) - Static method in class java.lang.reflect.VMBinHelper
 
getClassDField(int, int) - Static method in class java.lang.reflect.VMBinHelper
 
getClassDFieldsCount(int) - Static method in class java.lang.reflect.VMBinHelper
 
getClasses() - Static method in class gnu.java.lang.ExecutionStack
 
getClasses() - Method in class java.lang.Class
Get all the public inner classes, declared in this class or inherited from superclasses, that are members of this class.
getClassForEncoding(String) - Static method in class gnu.java.lang.reflect.TypeSignature
This function is the inverse of getEncodingOfClass.
getClassIndex(String) - Static method in class java.lang.reflect.VMBinHelper
 
getClassInterfaceIdx(int, int) - Static method in class java.lang.reflect.VMBinHelper
 
getClassInterfacesCount(int) - Static method in class java.lang.reflect.VMBinHelper
 
getClassLoader(String) - Method in class gnu.java.rmi.server.RMIClassLoaderImpl
Gets a classloader for the given codebase and with the current context classloader as parent.
getClassLoader(String) - Static method in class java.rmi.server.RMIClassLoader
Gets a classloader for the given codebase and with the current context classloader as parent.
getClassLoader(String) - Method in class java.rmi.server.RMIClassLoaderSpi
 
getClassMethod(int, int) - Static method in class java.lang.reflect.VMBinHelper
 
getClassMethods(int) - Static method in class java.lang.reflect.VMBinHelper
 
getClassName(int) - Static method in class java.lang.reflect.VMBinHelper
 
getClassName() - Method in class java.lang.StackTraceElement
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
getClassName() - Method in class java.rmi.activation.ActivationDesc
 
getClassName() - Method in class java.rmi.activation.ActivationGroupDesc
 
getClassName() - Method in exception java.util.MissingResourceException
Gets the name of the resource bundle, for which a resource is missing.
getClassParentIdx(int) - Static method in class java.lang.reflect.VMBinHelper
 
getClassRecord(int) - Static method in class java.lang.reflect.VMBinHelper
 
getClassSField(int, int) - Static method in class java.lang.reflect.VMBinHelper
 
getClassSFieldsCount(int) - Static method in class java.lang.reflect.VMBinHelper
 
getClientHost() - Method in class gnu.java.rmi.server.RMIIncomingThread
 
getClientHost() - Method in class gnu.java.rmi.server.UnicastServerRef
 
getClientHost() - Static method in class java.rmi.server.RemoteServer
 
getClientHost() - Method in interface java.rmi.server.ServerRef
 
getCodeSource() - Method in class java.security.ProtectionDomain
This method returns the CodeSource for this domain.
getCollationElementIterator(String) - Method in class java.text.RuleBasedCollator
This method returns an instance for CollationElementIterator for the specified String under the collation rules for this object.
getCollationElementIterator(CharacterIterator) - Method in class java.text.RuleBasedCollator
This method returns an instance of CollationElementIterator for the String represented by the specified CharacterIterator.
getCollationKey(String) - Method in class java.text.Collator
This method transforms the specified String into a CollationKey for faster comparisons.
getCollationKey(String) - Method in class java.text.RuleBasedCollator
This method returns an instance of CollationKey for the specified String.
getCommandEnvironment() - Method in class java.rmi.activation.ActivationGroupDesc
 
getCommandOptions() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
 
getCommandPath() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
 
getComment() - Method in class java.util.zip.ZipEntry
Gets the comment.
getComponentType() - Method in class java.lang.Class
If this is an array, get the Class representing the type of array.
getCompressedSize() - Method in class java.util.zip.ZipEntry
Gets the size of the compressed data.
getConnection() - Method in class gnu.java.rmi.server.UnicastConnectionManager
Get a connection from this manager.
getContent(URLConnection) - Method in class gnu.java.net.content.text.plain
Returns an InputStream as the content for this object
getContent(URLConnection) - Method in class java.net.ContentHandler
This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an Object represening the content.
getContent() - Method in class java.net.URL
Returns the contents of this URL as an object by first opening a connection, then calling the getContent() method against the connection
getContent(Class[]) - Method in class java.net.URL
Gets the contents of this URL
getContent() - Method in class java.net.URLConnection
This method returns the content of the document pointed to by the URL as an Object.
getContent(Class[]) - Method in class java.net.URLConnection
Retrieves the content of this URLConnection
getContentEncoding() - Method in class java.net.URLConnection
Returns the value of the content-encoding field or null if it is not known or not present.
getContentLength() - Method in class java.net.URLConnection
Returns the value of the content-length header field or -1 if the value is not known or not present.
getContents() - Method in class gnu.java.locale.Calendar
This method returns the object array of key, value pairs containing the data for this bundle.
getContents() - Method in class gnu.java.locale.Calendar_de
This method returns the object array of key, value pairs containing the data for this bundle.
getContents() - Method in class gnu.java.locale.Calendar_en
This method returns the object array of key, value pairs containing the data for this bundle.
getContents() - Method in class gnu.java.locale.Calendar_nl
This method returns the object array of key, value pairs containing the data for this bundle.
getContents() - Method in class gnu.java.locale.LocaleInformation_af_ZA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_AE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_BH
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_DZ
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_EG
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_IN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_IQ
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_JO
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_KW
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_LB
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_LY
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_MA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_OM
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_QA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_SD
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_SY
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_TN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ar_YE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_be_BY
 
getContents() - Method in class gnu.java.locale.LocaleInformation_bn_IN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_br_FR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_bs_BA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ca_ES
 
getContents() - Method in class gnu.java.locale.LocaleInformation_cs_CZ
 
getContents() - Method in class gnu.java.locale.LocaleInformation_cy_GB
 
getContents() - Method in class gnu.java.locale.LocaleInformation_da_DK
 
getContents() - Method in class gnu.java.locale.LocaleInformation_de
This method returns the object array of key, value pairs containing the data for this bundle.
getContents() - Method in class gnu.java.locale.LocaleInformation_de_AT
 
getContents() - Method in class gnu.java.locale.LocaleInformation_de_BE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_de_CH
 
getContents() - Method in class gnu.java.locale.LocaleInformation_de_DE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_de_LU
 
getContents() - Method in class gnu.java.locale.LocaleInformation_el_GR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en
This method returns the object array of key, value pairs containing the data for this bundle.
getContents() - Method in class gnu.java.locale.LocaleInformation_en_AU
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_BW
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_CA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_DK
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_GB
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_HK
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_IE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_IN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_NZ
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_PH
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_SG
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_US
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_ZA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_en_ZW
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_AR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_BO
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_CL
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_CO
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_CR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_DO
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_EC
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_ES
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_GT
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_HN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_MX
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_NI
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_PA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_PE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_PR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_PY
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_SV
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_US
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_UY
 
getContents() - Method in class gnu.java.locale.LocaleInformation_es_VE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_et_EE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_eu_ES
 
getContents() - Method in class gnu.java.locale.LocaleInformation_fa_IR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_fi_FI
 
getContents() - Method in class gnu.java.locale.LocaleInformation_fo_FO
 
getContents() - Method in class gnu.java.locale.LocaleInformation_fr_BE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_fr_CA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_fr_CH
 
getContents() - Method in class gnu.java.locale.LocaleInformation_fr_FR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_fr_LU
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ga_IE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_gd_GB
 
getContents() - Method in class gnu.java.locale.LocaleInformation_gl_ES
 
getContents() - Method in class gnu.java.locale.LocaleInformation_gv_GB
 
getContents() - Method in class gnu.java.locale.LocaleInformation_he_IL
 
getContents() - Method in class gnu.java.locale.LocaleInformation_hi_IN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_hr_HR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_hu_HU
 
getContents() - Method in class gnu.java.locale.LocaleInformation_id_ID
 
getContents() - Method in class gnu.java.locale.LocaleInformation_it_CH
 
getContents() - Method in class gnu.java.locale.LocaleInformation_it_IT
 
getContents() - Method in class gnu.java.locale.LocaleInformation_iw_IL
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ja_JP
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ka_GE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_kl_GL
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ko_KR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_kw_GB
 
getContents() - Method in class gnu.java.locale.LocaleInformation_lt_LT
 
getContents() - Method in class gnu.java.locale.LocaleInformation_lv_LV
 
getContents() - Method in class gnu.java.locale.LocaleInformation_mi_NZ
 
getContents() - Method in class gnu.java.locale.LocaleInformation_mk_MK
 
getContents() - Method in class gnu.java.locale.LocaleInformation_mr_IN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_mt_MT
 
getContents() - Method in class gnu.java.locale.LocaleInformation_nl
This method returns the object array of key, value pairs containing the data for this bundle.
getContents() - Method in class gnu.java.locale.LocaleInformation_nl_BE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_nl_NL
 
getContents() - Method in class gnu.java.locale.LocaleInformation_nn_NO
 
getContents() - Method in class gnu.java.locale.LocaleInformation_no_NO
 
getContents() - Method in class gnu.java.locale.LocaleInformation_oc_FR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_pl_PL
 
getContents() - Method in class gnu.java.locale.LocaleInformation_pt_BR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_pt_PT
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ro_RO
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ru_RU
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ru_UA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_se_NO
 
getContents() - Method in class gnu.java.locale.LocaleInformation_sk_SK
 
getContents() - Method in class gnu.java.locale.LocaleInformation_sl_SI
 
getContents() - Method in class gnu.java.locale.LocaleInformation_sq_AL
 
getContents() - Method in class gnu.java.locale.LocaleInformation_sr_YU
 
getContents() - Method in class gnu.java.locale.LocaleInformation_sv_FI
 
getContents() - Method in class gnu.java.locale.LocaleInformation_sv_SE
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ta_IN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_te_IN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_tg_TJ
 
getContents() - Method in class gnu.java.locale.LocaleInformation_tl_PH
 
getContents() - Method in class gnu.java.locale.LocaleInformation_tr_TR
 
getContents() - Method in class gnu.java.locale.LocaleInformation_uk_UA
 
getContents() - Method in class gnu.java.locale.LocaleInformation_ur_PK
 
getContents() - Method in class gnu.java.locale.LocaleInformation_uz_UZ
 
getContents() - Method in class gnu.java.locale.LocaleInformation_vi_VN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_yi_US
 
getContents() - Method in class gnu.java.locale.LocaleInformation_zh_CN
 
getContents() - Method in class gnu.java.locale.LocaleInformation_zh_HK
 
getContents() - Method in class gnu.java.locale.LocaleInformation_zh_SG
 
getContents() - Method in class gnu.java.locale.LocaleInformation_zh_TW
 
getContents() - Method in class java.util.ListResourceBundle
Gets the key/value list.
getContentType() - Method in class java.net.URLConnection
Returns the the content-type of the data pointed to by the URL.
getContentTypeFor(String) - Method in interface java.net.FileNameMap
This method is passed a filename and is responsible for determining the appropriate MIME type for that file.
getContext() - Static method in class java.security.AccessController
Returns the complete access control context of the current thread.
getContextClassLoader() - Method in class java.lang.Thread
 
getCountry() - Method in class java.util.Locale
Returns the country code of this locale.
getCrc() - Method in class java.util.zip.ZipEntry
Gets the crc of the uncompressed data.
getCreationDate(String) - Method in class java.security.KeyStore
Gets entry creation date for the specified alias.
getCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
Returns a set of the CRITICAL extension OIDs from the certificate/CRL that the object implementing this interface manages.
getCrtCoefficient() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the CRT coefficient
getCrtCoefficient() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Gets the RSA CRT coefficient.
getCurrencyInstance() - Static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing currency values in the default locale.
getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
This method returns an instance of NumberFormat suitable for formatting and parsing currency values in the specified locale.
getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
This method returns the currency symbol in local format.
getData() - Method in class java.net.DatagramPacket
Returns the data buffer for this packet
getData() - Method in class java.rmi.activation.ActivationDesc
 
getData() - Method in class java.rmi.activation.ActivationGroupDesc
 
getDate() - Method in class java.net.URLConnection
Returns the date of the document pointed to by the URL as reported in the date field of the header or 0 if the value is not present or not known.
getDate() - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use get(Calendar.DATE) instead.
getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
This method returns the format symbol information used for parsing and formatting dates.
getDateInstance() - Static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the default formatting style for dates.
getDateInstance(int) - Static method in class java.text.DateFormat
This method returns an instance of DateFormat that will format using the specified formatting style for dates.
getDateInstance(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 dates.
getDateTimeInstance() - Static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the SHORT style.
getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the DEFAULT style.
getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the specified styles.
getDay() - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use get(Calendar.DAY_OF_WEEK) instead.
getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
 
getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
This method returns the character used as the decimal point.
getDeclaredClasses() - Method in class java.lang.Class
Get all the inner classes declared in this class.
getDeclaringClass() - Method in class java.lang.reflect.Constructor
Gets the class that declared this constructor.
getDeclaringClass() - Method in class java.lang.reflect.Field
Gets the class that declared this field, or the class where this field is a non-inherited member.
getDeclaringClass() - Method in interface java.lang.reflect.Member
Gets the class that declared this member.
getDeclaringClass() - Method in class java.lang.reflect.Method
Gets the class that declared this method, or the class where this method is a non-inherited member.
getDeclaringSlot() - Method in class java.lang.reflect.Constructor
Gets the class that declared this constructor.
getDeclaringSlot() - Method in class java.lang.reflect.Method
 
getDecoder() - Static method in class gnu.java.io.EncodingManager
This method returns the default instance of the default Decoder which must be used only for calling the static byte array conversion methods.
getDecoder(String) - Static method in class gnu.java.io.EncodingManager
This method returns the default instance of the Decoder for the named encoding.
getDecoder(String, boolean) - Static method in class gnu.java.io.EncodingManager
This method returns the default instance of the Decoder for the named encoding.
getDecoder(InputStream) - Static method in class gnu.java.io.EncodingManager
This method returns a Decoder object that can read from the specified InputStream using the default encoding.
getDecoder(InputStream, String) - Static method in class gnu.java.io.EncodingManager
This method returns a Decoder object that can read from the specified InputStream using the named encoding This form of getDecoder caches the instance that is returned.
getDecoder(InputStream, String, boolean) - Static method in class gnu.java.io.EncodingManager
This method returns a Decoder object that can read from the specified InputStream using the named encoding
getDecomposition() - Method in class java.text.Collator
This method returns the current decomposition setting for this object.
getDefault() - Static method in class java.util.Locale
Returns the default Locale.
getDefault() - Static method in class java.util.TimeZone
Returns the time zone under which the host is running.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
Returns the default flag for whether or not interaction with a user is allowed.
getDefaultDNS() - Static method in class jbvm.ip2k.HWConfig
Get default DNS
getDefaultGw() - Static method in class jbvm.ip2k.HWConfig
Get default gateway
getDefaultNTP() - Static method in class jbvm.ip2k.HWConfig
Get default NTP
getDefaultPort() - Method in class gnu.java.net.protocol.http.Handler
Returns the default port for a URL parsed by this handler.
getDefaultPort() - Method in class java.net.URL
Returns the default port of the URL.
getDefaultPort() - Method in class java.net.URLStreamHandler
Returns the default port for a URL parsed by this handler.
getDefaultProviderInstance() - Static method in class java.rmi.server.RMIClassLoader
Returns the default service provider for RMIClassLoader.
getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
Deprecated. 1.3 The method getRequestProperty should be used instead
getDefaultSocketFactory() - Static method in class java.rmi.server.RMISocketFactory
 
getDefaultStream() - Static method in class java.rmi.server.LogStream
Deprecated.  
getDefaultType() - Static method in class java.security.KeyStore
Returns the default KeyStore type.
getDefaultUseCaches() - Method in class java.net.URLConnection
Returns the default value used to determine whether or not caching of documents will be done when possible.
getDigestLength() - Method in class java.security.MessageDigest
Gets the length of the message digest.
getDigit() - Method in class java.text.DecimalFormatSymbols
This method returns the character used to represent a digit in a format pattern string.
getDisplayCountry() - Method in class java.util.Locale
Returns the country name of this locale localized to the default locale.
getDisplayCountry(Locale) - Method in class java.util.Locale
Gets the country name suitable for display to the user, formatted for a specified locale.
getDisplayLanguage() - Method in class java.util.Locale
Gets the country name suitable for display to the user, formatted for the default locale.
getDisplayLanguage(Locale) - Method in class java.util.Locale
Gets the language name suitable for display to the user, formatted for a specified locale.
getDisplayName() - Method in class java.util.Locale
Gets all local components suitable for display to the user, formatted for the default locale.
getDisplayName(Locale) - Method in class java.util.Locale
Gets all local components suitable for display to the user, formatted for a specified locale.
getDisplayName() - Method in class java.util.TimeZone
This method returns a string name of the time zone suitable for displaying to the user.
getDisplayName(Locale) - Method in class java.util.TimeZone
This method returns a string name of the time zone suitable for displaying to the user.
getDisplayName(boolean, int) - Method in class java.util.TimeZone
This method returns a string name of the time zone suitable for displaying to the user.
getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
This method returns a string name of the time zone suitable for displaying to the user.
getDisplayVariant() - Method in class java.util.Locale
Returns the variant name of this locale localized to the default locale.
getDisplayVariant(Locale) - Method in class java.util.Locale
Returns the variant name of this locale localized to the given locale.
getDoInput() - Method in class java.net.URLConnection
Returns the value of a flag indicating whether or not input is going to be done for this connection.
getDomainCombiner() - Method in class java.security.AccessControlContext
Returns the Domain Combiner associated with the AccessControlContext
getDoOutput() - Method in class java.net.URLConnection
Returns a boolean flag indicating whether or not output will be done on this connection.
getDouble(Object, int) - Static method in class java.lang.reflect.Array
Gets an element of a double array.
getDouble(Object) - Method in class java.lang.reflect.Field
Get the value of this Field as a double.
getDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
Convenience method for getting the given entry as a double.
getDouble(String, double) - Method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a double.
getDSTSavings() - Method in class java.util.SimpleTimeZone
Gets the daylight savings offset.
getEncoded() - Method in class gnu.java.security.provider.GnuDSAPrivateKey
 
getEncoded() - Method in class gnu.java.security.provider.GnuDSAPublicKey
 
getEncoded() - Method in class java.security.AlgorithmParameters
Returns the parameters in the default encoding format.
getEncoded(String) - Method in class java.security.AlgorithmParameters
Returns the parameters in the specified encoding format.
getEncoded() - Method in class java.security.cert.Certificate
Gets the DER ASN.1 encoded format for this Certificate.
getEncoded() - Method in class java.security.cert.X509CRL
Gets the DER ASN.1 encoded format for this X.509 CRL.
getEncoded() - Method in class java.security.cert.X509CRLEntry
Gets the DER ASN.1 encoded format for this CRL Entry, the inner SEQUENCE.
getEncoded() - Method in interface java.security.Key
This method returns the encoded form of the key.
getEncoded() - Method in class java.security.spec.EncodedKeySpec
Gets the encoded key in byte format.
getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
Gets the encoded key in byte format.
getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
Gets the encoded key in byte format.
getEncoder() - Static method in class gnu.java.io.EncodingManager
This method returns the default instance of the default Encoder which must be used only for calling the static byte array conversion methods.
getEncoder(String) - Static method in class gnu.java.io.EncodingManager
This method returns the default instance of the Encoder for the named encoding.
getEncoder(String, boolean) - Static method in class gnu.java.io.EncodingManager
This method returns the default instance of the Encoder for the named encoding.
getEncoder(OutputStream) - Static method in class gnu.java.io.EncodingManager
This method returns an Encoder object that can write to the specified OutputStream using the default encoding.
getEncoder(OutputStream, String) - Static method in class gnu.java.io.EncodingManager
This method returns an Encoder object that can write to the specified OutputStream using the named encoding This form of getencoder caches the instance that is returned.
getEncoder(OutputStream, String, boolean) - Static method in class gnu.java.io.EncodingManager
This method returns an Encoder object that can write to the specified OutputStream using the named encoding
getEncoding() - Method in class java.io.InputStreamReader
This method returns the name of the encoding that is currently in use by this object.
getEncoding() - Method in class java.io.OutputStreamWriter
This method returns the name of the character encoding scheme currently in use by this stream.
getEncodingOfClass(Class) - Static method in class gnu.java.lang.reflect.TypeSignature
Returns a String representing the type-encoding of CLAZZ.
getEncodingOfConstructor(Constructor) - Static method in class gnu.java.lang.reflect.TypeSignature
Returns a String representing the type-encoding of C.
getEncodingOfMember(Member) - Static method in class gnu.java.lang.reflect.TypeSignature
Returns a String representing the type-encoding of MEM.
getEncodingOfMethod(Method) - Static method in class gnu.java.lang.reflect.TypeSignature
Returns a String representing the type-encoding of M.
getEndIndex() - Method in interface java.text.CharacterIterator
This method returns the character position of the end of the text range.
getEndIndex() - Method in class java.text.FieldPosition
This method returns the ending index for the field.
getEndIndex() - Method in class java.text.StringCharacterIterator
This method returns the character position of the end of the text range.
getEntries() - Method in class java.util.jar.Manifest
Gets a map of entry Strings to Attributes for all the entries described in this manifest.
getEntry(String) - Method in class java.util.jar.JarFile
XXX It actually returns a JarEntry not a zipEntry
getEntry(String) - Method in class java.util.zip.ZipFile
Searches for a zip entry in this archive with the given name.
getEntryName() - Method in class java.net.JarURLConnection
Returns the "entry name" portion of the jar URL.
getenv(String) - Static method in class java.lang.System
Deprecated. use getProperty(name).
getEras() - Method in class java.text.DateFormatSymbols
This method returns the list of strings used for displaying eras (e.g., "BC" and "AD").
getErrorIndex() - Method in class java.text.ParsePosition
This method returns the error index value.
getErrorOffset() - Method in exception java.text.ParseException
This method returns the position where the error occurred.
getErrorStream() - Method in class java.lang.Process
Obtain the error input stream of the subprocess.
getErrorStream() - Method in class java.net.HttpURLConnection
This method allows the caller to retrieve any data that might have been sent despite the fact that an error occurred.
getEth0Addr() - Static method in class jbvm.ip2k.HWConfig
Get Ethernet eth0 IP address
getEth0Mac() - Static method in class jbvm.ip2k.HWConfig
Get Ethernet eth0 HARDWARE address
getEth0Mask() - Static method in class jbvm.ip2k.HWConfig
Get Ethernet eth0 IP netmask
getEth1Addr() - Static method in class jbvm.ip2k.HWConfig
Get Ethernet eth1 IP address
getEth1Mac() - Static method in class jbvm.ip2k.HWConfig
Get Ethernet eth1 HARDWARE address
getEth1Mask() - Static method in class jbvm.ip2k.HWConfig
Get Ethernet eth1 IP netmask
getException() - Method in exception java.lang.ClassNotFoundException
Returns the exception which occurred while loading the class, otherwise returns null.
getException() - Method in error java.lang.ExceptionInInitializerError
Return the exception that caused this error to be created.
getException() - Method in exception java.security.PrivilegedActionException
This method returns the underlying Exception that caused this exception to be raised.
getExceptionTypes() - Method in class java.lang.reflect.Constructor
Get the exception types this constructor says it throws, in no particular order.
getExceptionTypes() - Method in class java.lang.reflect.Method
Get the exception types this method says it throws, in no particular order.
getExpiration() - Method in class java.net.URLConnection
Returns the value of the expires header or 0 if not known or present.
getExportedRef(Remote) - Static method in class gnu.java.rmi.server.UnicastServer
 
getExtensionValue(String) - Method in interface java.security.cert.X509Extension
Returns the DER encoded OCTET string for the specified extension value identified by a OID.
getExtra() - Method in class java.util.zip.ZipEntry
Gets the extra data.
getFailureHandler() - Static method in class java.rmi.server.RMISocketFactory
 
getFD() - Method in class java.io.FileInputStream
This method returns a FileDescriptor object representing the underlying native file handle of the file this stream is reading from
getFD() - Method in class java.io.FileOutputStream
This method returns a FileDescriptor object representing the file that is currently being written to
getFD() - Method in class java.io.RandomAccessFile
This method returns a FileDescriptor object that represents the native file handle for this file.
getField(String) - Method in class java.io.ObjectStreamClass
 
getField() - Method in class java.text.FieldPosition
This method returns the field identifier value for this object.
getFields() - Method in class java.io.ObjectStreamClass
 
getFile() - Method in class java.net.URL
Returns the file portion of the URL.
getFileDescriptor() - Method in class java.net.DatagramSocketImpl
Returns the FileDescriptor for this socket
getFileDescriptor() - Method in class java.net.SocketImpl
Returns the FileDescriptor objects for this socket.
getFileFormat() - Static method in class jbvm.ip2k.SDCardIO
Return File Format
getFilename() - Method in class gnu.java.lang.StackFrame
 
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFileNameMap() - Static method in class java.net.URLConnection
This method returns the FileNameMap object being used to decode MIME types by file extension.
getFilePointer() - Method in class java.io.RandomAccessFile
This method returns the current offset in the file at which the next read or write will occur
getFirst() - Method in class java.util.LinkedList
Returns the first element in the list.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of week is.
getFloat(Object, int) - Static method in class java.lang.reflect.Array
Gets an element of a float array.
getFloat(Object) - Method in class java.lang.reflect.Field
Get the value of this Field as a float.
getFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
Convenience method for getting the given entry as a float.
getFloat(String, float) - Method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a float.
getFollowRedirects() - Static method in class java.net.HttpURLConnection
Returns a boolean indicating whether or not HTTP redirects will automatically be followed or not.
getFormat() - Method in class gnu.java.security.provider.GnuDSAPrivateKey
 
getFormat() - Method in class gnu.java.security.provider.GnuDSAPublicKey
 
getFormat() - Method in interface java.security.Certificate
Deprecated. This method returns the encoding format of the certificate (e.g., "PGP", "X.509").
getFormat() - Method in interface java.security.Key
This method returns the name of the encoding format for this key.
getFormat() - Method in class java.security.spec.EncodedKeySpec
Returns the name of the key format used.
getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the name of the key format used which is "PKCS#8"
getFormat() - Method in class java.security.spec.X509EncodedKeySpec
Returns the name of the key format used which is "X.509"
getFormats() - Method in class java.text.ChoiceFormat
This method returns the list of format strings in use.
getFormats() - Method in class java.text.MessageFormat
Returns an array with the Formats for the arguments.
getFragment() - Method in class java.net.URI
Returns the fragment of the URI
getFrame(int) - Static method in class gnu.java.lang.ExecutionStack
 
getFrame(Thread, int) - Static method in class gnu.java.lang.ExecutionStack
 
getFrame() - Static method in class gnu.java.lang.ExecutionStack
 
getFrame(Thread) - Static method in class gnu.java.lang.ExecutionStack
 
getFsFree() - Static method in class java.io.File
Return free space on root file system
getFsFree(String) - Static method in class java.io.File
Return free space on file system
getFsSize() - Static method in class java.io.File
Return size of root file system
getFsSize(String) - Static method in class java.io.File
Return size of file system
getFWVersion() - Static method in class jbvm.ip2k.HWConfig
Return FW version sample : 0x01020310 - "1.2.3.16"
getG() - Method in interface java.security.interfaces.DSAParams
Returns the base, or 'g' value
getG() - Method in class java.security.spec.DSAParameterSpec
Returns g for the DSA algorithm.
getG() - Method in class java.security.spec.DSAPrivateKeySpec
Returns g for the DSA algorithm.
getG() - Method in class java.security.spec.DSAPublicKeySpec
Returns g for the DSA algorithm.
getGreatestMinimum(int) - Method in class java.util.Calendar
Gets the greatest minimum value that is allowed for the specified field.
getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
Gets the greatest minimum value that is allowed for the specified field.
getGregorianChange() - Method in class java.util.GregorianCalendar
Gets the date of the switch from Julian dates to Gregorian dates.
getGroupID() - Method in class java.rmi.activation.ActivationDesc
 
getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
This method sets the character used to separate groups of digits.
getGroupingSize() - Method in class java.text.DecimalFormat
 
getGuarantor() - Method in interface java.security.Certificate
Deprecated. This method returns the Principal that is guaranteeing this certificate.
getHeaderField(int) - Method in class gnu.java.net.protocol.http.HttpURLConnection
This method returns the header field value at the specified numeric index.
getHeaderField(int) - Method in class java.net.URLConnection
Return a String representing the header value at the specified index.
getHeaderField(String) - Method in class java.net.URLConnection
Returns a String representing the value of the header field having the named key.
getHeaderFieldDate(String, long) - Method in class java.net.HttpURLConnection
Returns the value of the named field parsed as date
getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
Returns the value of the named header field as a date.
getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
Returns the value of the named header field as an int.
getHeaderFieldKey(int) - Method in class gnu.java.net.protocol.http.HttpURLConnection
This method returns the header field key at the specified numeric index.
getHeaderFieldKey(int) - Method in class java.net.URLConnection
Returns a String representing the header key at the specified index.
getHeaderFieldKeyByIndex(int) - Method in class gnu.java.net.HeaderFieldHelper
 
getHeaderFields() - Method in class java.net.URLConnection
Returns a map of all sent header fields
getHeaderFieldValueByIndex(int) - Method in class gnu.java.net.HeaderFieldHelper
 
getHost() - Method in class java.net.URI
Returns the hostname of the URI
getHost() - Method in class java.net.URL
Returns the host of the URL
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address of this object as a String.
getHostAddress(URL) - Method in class java.net.URLStreamHandler
Get the IP address of our host.
getHostName() - Method in class java.net.InetAddress
Returns the hostname for this address.
getHostName() - Method in class java.net.InetSocketAddress
Returns hostname
getHours() - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use get(Calendar.HOUR_OF_DAY) instead.
getHWConfigU16(int) - Static method in class jbvm.ip2k.HWConfig
 
getHWConfigU32(int) - Static method in class jbvm.ip2k.HWConfig
 
getHWConfigU8(int) - Static method in class jbvm.ip2k.HWConfig
 
getHWVersion() - Static method in class jbvm.ip2k.HWConfig
Return HW version
getHWVersionLong() - Static method in class jbvm.ip2k.HWConfig
Return HW version bits: 0-7: RAM Mb 8-15: FLASH Mb 16-18: # Ethernets 19: Real Time Clock 20-21: # Serials 22-23: # Serials 24-31: CPU clock/10 32-39: HW Revision 40: DHCP 41: PPP 42: SD Card
getID() - Method in class java.rmi.activation.Activatable
 
getID() - Method in class java.util.TimeZone
Gets the identifier of this time zone.
getIdentity(String) - Method in class java.security.IdentityScope
Deprecated. Gets the specified Identity within this scope by specified name.
getIdentity(Principal) - Method in class java.security.IdentityScope
Deprecated. Gets the specified Identity within this scope by the specified Principal.
getIdentity(PublicKey) - Method in class java.security.IdentityScope
Deprecated. Gets the specified Identity within this scope by the specified public key.
getIfModifiedSince() - Method in class java.net.URLConnection
Returns the ifModified since instance variable.
getImplementationTitle() - Method in class java.lang.Package
Returns the name of the implementation or null if unknown.
getImplementationVendor() - Method in class java.lang.Package
Returns the vendor that wrote this implementation or null if unknown.
getImplementationVersion() - Method in class java.lang.Package
Returns the version of this implementation or null if unknown.
getInCheck() - Method in class java.lang.SecurityManager
Tells whether or not the SecurityManager is currently performing a security check.
getIndex() - Method in exception java.net.URISyntaxException
Returns the index of the failure, or -1.
getIndex() - Method in interface java.text.CharacterIterator
This method returns the current value of the index.
getIndex() - Method in class java.text.ParsePosition
This method returns the current parsing index.
getIndex() - Method in class java.text.StringCharacterIterator
This method returns the current value of the index.
getInetAddress() - Method in class java.net.DatagramSocket
This method returns the remote address to which this socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
This method returns the local address to which this socket is bound
getInetAddress() - Method in class java.net.Socket
Returns the address of the remote end of the socket.
getInetAddress() - Method in class java.net.SocketImpl
Returns the remote address this socket is connected to
getInfinity() - Method in class java.text.DecimalFormatSymbols
This method returns the character used to represent infinity.
getInfo() - Method in class java.security.Identity
Deprecated. Gets the general information string.
getInfo() - Method in class java.security.Provider
This method returns a textual description of the Provider.
getInode() - Method in class java.io.File
 
getInput() - Method in exception java.net.URISyntaxException
Returns the bad input string.
getInputStream() - Method in class gnu.java.net.protocol.file.FileURLConnection
Opens the file for reading and returns a stream for it.
getInputStream() - Method in class gnu.java.net.protocol.http.HttpURLConnection
Returns an InputStream for reading from this connection.
getInputStream() - Method in class gnu.java.rmi.server.UnicastRemoteCall
 
getInputStream() - Method in class java.lang.Process
Obtain the input stream of the subprocess.
getInputStream() - Method in class java.net.Socket
Returns an InputStream for reading from this socket.
getInputStream() - Method in class java.net.SocketImpl
Returns an InputStream object for reading from this socket.
getInputStream() - Method in class java.net.URLConnection
Returns an InputStream for this connection.
getInputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.  
getInputStream(ZipEntry) - Method in class java.util.jar.JarFile
XXX should verify the inputstream
getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
Creates an input stream reading the given zip entry as uncompressed data.
getInstance() - Static method in class gnu.java.rmi.server.RMIClassLoaderImpl
Returns an instance of RMIClassLoaderImpl.
getInstance(String, int, RMIClientSocketFactory) - Static method in class gnu.java.rmi.server.UnicastConnectionManager
Return a client connection manager which will connect to the given host/port.
getInstance(int, RMIServerSocketFactory) - Static method in class gnu.java.rmi.server.UnicastConnectionManager
Return a server connection manager which will accept connection on the given port.
getInstance() - Static method in class gnu.java.util.EmptyEnumeration
Returns the only instance of this class.
getInstance(String) - Static method in class java.security.AlgorithmParameterGenerator
Gets an instance of the AlgorithmParameterGenerator class which generates algorithm parameters for the specified algorithm.
getInstance(String, String) - Static method in class java.security.AlgorithmParameterGenerator
Gets an instance of the AlgorithmParameterGenerator class which generates algorithm parameters for the specified algorithm.
getInstance(String) - Static method in class java.security.AlgorithmParameters
Gets an instance of the AlgorithmParameters class representing the specified algorithm parameters.
getInstance(String, String) - Static method in class java.security.AlgorithmParameters
Gets an instance of the AlgorithmParameters class representing the specified algorithm parameters from the specified provider.
getInstance(String) - Static method in class java.security.cert.CertificateFactory
Gets an instance of the CertificateFactory class representing the specified certificate factory.
getInstance(String, String) - Static method in class java.security.cert.CertificateFactory
Gets an instance of the CertificateFactory class representing the specified certificate factory from the specified provider.
getInstance(String) - Static method in class java.security.KeyFactory
Gets an instance of the KeyFactory class representing the specified key factory.
getInstance(String, String) - Static method in class java.security.KeyFactory
Gets an instance of the KeyFactory class representing the specified key factory from the specified provider.
getInstance(String) - Static method in class java.security.KeyPairGenerator
Gets an instance of the KeyPairGenerator class which generates key pairs for the specified algorithm.
getInstance(String, String) - Static method in class java.security.KeyPairGenerator
Gets an instance of the KeyPairGenerator class which generates key pairs for the specified algorithm.
getInstance(String) - Static method in class java.security.KeyStore
Gets an instance of the KeyStore class representing the specified keystore.
getInstance(String, String) - Static method in class java.security.KeyStore
Gets an instance of the KeyStore class representing the specified key store from the specified provider.
getInstance(String) - Static method in class java.security.MessageDigest
Gets an instance of the MessageDigest class representing the specified digest.
getInstance(String, String) - Static method in class java.security.MessageDigest
Gets an instance of the MessageDigest class representing the specified digest from the specified provider.
getInstance(String) - Static method in class java.security.SecureRandom
Returns an instance of a SecureRandom.
getInstance(String, String) - Static method in class java.security.SecureRandom
Returns an instance of a SecureRandom.
getInstance(String) - Static method in class java.security.Signature
Gets an instance of the Signature class representing the specified signature.
getInstance(String, String) - Static method in class java.security.Signature
Gets an instance of the Signature class representing the specified signature from the specified provider.
getInstance() - Static method in class java.text.Collator
This method returns an instance of Collator for the default locale.
getInstance(Locale) - Static method in class java.text.Collator
This method returns an instance of Collator for the specified locale.
getInstance() - Static method in class java.text.DateFormat
This method returns a new instance of DateFormat that formats both dates and times using the SHORT style.
getInstance() - Static method in class java.text.NumberFormat
This method returns a default instance for the default locale.
getInstance(Locale) - Static method in class java.text.NumberFormat
This method returns a default instance for the specified locale.
getInstance() - Static method in class java.util.Calendar
Creates a calendar representing the actual time, using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Creates a calendar representing the actual time, using the given time zone and the default locale.
getInstance(Locale) - Static method in class java.util.Calendar
Creates a calendar representing the actual time, using the default time zone and the given locale.
getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
Creates a calendar representing the actual time, using the given time zone and locale.
getInstanceFollowRedirects() - Method in class java.net.HttpURLConnection
Returns the value of this HttpURLConnection's instanceFollowRedirects field
getInt(Object, int) - Static method in class java.lang.reflect.Array
Gets an element of an int array.
getInt(Object) - Method in class java.lang.reflect.Field
Get the value of this Field as an int.
getInt(String, int) - Method in class java.util.prefs.AbstractPreferences
Convenience method for getting the given entry as an integer.
getInt(String, int) - Method in class java.util.prefs.Preferences
Convenience method for getting the given entry as an integer.
getInteger(String) - Static method in class java.lang.Integer
Get the specified system property as an Integer.
getInteger(String, int) - Static method in class java.lang.Integer
Get the specified system property as an Integer, or use a default int value if the property is not found or is not decodable.
getInteger(String, Integer) - Static method in class java.lang.Integer
Get the specified system property as an Integer, or use a default Integer value if the property is not found or is not decodable.
getInterface() - Method in class java.net.MulticastSocket
Returns the interface being used for multicast packets
getInterfaceHash(Class) - Static method in class gnu.java.rmi.server.RMIHashes
 
getInterfaces() - Method in class java.lang.Class
Get the interfaces this class directly implements, in the order that they were declared.
getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
This method returns the currency symbol in international format.
getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
Returns the invocation handler for the given proxy instance.
getISO3Country() - Method in class java.util.Locale
Returns the three-letter ISO country abbrevation of the locale.
getISO3Language() - Method in class java.util.Locale
Returns the three-letter ISO language abbrevation of this locale.
getISOCountries() - Static method in class java.util.Locale
Returns a list of all 2-letter uppercase country codes as defined in ISO 3166
getISOLanguages() - Static method in class java.util.Locale
Returns a list of all 2-letter lowercase language codes as defined in ISO 639 (both old and new variant).
getIssuerDN() - Method in class java.security.cert.X509Certificate
Returns the issuer (issuer distinguished name) of the Certificate.
getIssuerDN() - Method in class java.security.cert.X509CRL
Returns the issuer (issuer distinguished name) of the CRL.
getIssuerUniqueID() - Method in class java.security.cert.X509Certificate
Returns the issuer unique ID for this certificate.
getIterator() - Method in class java.text.AttributedString
This method returns an AttributedCharacterIterator that will iterate over the entire string.
getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
This method returns an AttributedCharacterIterator that will iterate over the entire string.
getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
This method returns an AttributedCharacterIterator that will iterate over the specified subrange.
getJarEntry() - Method in class java.net.JarURLConnection
Returns the entry in this jar file specified by the URL.
getJarEntry(String) - Method in class java.util.jar.JarFile
Returns the JarEntry that belongs to the name if such an entry exists in the JarFile.
getJarFile() - Method in class java.net.JarURLConnection
Returns a read-only JarFile object for the remote jar file
getJarFileURL() - Method in class java.net.JarURLConnection
This method returns the "real" URL where the JarFile is located.
getKey(String, char[]) - Method in class java.security.KeyStore
Returns the key associated with given alias using the supplied password.
getKey() - Method in interface java.util.Map.Entry
Get the key corresponding to this entry.
getKey() - Method in exception java.util.MissingResourceException
Gets the key of the resource that is missing bundle, this is an empty string if the whole resource bundle is missing.
getKey() - Method in class java.util.prefs.PreferenceChangeEvent
Returns the key of the entry that was added, changed or removed.
getKeyAt(int) - Method in class jbvm.ip2k.VMGroMapInt
 
getKeyAt(int) - Method in class jbvm.ip2k.VMGroMapLong
 
getKeyAt(int) - Method in class jbvm.ip2k.VMGroMapStr
 
getKeys() - Method in class java.util.ListResourceBundle
This method should return all keys for which a resource exists.
getKeys() - Method in class java.util.PropertyResourceBundle
This method should return all keys for which a resource exists.
getKeys() - Method in class java.util.ResourceBundle
This method should return all keys for which a resource exists.
getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
Return the size of the key.
getKeySpec(Key, Class) - Method in class java.security.KeyFactory
Returns a key specification for the given key. keySpec identifies the specification class to return the key material in.
getKeyUsage() - Method in class java.security.cert.X509Certificate
Returns a boolean array representing the KeyUsage extension for the certificate.
getLanguage() - Method in class java.util.Locale
Returns the language code of this locale.
getLast() - Method in class java.util.LinkedList
Returns the last element in the list.
getLastModified() - Method in class java.net.URLConnection
Returns the value of the last-modified header field or 0 if not known known or not present.
getLeastMaximum(int) - Method in class java.util.Calendar
Gets the smallest maximum value that is allowed for the specified field.
getLeastMaximum(int) - Method in class java.util.GregorianCalendar
Gets the smallest maximum value that is allowed for the specified field.
getLength(Object) - Static method in class java.lang.reflect.Array
Gets the array length.
getLength() - Method in class java.net.DatagramPacket
Returns the length of the data in the buffer
getLimits() - Method in class java.text.ChoiceFormat
This method returns the list of range terminators in use.
getLine(byte, int, byte, int, boolean, boolean) - Static method in class jbvm.ip2k.I2cIO
Get I2C Line, create it if not exist
getLineInstance() - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the default locale.
getLineInstance(Locale) - Static method in class java.text.BreakIterator
This method returns an instance of BreakIterator that will iterate over line breaks as defined in the specified locale.
getLineNum() - Method in class gnu.java.lang.StackFrame
 
getLineNumber() - Method in class java.io.LineNumberInputStream
Deprecated. This method returns the current line number
getLineNumber() - Method in class java.io.LineNumberReader
This method returns the current line number
getLineNumber() - Method in class java.lang.StackTraceElement
Returns the line number of the source line containing the execution point represented by this stack trace element.
getLocalAddress() - Method in class java.net.DatagramSocket
Returns the local address this socket is bound to.
getLocalAddress() - Method in class java.net.Socket
Returns the local address to which this socket is bound.
getLocale() - Method in class java.text.MessageFormat
Returns the locale.
getLocale() - Method in class java.util.ResourceBundle
Return the actual locale of this bundle.
getLocalHost() - Static method in class java.net.InetAddress
Returns an InetAddress object representing the address of the current host.
getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
Return a localized version of this InputStream, meaning all characters are localized before they come out the other end.
getLocalizedMessage() - Method in class java.lang.Throwable
Get a localized version of this Throwable's error message.
getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
Return a localized version of this InputStream, meaning all characters are localized before they come out the other end.
getLocalPatternChars() - Method in class java.text.DateFormatSymbols
This method returns the pattern character information for this object.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the local port this socket is bound to
getLocalPort() - Method in class java.net.DatagramSocketImpl
Returns the local port this socket is bound to
getLocalPort() - Method in class java.net.ServerSocket
This method returns the local port number to which this socket is bound
getLocalPort() - Method in class java.net.Socket
Returns the local port number to which this socket is bound.
getLocalPort() - Method in class java.net.SocketImpl
Returns the local port this socket is bound to
getLocation() - Method in class java.rmi.activation.ActivationDesc
 
getLocation() - Method in class java.rmi.activation.ActivationGroupDesc
 
getLocation() - Method in class java.security.CodeSource
This method returns the URL specifying the location from which code will be loaded under this CodeSource.
getLog() - Static method in class java.rmi.server.RemoteServer
 
getLong(String) - Static method in class java.lang.Long
Get the specified system property as a Long.
getLong(String, long) - Static method in class java.lang.Long
Get the specified system property as an Long, or use a default long value if the property is not found or is not decodable.
getLong(String, Long) - Static method in class java.lang.Long
Get the specified system property as an Long, or use a default Long value if the property is not found or is not decodable.
getLong(Object, int) - Static method in class java.lang.reflect.Array
Gets an element of a long array.
getLong(Object) - Method in class java.lang.reflect.Field
Get the value of this Field as a long.
getLong(String, long) - Method in class java.util.prefs.AbstractPreferences
Convenience method for getting the given entry as a long.
getLong(String, long) - Method in class java.util.prefs.Preferences
Convenience method for getting the given entry as a long.
getLowestSetBit() - Method in class java.math.BigInteger
 
getMainAttributes() - Method in class java.net.JarURLConnection
Returns the main Attributes for the jar file specified in the URL or null if there are none
getMainAttributes() - Method in class java.util.jar.Manifest
Gets the main attributes of this Manifest.
getManifest() - Method in class java.net.JarURLConnection
Returns a Manifest object for this jar file, or null if there is no manifest.
getManifest() - Method in class java.util.jar.JarFile
Returns the manifest for this JarFile or null when the JarFile does not contain a manifest file.
getManifest() - Method in class java.util.jar.JarInputStream
Returns the Manifest for the jar file or null if there was no Manifest.
getMaxExpansion(int) - Method in class java.text.CollationElementIterator
This method returns the maximum length of any expansion sequence that ends with the specified collation order value.
getMaximum(int) - Method in class java.util.Calendar
Gets the biggest value that is allowed for the specified field.
getMaximum(int) - Method in class java.util.GregorianCalendar
Gets the biggest value that is allowed for the specified field.
getMaximumFractionDigits() - Method in class java.text.NumberFormat
This method returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - Method in class java.text.NumberFormat
This method returns the maximum number of digits allowed in the integer portion of a number.
getMaxPriority() - Method in class java.lang.ThreadGroup
Get the maximum priority of Threads in this ThreadGroup.
getMessage() - Method in exception java.io.InvalidClassException
Returns the descriptive error message for this exception.
getMessage() - Method in exception java.io.WriteAbortedException
This method returns a message indicating what went wrong, including the message text from the initial exception that caused this one to be thrown
getMessage() - Method in class java.lang.Throwable
Get the message associated with this Throwable.
getMessage() - Method in exception java.net.URISyntaxException
Returns a message describing the parse error, as if by 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

H

h - Variable in class java.lang.reflect.Proxy
The invocation handler for this proxy instance.
HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class java.lang.Character.Subset
U+FF00 - U+FFEF
HALFWIDTH_KATAKANA - Static variable in class java.lang.Character.Subset
Halfwidth Katakana characters.
handleGetObject(String) - Method in class java.util.ListResourceBundle
Override this method to provide the resource for a keys.
handleGetObject(String) - Method in class java.util.PropertyResourceBundle
Called by getObject when a resource is needed.
handleGetObject(String) - Method in class java.util.ResourceBundle
Override this method to provide the resource for a keys.
Handler - Class in gnu.java.net.protocol.file
This is the protocol handler for the "file" protocol.
Handler() - Constructor for class gnu.java.net.protocol.file.Handler
A do nothing constructor
Handler - Class in gnu.java.net.protocol.http
This is the protocol handler for the HTTP protocol.
Handler() - Constructor for class gnu.java.net.protocol.http.Handler
A do nothing constructor
HANGUL_COMPATIBILITY_JAMO - Static variable in class java.lang.Character.Subset
U+3130 - U+318F
HANGUL_JAMO - Static variable in class java.lang.Character.Subset
U+1100 - U+11FF
HANGUL_SYLLABLES - Static variable in class java.lang.Character.Subset
U+AC00 - U+D7A3
HANJA - Static variable in class java.lang.Character.Subset
All Han characters used for writing Korean.
hasChanged() - Method in class java.util.Observable
 
hasExtensions() - Method in class java.security.cert.X509CRLEntry
Checks if this X509CRLEntry has extensions.
hashCode() - Method in class gnu.java.io.ObjectIdentityWrapper
Uses System.identityHashCode(Object) to compute a hash code for the object wrapped by this ObjectIdentityWrapper.
hashCode() - Method in class java.io.File
This method returns a hash code representing this file.
hashCode() - Method in class java.io.FilePermission
Get the hash code for this Object.
hashCode() - Method in class java.lang.Boolean
Returns the integer 1231 if this object represents the primitive true and the integer 1237 otherwise.
hashCode() - Method in class java.lang.Byte
Return a hashcode representing this Object.
hashCode() - Method in class java.lang.Character
Returns the numerical value (unsigned) of the wrapped character.
hashCode() - Method in class java.lang.Double
The hashcode is the value of the expression:

(int)(v^(v>>>32))

where v is defined by:
long v = Double.doubleToLongBits(this.longValue());
hashCode() - Method in class java.lang.Float
Return a hashcode representing this Object.
hashCode() - Method in class java.lang.Integer
Return a hashcode representing this Object.
hashCode() - Method in class java.lang.Long
Return a hashcode representing this Object.
hashCode() - Method in class java.lang.Object
Get a value that represents this Object, as uniquely as possible within the confines of an int.
hashCode() - Method in class java.lang.Package
Returns the hashCode of the name of this package.
hashCode() - Method in class java.lang.reflect.Constructor
Get the hash code for the Constructor.
hashCode() - Method in class java.lang.reflect.Field
Get the hash code for the Field.
hashCode() - Method in class java.lang.reflect.Method
Get the hash code for the Method.
hashCode() - Method in class java.lang.Short
Return a hashcode representing this Object.
hashCode() - Method in class java.lang.StackTraceElement
Returns a hash code value for this stack trace element.
hashCode() - Method in class java.lang.String
Computes the hashcode for this String, according to JLS, Appendix D.
hashCode() - Method in class java.math.BigDecimal
 
hashCode() - Method in class java.math.BigInteger
 
hashCode() - Method in class java.net.InetAddress
Returns a hash value for this address.
hashCode() - Method in class java.net.InetSocketAddress
Returns the hashcode of the InetSocketAddress
hashCode() - Method in class java.net.SocketPermission
Returns a hash code value for this object.
hashCode() - Method in class java.net.URI
Computes the hascode of the URI
hashCode() - Method in class java.net.URL
Returns a hashcode computed by the URLStreamHandler of this URL
hashCode(URL) - Method in class java.net.URLStreamHandler
Provides the default hash calculation.
hashCode() - Method in class java.rmi.activation.ActivationDesc
 
hashCode() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
 
hashCode() - Method in class java.rmi.activation.ActivationGroupDesc
 
hashCode() - Method in class java.rmi.activation.ActivationGroupID
 
hashCode() - Method in class java.rmi.activation.ActivationID
 
hashCode() - Method in class java.rmi.dgc.VMID
 
hashCode() - Method in class java.rmi.MarshalledObject
 
hashCode() - Method in class java.rmi.server.ObjID
 
hashCode() - Method in class java.rmi.server.RemoteObject
 
hashCode() - Method in class java.rmi.server.UID
 
hashCode() - Method in class java.security.AccessControlContext
Computes a hash code of this class
hashCode() - Method in class java.security.AllPermission
This method returns a hash code for this object.
hashCode() - Method in class java.security.BasicPermission
This method returns a hash code for this permission object.
hashCode() - Method in class java.security.cert.Certificate
Returns a hash code for this Certificate in its encoded form.
hashCode() - Method in class java.security.cert.X509CRL
Returns a hash code for this X509CRL in its encoded form.
hashCode() - Method in class java.security.cert.X509CRLEntry
Returns a hash code for this X509CRLEntry in its encoded form.
hashCode() - Method in class java.security.CodeSource
This method returns a hash value for this object.
hashCode() - Method in class java.security.Identity
Deprecated. Gets the hashcode for this Identity.
hashCode() - Method in class java.security.Permission
This method returns a hash code for this Permission.
hashCode() - Method in interface java.security.Principal
This method returns a hash code value for this Principal.
hashCode() - Method in class java.security.UnresolvedPermission
Returns a hash code value for this object.
hashCode() - Method in class java.text.AttributedCharacterIterator.Attribute
This method returns a hash value for this object.
hashCode() - Method in class java.text.ChoiceFormat
This method returns a hash value for this object
hashCode() - Method in class java.text.CollationKey
This method returns a hash value for this object.
hashCode() - Method in class java.text.Collator
This method returns a hash code value for this object.
hashCode() - Method in class java.text.DateFormat
This method returns a hash value for this object.
hashCode() - Method in class java.text.DateFormatSymbols
This method returns a hash value for this object.
hashCode() - Method in class java.text.DecimalFormat
 
hashCode() - Method in class java.text.DecimalFormatSymbols
This method returns a hash value for this object.
hashCode() - Method in class java.text.MessageFormat
Overrides Format.hashCode()
hashCode() - Method in class java.text.NumberFormat
This method returns a hash value for this object.
hashCode() - Method in class java.text.RuleBasedCollator
This method returns a hash value for this object.
hashCode() - Method in class java.util.AbstractList
Obtain a hash code for this list.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code for this map.
hashCode() - Method in class java.util.AbstractSet
Returns a hash code for this Set.
hashCode() - Method in class java.util.BitSet
Returns a hash code value for this bit set.
hashCode() - Method in class java.util.Calendar
Returns a hash code for this calendar.
hashCode() - Method in interface java.util.Collection
Obtain a hash code for this collection.
hashCode() - Method in class java.util.Date
 
hashCode() - Method in class java.util.Hashtable
Returns the hashCode for this Hashtable.
hashCode() - Method in class java.util.IdentityHashMap
Returns the hashcode of this map.
hashCode() - Method in class java.util.jar.Attributes
Returns the hashcode of the attribute name/value map.
hashCode() - Method in class java.util.jar.Attributes.Name
Returns the hash code of the (lowercase) String representation of this Name.
hashCode() - Method in class java.util.jar.Manifest
Calculates the hash code of the manifest.
hashCode() - Method in interface java.util.List
Obtain a hash code for this list.
hashCode() - Method in class java.util.Locale
Return the hash code for this locale.
hashCode() - Method in interface java.util.Map.Entry
Returns the hash code of the entry.
hashCode() - Method in interface java.util.Map
Returns the hash code for this map.
hashCode() - Method in interface java.util.Set
Returns the hash code for this set.
hashCode() - Method in class java.util.SimpleTimeZone
Generates the hashCode for the SimpleDateFormat object.
hashCode() - Method in class java.util.Vector
Computes the hashcode of this object.
hashCode() - Method in class java.util.zip.ZipEntry
Gets the hashCode of this ZipEntry.
HashMap - Class in java.util
This class provides a hashtable-backed implementation of the Map interface.
HashMap() - Constructor for class java.util.HashMap
Construct a new HashMap with the default capacity (11) and the default load factor (0.75).
HashMap(Map) - Constructor for class java.util.HashMap
Construct a new HashMap from the given Map, with initial capacity the greater of the size of m or the default of 11.
HashMap(int) - Constructor for class java.util.HashMap
Construct a new HashMap with a specific inital capacity and default load factor of 0.75.
HashMap(int, float) - Constructor for class java.util.HashMap
Construct a new HashMap with a specific inital capacity and load factor.
HashSet - Class in java.util
This class provides a HashMap-backed implementation of the Set interface.
HashSet() - Constructor for class java.util.HashSet
Construct a new, empty HashSet whose backing HashMap has the default capacity (11) and loadFacor (0.75).
HashSet(int) - Constructor for class java.util.HashSet
Construct a new, empty HashSet whose backing HashMap has the supplied capacity and the default load factor (0.75).
HashSet(int, float) - Constructor for class java.util.HashSet
Construct a new, empty HashSet whose backing HashMap has the supplied capacity and load factor.
HashSet(Collection) - Constructor for class java.util.HashSet
Construct a new HashSet with the same elements as are in the supplied collection (eliminating any duplicates, of course).
Hashtable - Class in java.util
A class which implements a hashtable data structure.
Hashtable() - Constructor for class java.util.Hashtable
Construct a new Hashtable with the default capacity (11) and the default load factor (0.75).
Hashtable(Map) - Constructor for class java.util.Hashtable
Construct a new Hashtable from the given Map, with initial capacity the greater of the size of m or the default of 11.
Hashtable(int) - Constructor for class java.util.Hashtable
Construct a new Hashtable with a specific inital capacity and default load factor of 0.75.
Hashtable(int, float) - Constructor for class java.util.Hashtable
Construct a new Hashtable with a specific initial capacity and load factor.
hasMoreElements() - Method in class gnu.java.util.DoubleEnumeration
Returns true, if at least one of the two enumerations has more elements.
hasMoreElements() - Method in class gnu.java.util.EmptyEnumeration
Always returns false.
hasMoreElements() - Method in interface java.util.Enumeration
Tests whether there are elements remaining in the enumeration.
hasMoreElements() - Method in class java.util.StringTokenizer
This does the same as hasMoreTokens.
hasMoreTokens() - Method in class java.util.StringTokenizer
Tells if there are more tokens.
hasNext() - Method in interface java.util.Iterator
Tests whether there are elements remaining in the collection.
hasNext() - Method in interface java.util.ListIterator
Tests whether there are elements remaining in the list in the forward direction.
hasPrevious() - Method in interface java.util.ListIterator
Tests whether there are elements remaining in the list in the reverse direction.
hasSameRules(TimeZone) - Method in class java.util.SimpleTimeZone
Test if the other time zone uses the same rule and only possibly differs in ID.
hasSameRules(TimeZone) - Method in class java.util.TimeZone
Test if the other time zone uses the same rule and only possibly differs in ID.
hasUnsupportedCriticalExtension() - Method in interface java.security.cert.X509Extension
Returns true if the certificate contains a critical extension that is not supported.
HAVE_NATIVE_GENERATE_PROXY_CLASS - Static variable in interface gnu.classpath.Configuration
Set to true if the VM provides a native method to implement the second part of Proxy.getProxyClass: conversion of an array of methods into an actual proxy class.
HAVE_NATIVE_GET_PROXY_CLASS - Static variable in interface gnu.classpath.Configuration
Set to true if the VM provides a native method to implement Proxy.getProxyClass completely, including argument verification.
HAVE_NATIVE_GET_PROXY_DATA - Static variable in interface gnu.classpath.Configuration
Set to true if the VM provides a native method to implement the first part of Proxy.getProxyClass: generation of the array of methods to convert, and verification of the arguments.
HeaderFieldHelper - Class in gnu.java.net
This class manages header field keys and values.
HeaderFieldHelper() - Constructor for class gnu.java.net.HeaderFieldHelper
 
HeaderFieldHelper(int) - Constructor for class gnu.java.net.HeaderFieldHelper
 
headMap(Object) - Method in interface java.util.SortedMap
Returns a view of the portion of the map strictly less than toKey.
headMap(Object) - Method in class java.util.TreeMap
Returns a view of this Map including all entries with keys less than toKey.
headSet(Object) - Method in interface java.util.SortedSet
Returns a view of the portion of the set strictly less than toElement.
headSet(Object) - Method in class java.util.TreeSet
Returns a view of this Set including all elements less than to.
HEBREW - Static variable in class java.lang.Character.Subset
U+0590 - U+05FF
help() - Static method in class gnu.java.rmi.registry.RegistryImpl
 
highestOneBit(int) - Static method in class java.lang.Integer
Find the highest set bit in value, and return a new value with only that bit set.
HIRAGANA - Static variable in class java.lang.Character.Subset
U+3040 - U+309F
hostname - Static variable in class java.net.VMResolver
 
hostsEqual(URL, URL) - Method in class java.net.URLStreamHandler
Compares the host components of two URLs.
HOUR - Static variable in class java.util.Calendar
Constant representing the hour time field for 12-hour clock.
HOUR0_FIELD - Static variable in class java.text.DateFormat
 
HOUR1_FIELD - Static variable in class java.text.DateFormat
 
HOUR_OF_DAY - Static variable in class java.util.Calendar
Constant representing the hour of day time field for 24-hour clock.
HOUR_OF_DAY0_FIELD - Static variable in class java.text.DateFormat
 
HOUR_OF_DAY1_FIELD - Static variable in class java.text.DateFormat
 
HTTP_ACCEPTED - Static variable in class java.net.HttpURLConnection
The request has been accepted for processing but has not completed.
HTTP_BAD_GATEWAY - Static variable in class java.net.HttpURLConnection
The proxy encountered a bad response from the server it was proxy-ing for
HTTP_BAD_METHOD - Static variable in class java.net.HttpURLConnection
The specified request method is not allowed for this resource.
HTTP_BAD_REQUEST - Static variable in class java.net.HttpURLConnection
The request was misformed or could not be understood.
HTTP_CLIENT_TIMEOUT - Static variable in class java.net.HttpURLConnection
The request timed out.
HTTP_CONFLICT - Static variable in class java.net.HttpURLConnection
There is a conflict between the current state of the resource and the requested action.
HTTP_CREATED - Static variable in class java.net.HttpURLConnection
The requested resource has been created.
HTTP_ENTITY_TOO_LARGE - Static variable in class java.net.HttpURLConnection
The request sent was too large for the server to handle.
HTTP_FORBIDDEN - Static variable in class java.net.HttpURLConnection
There is no permission to access the requested resource.
HTTP_GATEWAY_TIMEOUT - Static variable in class java.net.HttpURLConnection
The proxy timed out getting a reply from the remote server it was proxy-ing for.
HTTP_GONE - Static variable in class java.net.HttpURLConnection
The requested resource is no longer available.
HTTP_INTERNAL_ERROR - Static variable in class java.net.HttpURLConnection
The server encountered an unexpected error (such as a CGI script crash) that prevents the request from being fulfilled.
HTTP_LENGTH_REQUIRED - Static variable in class java.net.HttpURLConnection
A Content-Length header is required for this request, but was not supplied.
HTTP_MOVED_PERM - Static variable in class java.net.HttpURLConnection
The resource has been permanently moved to a new location.
HTTP_MOVED_TEMP - Static variable in class java.net.HttpURLConnection
The resource requested has been temporarily moved to a new location.
HTTP_MULT_CHOICE - Static variable in class java.net.HttpURLConnection
There is a list of choices available for the requested resource.
HTTP_NO_CONTENT - Static variable in class java.net.HttpURLConnection
The server performed the request, but there is no data to send back.
HTTP_NOT_ACCEPTABLE - Static variable in class java.net.HttpURLConnection
Based on the input headers sent, the resource returned in response to the request would not be acceptable to the client.
HTTP_NOT_AUTHORITATIVE - Static variable in class java.net.HttpURLConnection
The meta-information returned in the header is not the actual data from the original server, but may be from a local or other copy.
HTTP_NOT_FOUND - Static variable in class java.net.HttpURLConnection
The requested resource was not found.
HTTP_NOT_IMPLEMENTED - Static variable in class java.net.HttpURLConnection
The server does not support the requested functionality.
HTTP_NOT_MODIFIED - Static variable in class java.net.HttpURLConnection
The document has not been modified since the criteria specified in a conditional GET.
HTTP_OK - Static variable in class java.net.HttpURLConnection
Indicates the request succeeded.
HTTP_PARTIAL - Static variable in class java.net.HttpURLConnection
The server completed the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in class java.net.HttpURLConnection
Code reserved for future use - I hope way in the future.
HTTP_PRECON_FAILED - Static variable in class java.net.HttpURLConnection
A client specified pre-condition was not met on the server.
HTTP_PROXY_AUTH - Static variable in class java.net.HttpURLConnection
The client must authenticate with a proxy prior to attempting this request.
HTTP_REQ_TOO_LONG - Static variable in class java.net.HttpURLConnection
The name of the resource specified was too long.
HTTP_RESET - Static variable in class java.net.HttpURLConnection
The server performed the request, but there is no data to sent back, however, the user's display should be "reset" to clear out any form fields entered.
HTTP_SEE_OTHER - Static variable in class java.net.HttpURLConnection
The response to the request issued is available at another location.
HTTP_SERVER_ERROR - Static variable in class java.net.HttpURLConnection
Deprecated.  
HTTP_UNAUTHORIZED - Static variable in class java.net.HttpURLConnection
The request made requires user authorization.
HTTP_UNAVAILABLE - Static variable in class java.net.HttpURLConnection
The HTTP service is not availalble, such as because it is overloaded and does not want additional requests.
HTTP_UNSUPPORTED_TYPE - Static variable in class java.net.HttpURLConnection
The request is in a format not supported by the requested resource.
HTTP_USE_PROXY - Static variable in class java.net.HttpURLConnection
The requested resource needs to be accessed through a proxy.
HTTP_VERSION - Static variable in class java.net.HttpURLConnection
This server does not support the protocol version requested.
HttpURLConnection - Class in gnu.java.net.protocol.http
This subclass of java.net.URLConnection models a URLConnection via the HTTP protocol.
HttpURLConnection(URL) - Constructor for class gnu.java.net.protocol.http.HttpURLConnection
Calls superclass constructor to initialize
HttpURLConnection - Class in java.net
This class provides a common abstract implementation for those URL connection classes that will connect using the HTTP protocol.
HttpURLConnection(URL) - Constructor for class java.net.HttpURLConnection
Create an HttpURLConnection for the specified URL
HUFFMAN_ONLY - Static variable in class java.util.zip.Deflater
This strategy will not look for string repetitions at all.
HWConfig - Class in jbvm.ip2k
Hardware configuration access
hwpos(int) - Static method in class jbvm.ip2k.HWConfig
 

I

I2cIO - Class in jbvm.ip2k
Provides access to Ip2k master I2C line.
IDENTICAL - Static variable in class java.text.Collator
This constant is a strength value which indicates that any difference at all between character values are considered significant.
identities() - Method in class java.security.IdentityScope
Deprecated. Returns an Enumeration of identities.
Identity - Class in java.security
Deprecated. Use java.security.KeyStore, the java.security.cert package, and java.security.Principal.
Identity() - Constructor for class java.security.Identity
Deprecated. Creates a new instance of Identity from Serialized Data
Identity(String, IdentityScope) - Constructor for class java.security.Identity
Deprecated. Creates a new instance of Identity with the specified name and IdentityScope.
Identity(String) - Constructor for class java.security.Identity
Deprecated. Creates a new instance of Identity with the specified name and no scope.
identityEquals(Identity) - Method in class java.security.Identity
Deprecated. Checks for equality between this Identity and the specified object.
identityHashCode(Object) - Static method in class java.lang.System
Get a hash code computed by the VM for the Object.
IdentityHashMap - Class in java.util
This class provides a hashtable-backed implementation of the Map interface, but uses object identity to do its hashing.
IdentityHashMap() - Constructor for class java.util.IdentityHashMap
Create a new IdentityHashMap with the default capacity (21 entries).
IdentityHashMap(int) - Constructor for class java.util.IdentityHashMap
Create a new IdentityHashMap with the indicated number of entries.
IdentityHashMap(Map) - Constructor for class java.util.IdentityHashMap
Create a new IdentityHashMap whose contents are taken from the given Map.
IdentityScope - Class in java.security
Deprecated. Use java.security.KeyStore, the java.security.cert package, and java.security.Principal.
IdentityScope() - Constructor for class java.security.IdentityScope
Deprecated. Creates a new instance of IdentityScope from Serialized Data
IdentityScope(String) - Constructor for class java.security.IdentityScope
Deprecated. Creates a new instance of IdentityScope with the specified name and no scope.
IdentityScope(String, IdentityScope) - Constructor for class java.security.IdentityScope
Deprecated. Creates a new instance of IdentityScope with the specified name and IdentityScope.
IEEEremainder(double, double) - Static method in class java.lang.Math
Get the floating point remainder on two numbers, which really does the following: Takes x/y and finds the nearest integer n to the quotient.
ifModifiedSince - Variable in class java.net.URLConnection
If this value is non-zero, then the connection will only attempt to fetch the document pointed to by the URL if the document has been modified more recently than the date set in this variable.
IllegalAccessError - Error in java.lang
An 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.
IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
Create an error without a message.
IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
Create an error with a message.
IllegalAccessException - 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.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Create an exception without a message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Create an exception with a message.
IllegalArgumentException - 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.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Create an exception without a message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Create an exception with a message.
IllegalMonitorStateException - 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.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Create an exception without a message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Create an exception with a message.
IllegalStateException - 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.
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Create an exception without a message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Create an exception with a message.
IllegalThreadStateException - 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.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Create an exception without a message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Create an exception with a message.
imageSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
implAccept(Socket) - Method in class java.net.ServerSocket
This protected method is used to help subclasses override ServerSocket.accept().
IMPLEMENTATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Package versioning - name of extension library contained in this jar.
IMPLEMENTATION_URL - Static variable in class java.util.jar.Attributes.Name
Package versioning - location where this implementation can be downloaded.
IMPLEMENTATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Package versioning - name of extension library creator contained in this jar.
IMPLEMENTATION_VENDOR_ID - Static variable in class java.util.jar.Attributes.Name
Package versioning - unique id of extension library creator.
IMPLEMENTATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Package versioning - version of the extension library contained in this jar.
implies(Permission) - Method in class gnu.java.security.DefaultPermissionCollection
This method checks to see if the specified permission is implied by this collection.
implies(Permission) - Method in class java.io.FilePermission
Check to see if this permission implies another.
implies(Permission) - Method in class java.net.SocketPermission
Returns true if the permission object passed it is implied by the this permission.
implies(Permission) - Method in class java.security.AllPermission
This method always returns true to indicate that this permission always implies that any other permission is also granted.
implies(Permission) - Method in class java.security.BasicPermission
This method tests to see if the specified permission is implied by this permission.
implies(CodeSource) - Method in class java.security.CodeSource
This method tests to see if a specified CodeSource is implied by this object.
implies(Permission) - Method in class java.security.Permission
This method tests whether this Permission implies that the specified Permission is also granted.
implies(Permission) - Method in class java.security.PermissionCollection
This method tests whether the specified Permission object is implied by this collection of Permission objects.
implies(Permission) - Method in class java.security.Permissions
This method tests whether or not the specified Permission is implied by this PermissionCollection.
implies(Permission) - Method in class java.security.ProtectionDomain
This method tests whether or not the specified Permission is implied by the set of permissions granted to this domain.
implies(Permission) - Method in class java.security.UnresolvedPermission
This method returns false always to indicate that this permission does not imply the specified permission.
implies(Permission) - Method in class java.util.PropertyPermission
Check if this permission implies p.
importPreferences() - Method in class gnu.java.util.prefs.NodeReader
 
importPreferences(InputStream) - Static method in class java.util.prefs.Preferences
XXX
in - Variable in class gnu.java.io.decode.Decoder
This is the InputStream bytes are read from
in - Static variable in class java.io.FileDescriptor
This is a FileDescriptor object representing the standard input stream.
in - Variable in class java.io.FilterInputStream
This is the subordinate InputStream to which method calls are redirected
in - Variable in class java.io.FilterReader
This is the subordinate Reader to which method calls are redirected
in - Variable in class java.io.PipedInputStream
The index into buffer where the next byte from the connected PipedOutputStream will be written.
in - Static variable in class java.lang.System
The standard InputStream.
inactive(ActivationID) - Static method in class java.rmi.activation.Activatable
 
inactiveGroup() - Method in class java.rmi.activation.ActivationGroup
 
inactiveGroup(ActivationGroupID, long) - Method in interface java.rmi.activation.ActivationMonitor
 
inactiveObject(ActivationID) - Method in class java.rmi.activation.ActivationGroup
 
inactiveObject(ActivationID) - Method in interface java.rmi.activation.ActivationMonitor
 
inCheck - Variable in class java.lang.SecurityManager
Tells whether or not the SecurityManager is currently performing a security check.
inClass(String) - Method in class java.lang.SecurityManager
Tell whether the specified class is on the execution stack.
inClassLoader() - Method in class java.lang.SecurityManager
Tell whether there is a class loaded with an explicit ClassLoader on the stack.
incomingMessageCall(UnicastConnection, int, long) - Method in class gnu.java.rmi.server.UnicastServerRef
 
IncompatibleClassChangeError - Error in java.lang
An IncompatibleClassChangeError is thrown when the definition of a class used by the currently executing method has changed in an incompatible way.
IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
Create an error without a message.
IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
Create an error with a message.
inDaylightTime(Date) - Method in class java.util.SimpleTimeZone
Determines if the given date is in daylight savings time.
inDaylightTime(Date) - Method in class java.util.TimeZone
Returns true, if the given date is in Daylight Savings Time in this time zone.
index - Variable in class java.lang.reflect.VMBinFieldRecord
 
indexOf(Object[], Object) - Static method in class gnu.java.lang.ArrayHelper
 
indexOf(int) - Method in class java.lang.String
Finds the first instance of a character in this String.
indexOf(int, int) - Method in class java.lang.String
Finds the first instance of a character in this String, starting at a given index.
indexOf(String) - Method in class java.lang.String
Finds the first instance of a String in this String.
indexOf(String, int) - Method in class java.lang.String
Finds the first instance of a String in this String, starting at a given index.
indexOf(Object) - Method in class java.util.AbstractList
Obtain the first index at which a given object is to be found in this list.
indexOf(Object) - Method in class java.util.ArrayList
Returns the lowest index at which element appears in this List, or -1 if it does not appear.
indexOf(Object) - Method in class java.util.LinkedList
Returns the first index where the element is located in the list, or -1.
indexOf(Object) - Method in interface java.util.List
Obtain the first index at which a given object is to be found in this list.
indexOf(Object) - Method in class java.util.Vector
Returns the first occurrence of elem in the Vector, or -1 if elem is not found.
indexOf(Object, int) - Method in class java.util.Vector
Searches the vector starting at index for object elem and returns the index of the first occurrence of this Object.
indexOfSubList(List, List) - Static method in class java.util.Collections
Returns the starting index where the specified sublist first occurs in a larger list, or -1 if there is no matching position.
IndexOutOfBoundsException - 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.
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
Create an exception without a message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Create an exception with a message.
InetAddress - Class in java.net
This class models an Internet address.
InetSocketAddress - Class in java.net
InetSocketAddress instances represent socket addresses in the java.nio package.
InetSocketAddress(InetAddress, int) - Constructor for class java.net.InetSocketAddress
Constructs an InetSocketAddress instance.
InetSocketAddress(int) - Constructor for class java.net.InetSocketAddress
Constructs an InetSocketAddress instance.
InetSocketAddress(String, int) - Constructor for class java.net.InetSocketAddress
Constructs an InetSocketAddress instance.
inf - Variable in class java.util.zip.InflaterInputStream
Decompressor for this filter
inflate(byte[]) - Method in class java.util.zip.Inflater
Inflates the compressed stream to the output buffer.
inflate(byte[], int, int) - Method in class java.util.zip.Inflater
Inflates the compressed stream to the output buffer.
Inflater - Class in java.util.zip
Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1950.
Inflater() - Constructor for class java.util.zip.Inflater
Creates a new inflater.
Inflater(boolean) - Constructor for class java.util.zip.Inflater
Creates a new inflater.
InflaterInputStream - Class in java.util.zip
This filter stream is used to decompress data compressed in the "deflate" format.
InflaterInputStream(InputStream) - Constructor for class java.util.zip.InflaterInputStream
Create an InflaterInputStream with the default decompresseor and a default buffer size.
InflaterInputStream(InputStream, Inflater) - Constructor for class java.util.zip.InflaterInputStream
Create an InflaterInputStream with the specified decompresseor and a default buffer size.
InflaterInputStream(InputStream, Inflater, int) - Constructor for class java.util.zip.InflaterInputStream
Create an InflaterInputStream with the specified decompresseor and a specified buffer size.
InheritableThreadLocal - Class in java.lang
ThreadLocal whose value is inherited by child Threads.
InheritableThreadLocal() - Constructor for class java.lang.InheritableThreadLocal
Creates a new InheritableThreadLocal that has no values associated with it yet.
init(String) - Method in class gnu.java.security.provider.DERReader
 
init(byte[]) - Method in class gnu.java.security.provider.DERReader
 
init() - Static method in class java.net.VMResolver
 
init(int) - Method in class java.security.AlgorithmParameterGenerator
Initializes the Algorithm Parameter Generator with the specified size.
init(int, SecureRandom) - Method in class java.security.AlgorithmParameterGenerator
Initializes the Algorithm Parameter Generator with the specified size and source of randomness.
init(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParameterGenerator
Initializes the Algorithm Parameter Generator with the specified AlgorithmParameterSpec.
init(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.AlgorithmParameterGenerator
Initializes the Algorithm Parameter Generator with the specified AlgorithmParameterSpec and source of randomness.
init(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParameters
Initializes the engine with the specified AlgorithmParameterSpec class.
init(byte[]) - Method in class java.security.AlgorithmParameters
Initializes the engine with the specified parameters stored in the byte array and decodes them according to the ASN.1 specification.
init(byte[], String) - Method in class java.security.AlgorithmParameters
Initializes the engine with the specified parameters stored in the byte array and decodes them according to the specified decoding specification.
init() - Method in class jbvm.ip2k.LM75IO
Initializee LM75
INIT_LOAD_LIBRARY - Static variable in interface gnu.classpath.Configuration
The value of LOAD_LIBRARY is substituted according to whether the "--enable-load-library" or "--disable-load-library" argument was passed to configure.
initCause(Throwable) - Method in class java.lang.Throwable
Initializes the cause of this throwable to the specified value.
initialize(int, SecureRandom) - Method in class gnu.java.security.provider.DSAKeyPairGenerator
 
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class gnu.java.security.provider.DSAKeyPairGenerator
 
initialize(DSAParams, SecureRandom) - Method in class gnu.java.security.provider.DSAKeyPairGenerator
 
initialize(int, boolean, SecureRandom) - Method in class gnu.java.security.provider.DSAKeyPairGenerator
 
initialize(DSAParams, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key generator with the specified DSA parameters and random bit source
initialize(int, boolean, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key generator to a give modulus.
initialize(int) - Method in class java.security.KeyPairGenerator
Initializes the KeyPairGenerator for the specified key size.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the KeyPairGenerator for the specified key size and specified SecureRandom.
initialize(AlgorithmParameterSpec) - Method in class java.security.KeyPairGenerator
Initializes the KeyPairGenerator with the specified AlgorithmParameterSpec class.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the KeyPairGenerator with the specified AlgorithmParameterSpec class and specified SecureRandom.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initialize the KeyPairGeneratorSpi with the specified key size and source of randomness
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initialize the KeyPairGeneratorSpi with the specified AlgorithmParameterSpec and source of randomness This is a concrete method.
initialValue() - Method in class java.lang.ThreadLocal
Called when get() is called and no state is associated with the currently executing Thread yet.
initSign(PrivateKey) - Method in class java.security.Signature
Initializes this class with the private key for signing purposes.
initSign(PrivateKey, SecureRandom) - Method in class java.security.Signature
Initializes this class with the private key and source of randomness for signing purposes.
initState() - Method in class jbvm.ip2k.VMJPPP
Init state
initVerify(PublicKey) - Method in class java.security.Signature
Initializes this class with the public key for verification purposes.
initVerify(Certificate) - Method in class java.security.Signature
Verify Signature with a certificate.
INPUT_METHOD_SEGMENT - Static variable in class java.text.AttributedCharacterIterator.Attribute
This is the attribute for input method segments.
InputStream - Class in java.io
This abstract class forms the base of the hierarchy of classes that read input as a stream of bytes.
InputStream() - Constructor for class java.io.InputStream
Default, no-arg, public constructor
InputStreamReader - Class in java.io
This class reads characters from a byte input stream.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
This method initializes a new instance of InputStreamReader to read from the specified stream using the default encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
This method initializes a new instance of InputStreamReader to read from the specified stream using a caller supplied character encoding scheme.
insAtV(long, Object, int) - Method in class jbvm.ip2k.VMGroMapLong
 
insert(int, boolean) - Method in class java.lang.StringBuffer
Insert the String value of the argument into this StringBuffer.
insert(int, char) - Method in class java.lang.StringBuffer
Insert the char argument into this StringBuffer.
insert(int, int) - Method in class java.lang.StringBuffer
Insert the String value of the argument into this StringBuffer.
insert(int, long) - Method in class java.lang.StringBuffer
Insert the String value of the argument into this StringBuffer.
insert(int, float) - Method in class java.lang.StringBuffer
Insert the String value of the argument into this StringBuffer.
insert(int, double) - Method in class java.lang.StringBuffer
Insert the String value of the argument into this StringBuffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Insert the String value of the argument into this StringBuffer.
insert(int, String) - Method in class java.lang.StringBuffer
Insert the String argument into this StringBuffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Insert the char[] argument into this StringBuffer.
insert(int, char[], int, int) - Method in class java.lang.StringBuffer
Insert the char[] argument into this StringBuffer.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts a new element into the Vector at index.
insertProviderAt(Provider, int) - Static method in class java.security.Security
Adds a new provider at the specified position.
instanceFollowRedirects - Variable in class java.net.HttpURLConnection
If this instance should follow redirect requests.
InstantiationError - Error in java.lang
An InstantiationError is thrown when an attempt is made to create an instance of an abstract class or an interface.
InstantiationError() - Constructor for error java.lang.InstantiationError
Create an error without a message.
InstantiationError(String) - Constructor for error java.lang.InstantiationError
Create an error with a message.
InstantiationException - 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.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Create an exception without a message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Create an exception with a message.
InstantiationException(String, Throwable) - Constructor for exception java.lang.InstantiationException
 
InstantiationException(Throwable) - Constructor for exception java.lang.InstantiationException
 
intBitsToFloat(int) - Static method in class java.lang.Float
Return the float represented by the long bits specified.
Integer - Class in java.lang
Instances of class Integer represent primitive int values.
Integer(int) - Constructor for class java.lang.Integer
Create an Integer object representing the value of the int argument.
Integer(String) - Constructor for class java.lang.Integer
Create an Integer object representing the value of the argument after conversion to an int.
INTEGER_FIELD - Static variable in class java.text.NumberFormat
This is a constant used to create a FieldPosition object that will return the integer portion of a formatted number.
INTERFACE - Static variable in class java.lang.reflect.Modifier
Interface: Class: is an interface.
InterfaceRefOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
InterfaceRefSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
interfacesIndex - Variable in class java.lang.reflect.VMBinClassRecord
 
intern() - Method in class java.lang.String
Fetches this String from the intern hashtable.
InternalError - Error in java.lang
An InternalError is thrown when a mystical error has occurred in the Java Virtual Machine.
InternalError() - Constructor for error java.lang.InternalError
Create an error without a message.
InternalError(String) - Constructor for error java.lang.InternalError
Create an error with a message.
internalGet(int) - Method in class java.util.Calendar
Gets the value of the specified field.
interrupt() - Method in class java.lang.Thread
Interrupt this Thread.
interrupt() - Method in class java.lang.ThreadGroup
Interrupt all Threads in this ThreadGroup and its sub-groups.
interrupted() - Static method in class java.lang.Thread
Determine whether the current Thread has been interrupted.
InterruptedException - 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.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Create an exception without a message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Create an exception with a message.
InterruptedIOException - Exception in java.io
This exception is thrown when a in process I/O operation is interrupted for some reason.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Create a new InterruptedIOException without a descriptive error message
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Create a new InterruptedIOException with a descriptive error message String
intersects(BitSet) - Method in class java.util.BitSet
Returns true if the specified BitSet and this one share at least one common true bit.
intLength(int) - Static method in class gnu.java.math.MPN
 
intLength(int[], int) - Static method in class gnu.java.math.MPN
Calcaulte the Common Lisp "integer-length" function.
intValue() - Method in class java.lang.Byte
Return the value of this Byte as an int.
intValue() - Method in class java.lang.Double
Return the value of this Double when cast to an int.
intValue() - Method in class java.lang.Float
Return the value of this Double when cast to an int.
intValue() - Method in class java.lang.Integer
Return the value of this Integer.
intValue() - Method in class java.lang.Long
Return the value of this Long as an int.
intValue() - Method in class java.lang.Number
Return the value of this Number as an int.
intValue() - Method in class java.lang.Short
Return the value of this Short as an int.
intValue() - Method in class java.math.BigDecimal
 
intValue() - Method in class java.math.BigInteger
 
InvalidAlgorithmParameterException - Exception in java.security
Written using on-line Java Platform 1.2 API Specification.
InvalidAlgorithmParameterException() - Constructor for exception java.security.InvalidAlgorithmParameterException
 
InvalidAlgorithmParameterException(String) - Constructor for exception java.security.InvalidAlgorithmParameterException
 
InvalidClassException - Exception in java.io
This exception is thrown when there is some sort of problem with a class during a serialization operation.
InvalidClassException(String) - Constructor for exception java.io.InvalidClassException
Create a new InvalidClassException with a descriptive error message String
InvalidClassException(String, String) - Constructor for exception java.io.InvalidClassException
Create a new InvalidClassException with a descriptive error message String, and the name of the class that caused the problem.
InvalidKeyException - Exception in java.security
Written using on-line Java Platform 1.2 API Specification.
InvalidKeyException() - Constructor for exception java.security.InvalidKeyException
 
InvalidKeyException(String) - Constructor for exception java.security.InvalidKeyException
 
InvalidKeySpecException - Exception in java.security.spec
Exception for an invalid key specification.
InvalidKeySpecException() - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException without a message string.
InvalidKeySpecException(String) - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with a message string.
InvalidObjectException - Exception in java.io
This exception is thrown when an object fails a validation test during serialization.
InvalidObjectException(String) - Constructor for exception java.io.InvalidObjectException
Create a new InvalidObjectException with a descriptive error message String
InvalidParameterException - Exception in java.security
Written using on-line Java Platform 1.2 API Specification.
InvalidParameterException() - Constructor for exception java.security.InvalidParameterException
 
InvalidParameterException(String) - Constructor for exception java.security.InvalidParameterException
 
InvalidParameterSpecException - Exception in java.security.spec
Exception for an invalid algorithm specification.
InvalidParameterSpecException() - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException without a message string.
InvalidParameterSpecException(String) - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with a message string.
InvalidPreferencesFormatException - Exception in java.util.prefs
Indicates reading prefs from stream failed.
InvalidPreferencesFormatException(String) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
Creates a new exception with a descriptive message.
InvalidPreferencesFormatException(Throwable) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
Creates a new exception with the given cause.
InvalidPreferencesFormatException(String, Throwable) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
Creates a new exception with a descriptive message and a cause.
InvocationHandler - Interface in java.lang.reflect
This interface defines an invocation handler.
InvocationTargetException - Exception in java.lang.reflect
InvocationTargetException is sort of a way to "wrap" whatever exception comes up when a method or constructor is called via Reflection.
InvocationTargetException() - Constructor for exception java.lang.reflect.InvocationTargetException
Construct an exception with null as the cause.
InvocationTargetException(Throwable) - Constructor for exception java.lang.reflect.InvocationTargetException
Create an InvocationTargetException using another exception.
InvocationTargetException(Throwable, String) - Constructor for exception java.lang.reflect.InvocationTargetException
Create an InvocationTargetException using another exception and an error message.
invoke(Remote, Method, Object[], long) - Method in class gnu.java.rmi.server.UnicastRef
 
invoke(RemoteCall) - Method in class gnu.java.rmi.server.UnicastRef
Deprecated.  
invoke(Object, Method, Object[]) - Method in interface java.lang.reflect.InvocationHandler
When a method is invoked on a proxy instance, it is wrapped and this method is called instead, so that you may decide at runtime how the original method should behave.
invoke(Object, Object[]) - Method in class java.lang.reflect.Method
Invoke the method.
invoke(Object, Method, Object[]) - Method in class java.rmi.server.RemoteObjectInvocationHandler
Invoke the remote method.
invoke(RemoteCall) - Method in interface java.rmi.server.RemoteRef
Deprecated. use RemoteRef.invoke(Remote, Method, Object[], long) instead.
invoke(Remote, Method, Object[], long) - Method in interface java.rmi.server.RemoteRef
Invoke a method.
invokeMethodForClass(Class, int, Object, Object[]) - Static method in class java.lang.reflect.VMBinHelper
 
invokeReadObject(Object, ObjectInputStream, Class) - Static method in class java.lang.reflect.VMBinHelper
 
invokeWriteObject(Object, ObjectOutputStream) - Static method in class java.lang.reflect.VMBinHelper
 
IOException - Exception in java.io
This exception is thrown to indicate an I/O problem of some sort occurred.
IOException() - Constructor for exception java.io.IOException
Create a new IOException without a descriptive error message
IOException(String) - Constructor for exception java.io.IOException
Create a new IOException with a descriptive error message String
IOException(String, Throwable) - Constructor for exception java.io.IOException
 
IOException(Throwable) - Constructor for exception java.io.IOException
 
ioSerAvail(int) - Static method in class jbvm.ip2k.SerialIO
Get receive available count
ioSerGetStatus(int) - Static method in class jbvm.ip2k.SerialIO
Change status lines
ioSerReady(int) - Static method in class jbvm.ip2k.SerialIO
Get send available count
ioSerRecv(int) - Static method in class jbvm.ip2k.SerialIO
Receive byte no wait
ioSerRecvBuff(int, byte[], int, int) - Static method in class jbvm.ip2k.SerialIO
Receive byte array
ioSerRecvWait(int) - Static method in class jbvm.ip2k.SerialIO
Receive byte with wait
ioSerSend(int, byte) - Static method in class jbvm.ip2k.SerialIO
Send byte no wait
ioSerSendBuff(int, byte[], int, int) - Static method in class jbvm.ip2k.SerialIO
Send byte array
ioSerSendWait(int, byte) - Static method in class jbvm.ip2k.SerialIO
Send byte with wait
ioSerSetBaud(int, int) - Static method in class jbvm.ip2k.SerialIO
Set baudrate on reset 115200
ioSerSetFormat(int, int) - Static method in class jbvm.ip2k.SerialIO
Set Data Format on reset 8N1
ioSerSetHs(int, int) - Static method in class jbvm.ip2k.SerialIO
Set Handshake on reset both enabled
ioSerSetStatus(int, int, int) - Static method in class jbvm.ip2k.SerialIO
Change status lines
IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
Options id for the IP_MULTICAST_IF value
IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
same as above
IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
This option enables or disables local loopback of multicast datagrams.
IP_TOS - Static variable in interface java.net.SocketOptions
This option sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
IPA_EXTENSIONS - Static variable in class java.lang.Character.Subset
U+0250 - U+02AF
isAbsolute() - Method in class java.io.File
This method returns true if this object represents an absolute file path and false if it does not.
isAbsolute() - Method in class java.net.URI
Tells whether this URI is absolute or not
isAbstract(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is abstract.
isAccessible() - Method in class java.lang.reflect.AccessibleObject
Return the accessibility status of this object.
isAlive() - Method in class java.lang.Thread
Determine whether this Thread is alive.
isArray() - Method in class java.lang.Class
Return whether this class is an array type.
isBound() - Method in class java.net.VMDatagramSocketImpl
 
isBound() - Method in class java.net.VMSocketImpl
 
isBoundary(int) - Method in class java.text.BreakIterator
This method tests whether or not the specified position is a text element boundary.
isCertificateEntry(String) - Method in class java.security.KeyStore
Determines if the keystore contains a certificate entry for the specified alias.
isClosed() - Method in class java.net.VMDatagramSocketImpl
 
isClosed() - Method in class java.net.VMSocketImpl
 
isCompatibleWith(String) - Method in class java.lang.Package
Checks if the version of the specification is higher or at least as high as the desired version.
isConnected() - Method in class java.net.VMSocketImpl
 
isCreated() - Method in class java.net.VMDatagramSocketImpl
 
isCreated() - Method in class java.net.VMSocketImpl
 
isCTS() - Method in class jbvm.ip2k.SerialIO
CTS line status
isDaemon() - Method in class java.lang.Thread
Tell whether this is a daemon Thread or not.
isDaemon() - Method in class java.lang.ThreadGroup
Tell whether this ThreadGroup is a daemon group.
isDCD() - Method in class jbvm.ip2k.SerialIO
DCD line status
isDecimalSeparatorAlwaysShown() - Method in class java.text.DecimalFormat
 
isDefined(char) - Static method in class java.lang.Character
Determines if a character is part of the Unicode Standard.
isDestroyed() - Method in class java.lang.ThreadGroup
Tell whether this ThreadGroup has been destroyed or not.
isDHCPEnable() - Static method in class jbvm.ip2k.HWConfig
Get DHCP enable status
isDigit(char) - Static method in class java.lang.Character
Determines if a character is a Unicode decimal digit.
isDirectory() - Method in class java.io.File
This method tests whether or not the file represented by this object is a directory.
isDirectory() - Method in class java.util.zip.ZipEntry
Gets true, if the entry is a directory.
isDSR() - Method in class jbvm.ip2k.SerialIO
DSR line status
isDTR() - Method in class jbvm.ip2k.SerialIO
DTR line status
isEmpty() - Method in class java.util.AbstractCollection
Test whether this collection is empty.
isEmpty() - Method in class java.util.AbstractMap
Returns true if the map contains no mappings.
isEmpty() - Method in class java.util.ArrayList
Checks if the list is empty.
isEmpty() - Method in class java.util.BitSet
Returns true if this set contains no true bits.
isEmpty() - Method in interface java.util.Collection
Test whether this collection is empty, that is, if size() == 0.
isEmpty() - Method in class java.util.Dictionary
Returns true when there are no elements in this Dictionary.
isEmpty() - Method in class java.util.HashMap
Returns true if there are no key-value mappings currently in this Map.
isEmpty() - Method in class java.util.HashSet
Returns true if this set has no elements in it.
isEmpty() - Method in class java.util.Hashtable
Returns true if there are no key-value mappings currently in this table.
isEmpty() - Method in class java.util.IdentityHashMap
Returns true if there are no key-value mappings currently in this Map
isEmpty() - Method in class java.util.jar.Attributes
Returns true if there are no attributes set, false otherwise.
isEmpty() - Method in interface java.util.List
Test whether this list is empty, that is, if size() == 0.
isEmpty() - Method in interface java.util.Map
Returns true if the map contains no mappings.
isEmpty() - Method in interface java.util.Set
Returns true if the set contains no elements.
isEmpty() - Method in class java.util.TreeSet
Returns true if this Set has size 0, false otherwise.
isEmpty() - Method in class java.util.Vector
Returns true if this Vector is empty, false otherwise
isEmpty() - Method in class java.util.WeakHashMap
Tells if the map is empty.
isEnqueued() - Method in class java.lang.ref.Reference
Tells if the object is enqueued on a reference queue.
isEqual(byte[], byte[]) - Static method in class java.security.MessageDigest
Does a simple byte comparison of the two digests.
isFile() - Method in class java.io.File
This method tests whether or not the file represented by this object is a "plain" file.
isFinal(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is final.
isGroupingUsed() - Method in class java.text.NumberFormat
This method tests whether or not grouping is in use.
isHidden() - Method in class java.io.File
This method tests whether or not this file represents a "hidden" file.
isIdentifierIgnorable(char) - Static method in class java.lang.Character
Determines if a character is ignorable in a Unicode identifier.
isInfinite() - Method in class java.lang.Double
Return true if the value of this Double is the same as NEGATIVE_INFINITY or POSITIVE_INFINITY, otherwise return false.
isInfinite(double) - Static method in class java.lang.Double
Return true if the double has a value equal to either NEGATIVE_INFINITY or POSITIVE_INFINITY, otherwise return false.
isInfinite() - Method in class java.lang.Float
Return true if the value of this Float is the same as NEGATIVE_INFINITY or POSITIVE_INFINITY, otherwise return false.
isInfinite(float) - Static method in class java.lang.Float
Return true if the float has a value equal to either NEGATIVE_INFINITY or POSITIVE_INFINITY, otherwise return false.
isInputShutdown() - Method in class java.net.Socket
Checks if the socket's input stream is shutdown
isInterface(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is an interface.
isInterrupted() - Method in class java.lang.Thread
Determine whether this Thread has been interrupted.
isISOControl(char) - Static method in class java.lang.Character
Determines if a character has the ISO Control property.
isJavaIdentifierPart(char) - Static method in class java.lang.Character
Determines if a character can follow the first letter in a Java identifier.
isJavaIdentifierStart(char) - Static method in class java.lang.Character
Determines if a character can start a Java identifier.
isJavaLetter(char) - Static method in class java.lang.Character
Deprecated. Replaced by isJavaIdentifierStart()
isJavaLetterOrDigit(char) - Static method in class java.lang.Character
Deprecated. Replaced by isJavaIdentifierPart()
isKeyEntry(String) - Method in class java.security.KeyStore
Determines if the keystore contains a key entry for the specified alias.
isLeapYear(int) - Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLenient() - Method in class java.text.DateFormat
This method indicates whether or not the parsing of date and time values should be done in a lenient value.
isLenient() - Method in class java.util.Calendar
Tells if the date/time interpretation is lenient.
isLetter(char) - Static method in class java.lang.Character
Determines if a character is a Unicode letter.
isLetterOrDigit(char) - Static method in class java.lang.Character
Determines if a character is a Unicode letter or a Unicode digit.
isLowerCase(char) - Static method in class java.lang.Character
Determines if a character is a Unicode lowercase letter.
isMember(Principal) - Method in interface java.security.acl.Group
This method tests whether or not a given Principal is a member of this group.
isMulticastAddress() - Method in class java.net.InetAddress
Returns true if this address is a multicast address, false otherwise.
isNaN() - Method in class java.lang.Double
Return true if the value of this Double is the same as NaN, otherwise return false.
isNaN(double) - Static method in class java.lang.Double
Return true if the double has the same value as NaN, otherwise return false.
isNaN() - Method in class java.lang.Float
Return true if the value of this Float is the same as NaN, otherwise return false.
isNaN(float) - Static method in class java.lang.Float
Return true if the float has the same value as NaN, otherwise return false.
isNative(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is native.
isNativeMethod() - Method in class java.lang.StackTraceElement
Returns true if the method containing the execution point represented by this stack trace element is a native method.
isNegative() - Method in interface java.security.acl.AclEntry
This method tests whether or not this ACL entry is a negative entry or not.
isOpaque() - Method in class java.net.URI
Tell whether this URI is opaque or not
isOutputShutdown() - Method in class java.net.Socket
Checks if the socket's output stream is shutdown
isOwner(Principal) - Method in interface java.security.acl.Owner
This method tests whether or not a given Principal is an owner of this access control list (ACL).
isParseIntegerOnly() - Method in class java.text.NumberFormat
This method tests whether or not only integer values should be parsed.
isPrimitive() - Method in class java.io.ObjectStreamField
 
isPrivate(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is private.
isProbablePrime(int) - Method in class java.math.BigInteger
 
isProtected(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is protected.
isProxyClass(Class) - Static method in class java.lang.reflect.Proxy
Returns true if and only if the Class object is a dynamically created proxy class (created by getProxyClass or by the syntactic sugar of newProxyInstance).
isPublic(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is public.
isReadOnly() - Method in class java.security.PermissionCollection
This method tests whether or not this PermissionCollection object is read only.
isRemoved() - Method in class java.util.prefs.AbstractPreferences
Returns true if this node has been removed with the removeNode() method, false otherwise.
isRevoked(Certificate) - Method in class java.security.cert.CRL
Determines whether or not the specified Certificate is revoked.
isRI() - Method in class jbvm.ip2k.SerialIO
RI line status
isRTS() - Method in class jbvm.ip2k.SerialIO
RTS line status
isSealed() - Method in class java.lang.Package
Returns true if this Package is sealed.
isSealed(URL) - Method in class java.lang.Package
Returns true if this Package is sealed and the origin of the classes is the given URL.
isSet - Variable in class java.util.Calendar
The flags which tell if the fields above have a value.
isSet(int) - Method in class java.util.Calendar
Determines if the specified field has a valid value.
isSpace(char) - Static method in class java.lang.Character
Deprecated. Replaced by isWhitespace()
isSpaceChar(char) - Static method in class java.lang.Character
Determines if a character is a Unicode space character.
isStatic(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is static.
isStrict(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is strictfp.
isSynchronized(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is synchronized.
isTimeSet - Variable in class java.util.Calendar
Tells if the above field has a valid value.
isTitleCase(char) - Static method in class java.lang.Character
Determines if a character is a Unicode titlecase letter.
isTransient(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is transient.
isUnicodeIdentifierPart(char) - Static method in class java.lang.Character
Determines if a character can follow the first letter in a Unicode identifier.
isUnicodeIdentifierStart(char) - Static method in class java.lang.Character
Determines if a character can start a Unicode identifier.
isUnique() - Static method in class java.rmi.dgc.VMID
Deprecated.  
isUnresolved() - Method in class java.net.InetSocketAddress
Checks wether the address has been resolved or not
isUpperCase(char) - Static method in class java.lang.Character
Determines if a character is a Unicode uppercase letter.
isUserNode() - Method in class gnu.java.util.prefs.MemoryBasedPreferences
Returns true if this node was created as a user node.
isUserNode() - Method in class java.util.prefs.AbstractPreferences
Returns true if this node comes from the user preferences tree, false if it comes from the system preferences tree.
isUserNode() - Method in class java.util.prefs.Preferences
Returns true if this node comes from the user preferences tree, false if it comes from the system preferences tree.
isVolatile(int) - Static method in class java.lang.reflect.Modifier
Check whether the given modifier is volatile.
isWhitespace(char) - Static method in class java.lang.Character
Determines if a character is Java whitespace.
ITALIAN - Static variable in class java.util.Locale
Locale which represents the Italian language.
ITALY - Static variable in class java.util.Locale
Locale which represents Italy.
iter - Variable in class gnu.java.text.BaseBreakIterator
 
iterator() - Method in class java.util.AbstractCollection
Return an Iterator over this collection.
iterator() - Method in class java.util.AbstractList
Obtain an Iterator over this list, whose sequence is the list order.
iterator() - Method in class java.util.AbstractSequentialList
Obtain an Iterator over this list, whose sequence is the list order.
iterator() - Method in interface java.util.Collection
Obtain an Iterator over this collection.
iterator() - Method in class java.util.HashSet
Returns an Iterator over the elements of this Set, which visits the elements in no particular order.
Iterator - Interface in java.util
An object which iterates over a collection.
iterator() - Method in interface java.util.List
Obtain an Iterator over this list, whose sequence is the list order.
iterator() - Method in interface java.util.Set
Returns an iterator over the set.
iterator() - Method in class java.util.TreeSet
Returns in Iterator over the elements in this TreeSet, which traverses in ascending order.

J

JANUARY - Static variable in class java.util.Calendar
Constant representing January.
JAPAN - Static variable in class java.util.Locale
Locale which represents Japan.
JAPANESE - Static variable in class java.util.Locale
Locale which represents the Japanese language.
JarEntry - Class in java.util.jar
Extension to a ZipEntry that contains manifest attributes and certificates.
JarEntry(String) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry with the specified name and no attributes or or certificates.
JarEntry(ZipEntry) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry with the specified ZipEntry as template for all properties of the entry.
JarEntry(JarEntry) - Constructor for class java.util.jar.JarEntry
Creates a new JarEntry with the specified JarEntry as template for all properties of the entry.
JarException - Exception in java.util.jar
This exception is thrown to indicate an problem with a jar file.
JarException() - Constructor for exception java.util.jar.JarException
Create a new JarException without a descriptive error message.
JarException(String) - Constructor for exception java.util.jar.JarException
Create a new JarException with a descriptive error message indicating what went wrong.
JarFile - Class in java.util.jar
Representation of a jar file.
JarFile(String) - Constructor for class java.util.jar.JarFile
Creates a new JarFile, tries to read the manifest and if the manifest exists verifies it.
JarFile(String, boolean) - Constructor for class java.util.jar.JarFile
Creates a new JarFile, tries to read the manifest and if the manifest exists and verify is true verfies it.
JarFile(File) - Constructor for class java.util.jar.JarFile
Creates a new JarFile, tries to read the manifest and if the manifest exists verifies it.
JarFile(File, boolean) - Constructor for class java.util.jar.JarFile
Creates a new JarFile, tries to read the manifest and if the manifest exists and verify is true verfies it.
JarFile(File, boolean, int) - Constructor for class java.util.jar.JarFile
Creates a new JarFile with the indicated mode, tries to read the manifest and if the manifest exists and verify is true verfies it.
JarInputStream - Class in java.util.jar
InputStream for reading jar files.
JarInputStream(InputStream) - Constructor for class java.util.jar.JarInputStream
Creates a new JarInputStream and tries to read the manifest.
JarInputStream(InputStream, boolean) - Constructor for class java.util.jar.JarInputStream
Creates a new JarInputStream and tries to read the manifest.
JarOutputStream - Class in java.util.jar
OutputStream for writing jar files.
JarOutputStream(OutputStream) - Constructor for class java.util.jar.JarOutputStream
Creates a new JarOutputStream without a manifest entry.
JarOutputStream(OutputStream, Manifest) - Constructor for class java.util.jar.JarOutputStream
Creates a new JarOutputStream with a manifest entry.
JarURLConnection - Class in java.net
This abstract class represents a common superclass for implementations of jar URL's.
JarURLConnection(URL) - Constructor for class java.net.JarURLConnection
Creates a JarURLConnection from a URL objects
java.io - package java.io
 
java.lang - package java.lang
Core Java classes
java.lang.ref - package java.lang.ref
 
java.lang.reflect - package java.lang.reflect
 
java.math - package java.math
 
java.net - package java.net
 
java.rmi - package java.rmi
 
java.rmi.activation - package java.rmi.activation
 
java.rmi.dgc - package java.rmi.dgc
 
java.rmi.registry - package java.rmi.registry
 
java.rmi.server - package java.rmi.server
 
java.security - package java.security
 
java.security.acl - package java.security.acl
 
java.security.cert - package java.security.cert
 
java.security.interfaces - package java.security.interfaces
 
java.security.spec - package java.security.spec
 
java.text - package java.text
 
java.util - package java.util
 
java.util.jar - package java.util.jar
 
java.util.prefs - package java.util.prefs
 
java.util.zip - package java.util.zip
 
JAVA_BEAN - Static variable in class java.util.jar.Attributes.Name
Bean objects attribute - whether the entry is a Java Bean.
JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION - Static variable in interface gnu.classpath.Configuration
Whether to automatically run the init* methods in java.lang.System (the default) at class initialization time or whether to have the VM explicitly invoke them.
jbvm.ip2k - package jbvm.ip2k
 
join() - Method in class java.lang.Thread
Wait forever for the Thread in question to die.
join(long) - Method in class java.lang.Thread
Wait the specified amount of time for the Thread in question to die.
join(long, int) - Method in class java.lang.Thread
Wait the specified amount of time for the Thread in question to die.
join(InetAddress) - Method in class java.net.DatagramSocketImpl
Causes this socket to join the specified multicast group
join(InetAddress) - Method in class java.net.PlainDatagramSocketImpl
Joins a multicast group
joinarrays(byte[], byte[]) - Method in class gnu.java.security.provider.DERWriter
 
joinarrays(byte[], byte[], byte[]) - Method in class gnu.java.security.provider.DERWriter
 
joinGroup(InetAddress) - Method in class java.net.MulticastSocket
Joins the specified mulitcast group.
jPPPGetStatus() - Method in class jbvm.ip2k.VMJPPP
 
jPPPStart(byte[], byte[], int, int, int) - Method in class jbvm.ip2k.VMJPPP
 
jPPPStop() - Method in class jbvm.ip2k.VMJPPP
 
JULY - Static variable in class java.util.Calendar
Constant representing July.
JUNE - Static variable in class java.util.Calendar
Constant representing June.

K

KANBUN - Static variable in class java.lang.Character.Subset
U+3190 - U+319F
KANJI - Static variable in class java.lang.Character.Subset
All Han characters used for writing Japanese.
KANNADA - Static variable in class java.lang.Character.Subset
U+0C80 - U+0CFF
KATAKANA - Static variable in class java.lang.Character.Subset
U+30A0 - U+30FF
Key - Interface in java.security
This interfaces models the base characteristics that all keys must have.
KeyException - Exception in java.security
This exception is thrown when there is a problem with a key.
KeyException() - Constructor for exception java.security.KeyException
This method initializes a new instance of KeyException with no descriptive message.
KeyException(String) - Constructor for exception java.security.KeyException
This method initializes a new instance of KeyException with a descriptive message.
KeyFactory - Class in java.security
Key factories are used to convert keys (opaque cryptographic keys of type Key) into key specifications (transparent representations of the underlying key material).
KeyFactory(KeyFactorySpi, Provider, String) - Constructor for class java.security.KeyFactory
Constructs a new keyFactory with the specified parameters.
KeyFactorySpi - Class in java.security
KeyFactorySpi is the Service Provider Interface (SPI) for the KeyFactory class.
KeyFactorySpi() - Constructor for class java.security.KeyFactorySpi
Constucts a new KeyFactorySpi.
KeyManagementException - Exception in java.security
This exception is thrown whenever a problem related to the management of security keys is encountered.
KeyManagementException() - Constructor for exception java.security.KeyManagementException
This method initializes a new instance of KeyManagementException with no descriptive error message.
KeyManagementException(String) - Constructor for exception java.security.KeyManagementException
This method initializes a new instance of KeyManagementException with a descriptive error message.
KeyPair - Class in java.security
KeyPair serves as a simple container for public and private keys.
KeyPair(PublicKey, PrivateKey) - Constructor for class java.security.KeyPair
Initializes the KeyPair with a pubilc and private key.
KeyPairGenerator - Class in java.security
KeyPairGenerator is the class used to generate key pairs for a security algorithm.
KeyPairGenerator(String) - Constructor for class java.security.KeyPairGenerator
Constructs a new KeyPairGenerator
KeyPairGeneratorSpi - Class in java.security
KeyPairGeneratorSpi is the interface used to generate key pairs for security algorithms.
KeyPairGeneratorSpi() - Constructor for class java.security.KeyPairGeneratorSpi
Constructs a new KeyPairGeneratorSpi
keys() - Method in class java.util.Dictionary
Returns an Enumeration of the keys in this Dictionary
keys() - Method in class java.util.Hashtable
Return an enumeration of the keys of this table.
keys() - Method in class java.util.prefs.AbstractPreferences
Returns an (possibly empty) array with all the keys of the preference entries of this node.
keys() - Method in class java.util.prefs.Preferences
Returns an (possibly empty) array with all the keys of the preference entries of this node.
keySet() - Method in class java.util.AbstractMap
Returns a set view of this map's keys.
keySet() - Method in class java.util.HashMap
Returns a "set view" of this HashMap's keys.
keySet() - Method in class java.util.Hashtable
Returns a "set view" of this Hashtable's keys.
keySet() - Method in class java.util.IdentityHashMap
Returns a "set view" of this Map's keys.
keySet() - Method in class java.util.jar.Attributes
Gives a Set of all the values of defined attribute names.
keySet() - Method in interface java.util.Map
Returns a set view of the keys in this Map.
keySet() - Method in class java.util.TreeMap
Returns a "set view" of this TreeMap's keys.
keySet() - Method in class java.util.WeakHashMap
Returns a set representation of the keys in this map.
KeySpec - Interface in java.security.spec
A transparent interface for Key Specifications.
keysSpi() - Method in class gnu.java.util.prefs.MemoryBasedPreferences
Returns a (possibly empty) array of keys of the preferences entries of this node.
keysSpi() - Method in class java.util.prefs.AbstractPreferences
Returns an (possibly empty) array with all the keys of the preference entries of this node.
KeyStore - Class in java.security
Keystore represents an in-memory collection of keys and certificates.
KeyStore(KeyStoreSpi, Provider, String) - Constructor for class java.security.KeyStore
Creates an instance of KeyStore
KeyStoreException - Exception in java.security
Indicates a problem with the key store.
KeyStoreException() - Constructor for exception java.security.KeyStoreException
This method initializes a new KeyStoreException with no detailed error message.
KeyStoreException(String) - Constructor for exception java.security.KeyStoreException
This method initializes a new KeyStoreException with a detailed error message.
KeyStoreSpi - Class in java.security
KeyStoreSpi is the Service Provider Interface (SPI) for the KeyStore class.
KeyStoreSpi() - Constructor for class java.security.KeyStoreSpi
Constructs a new KeyStoreSpi
KOREA - Static variable in class java.util.Locale
Locale which represents Korea.
KOREAN - Static variable in class java.util.Locale
Locale which represents the Korean language.

L

LANGUAGE - Static variable in class java.text.AttributedCharacterIterator.Attribute
This is the attribute for the language of the text.
LAO - Static variable in class java.lang.Character.Subset
U+0E80 - U+0EFF
LARGENUMS - Static variable in interface gnu.java.lang.CharData
The array containing the numeric values that are too large to be stored as chars in NUM_VALUE.
last() - Method in class gnu.java.text.BaseBreakIterator
 
last() - Method in class java.text.BreakIterator
This method returns the last text element boundary in the text being iterated over.
last() - Method in interface java.text.CharacterIterator
This method sets the index value to getEndIndex() - 1 and returns the character there.
last() - Method in class java.text.StringCharacterIterator
This method sets the index value to getEndIndex () - 1 and returns the character there.
last() - Method in interface java.util.SortedSet
Returns the last (highest sorted) element in the map.
last() - Method in class java.util.TreeSet
Returns the last (by order) element in this Set.
lastElement() - Method in class java.util.Vector
Returns the last element in the Vector.
lastIndexOf(int) - Method in class java.lang.String
Finds the last instance of a character in this String.
lastIndexOf(int, int) - Method in class java.lang.String
Finds the last instance of a character in this String, starting at a given index.
lastIndexOf(String) - Method in class java.lang.String
Finds the last instance of a String in this String.
lastIndexOf(String, int) - Method in class java.lang.String
Finds the last instance of a String in this String, starting at a given index.
lastIndexOf(Object) - Method in class java.util.AbstractList
Obtain the last index at which a given object is to be found in this list.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the highest index at which element appears in this List, or -1 if it does not appear.
lastIndexOf(Object) - Method in class java.util.LinkedList
Returns the last index where the element is located in the list, or -1.
lastIndexOf(Object) - Method in interface java.util.List
Obtain the last index at which a given object is to be found in this list.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the last index of elem within this Vector, or -1 if the object is not within the Vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Returns the index of the first occurrence of elem, when searching backwards from index.
lastIndexOfSubList(List, List) - Static method in class java.util.Collections
Returns the starting index where the specified sublist last occurs in a larger list, or -1 if there is no matching position.
lastKey() - Method in interface java.util.SortedMap
Returns the last (highest sorted) key in the map.
lastKey() - Method in class java.util.TreeMap
Returns the last (highest) key in the map.
lastModified() - Method in class java.io.File
This method returns the last modification time of this file.
LastOwnerException - Exception in java.security.acl
This exception is thrown when an attempt is made to delete the last owner of an access control list (ACL)
LastOwnerException() - Constructor for exception java.security.acl.LastOwnerException
Initialize a new instance of LastOwnerException that does not have a log message.
LATIN - Static variable in class java.lang.Character.Subset
All Latin character blocks combined into one.
LATIN_1_SUPPLEMENT - Static variable in class java.lang.Character.Subset
U+0080 - U+00FF
LATIN_DIGITS - Static variable in class java.lang.Character.Subset
All Latin digits.
LATIN_EXTENDED_A - Static variable in class java.lang.Character.Subset
U+0100 - U+017F
LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.Subset
U+1E00 - U+1EFF
LATIN_EXTENDED_B - Static variable in class java.lang.Character.Subset
U+0180 - U+024F
Lease - Class in java.rmi.dgc
A lease object is used to request and grant leases for the remote objects.
Lease(VMID, long) - Constructor for class java.rmi.dgc.Lease
Create the new lease with the given id and duration
leave(InetAddress) - Method in class java.net.DatagramSocketImpl
Causes the socket to leave the specified multicast group.
leave(InetAddress) - Method in class java.net.PlainDatagramSocketImpl
Leaves a multicast group
leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
Leaves the specified multicast group
len - Variable in class java.util.zip.InflaterInputStream
Size of buffer
length() - Method in class java.io.File
This method returns the length of the file represented by this object, or 0 if the specified file does not exist.
length - Variable in exception java.io.OptionalDataException
The number of valid bytes that can be read
length() - Method in class java.io.RandomAccessFile
This method returns the length of the file in bytes
length() - Method in interface java.lang.CharSequence
Returns the length of the sequence.
length() - Method in class java.lang.String
Returns the number of characters contained in this String.
length() - Method in class java.lang.StringBuffer
Get the length of the String this StringBuffer would create.
length() - Method in class java.util.BitSet
Returns the logical number of bits actually used by this bit set.
LETTER_NUMBER - Static variable in class java.lang.Character
Nl = Number, Letter (Normative)
LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.Subset
U+2100 - U+214F
LINE_CTS - Static variable in class jbvm.ip2k.SerialIO
CLEAR TO SENT line mask
LINE_DCD - Static variable in class jbvm.ip2k.SerialIO
CARRIER DETECT line mask
LINE_DSR - Static variable in class jbvm.ip2k.SerialIO
DATA SET READY line mask
LINE_DTR - Static variable in class jbvm.ip2k.SerialIO
DATA TRANSMIT READY line mask
LINE_RI - Static variable in class jbvm.ip2k.SerialIO
RING INDICATOR line mask
LINE_RTS - Static variable in class jbvm.ip2k.SerialIO
REQUEST TO SENT line mask
LINE_SEPARATOR - Static variable in class java.lang.Character
Zl = Separator, Line (Normative)
LineBreakIterator - Class in gnu.java.text
 
LineBreakIterator() - Constructor for class gnu.java.text.LineBreakIterator
 
lineno() - Method in class java.io.StreamTokenizer
This method returns the current line number.
LineNumberInputStream - Class in java.io
Deprecated.  
LineNumberInputStream(InputStream) - Constructor for class java.io.LineNumberInputStream
Deprecated. Create a new LineNumberInputStream that reads from the specified subordinate InputStream
LineNumberReader - Class in java.io
This class functions like a standard Reader except that it counts line numbers, and canonicalizes newline characters.
LineNumberReader(Reader) - Constructor for class java.io.LineNumberReader
Create a new LineNumberReader that reads from the specified subordinate Reader.
LineNumberReader(Reader, int) - Constructor for class java.io.LineNumberReader
This method initializes a new LineNumberReader to read from the specified subordinate Reader using the specified read buffer size.
link_up - Variable in class jbvm.ip2k.VMJPPP
PPP is up
LinkageError - Error in java.lang
Subclasses of LinkageError are thrown to indicate a class which is depended upon by another class has incompatibly changed after the compilation of the latter class.
LinkageError() - Constructor for error java.lang.LinkageError
Create an error without a message.
LinkageError(String) - Constructor for error java.lang.LinkageError
Create an error with a message.
LinkedHashMap - Class in java.util
This class provides a hashtable-backed implementation of the Map interface, with predictable traversal order.
LinkedHashMap() - Constructor for class java.util.LinkedHashMap
Construct a new insertion-ordered LinkedHashMap with the default capacity (11) and the default load factor (0.75).
LinkedHashMap(Map) - Constructor for class java.util.LinkedHashMap
Construct a new insertion-ordered LinkedHashMap from the given Map, with initial capacity the greater of the size of m or the default of 11.
LinkedHashMap(int) - Constructor for class java.util.LinkedHashMap
Construct a new insertion-ordered LinkedHashMap with a specific inital capacity and default load factor of 0.75.
LinkedHashMap(int, float) - Constructor for class java.util.LinkedHashMap
Construct a new insertion-orderd LinkedHashMap with a specific inital capacity and load factor.
LinkedHashMap(int, float, boolean) - Constructor for class java.util.LinkedHashMap
Construct a new LinkedHashMap with a specific inital capacity, load factor, and ordering mode.
LinkedHashSet - Class in java.util
This class provides a hashtable-backed implementation of the Set interface, with predictable traversal order.
LinkedHashSet() - Constructor for class java.util.LinkedHashSet
Construct a new, empty HashSet whose backing HashMap has the default capacity (11) and loadFacor (0.75).
LinkedHashSet(int) - Constructor for class java.util.LinkedHashSet
Construct a new, empty HashSet whose backing HashMap has the supplied capacity and the default load factor (0.75).
LinkedHashSet(int, float) - Constructor for class java.util.LinkedHashSet
Construct a new, empty HashSet whose backing HashMap has the supplied capacity and load factor.
LinkedHashSet(Collection) - Constructor for class java.util.LinkedHashSet
Construct a new HashSet with the same elements as are in the supplied collection (eliminating any duplicates, of course).
LinkedList - Class in java.util
Linked list implementation of the List interface.
LinkedList() - Constructor for class java.util.LinkedList
Create an empty linked list.
LinkedList(Collection) - Constructor for class java.util.LinkedList
Create a linked list containing the elements, in order, of a given collection.
list() - Method in class gnu.java.rmi.registry.RegistryImpl
 
list() - Method in class gnu.java.rmi.registry.RegistryImpl_Stub
 
list() - Method in class java.io.File
This method returns a array of String's representing the list of files is then directory represented by this object.
list(FilenameFilter) - Method in class java.io.File
This method returns a array of String's representing the list of files is then directory represented by this object.
list() - Method in class java.lang.ThreadGroup
Print out information about this ThreadGroup to System.out.
list(String) - Static method in class java.rmi.Naming
Lists all services at the named registry.
list() - Method in interface java.rmi.registry.Registry
 
list(Enumeration) - Static method in class java.util.Collections
Returns an array list holding the elements visited by a given Enumeration.
List - Interface in java.util
An ordered collection (also known as a list).
list(PrintStream) - Method in class java.util.Properties
Writes the key/value pairs to the given print stream.
list(PrintWriter) - Method in class java.util.Properties
Writes the key/value pairs to the given print writer.
list(PrintStream) - Method in class jbvm.ip2k.VMProperties
Writes the key/value pairs to the given print stream.
list(PrintWriter) - Method in class jbvm.ip2k.VMProperties
Writes the key/value pairs to the given print writer.
listen(int) - Method in class java.net.SocketImpl
Starts listening for connections on a socket.
listen(int) - Method in class java.net.VMSocketImpl
 
listFiles() - Method in class java.io.File
This method returns an array of File objects representing all the files in the directory represented by this object.
listFiles(FilenameFilter) - Method in class java.io.File
This method returns an array of File objects representing all the files in the directory represented by this object.
listFiles(FileFilter) - Method in class java.io.File
This method returns an array of File objects representing all the files in the directory represented by this object.
listIterator() - Method in class java.util.AbstractList
Obtain a ListIterator over this list, starting at the beginning.
listIterator(int) - Method in class java.util.AbstractList
Obtain a ListIterator over this list, starting at a given position.
listIterator(int) - Method in class java.util.AbstractSequentialList
Returns a ListIterator over the list, starting from position index.
listIterator(int) - Method in class java.util.LinkedList
Obtain a ListIterator over this list, starting at a given index.
listIterator() - Method in interface java.util.List
Obtain a ListIterator over this list, starting at the beginning.
listIterator(int) - Method in interface java.util.List
Obtain a ListIterator over this list, starting at a given position.
ListIterator - Interface in java.util
An extended version of Iterator to support the extra features of Lists.
ListResourceBundle - Class in java.util
A ListResouceBundle provides an easy way, to create your own resource bundle.
ListResourceBundle() - Constructor for class java.util.ListResourceBundle
The constructor.
listRoots() - Static method in class java.io.File
This method returns an array of filesystem roots.
LM75IO - Class in jbvm.ip2k
Provides access to LM75 temperature sensor.
LM75IO() - Constructor for class jbvm.ip2k.LM75IO
Default constructor use internal sensor
LM75IO(int, I2cIO) - Constructor for class jbvm.ip2k.LM75IO
Constructor
load(String) - Method in class java.lang.Runtime
Load a native library using the system-dependent filename.
load(String) - Static method in class java.lang.System
Helper method to load a library using its explicit system-dependent filename.
load(InputStream, char[]) - Method in class java.security.KeyStore
Loads the keystore from the specified input stream and it uses the specified password to check for integrity if supplied.
load(InputStream) - Method in class java.util.Properties
Reads a property list from an input stream.
load(InputStream) - Method in class jbvm.ip2k.VMProperties
Reads a property list from an input stream.
loadClass(String, String, ClassLoader) - Method in class gnu.java.rmi.server.RMIClassLoaderImpl
 
loadClass(String) - Method in class java.lang.ClassLoader
Load a class using this ClassLoader or its parent, without resolving it.
loadClass(String, boolean) - Method in class java.lang.ClassLoader
Load a class using this ClassLoader or its parent, possibly resolving it as well using resolveClass().
loadClass(String) - Method in interface java.rmi.server.LoaderHandler
Deprecated.  
loadClass(URL, String) - Method in interface java.rmi.server.LoaderHandler
Deprecated.  
loadClass(String) - Static method in class java.rmi.server.RMIClassLoader
Deprecated.  
loadClass(String, String) - Static method in class java.rmi.server.RMIClassLoader
 
loadClass(String, String, ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
 
loadClass(URL, String) - Static method in class java.rmi.server.RMIClassLoader
Loads a class from codeBase.
loadClass(String, String, ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
 
LoaderHandler - Interface in java.rmi.server
Deprecated.  
loadLibrary(String) - Method in class java.lang.Runtime
Load a native library using a system-independent "short name" for the library.
loadLibrary(String) - Static method in class java.lang.System
Helper method to load a library using just a short identifier for the name.
loadProxyClass(String, String[], ClassLoader) - Method in class gnu.java.rmi.server.RMIClassLoaderImpl
 
loadProxyClass(String, String[], ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
 
loadProxyClass(String, String[], ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
 
loadTable() - Static method in class gnu.java.io.encode.EncoderEightBitLookup
This method loads the lookup table (actually a decoder lookup table) into a larger encoder table.
loadTimeDrift() - Static method in class jbvm.ip2k.VMTime
 
Locale - Class in java.util
Locales represent a specific country and culture.
Locale(String, String, String) - Constructor for class java.util.Locale
Creates a new locale for the given language and country.
Locale(String, String) - Constructor for class java.util.Locale
Creates a new locale for the given language and country.
LocaleInformation - Class in gnu.java.locale
This is the resource bundle for the default locale, which right now is hardcoded to US English.
LocaleInformation() - Constructor for class gnu.java.locale.LocaleInformation
 
LocaleInformation_af_ZA - Class in gnu.java.locale
 
LocaleInformation_af_ZA() - Constructor for class gnu.java.locale.LocaleInformation_af_ZA
 
LocaleInformation_ar_AE - Class in gnu.java.locale
 
LocaleInformation_ar_AE() - Constructor for class gnu.java.locale.LocaleInformation_ar_AE
 
LocaleInformation_ar_BH - Class in gnu.java.locale
 
LocaleInformation_ar_BH() - Constructor for class gnu.java.locale.LocaleInformation_ar_BH
 
LocaleInformation_ar_DZ - Class in gnu.java.locale
 
LocaleInformation_ar_DZ() - Constructor for class gnu.java.locale.LocaleInformation_ar_DZ
 
LocaleInformation_ar_EG - Class in gnu.java.locale
 
LocaleInformation_ar_EG() - Constructor for class gnu.java.locale.LocaleInformation_ar_EG
 
LocaleInformation_ar_IN - Class in gnu.java.locale
 
LocaleInformation_ar_IN() - Constructor for class gnu.java.locale.LocaleInformation_ar_IN
 
LocaleInformation_ar_IQ - Class in gnu.java.locale
 
LocaleInformation_ar_IQ() - Constructor for class gnu.java.locale.LocaleInformation_ar_IQ
 
LocaleInformation_ar_JO - Class in gnu.java.locale
 
LocaleInformation_ar_JO() - Constructor for class gnu.java.locale.LocaleInformation_ar_JO
 
LocaleInformation_ar_KW - Class in gnu.java.locale
 
LocaleInformation_ar_KW() - Constructor for class gnu.java.locale.LocaleInformation_ar_KW
 
LocaleInformation_ar_LB - Class in gnu.java.locale
 
LocaleInformation_ar_LB() - Constructor for class gnu.java.locale.LocaleInformation_ar_LB
 
LocaleInformation_ar_LY - Class in gnu.java.locale
 
LocaleInformation_ar_LY() - Constructor for class gnu.java.locale.LocaleInformation_ar_LY
 
LocaleInformation_ar_MA - Class in gnu.java.locale
 
LocaleInformation_ar_MA() - Constructor for class gnu.java.locale.LocaleInformation_ar_MA
 
LocaleInformation_ar_OM - Class in gnu.java.locale
 
LocaleInformation_ar_OM() - Constructor for class gnu.java.locale.LocaleInformation_ar_OM
 
LocaleInformation_ar_QA - Class in gnu.java.locale
 
LocaleInformation_ar_QA() - Constructor for class gnu.java.locale.LocaleInformation_ar_QA
 
LocaleInformation_ar_SD - Class in gnu.java.locale
 
LocaleInformation_ar_SD() - Constructor for class gnu.java.locale.LocaleInformation_ar_SD
 
LocaleInformation_ar_SY - Class in gnu.java.locale
 
LocaleInformation_ar_SY() - Constructor for class gnu.java.locale.LocaleInformation_ar_SY
 
LocaleInformation_ar_TN - Class in gnu.java.locale
 
LocaleInformation_ar_TN() - Constructor for class gnu.java.locale.LocaleInformation_ar_TN
 
LocaleInformation_ar_YE - Class in gnu.java.locale
 
LocaleInformation_ar_YE() - Constructor for class gnu.java.locale.LocaleInformation_ar_YE
 
LocaleInformation_be_BY - Class in gnu.java.locale
 
LocaleInformation_be_BY() - Constructor for class gnu.java.locale.LocaleInformation_be_BY
 
LocaleInformation_bn_IN - Class in gnu.java.locale
 
LocaleInformation_bn_IN() - Constructor for class gnu.java.locale.LocaleInformation_bn_IN
 
LocaleInformation_br_FR - Class in gnu.java.locale
 
LocaleInformation_br_FR() - Constructor for class gnu.java.locale.LocaleInformation_br_FR
 
LocaleInformation_bs_BA - Class in gnu.java.locale
 
LocaleInformation_bs_BA() - Constructor for class gnu.java.locale.LocaleInformation_bs_BA
 
LocaleInformation_ca_ES - Class in gnu.java.locale
 
LocaleInformation_ca_ES() - Constructor for class gnu.java.locale.LocaleInformation_ca_ES
 
LocaleInformation_cs_CZ - Class in gnu.java.locale
 
LocaleInformation_cs_CZ() - Constructor for class gnu.java.locale.LocaleInformation_cs_CZ
 
LocaleInformation_cy_GB - Class in gnu.java.locale
 
LocaleInformation_cy_GB() - Constructor for class gnu.java.locale.LocaleInformation_cy_GB
 
LocaleInformation_da_DK - Class in gnu.java.locale
 
LocaleInformation_da_DK() - Constructor for class gnu.java.locale.LocaleInformation_da_DK
 
LocaleInformation_de - Class in gnu.java.locale
This class contains locale data for the German locale
LocaleInformation_de() - Constructor for class gnu.java.locale.LocaleInformation_de
 
LocaleInformation_de_AT - Class in gnu.java.locale
 
LocaleInformation_de_AT() - Constructor for class gnu.java.locale.LocaleInformation_de_AT
 
LocaleInformation_de_BE - Class in gnu.java.locale
 
LocaleInformation_de_BE() - Constructor for class gnu.java.locale.LocaleInformation_de_BE
 
LocaleInformation_de_CH - Class in gnu.java.locale
 
LocaleInformation_de_CH() - Constructor for class gnu.java.locale.LocaleInformation_de_CH
 
LocaleInformation_de_DE - Class in gnu.java.locale
 
LocaleInformation_de_DE() - Constructor for class gnu.java.locale.LocaleInformation_de_DE
 
LocaleInformation_de_LU - Class in gnu.java.locale
 
LocaleInformation_de_LU() - Constructor for class gnu.java.locale.LocaleInformation_de_LU
 
LocaleInformation_el_GR - Class in gnu.java.locale
 
LocaleInformation_el_GR() - Constructor for class gnu.java.locale.LocaleInformation_el_GR
 
LocaleInformation_en - Class in gnu.java.locale
This class contains locale data for English.
LocaleInformation_en() - Constructor for class gnu.java.locale.LocaleInformation_en
 
LocaleInformation_en_AU - Class in gnu.java.locale
 
LocaleInformation_en_AU() - Constructor for class gnu.java.locale.LocaleInformation_en_AU
 
LocaleInformation_en_BW - Class in gnu.java.locale
 
LocaleInformation_en_BW() - Constructor for class gnu.java.locale.LocaleInformation_en_BW
 
LocaleInformation_en_CA - Class in gnu.java.locale
 
LocaleInformation_en_CA() - Constructor for class gnu.java.locale.LocaleInformation_en_CA
 
LocaleInformation_en_DK - Class in gnu.java.locale
 
LocaleInformation_en_DK() - Constructor for class gnu.java.locale.LocaleInformation_en_DK
 
LocaleInformation_en_GB - Class in gnu.java.locale
 
LocaleInformation_en_GB() - Constructor for class gnu.java.locale.LocaleInformation_en_GB
 
LocaleInformation_en_HK - Class in gnu.java.locale
 
LocaleInformation_en_HK() - Constructor for class gnu.java.locale.LocaleInformation_en_HK
 
LocaleInformation_en_IE - Class in gnu.java.locale
 
LocaleInformation_en_IE() - Constructor for class gnu.java.locale.LocaleInformation_en_IE
 
LocaleInformation_en_IN - Class in gnu.java.locale
 
LocaleInformation_en_IN() - Constructor for class gnu.java.locale.LocaleInformation_en_IN
 
LocaleInformation_en_NZ - Class in gnu.java.locale
 
LocaleInformation_en_NZ() - Constructor for class gnu.java.locale.LocaleInformation_en_NZ
 
LocaleInformation_en_PH - Class in gnu.java.locale
 
LocaleInformation_en_PH() - Constructor for class gnu.java.locale.LocaleInformation_en_PH
 
LocaleInformation_en_SG - Class in gnu.java.locale
 
LocaleInformation_en_SG() - Constructor for class gnu.java.locale.LocaleInformation_en_SG
 
LocaleInformation_en_US - Class in gnu.java.locale
 
LocaleInformation_en_US() - Constructor for class gnu.java.locale.LocaleInformation_en_US
 
LocaleInformation_en_ZA - Class in gnu.java.locale
 
LocaleInformation_en_ZA() - Constructor for class gnu.java.locale.LocaleInformation_en_ZA
 
LocaleInformation_en_ZW - Class in gnu.java.locale
 
LocaleInformation_en_ZW() - Constructor for class gnu.java.locale.LocaleInformation_en_ZW
 
LocaleInformation_es_AR - Class in gnu.java.locale
 
LocaleInformation_es_AR() - Constructor for class gnu.java.locale.LocaleInformation_es_AR
 
LocaleInformation_es_BO - Class in gnu.java.locale
 
LocaleInformation_es_BO() - Constructor for class gnu.java.locale.LocaleInformation_es_BO
 
LocaleInformation_es_CL - Class in gnu.java.locale
 
LocaleInformation_es_CL() - Constructor for class gnu.java.locale.LocaleInformation_es_CL
 
LocaleInformation_es_CO - Class in gnu.java.locale
 
LocaleInformation_es_CO() - Constructor for class gnu.java.locale.LocaleInformation_es_CO
 
LocaleInformation_es_CR - Class in gnu.java.locale
 
LocaleInformation_es_CR() - Constructor for class gnu.java.locale.LocaleInformation_es_CR
 
LocaleInformation_es_DO - Class in gnu.java.locale
 
LocaleInformation_es_DO() - Constructor for class gnu.java.locale.LocaleInformation_es_DO
 
LocaleInformation_es_EC - Class in gnu.java.locale
 
LocaleInformation_es_EC() - Constructor for class gnu.java.locale.LocaleInformation_es_EC
 
LocaleInformation_es_ES - Class in gnu.java.locale
 
LocaleInformation_es_ES() - Constructor for class gnu.java.locale.LocaleInformation_es_ES
 
LocaleInformation_es_GT - Class in gnu.java.locale
 
LocaleInformation_es_GT() - Constructor for class gnu.java.locale.LocaleInformation_es_GT
 
LocaleInformation_es_HN - Class in gnu.java.locale
 
LocaleInformation_es_HN() - Constructor for class gnu.java.locale.LocaleInformation_es_HN
 
LocaleInformation_es_MX - Class in gnu.java.locale
 
LocaleInformation_es_MX() - Constructor for class gnu.java.locale.LocaleInformation_es_MX
 
LocaleInformation_es_NI - Class in gnu.java.locale
 
LocaleInformation_es_NI() - Constructor for class gnu.java.locale.LocaleInformation_es_NI
 
LocaleInformation_es_PA - Class in gnu.java.locale
 
LocaleInformation_es_PA() - Constructor for class gnu.java.locale.LocaleInformation_es_PA
 
LocaleInformation_es_PE - Class in gnu.java.locale
 
LocaleInformation_es_PE() - Constructor for class gnu.java.locale.LocaleInformation_es_PE
 
LocaleInformation_es_PR - Class in gnu.java.locale
 
LocaleInformation_es_PR() - Constructor for class gnu.java.locale.LocaleInformation_es_PR
 
LocaleInformation_es_PY - Class in gnu.java.locale
 
LocaleInformation_es_PY() - Constructor for class gnu.java.locale.LocaleInformation_es_PY
 
LocaleInformation_es_SV - Class in gnu.java.locale
 
LocaleInformation_es_SV() - Constructor for class gnu.java.locale.LocaleInformation_es_SV
 
LocaleInformation_es_US - Class in gnu.java.locale
 
LocaleInformation_es_US() - Constructor for class gnu.java.locale.LocaleInformation_es_US
 
LocaleInformation_es_UY - Class in gnu.java.locale
 
LocaleInformation_es_UY() - Constructor for class gnu.java.locale.LocaleInformation_es_UY
 
LocaleInformation_es_VE - Class in gnu.java.locale
 
LocaleInformation_es_VE() - Constructor for class gnu.java.locale.LocaleInformation_es_VE
 
LocaleInformation_et_EE - Class in gnu.java.locale
 
LocaleInformation_et_EE() - Constructor for class gnu.java.locale.LocaleInformation_et_EE
 
LocaleInformation_eu_ES - Class in gnu.java.locale
 
LocaleInformation_eu_ES() - Constructor for class gnu.java.locale.LocaleInformation_eu_ES
 
LocaleInformation_fa_IR - Class in gnu.java.locale
 
LocaleInformation_fa_IR() - Constructor for class gnu.java.locale.LocaleInformation_fa_IR
 
LocaleInformation_fi_FI - Class in gnu.java.locale
 
LocaleInformation_fi_FI() - Constructor for class gnu.java.locale.LocaleInformation_fi_FI
 
LocaleInformation_fo_FO - Class in gnu.java.locale
 
LocaleInformation_fo_FO() - Constructor for class gnu.java.locale.LocaleInformation_fo_FO
 
LocaleInformation_fr_BE - Class in gnu.java.locale
 
LocaleInformation_fr_BE() - Constructor for class gnu.java.locale.LocaleInformation_fr_BE
 
LocaleInformation_fr_CA - Class in gnu.java.locale
 
LocaleInformation_fr_CA() - Constructor for class gnu.java.locale.LocaleInformation_fr_CA
 
LocaleInformation_fr_CH - Class in gnu.java.locale
 
LocaleInformation_fr_CH() - Constructor for class gnu.java.locale.LocaleInformation_fr_CH
 
LocaleInformation_fr_FR - Class in gnu.java.locale
 
LocaleInformation_fr_FR() - Constructor for class gnu.java.locale.LocaleInformation_fr_FR
 
LocaleInformation_fr_LU - Class in gnu.java.locale
 
LocaleInformation_fr_LU() - Constructor for class gnu.java.locale.LocaleInformation_fr_LU
 
LocaleInformation_ga_IE - Class in gnu.java.locale
 
LocaleInformation_ga_IE() - Constructor for class gnu.java.locale.LocaleInformation_ga_IE
 
LocaleInformation_gd_GB - Class in gnu.java.locale
 
LocaleInformation_gd_GB() - Constructor for class gnu.java.locale.LocaleInformation_gd_GB
 
LocaleInformation_gl_ES - Class in gnu.java.locale
 
LocaleInformation_gl_ES() - Constructor for class gnu.java.locale.LocaleInformation_gl_ES
 
LocaleInformation_gv_GB - Class in gnu.java.locale
 
LocaleInformation_gv_GB() - Constructor for class gnu.java.locale.LocaleInformation_gv_GB
 
LocaleInformation_he_IL - Class in gnu.java.locale
 
LocaleInformation_he_IL() - Constructor for class gnu.java.locale.LocaleInformation_he_IL
 
LocaleInformation_hi_IN - Class in gnu.java.locale
 
LocaleInformation_hi_IN() - Constructor for class gnu.java.locale.LocaleInformation_hi_IN
 
LocaleInformation_hr_HR - Class in gnu.java.locale
 
LocaleInformation_hr_HR() - Constructor for class gnu.java.locale.LocaleInformation_hr_HR
 
LocaleInformation_hu_HU - Class in gnu.java.locale
 
LocaleInformation_hu_HU() - Constructor for class gnu.java.locale.LocaleInformation_hu_HU
 
LocaleInformation_id_ID - Class in gnu.java.locale
 
LocaleInformation_id_ID() - Constructor for class gnu.java.locale.LocaleInformation_id_ID
 
LocaleInformation_it_CH - Class in gnu.java.locale
 
LocaleInformation_it_CH() - Constructor for class gnu.java.locale.LocaleInformation_it_CH
 
LocaleInformation_it_IT - Class in gnu.java.locale
 
LocaleInformation_it_IT() - Constructor for class gnu.java.locale.LocaleInformation_it_IT
 
LocaleInformation_iw_IL - Class in gnu.java.locale
 
LocaleInformation_iw_IL() - Constructor for class gnu.java.locale.LocaleInformation_iw_IL
 
LocaleInformation_ja_JP - Class in gnu.java.locale
 
LocaleInformation_ja_JP() - Constructor for class gnu.java.locale.LocaleInformation_ja_JP
 
LocaleInformation_ka_GE - Class in gnu.java.locale
 
LocaleInformation_ka_GE() - Constructor for class gnu.java.locale.LocaleInformation_ka_GE
 
LocaleInformation_kl_GL - Class in gnu.java.locale
 
LocaleInformation_kl_GL() - Constructor for class gnu.java.locale.LocaleInformation_kl_GL
 
LocaleInformation_ko_KR - Class in gnu.java.locale
 
LocaleInformation_ko_KR() - Constructor for class gnu.java.locale.LocaleInformation_ko_KR
 
LocaleInformation_kw_GB - Class in gnu.java.locale
 
LocaleInformation_kw_GB() - Constructor for class gnu.java.locale.LocaleInformation_kw_GB
 
LocaleInformation_lt_LT - Class in gnu.java.locale
 
LocaleInformation_lt_LT() - Constructor for class gnu.java.locale.LocaleInformation_lt_LT
 
LocaleInformation_lv_LV - Class in gnu.java.locale
 
LocaleInformation_lv_LV() - Constructor for class gnu.java.locale.LocaleInformation_lv_LV
 
LocaleInformation_mi_NZ - Class in gnu.java.locale
 
LocaleInformation_mi_NZ() - Constructor for class gnu.java.locale.LocaleInformation_mi_NZ
 
LocaleInformation_mk_MK - Class in gnu.java.locale
 
LocaleInformation_mk_MK() - Constructor for class gnu.java.locale.LocaleInformation_mk_MK
 
LocaleInformation_mr_IN - Class in gnu.java.locale
 
LocaleInformation_mr_IN() - Constructor for class gnu.java.locale.LocaleInformation_mr_IN
 
LocaleInformation_mt_MT - Class in gnu.java.locale
 
LocaleInformation_mt_MT() - Constructor for class gnu.java.locale.LocaleInformation_mt_MT
 
LocaleInformation_nl - Class in gnu.java.locale
This class contains locale data for the Dutch locale
LocaleInformation_nl() - Constructor for class gnu.java.locale.LocaleInformation_nl
 
LocaleInformation_nl_BE - Class in gnu.java.locale
 
LocaleInformation_nl_BE() - Constructor for class gnu.java.locale.LocaleInformation_nl_BE
 
LocaleInformation_nl_NL - Class in gnu.java.locale
 
LocaleInformation_nl_NL() - Constructor for class gnu.java.locale.LocaleInformation_nl_NL
 
LocaleInformation_nn_NO - Class in gnu.java.locale
 
LocaleInformation_nn_NO() - Constructor for class gnu.java.locale.LocaleInformation_nn_NO
 
LocaleInformation_no_NO - Class in gnu.java.locale
 
LocaleInformation_no_NO() - Constructor for class gnu.java.locale.LocaleInformation_no_NO
 
LocaleInformation_oc_FR - Class in gnu.java.locale
 
LocaleInformation_oc_FR() - Constructor for class gnu.java.locale.LocaleInformation_oc_FR
 
LocaleInformation_pl_PL - Class in gnu.java.locale
 
LocaleInformation_pl_PL() - Constructor for class gnu.java.locale.LocaleInformation_pl_PL
 
LocaleInformation_pt_BR - Class in gnu.java.locale
 
LocaleInformation_pt_BR() - Constructor for class gnu.java.locale.LocaleInformation_pt_BR
 
LocaleInformation_pt_PT - Class in gnu.java.locale
 
LocaleInformation_pt_PT() - Constructor for class gnu.java.locale.LocaleInformation_pt_PT
 
LocaleInformation_ro_RO - Class in gnu.java.locale
 
LocaleInformation_ro_RO() - Constructor for class gnu.java.locale.LocaleInformation_ro_RO
 
LocaleInformation_ru_RU - Class in gnu.java.locale
 
LocaleInformation_ru_RU() - Constructor for class gnu.java.locale.LocaleInformation_ru_RU
 
LocaleInformation_ru_UA - Class in gnu.java.locale
 
LocaleInformation_ru_UA() - Constructor for class gnu.java.locale.LocaleInformation_ru_UA
 
LocaleInformation_se_NO - Class in gnu.java.locale
 
LocaleInformation_se_NO() - Constructor for class gnu.java.locale.LocaleInformation_se_NO
 
LocaleInformation_sk_SK - Class in gnu.java.locale
 
LocaleInformation_sk_SK() - Constructor for class gnu.java.locale.LocaleInformation_sk_SK
 
LocaleInformation_sl_SI - Class in gnu.java.locale
 
LocaleInformation_sl_SI() - Constructor for class gnu.java.locale.LocaleInformation_sl_SI
 
LocaleInformation_sq_AL - Class in gnu.java.locale
 
LocaleInformation_sq_AL() - Constructor for class gnu.java.locale.LocaleInformation_sq_AL
 
LocaleInformation_sr_YU - Class in gnu.java.locale
 
LocaleInformation_sr_YU() - Constructor for class gnu.java.locale.LocaleInformation_sr_YU
 
LocaleInformation_sv_FI - Class in gnu.java.locale
 
LocaleInformation_sv_FI() - Constructor for class gnu.java.locale.LocaleInformation_sv_FI
 
LocaleInformation_sv_SE - Class in gnu.java.locale
 
LocaleInformation_sv_SE() - Constructor for class gnu.java.locale.LocaleInformation_sv_SE
 
LocaleInformation_ta_IN - Class in gnu.java.locale
 
LocaleInformation_ta_IN() - Constructor for class gnu.java.locale.LocaleInformation_ta_IN
 
LocaleInformation_te_IN - Class in gnu.java.locale
 
LocaleInformation_te_IN() - Constructor for class gnu.java.locale.LocaleInformation_te_IN
 
LocaleInformation_tg_TJ - Class in gnu.java.locale
 
LocaleInformation_tg_TJ() - Constructor for class gnu.java.locale.LocaleInformation_tg_TJ
 
LocaleInformation_tl_PH - Class in gnu.java.locale
 
LocaleInformation_tl_PH() - Constructor for class gnu.java.locale.LocaleInformation_tl_PH
 
LocaleInformation_tr_TR - Class in gnu.java.locale
 
LocaleInformation_tr_TR() - Constructor for class gnu.java.locale.LocaleInformation_tr_TR
 
LocaleInformation_uk_UA - Class in gnu.java.locale
 
LocaleInformation_uk_UA() - Constructor for class gnu.java.locale.LocaleInformation_uk_UA
 
LocaleInformation_ur_PK - Class in gnu.java.locale
 
LocaleInformation_ur_PK() - Constructor for class gnu.java.locale.LocaleInformation_ur_PK
 
LocaleInformation_uz_UZ - Class in gnu.java.locale
 
LocaleInformation_uz_UZ() - Constructor for class gnu.java.locale.LocaleInformation_uz_UZ
 
LocaleInformation_vi_VN - Class in gnu.java.locale
 
LocaleInformation_vi_VN() - Constructor for class gnu.java.locale.LocaleInformation_vi_VN
 
LocaleInformation_yi_US - Class in gnu.java.locale
 
LocaleInformation_yi_US() - Constructor for class gnu.java.locale.LocaleInformation_yi_US
 
LocaleInformation_zh_CN - Class in gnu.java.locale
 
LocaleInformation_zh_CN() - Constructor for class gnu.java.locale.LocaleInformation_zh_CN
 
LocaleInformation_zh_HK - Class in gnu.java.locale
 
LocaleInformation_zh_HK() - Constructor for class gnu.java.locale.LocaleInformation_zh_HK
 
LocaleInformation_zh_SG - Class in gnu.java.locale
 
LocaleInformation_zh_SG() - Constructor for class gnu.java.locale.LocaleInformation_zh_SG
 
LocaleInformation_zh_TW - Class in gnu.java.locale
 
LocaleInformation_zh_TW() - Constructor for class gnu.java.locale.LocaleInformation_zh_TW
 
localPort - Variable in class java.net.DatagramSocketImpl
The local port to which this socket is bound
localport - Variable in class java.net.SocketImpl
The port number the socket is bound to locally
LocateRegistry - Class in java.rmi.registry
 
lock - Variable in class java.io.Reader
This is the Object used for synchronizing critical code sections.
lock - Variable in class java.io.Writer
This is the object used to synchronize criticial code sections for thread safety.
lock - Variable in class java.util.prefs.AbstractPreferences
Object used to lock this preference node.
log(double) - Static method in class java.lang.Math
Take ln(a) (the natural log).
log(String) - Static method in class java.rmi.server.LogStream
Deprecated.  
LogStream - Class in java.rmi.server
Deprecated.  
Long - Class in java.lang
Instances of class Double represent primitive double values.
Long(long) - Constructor for class java.lang.Long
Create a Long object representing the value of the long argument.
Long(String) - Constructor for class java.lang.Long
Create a Long object representing the value of the argument after conversion to a long.
LONG - Static variable in class java.text.DateFormat
 
LONG - Static variable in class java.util.TimeZone
Constant used to indicate that a long timezone name should be returned, such as "Eastern Standard Time".
longBitsToDouble(long) - Static method in class java.lang.Double
Return the double represented by the long bits specified.
longValue() - Method in class java.lang.Byte
Return the value of this Byte as a long.
longValue() - Method in class java.lang.Double
Return the value of this Double when cast to a long.
longValue() - Method in class java.lang.Float
Return the value of this Double when cast to a long.
longValue() - Method in class java.lang.Integer
Return the value of this Integer as a long.
longValue() - Method in class java.lang.Long
Return the value of this Long as a long.
longValue() - Method in class java.lang.Number
Return the value of this Number as a long.
longValue() - Method in class java.lang.Short
Return the value of this Short as a long.
longValue() - Method in class java.math.BigDecimal
 
longValue() - Method in class java.math.BigInteger
 
lookup(String) - Method in class gnu.java.rmi.registry.RegistryImpl
 
lookup(String) - Method in class gnu.java.rmi.registry.RegistryImpl_Stub
 
lookup(Class) - Static method in class java.io.ObjectStreamClass
Returns the ObjectStreamClass for cl.
lookup(String) - Static method in class java.rmi.Naming
Looks for the remote object that is associated with the named service.
lookup(String) - Method in interface java.rmi.registry.Registry
Find and return the reference to the object that was previously bound to the registry by this name.
lookup_table - Variable in class gnu.java.io.decode.DecoderEightBitLookup
This is the lookup table.
lookup_table - Static variable in class gnu.java.io.encode.EncoderEightBitLookup
This is the lookup table.
lookup_table_8859_2 - Static variable in class gnu.java.io.decode.Decoder8859_2
This is the lookup table for this encoding
lookup_table_8859_2 - Static variable in class gnu.java.io.encode.Encoder8859_2
This is the lookup table for this encoding
lookup_table_8859_3 - Static variable in class gnu.java.io.decode.Decoder8859_3
This is the lookup table for this encoding
lookup_table_8859_3 - Static variable in class gnu.java.io.encode.Encoder8859_3
This is the lookup table for this encoding
lookup_table_8859_4 - Static variable in class gnu.java.io.decode.Decoder8859_4
This is the lookup table for this encoding
lookup_table_8859_4 - Static variable in class gnu.java.io.encode.Encoder8859_4
This is the lookup table for this encoding
lookup_table_8859_5 - Static variable in class gnu.java.io.decode.Decoder8859_5
This is the lookup table for this encoding
lookup_table_8859_5 - Static variable in class gnu.java.io.encode.Encoder8859_5
This is the lookup table for this encoding
lookupProviders(Class, ClassLoader) - Static method in class gnu.classpath.ServiceFactory
Finds service providers that are implementing the specified Service Provider Interface.
lookupProviders(Class) - Static method in class gnu.classpath.ServiceFactory
Finds service providers that are implementing the specified Service Provider Interface, using the context class loader for loading providers.
LOWER - Static variable in interface gnu.java.lang.CharData
This is the attribute table for computing the lowercase representation of a character.
LOWERCASE_LETTER - Static variable in class java.lang.Character
Ll = Letter, Lowercase (Informative)
lowerCaseMode(boolean) - Method in class java.io.StreamTokenizer
This method sets a flag that indicates whether or not alphabetic tokens that are returned should be converted to lower case.
lowestOneBit(int) - Static method in class java.lang.Integer
Find the lowest set bit in value, and return a new value with only that bit set.
lshift(int[], int, int[], int, int) - Static method in class gnu.java.math.MPN
 

M

MAGIC - Static variable in class java.util.jar.Attributes.Name
Signing attribute - application specific signing attribute.
magicNumber - Variable in class java.lang.reflect.VMBinMasterRecord
 
main(String[]) - Static method in class gnu.java.rmi.registry.RegistryImpl
 
MAIN_CLASS - Static variable in class java.util.jar.Attributes.Name
Stand alone application attribute - the entry (without the .class ending) that is the main class of this jar file.
MainThread - Class in gnu.java.lang
MainThread is a Thread which uses the main() method of some class.
MainThread(String, String[]) - Constructor for class gnu.java.lang.MainThread
 
MALAYALAM - Static variable in class java.lang.Character.Subset
U+0D00 - U+0D7F
MalformedURLException - Exception in java.net
This exception indicates that a URL passed to an object was not in a valid format.
MalformedURLException() - Constructor for exception java.net.MalformedURLException
Initializes a new instance of MalformedURLException without a descriptive error message.
MalformedURLException(String) - Constructor for exception java.net.MalformedURLException
Initializes a new instance of MalformedURLException without a descriptive error message.
Manifest - Class in java.util.jar
Reads, writes and manipulaties jar manifest files.
Manifest() - Constructor for class java.util.jar.Manifest
Creates a new empty Manifest.
Manifest(InputStream) - Constructor for class java.util.jar.Manifest
Creates a Manifest from the supplied input stream.
Manifest(Manifest) - Constructor for class java.util.jar.Manifest
Creates a Manifest from another Manifest.
MANIFEST_NAME - Static variable in class java.util.jar.JarFile
The name of the manifest entry: META-INF/MANIFEST.MF
MANIFEST_VERSION - Static variable in class java.util.jar.Attributes.Name
General main attribute - the version of this Manifest file.
map - Variable in class java.util.jar.Attributes
The map that holds all the attribute name/value pairs.
Map - Interface in java.util
An object that maps keys onto values.
Map.Entry - Interface in java.util
A map entry (key-value pair).
MARCH - Static variable in class java.util.Calendar
Constant representing March.
mark(int) - Method in class java.io.BufferedInputStream
This method marks a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - Method in class java.io.BufferedReader
Mark a position in the input to which the stream can be "reset" by calling the reset() method.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
This method sets the mark position in this stream to the current position.
mark(int) - Method in class java.io.CharArrayReader
This method sets the mark position in this stream to the current position.
mark(int) - Method in class java.io.FilterInputStream
Calls the in.mark(int) method.
mark(int) - Method in class java.io.FilterReader
Calls the in.mark(int) method.
mark(int) - Method in class java.io.InputStream
This method marks a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - Method in class java.io.LineNumberInputStream
Deprecated. This method marks a position in the input to which the stream can be "reset" byte calling the reset() method.
mark(int) - Method in class java.io.LineNumberReader
This method marks a position in the input to which the stream can be "reset" char calling the reset() method.
mark(int) - Method in class java.io.PushbackReader
This method throws an exception when called since this class does not support mark/reset.
mark(int) - Method in class java.io.Reader
Marks a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - Method in class java.io.StringReader
 
mark(int) - Method in class java.util.zip.InflaterInputStream
 
markedPos - Variable in class java.io.CharArrayReader
The currently marked position in the stream.
marklimit - Variable in class java.io.BufferedInputStream
This is the maximum number of bytes than can be read after a call to mark() before the mark can be discarded.
markpos - Variable in class java.io.BufferedInputStream
The value of pos when the mark() method was called.
markSupported() - Method in class java.io.BufferedInputStream
This method returns true to indicate that this class supports mark/reset functionality.
markSupported() - Method in class java.io.BufferedReader
Returns true to indicate that this class supports mark/reset functionality.
markSupported() - Method in class java.io.ByteArrayInputStream
This method overrides the markSupported method in InputStream in order to return true - indicating that this stream class supports mark/reset functionality.
markSupported() - Method in class java.io.CharArrayReader
This method overrides the markSupported method in Reader in order to return true - indicating that this stream class supports mark/reset functionality.
markSupported() - Method in class java.io.FilterInputStream
Calls the in.markSupported() method.
markSupported() - Method in class java.io.FilterReader
Calls the in.markSupported() method.
markSupported() - Method in class java.io.InputStream
This method returns a boolean that indicates whether the mark/reset methods are supported in this class.
markSupported() - Method in class java.io.PushbackInputStream
This method returns false to indicate that it does not support mark/reset functionality.
markSupported() - Method in class java.io.PushbackReader
This method returns false to indicate that it does not support mark/reset functionality.
markSupported() - Method in class java.io.Reader
Returns a boolean that indicates whether the mark/reset methods are supported in this class.
markSupported() - Method in class java.io.StringReader
 
markSupported() - Method in class java.util.zip.InflaterInputStream
 
MarshalException - Exception in java.rmi
Thrown if an exception occurs while marshalling data to send in a remote call.
MarshalException(String) - Constructor for exception java.rmi.MarshalException
Create an exception with a message.
MarshalException(String, Exception) - Constructor for exception java.rmi.MarshalException
Create an exception with a message and a cause.
MarshalledObject - Class in java.rmi
A MarshalledObject consists of a serialized object which is marshalled according to the RMI specification.
MarshalledObject(Object) - Constructor for class java.rmi.MarshalledObject
Constructs a MarshalledObject from the given object.
Math - Class in java.lang
Helper class containing useful mathematical functions and constants.
MATH_SYMBOL - Static variable in class java.lang.Character
Sm = Symbol, Math (Informative)
MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.Subset
U+2200 - U+22FF
max(int, int) - Static method in class java.lang.Math
Return whichever argument is larger.
max(long, long) - Static method in class java.lang.Math
Return whichever argument is larger.
max(float, float) - Static method in class java.lang.Math
Return whichever argument is larger.
max(double, double) - Static method in class java.lang.Math
Return whichever argument is larger.
max(BigDecimal) - Method in class java.math.BigDecimal
 
max(BigInteger) - Method in class java.math.BigInteger
 
max(Collection) - Static method in class java.util.Collections
Find the maximum element in a Collection, according to the natural ordering of the elements.
max(Collection, Comparator) - Static method in class java.util.Collections
Find the maximum element in a Collection, according to a specified Comparator.
MAX_KEY_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum entry key length. 80 characters.
MAX_NAME_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum node name length. 80 characters.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority for a Thread.
MAX_RADIX - Static variable in class java.lang.Character
Largest value allowed for radix arguments in Java.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a byte can represent is 127 (or 27 - 1).
MAX_VALUE - Static variable in class java.lang.Character
The maximum value the char data type can hold.
MAX_VALUE - Static variable in class java.lang.Double
The maximum positive value a double may represent is 1.7976931348623157e+308.
MAX_VALUE - Static variable in class java.lang.Float
The maximum positive value a double may represent is 3.4028235e+38f.
MAX_VALUE - Static variable in class java.lang.Integer
The maximum value an int can represent is 2147483647 (or 231 - 1).
MAX_VALUE - Static variable in class java.lang.Long
The maximum value a long can represent is 9223372036854775807.
MAX_VALUE - Static variable in class java.lang.Short
The minimum value a short can represent is 32767.
MAX_VALUE_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum entry value length. 8192 characters.
maxOperands - Variable in class java.lang.reflect.VMBinMethodRecord
 
MAY - Static variable in class java.util.Calendar
Constant representing May.
MD5 - Class in gnu.java.security.provider
This class implements the MD5 algorithm as described in RFC1321.
MD5() - Constructor for class gnu.java.security.provider.MD5
 
MEDIUM - Static variable in class java.text.DateFormat
 
Member - Interface in java.lang.reflect
Member is an interface that represents any member of a class (field or method) or a constructor.
members() - Method in interface java.security.acl.Group
This method returns a list of all members of the group as an Enumeration.
MemoryBasedFactory - Class in gnu.java.util.prefs
Memory based PreferencesFactory usefull for testing.
MemoryBasedFactory() - Constructor for class gnu.java.util.prefs.MemoryBasedFactory
 
MemoryBasedPreferences - Class in gnu.java.util.prefs
A Preference node which holds all entries in memory
MemoryBasedPreferences(MemoryBasedPreferences, String, boolean) - Constructor for class gnu.java.util.prefs.MemoryBasedPreferences
Creates a new preferences node with the given name and parent.
MESSAGE_CALL - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
MESSAGE_CALL_ACK - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
MESSAGE_DGCACK - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
MESSAGE_PING - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
MESSAGE_PING_ACK - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
MessageDigest - Class in java.security
 
MessageDigest(String) - Constructor for class java.security.MessageDigest
Creates a MessageDigest representing the specified algorithm.
MessageDigestSpi - Class in java.security
This is the Service Provider Interface (SPI) for MessageDigest class in java.security.
MessageDigestSpi() - Constructor for class java.security.MessageDigestSpi
Default constructor of the MessageDigestSpi class
MessageFormat - Class in java.text
 
MessageFormat(String) - Constructor for class java.text.MessageFormat
Creates a new MessageFormat object with the specified pattern
Method - Class in java.lang.reflect
The Method class represents a member method of a class.
method - Variable in class java.net.HttpURLConnection
The requested method in use for this connection.
methodnameOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
methodnameSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
methodTableOffset - Variable in class java.lang.reflect.VMBinClassRecord
 
methodTableOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
methodTableSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
mflags - Variable in class java.lang.reflect.VMBinMethodRecord
 
MILLISECOND - Static variable in class java.util.Calendar
Constant representing the millisecond time field.
MILLISECOND_FIELD - Static variable in class java.text.DateFormat
 
min(int, int) - Static method in class java.lang.Math
Return whichever argument is smaller.
min(long, long) - Static method in class java.lang.Math
Return whichever argument is smaller.
min(float, float) - Static method in class java.lang.Math
Return whichever argument is smaller.
min(double, double) - Static method in class java.lang.Math
Return whichever argument is smaller.
min(BigDecimal) - Method in class java.math.BigDecimal
 
min(BigInteger) - Method in class java.math.BigInteger
 
min(Collection) - Static method in class java.util.Collections
Find the minimum element in a Collection, according to the natural ordering of the elements.
min(Collection, Comparator) - Static method in class java.util.Collections
Find the minimum element in a Collection, according to a specified Comparator.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority for a Thread.
MIN_RADIX - Static variable in class java.lang.Character
Smallest value allowed for radix arguments in Java.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a byte can represent is -128 (or -27).
MIN_VALUE - Static variable in class java.lang.Character
The minimum value the char data type can hold.
MIN_VALUE - Static variable in class java.lang.Double
The minimum positive value a double may represent is 5e-324.
MIN_VALUE - Static variable in class java.lang.Float
The minimum positive value a float may represent is 1.4e-45.
MIN_VALUE - Static variable in class java.lang.Integer
The minimum value an int can represent is -2147483648 (or -231).
MIN_VALUE - Static variable in class java.lang.Long
The minimum value a long can represent is -9223372036854775808.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a short can represent is -32768.
MINUTE - Static variable in class java.util.Calendar
Constant representing the minute of hour time field.
MINUTE_FIELD - Static variable in class java.text.DateFormat
 
MISCELLANEOUS_SYMBOLS - Static variable in class java.lang.Character.Subset
U+2600 - U+26FF
MISCELLANEOUS_TECHNICAL - Static variable in class java.lang.Character.Subset
U+2300 - U+23FF
MissingResourceException - Exception in java.util
This exception is thrown when a resource is missing.
MissingResourceException(String, String, String) - Constructor for exception java.util.MissingResourceException
Creates a new exception, with the specified parameters.
mkdir() - Method in class java.io.File
This method creates a directory for the path represented by this object.
mkdirs() - Method in class java.io.File
This method creates a directory for the path represented by this file.
mod(BigInteger) - Method in class java.math.BigInteger
 
modCount - Variable in class java.util.AbstractList
A count of the number of structural modifications that have been made to the list (that is, insertions and removals).
Modifier - Class in java.lang.reflect
Modifier is a helper class with static methods to determine whether an int returned from getModifiers() represents static, public, protected, native, final, etc... and provides an additional method to print out all of the modifiers in an int in order.
Modifier() - Constructor for class java.lang.reflect.Modifier
This constructor really shouldn't be here ... there are no instance methods or variables of this class, so instantiation is worthless.
MODIFIER_LETTER - Static variable in class java.lang.Character
Lm = Letter, Modifier (Informative)
MODIFIER_SYMBOL - Static variable in class java.lang.Character
Sk = Symbol, Modifier (Informative)
modInverse(BigInteger) - Method in class java.math.BigInteger
 
modPow(BigInteger, BigInteger) - Method in class java.math.BigInteger
 
MONDAY - Static variable in class java.util.Calendar
Constant representing Monday.
MONTH - Static variable in class java.util.Calendar
Constant representing the month time field.
MONTH_FIELD - Static variable in class java.text.DateFormat
 
mount(String, String) - Static method in class java.io.File
mount file system on dev into point
movePointLeft(int) - Method in class java.math.BigDecimal
 
movePointRight(int) - Method in class java.math.BigDecimal
 
MPN - Class in gnu.java.math
This contains various low-level routines for unsigned bigints.
MPN() - Constructor for class gnu.java.math.MPN
 
MTDT_NATIVE - Static variable in interface java.lang.reflect.VMBinConstants
 
MTDT_STATIC - Static variable in interface java.lang.reflect.VMBinConstants
 
MTDT_SYNCHRONIZED - Static variable in interface java.lang.reflect.VMBinConstants
 
MTIDX_CLINIT__V - Static variable in interface java.lang.reflect.VMBinClassConstants
 
MTIDX_FINALIZE__V - Static variable in interface java.lang.reflect.VMBinClassConstants
 
MTIDX_INIT__V - Static variable in interface java.lang.reflect.VMBinClassConstants
 
mul(int[], int[], int, int[], int) - Static method in class gnu.java.math.MPN
Multiply x[0:xlen-1] and y[0:ylen-1], and write the result to dest[0:xlen+ylen-1].
mul_1(int[], int[], int, int) - Static method in class gnu.java.math.MPN
Multiply x[0:len-1] by y, and write the len least significant words of the product to dest[0:len-1].
MulticastSocket - Class in java.net
This class models a multicast UDP socket.
MulticastSocket() - Constructor for class java.net.MulticastSocket
Create a MulticastSocket that this not bound to any address
MulticastSocket(int) - Constructor for class java.net.MulticastSocket
Create a multicast socket bound to the specified port
MULTIPLEX_PROTOCOL - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
multiply(BigDecimal) - Method in class java.math.BigDecimal
 
multiply(BigInteger) - Method in class java.math.BigInteger
 

N

name - Variable in class java.lang.reflect.VMBinFieldRecord
 
name() - Method in class java.util.prefs.AbstractPreferences
Returns the name of this preferences node.
name() - Method in class java.util.prefs.Preferences
Returns the name of this preferences node.
Naming - Class in java.rmi
The Naming class handles interactions with RMI registries.
NaN - Static variable in class java.lang.Double
All IEEE 754 values of NaN have the same value in Java.
NaN - Static variable in class java.lang.Float
All IEEE 754 values of NaN have the same value in Java.
NATIVE - Static variable in class java.lang.reflect.Modifier
Native: Method: use JNI to call this method.
native_fd - Variable in class java.net.PlainDatagramSocketImpl
This is the actual underlying file descriptor
nCopies(int, Object) - Static method in class java.util.Collections
Creates an immutable list consisting of the same object repeated n times.
needsDictionary() - Method in class java.util.zip.Inflater
Returns true, if a preset dictionary is needed to inflate the input.
needsInput() - Method in class java.util.zip.Deflater
Returns true, if the input buffer is empty.
needsInput() - Method in class java.util.zip.Inflater
Returns true, if the input buffer is empty.
negate() - Method in class java.math.BigDecimal
 
negate() - Method in class java.math.BigInteger
 
NEGATIVE_INFINITY - Static variable in class java.lang.Double
The value of a double representation -1.0/0.0, negative infinity.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
The value of a float representation -1.0/0.0, negative infinity.
NegativeArraySizeException - 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.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Create an exception without a message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Create an exception with a message.
NetPermission - Class in java.net
This class is used to model miscellaneous network permissions.
NetPermission(String) - Constructor for class java.net.NetPermission
Initializes a new instance of NetPermission with the specified name.
NetPermission(String, String) - Constructor for class java.net.NetPermission
Initializes a new instance of NetPermission with the specified name and value.
newCall(RemoteObject, Operation[], int, long) - Method in class gnu.java.rmi.server.UnicastRef
Deprecated.  
newCall(RemoteObject, Operation[], int, long) - Method in interface java.rmi.server.RemoteRef
Deprecated. use RemoteRef.invoke(Remote, Method, Object[], long) instead.
newInstance() - Method in class java.lang.Class
Get a new instance of this class by calling the no-argument constructor.
newInstance(Class, int) - Static method in class java.lang.reflect.Array
Creates a new single-dimensioned array.
newInstance(Class, int[]) - Static method in class java.lang.reflect.Array
Creates a new multi-dimensioned array.
newInstance(Object[]) - Method in class java.lang.reflect.Constructor
Create a new instance by invoking the constructor.
newInstance(URL[]) - Static method in class java.net.URLClassLoader
Creates a new instance of a URLClassLoader that gets classes from the supplied URLs.
newInstance(URL[], ClassLoader) - Static method in class java.net.URLClassLoader
Creates a new instance of a URLClassLoader that gets classes from the supplied URLs and with the supplied loader as parent class loader.
newInstance(ActivationID, ActivationDesc) - Method in class java.rmi.activation.ActivationGroup_Stub
Stub method for ActivationGroup.newInstance().
newInstance(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationInstantiator
 
newLine() - Method in class java.io.BufferedWriter
This method writes out a system depedent line separator sequence.
newNode - Variable in class java.util.prefs.AbstractPreferences
Set to true in the contructor if the node did not exist in the backing store when this preference node object was created.
newPermissionCollection() - Method in class java.net.SocketPermission
Returns a new PermissionCollection object that can hold SocketPermission's.
newPermissionCollection() - Method in class java.security.AllPermission
This method returns a new instance of PermissionCollection suitable for holding instance of AllPermission.
newPermissionCollection() - Method in class java.security.BasicPermission
This method returns an instance of PermissionCollection suitable for storing BasicPermission objects.
newPermissionCollection() - Method in class java.security.Permission
This method returns an empty PermissionCollection object that can store permissions of this type, or null if no such collection is defined.
newPermissionCollection() - Method in class java.security.UnresolvedPermission
This class returns a PermissionCollection object that can be used to store instances of UnresolvedPermission.
newPermissionCollection() - Method in class java.util.PropertyPermission
Returns a permission collection suitable to take PropertyPermission objects.
newProxyInstance(ClassLoader, Class[], InvocationHandler) - Static method in class java.lang.reflect.Proxy
Combines several methods into one.
next(int) - Method in class gnu.java.text.BaseBreakIterator
 
next() - Method in class gnu.java.text.CharacterBreakIterator
 
next() - Method in class gnu.java.text.LineBreakIterator
 
next() - Method in class gnu.java.text.SentenceBreakIterator
 
next() - Method in class gnu.java.text.WordBreakIterator
 
next(int) - Method in class java.security.SecureRandom
Generates an integer containing the user specified number of random bits.
next() - Method in class java.text.BreakIterator
This method returns the text element boundary following the current text position.
next(int) - Method in class java.text.BreakIterator
This method returns the n'th text element boundary following the current text position.
next() - Method in interface java.text.CharacterIterator
This method increments the current index and then returns the character at the new index value.
next() - Method in class java.text.CollationElementIterator
This method returns the collation ordering value of the next character in the string.
next() - Method in class java.text.StringCharacterIterator
This method increments the current index and then returns the character at the new index value.
next() - Method in interface java.util.Iterator
Obtain the next element in the collection.
next() - Method in interface java.util.ListIterator
Obtain the next element in the list in the forward direction.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextBoolean() - Method in class java.util.Random
Generates the next pseudorandom boolean.
nextBytes(byte[]) - Method in class java.security.SecureRandom
Generates a user specified number of bytes.
nextBytes(byte[]) - Method in class java.util.Random
Fills an array of bytes with random numbers.
nextClearBit(int) - Method in class java.util.BitSet
Returns the index of the next false bit, from the specified bit (inclusive).
nextDouble(double) - Static method in class java.text.ChoiceFormat
This method returns the lowest possible double greater than the specified double.
nextDouble(double, boolean) - Static method in class java.text.ChoiceFormat
This method returns a double that is either the next highest double or next lowest double compared to the specified double depending on the value of the passed boolean parameter.
nextDouble() - Method in class java.util.Random
Generates the next pseudorandom double uniformly distributed between 0.0f (inclusive) and 1.0 (exclusive).
nextElement() - Method in class gnu.java.util.DoubleEnumeration
Returns the next element.
nextElement() - Method in class gnu.java.util.EmptyEnumeration
Always throws NoSuchElementException.
nextElement() - Method in interface java.util.Enumeration
Obtain the next element in the enumeration.
nextElement() - Method in class java.util.StringTokenizer
This does the same as nextTokens.
nextFloat() - Method in class java.util.Random
Generates the next pseudorandom float uniformly distributed between 0.0f (inclusive) and 1.0 (exclusive).
nextGaussian() - Method in class java.util.Random
Generates the next pseudorandom, Gaussian (normally) distributed double value, with mean 0.0 and standard deviation 1.0.
nextIndex() - Method in interface java.util.ListIterator
Find the index of the element that would be returned by a call to next.
nextInt() - Method in class java.util.Random
Generates the next pseudorandom number.
nextInt(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextLong() - Method in class java.util.Random
Generates the next pseudorandom long number.
nextSetBit(int) - Method in class java.util.BitSet
Returns the index of the next true bit, from the specified bit (inclusive).
nextToken() - Method in class java.io.StreamTokenizer
This method reads the next token from the stream.
nextToken(String) - Method in class java.util.StringTokenizer
Returns the nextToken, changing the delimiter set to the given delim.
nextToken() - Method in class java.util.StringTokenizer
Returns the nextToken of the string.
NO_COMPRESSION - Static variable in class java.util.zip.Deflater
This level won't compress at all but output uncompressed blocks.
NO_DECOMPOSITION - Static variable in class java.text.Collator
This constant indicates that accented characters won't be decomposed when performing comparisons.
NO_FIELDS - Static variable in class java.io.ObjectStreamClass
 
NoClassDefFoundError - Error in java.lang
A 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.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Create an error without a message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Create an error with a message.
node(String) - Method in class java.util.prefs.AbstractPreferences
Returns a sub node of this preferences node if the given path is relative (does not start with a '/') or a sub node of the root if the path is absolute (does start with a '/').
node(String) - Method in class java.util.prefs.Preferences
Returns a sub node of this preferences node if the given path is relative (does not start with a '/') or a sub node of the root if the path is absolute (does start with a '/').
NodeChangeEvent - Class in java.util.prefs
ObjectEvent fired when a Preference node is added/removed.
NodeChangeEvent(Preferences, Preferences) - Constructor for class java.util.prefs.NodeChangeEvent
Creates a new NodeChangeEvent.
NodeChangeListener - Interface in java.util.prefs
EventListener for Preferences node addition/removal.
nodeExists(String) - Method in class java.util.prefs.AbstractPreferences
Returns true if the node that the path points to exists in memory or in the backing store.
nodeExists(String) - Method in class java.util.prefs.Preferences
Returns true if the node that the path points to exists in memory or in the backing store.
NodeReader - Class in gnu.java.util.prefs
Reads and imports preferences nodes from files.
NodeReader(Reader, PreferencesFactory) - Constructor for class gnu.java.util.prefs.NodeReader
 
NodeReader(InputStream, PreferencesFactory) - Constructor for class gnu.java.util.prefs.NodeReader
 
NodeWriter - Class in gnu.java.util.prefs
Writes and exports preferences nodes to files
NodeWriter(Preferences, Writer) - Constructor for class gnu.java.util.prefs.NodeWriter
Creates a new NodeWriter for the given preferences node and writer.
NodeWriter(Preferences, OutputStream) - Constructor for class gnu.java.util.prefs.NodeWriter
Creates a new NodeWriter for the given preferences node and outputstream.
NON_SPACING_MARK - Static variable in class java.lang.Character
Mn = Mark, Non-Spacing (Normative)
NORM_PRIORITY - Static variable in class java.lang.Thread
The priority a Thread gets by default.
normalize() - Method in class java.net.URI
Returns a normalizes versions of the URI
normClName(String) - Static method in class java.lang.reflect.VMBinHelper
 
NoRouteToHostException - Exception in java.net
This exception indicates that there is no TCP/IP route to the requested host.
NoRouteToHostException() - Constructor for exception java.net.NoRouteToHostException
Initializes an instance of NoRouteToHostException without a descriptive error message.
NoRouteToHostException(String) - Constructor for exception java.net.NoRouteToHostException
Initializes an instance of NoRouteToHostException witha descriptive error message, such as the text from strerror(3).
NoSuchAlgorithmException - Exception in java.security
This exception is thrown when the requested security algorithm is not available
NoSuchAlgorithmException() - Constructor for exception java.security.NoSuchAlgorithmException
This method initializes a new instance of NoSuchAlgorithmException with no descriptive error message.
NoSuchAlgorithmException(String) - Constructor for exception java.security.NoSuchAlgorithmException
This method initializes a new instance of NoSuchAlgorithmException with a descriptive error message.
NoSuchElementException - Exception in java.util
Exception thrown when an attempt is made to access an element that does not exist.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with no detail message.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with a detail message.
NoSuchFieldError - Error in java.lang
A NoSuchFieldError is thrown if an application attempts to access the field of an object and that object no longer has that field.
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
Create an error without a message.
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
Create an error with a message.
NoSuchFieldException - 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.
NoSuchFieldException() - Constructor for exception java.lang.NoSuchFieldException
Create an exception without a message.
NoSuchFieldException(String) - Constructor for exception java.lang.NoSuchFieldException
Create an exception with a message.
NoSuchMethodError - Error in java.lang
A NoSuchMethodError is thrown if an application attempts to access a method of a class, and that class no longer has that method.
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
Create an error without a message.
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
Create an error with a message.
NoSuchMethodException - 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.
NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
Create an exception without a message.
NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
Create an exception with a message.
NoSuchObjectException - Exception in java.rmi
Thrown on an attempt to invoke a call on an object that no longer exists in the remote Virtual Machine.
NoSuchObjectException(String) - Constructor for exception java.rmi.NoSuchObjectException
Create an exception with a message.
NoSuchProviderException - Exception in java.security
This exception is thrown when the requested security provider is not available.
NoSuchProviderException() - Constructor for exception java.security.NoSuchProviderException
This method initializes a new instance of NoSuchProviderException with no descriptive error message.
NoSuchProviderException(String) - Constructor for exception java.security.NoSuchProviderException
This method initializes a new instance of NoSuchProviderException with a descriptive error message.
not() - Method in class java.math.BigInteger
Return the logical (bit-wise) negation of a BigInteger.
NotActiveException - Exception in java.io
This exception is thrown when a problem occurs due to the fact that serialization is not active.
NotActiveException() - Constructor for exception java.io.NotActiveException
Create a new NotActiveException without a descriptive error message
NotActiveException(String) - Constructor for exception java.io.NotActiveException
Create a new NotActiveException with a descriptive error message String
NotBoundException - Exception in java.rmi
Thrown on an attempt to lookup or unbind a registry name that has no associated binding.
NotBoundException() - Constructor for exception java.rmi.NotBoundException
Create an exception with no message.
NotBoundException(String) - Constructor for exception java.rmi.NotBoundException
Create an exception with a message.
notify() - Method in class java.lang.Object
Wakes up one of the Threads that has called wait on this Object.
notifyAll() - Method in class java.lang.Object
Wakes up all of the Threads that have called wait on this Object.
notifyObservers() - Method in class java.util.Observable
If the Observable has actually changed then tell all Observers about it, then resets state to unchanged.
notifyObservers(Object) - Method in class java.util.Observable
If the Observable has actually changed then tell all Observers about it, then resets state to unchanged.
NotOwnerException - Exception in java.security.acl
This exception is thrown whenever an operation is attempted that requires the caller to be the owner of the access control list (ACL) when the caller is in fact not the owner of the ACL.
NotOwnerException() - Constructor for exception java.security.acl.NotOwnerException
Initializes a new instance of NotOwnerException that does not have a descriptive message.
NotSerializableException - Exception in java.io
This exception is thrown when a class may not be serialized.
NotSerializableException() - Constructor for exception java.io.NotSerializableException
Create a new NotSerializableException without a descriptive error message
NotSerializableException(String) - Constructor for exception java.io.NotSerializableException
Create a new NotSerializableException with a descriptive error message String This should be the name of the class that cannot be serialized.
NOVEMBER - Static variable in class java.util.Calendar
Constant representing November.
NULLORDER - Static variable in class java.text.CollationElementIterator
This is a constant value that is returned to indicate that the end of the string was encountered.
NullOutputStream - Class in gnu.java.io
This is a placeholder OutputStream that does absolutley nothing when written to.
NullOutputStream() - Constructor for class gnu.java.io.NullOutputStream
 
NullPointerException - 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.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Create an exception without a message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Create an exception with a message.
NUM_VALUE - Static variable in interface gnu.java.lang.CharData
This is the attribute table for computing the numeric value of a character.
Number - Class in java.lang
Number is a generic superclass of all the numeric classes, including the wrapper classes Byte, Short, Integer, Long, Float, and Double.
Number() - Constructor for class java.lang.Number
The basic constructor (often called implicitly).
NUMBER_FORMS - Static variable in class java.lang.Character.Subset
U+2150 - U+218F
numberFormat - Variable in class java.text.DateFormat
 
NumberFormat - Class in java.text
This is the abstract superclass of all classes which format and parse numeric values such as decimal numbers, integers, currency values, and percentages.
NumberFormat() - Constructor for class java.text.NumberFormat
This is a default constructor for use by subclasses.
NumberFormatException - 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.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Create an exception without a message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Create an exception with a message.
numberOfLeadingZeros(int) - Static method in class java.lang.Integer
Return the number of leading zeros in value.
numberOfTrailingZeros(int) - Static method in class java.lang.Integer
Find the number of trailing zeros in value.
numdinamicFields - Variable in class java.lang.reflect.VMBinClassRecord
 
numExceptionHandlers - Variable in class java.lang.reflect.VMBinMethodRecord
 
numinterfaces - Variable in class java.lang.reflect.VMBinClassRecord
 
numLocals - Variable in class java.lang.reflect.VMBinMethodRecord
 
numMethods - Variable in class java.lang.reflect.VMBinClassRecord
 
numParameters - Variable in class java.lang.reflect.VMBinMethodRecord
 
numstaticFields - Variable in class java.lang.reflect.VMBinClassRecord
 
nval - Variable in class java.io.StreamTokenizer
The numeric value associated with number tokens.

O

object - Variable in class gnu.java.io.ObjectIdentityWrapper
The Object wrapped by this ObjectIdentityWrapper.
Object - Class in java.lang
Object is the ultimate superclass of every class (excepting interfaces).
Object() - Constructor for class java.lang.Object
The basic constructor.
OBJECT_SIGN - Static variable in interface java.lang.reflect.VMBinConstants
 
ObjectIdentityWrapper - Class in gnu.java.io
This class is a thin wrapper around Object that makes the methods hashCode() and equals(Object) as discriminating as possible.
ObjectIdentityWrapper(Object) - Constructor for class gnu.java.io.ObjectIdentityWrapper
Constructs a ObjectIdentityWrapper that is wrapped around o.
ObjectInput - Interface in java.io
This interface extends the DataInput interface to provide a facility to read objects as well as primitive types from a stream.
ObjectInputStream - Class in java.io
 
ObjectInputStream(InputStream) - Constructor for class java.io.ObjectInputStream
Creates a new ObjectInputStream that will do all of its reading from in.
ObjectInputStream() - Constructor for class java.io.ObjectInputStream
Protected constructor that allows subclasses to override deserialization.
ObjectInputStream.GetField - Class in java.io
This class allows a class to specify exactly which fields should be read, and what values should be read for these fields.
ObjectInputStream.GetField() - Constructor for class java.io.ObjectInputStream.GetField
 
ObjectInputValidation - Interface in java.io
What does this interface really do?
ObjectOutput - Interface in java.io
This interface extends DataOutput to provide the additional facility of writing object instances to a stream.
ObjectOutputStream - Class in java.io
An ObjectOutputStream can be used to write objects as well as primitive data in a platform-independent manner to an OutputStream.
ObjectOutputStream(OutputStream) - Constructor for class java.io.ObjectOutputStream
Creates a new ObjectOutputStream that will do all of its writing onto out.
ObjectOutputStream() - Constructor for class java.io.ObjectOutputStream
Protected constructor that allows subclasses to override serialization.
ObjectOutputStream.PutField - Class in java.io
This class allows a class to specify exactly which fields should be written, and what values should be written for these fields.
ObjectOutputStream.PutField() - Constructor for class java.io.ObjectOutputStream.PutField
 
ObjectStreamClass - Class in java.io
 
ObjectStreamConstants - Interface in java.io
This interface contains constants that are used in object serialization.
ObjectStreamException - Exception in java.io
This exception is thrown when a problem occurs during serialization.
ObjectStreamException() - Constructor for exception java.io.ObjectStreamException
Create a new ObjectStreamException without a descriptive error message
ObjectStreamException(String) - Constructor for exception java.io.ObjectStreamException
Create a new ObjectStreamException with a descriptive error message String
ObjectStreamField - Class in java.io
 
ObjectStreamField(String, Class) - Constructor for class java.io.ObjectStreamField
 
objid - Variable in class gnu.java.rmi.server.UnicastRef
 
ObjID - Class in java.rmi.server
 
ObjID() - Constructor for class java.rmi.server.ObjID
 
ObjID(int) - Constructor for class java.rmi.server.ObjID
 
Observable - Class in java.util
 
Observable() - Constructor for class java.util.Observable
Constructs an Observable with zero Observers.
Observer - Interface in java.util
Interface that is implemented when a class wants to be informed of changes in Observable objects.
OCTOBER - Static variable in class java.util.Calendar
Constant representing October.
on(boolean) - Method in class java.security.DigestInputStream
Sets the flag specifing if this DigestInputStream updates the digest in the write() methods.
on(boolean) - Method in class java.security.DigestOutputStream
Sets the flag specifying if this DigestOutputStream updates the digest in the write() methods.
ONE - Static variable in class java.math.BigInteger
 
OPEN_DELETE - Static variable in class java.util.zip.ZipFile
Mode flag to delete a zip file after reading.
OPEN_READ - Static variable in class java.util.zip.ZipFile
Mode flag to open a zip file for reading.
openConnection(URL) - Method in class gnu.java.net.protocol.file.Handler
This method returs a new FileURLConnection for the specified URL
openConnection(URL) - Method in class gnu.java.net.protocol.http.Handler
This method returs a new HttpURLConnection for the specified URL
openConnection() - Method in class java.net.URL
Returns a URLConnection object that represents a connection to the remote object referred to by the URL.
openConnection(URL) - Method in class java.net.URLStreamHandler
Returns a URLConnection for the passed in URL.
openStream() - Method in class java.net.URL
Opens a connection to this URL and returns an InputStream for reading from that connection
Operation - Class in java.rmi.server
Deprecated.  
Operation(String) - Constructor for class java.rmi.server.Operation
Deprecated.  
OPTICAL_CHARACTER_RECOGNITION - Static variable in class java.lang.Character.Subset
U+2440 - U+245F
OptionalDataException - Exception in java.io
This exception is thrown when unexpected data appears in the input stream from which a serialized object is being read.
or(BigInteger) - Method in class java.math.BigInteger
Return the logical (bit-wise) "(inclusive) or" of two BigIntegers.
or(BitSet) - Method in class java.util.BitSet
Performs the logical OR operation on this bit set and the given set.
ordinaryChar(int) - Method in class java.io.StreamTokenizer
This method makes the specified character an ordinary character.
ordinaryChars(int, int) - Method in class java.io.StreamTokenizer
This method makes all the characters in the specified range, range terminators included, ordinary.
ORIYA - Static variable in class java.lang.Character.Subset
U+0B00 - U+0B7F
OTHER_LETTER - Static variable in class java.lang.Character
Lo = Letter, Other (Informative)
OTHER_NUMBER - Static variable in class java.lang.Character
No = Number, Other (Normative)
OTHER_PUNCTUATION - Static variable in class java.lang.Character
Po = Punctuation, Other (Informative)
OTHER_SYMBOL - Static variable in class java.lang.Character
So = Symbol, Other (Informative)
out - Variable in class gnu.java.io.encode.Encoder
This is the OutputStream bytes are written to
out - Static variable in class java.io.FileDescriptor
This is a FileDescriptor object representing the standard output stream.
out - Variable in class java.io.FilterOutputStream
This is the subordinate OutputStream that this class redirects its method calls to.
out - Variable in class java.io.FilterWriter
This is the subordinate Writer that this class redirects its method calls to.
out - Variable in class java.io.PipedInputStream
This index into the buffer where bytes will be read from.
out - Variable in class java.io.PrintWriter
This is the underlying Writer we are sending output to
out - Static variable in class java.lang.System
The standard output PrintStream.
OutOfMemoryError - Error in java.lang
When the Java Virtual Machine is unable to allocate an object because it is out of memory and no more memory could be made available by the garbage collector an OutOfMemoryError is thrown.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Create an error without a message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Create an error with a message.
OutputStream - Class in java.io
This abstract class forms the base of the hierarchy of classes that write output as a stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
This is the default no-argument constructor for this class.
OutputStreamWriter - Class in java.io
This class writes characters to an output stream that is byte oriented It converts the chars that are written to bytes using an encoding layer, which is specific to a particular encoding standard.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
This method initializes a new instance of OutputStreamWriter to write to the specified stream using the default encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
This method initializes a new instance of OutputStreamWriter to write to the specified stream using a caller supplied character encoding scheme.
Owner - Interface in java.security.acl
This interface provides a mechanism for maintaining a list of owners of an access control list (ACL).

P

Package - Class in java.lang
Everything you ever wanted to know about a package.
packagePrefix - Static variable in interface java.rmi.server.LoaderHandler
Deprecated. For binary compatibility with the JDK, the string "sun.rmi.server".
packagePrefix - Static variable in interface java.rmi.server.RemoteRef
For binary compatibility with the JDK, the string "sun.rmi.server".
PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
Zp = Separator, Paragraph (Normative)
parent() - Method in class java.util.prefs.AbstractPreferences
Returns the parent preferences node of this node or null if this is the root of the preferences tree.
parent() - Method in class java.util.prefs.Preferences
Returns the parent preferences node of this node or null if this is the root of the preferences tree.
parent - Variable in class java.util.ResourceBundle
The parent bundle.
parentClass - Variable in class java.lang.reflect.VMBinClassRecord
 
parentOf(ThreadGroup) - Method in class java.lang.ThreadGroup
Check whether this ThreadGroup is an ancestor of the specified ThreadGroup, or if they are the same.
parse(String, ParsePosition) - Method in class java.text.ChoiceFormat
I'm not sure what this method is really supposed to do, as it is not documented.
parse(String) - Method in class java.text.DateFormat
This method parses the specified date/time string.
parse(String, ParsePosition) - Method in class java.text.DateFormat
This method parses the specified String into a Date.
parse(String, ParsePosition) - Method in class java.text.DecimalFormat
 
parse(String, ParsePosition) - Method in class java.text.MessageFormat
 
parse(String) - Method in class java.text.MessageFormat
 
parse(String, ParsePosition) - Method in class java.text.NumberFormat
This method parses the specified string into a Number.
parse(String) - Method in class java.text.NumberFormat
This method parses the specified string into a Number.
parse(String, ParsePosition) - Method in class java.text.SimpleDateFormat
This method parses the specified string into a date.
parse(String) - Static method in class java.util.Date
Deprecated. Use DateFormat.parse(String)
parseArgToStr(Class[]) - Static method in class java.lang.reflect.VMBinHelper
 
parseBoolean(String) - Static method in class java.lang.Boolean
If the String argument is "true", ignoring case, return true.
parseByte(String) - Static method in class java.lang.Byte
Converts the specified String into a byte.
parseByte(String, int) - Static method in class java.lang.Byte
Converts the specified String into an int using the specified radix (base).
parseDouble(String) - Static method in class java.lang.Double
Parse the specified String as a double.
ParseException - Exception in java.text
This exception is thrown when an unexpected error occurs during parsing.
ParseException(String, int) - Constructor for exception java.text.ParseException
This method initializes a new instance of ParseException with a detailed error message and a error position.
parseFloat(String) - Static method in class java.lang.Float
Parse the specified String as a float.
parseInt(String, int) - Static method in class java.lang.Integer
Converts the specified String into an int using the specified radix (base).
parseInt(String) - Static method in class java.lang.Integer
Converts the specified String into an int.
parseLevel(String) - Static method in class java.rmi.server.LogStream
Deprecated.  
parseLong(String) - Static method in class java.lang.Long
Converts the specified String into a long.
parseLong(String, int) - Static method in class java.lang.Long
Converts the specified String into a long using the specified radix (base).
parseNumbers() - Method in class java.io.StreamTokenizer
This method sets the numeric attribute on the characters '0' - '9' and the characters '.' and '-'.
parseObject(String, ParsePosition) - Method in class java.text.DateFormat
This method is identical to parse(String, ParsePosition), but returns its result as an Object instead of a Date.
parseObject(String) - Method in class java.text.Format
This method parses a String and converts the parsed contents into an Object.
parseObject(String, ParsePosition) - Method in class java.text.Format
This method parses a String and converts the parsed contents into an Object.
parseObject(String, ParsePosition) - Method in class java.text.MessageFormat
 
parseObject(String, ParsePosition) - Method in class java.text.NumberFormat
This method parses the specified string into an Object.
ParsePosition - Class in java.text
This class is used to keep track of the current position during parsing operations.
ParsePosition(int) - Constructor for class java.text.ParsePosition
This method initializes a new instance of ParsePosition to have the specified initial index value.
parseServerAuthority() - Method in class java.net.URI
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components
parseShort(String) - Static method in class java.lang.Short
Converts the specified String into a short.
parseShort(String, int) - Static method in class java.lang.Short
Converts the specified String into a short using the specified radix (base).
parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
This method parses the string passed in as a URL and set's the instance data fields in the URL object passed in to the various values parsed out of the string.
PasswordAuthentication - Class in java.net
This class serves a container for username/password pairs.
PasswordAuthentication(String, char[]) - Constructor for class java.net.PasswordAuthentication
Creates a new PasswordAuthentication object from the specified username and password.
pathSeparator - Static variable in class java.io.File
This is the string that is used to separate the host name from the path name in paths than include the host name.
pathSeparatorChar - Static variable in class java.io.File
This is the first character of the string used to separate the host name from the path name in paths that include a host.
peek(InetAddress) - Method in class java.net.DatagramSocketImpl
Takes a peek at the next packet received in order to retrieve the address of the sender
peek(InetAddress) - Method in class java.net.PlainDatagramSocketImpl
What does this method really do?
peek() - Method in class java.util.Stack
Returns the top Object on the stack without removing it.
Permission - Interface in java.security.acl
This interface provides information about a permission that can be granted.
Permission - Class in java.security
This class is the abstract superclass of all classes that implement the concept of a permission.
Permission(String) - Constructor for class java.security.Permission
This method initializes a new instance of Permission to have the specified name.
PermissionCollection - Class in java.security
This class models a group of Java permissions.
PermissionCollection() - Constructor for class java.security.PermissionCollection
This method initializes a new instance of PermissionCollection.
permissions() - Method in interface java.security.acl.AclEntry
This method returns a list of all Permission objects associated with this ACL entry as an Enumeration.
Permissions - Class in java.security
This class is a heterogeneous collection of permissions.
Permissions() - Constructor for class java.security.Permissions
This method initializes a new instance of Permissions.
PhantomReference - Class in java.lang.ref
A phantom reference is useful, to get notified, when an object got finalized.
PhantomReference(Object, ReferenceQueue) - Constructor for class java.lang.ref.PhantomReference
Creates a new phantom reference.
PHASE_CONNECT - Static variable in class jbvm.ip2k.VMJPPP
 
PHASE_DEAD - Static variable in class jbvm.ip2k.VMJPPP
 
PHASE_INIT - Static variable in class jbvm.ip2k.VMJPPP
PPP state
PHASE_NETWORK - Static variable in class jbvm.ip2k.VMJPPP
 
PI - Static variable in class java.lang.Math
The mathematical constant pi.
PIPE_SIZE - Static variable in class java.io.PipedInputStream
The size of the internal buffer used for input/output.
PipedInputStream - Class in java.io
An input stream that reads its bytes from an output stream to which it is connected.
PipedInputStream() - Constructor for class java.io.PipedInputStream
Creates a new PipedInputStream that is not connected to a PipedOutputStream.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
This constructor creates a new PipedInputStream and connects it to the passed in PipedOutputStream.
PipedOutputStream - Class in java.io
This class writes its bytes to a PipedInputStream to which it is connected.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Create an unconnected PipedOutputStream.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Create a new PipedOutputStream instance to write to the specified PipedInputStream.
PipedReader - Class in java.io
An input stream that reads characters from a piped writer to which it is connected.
PipedReader() - Constructor for class java.io.PipedReader
Creates a new PipedReader that is not connected to a PipedWriter.
PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
This constructor creates a new PipedReader and connects it to the passed in PipedWriter.
PipedWriter - Class in java.io
This class writes its chars to a PipedReader to which it is connected.
PipedWriter() - Constructor for class java.io.PipedWriter
Create an unconnected PipedWriter.
PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
Create a new PipedWriter instance to write to the specified PipedReader.
PKCS8EncodedKeySpec - Class in java.security.spec
PKCS8 Encoded Key Specification class which is used to store "PKCS#8" byte encoded keys.
PKCS8EncodedKeySpec(byte[]) - Constructor for class java.security.spec.PKCS8EncodedKeySpec
Constructs a new PKCS8EncodedKeySpec with the specified encoded key.
plain - Class in gnu.java.net.content.text
This class is the ContentHandler for the text/plain MIME type.
plain() - Constructor for class gnu.java.net.content.text.plain
Default do nothing constructor
PlainDatagramSocketImpl - Class in java.net
This is the default socket implementation for datagram sockets.
PlainDatagramSocketImpl() - Constructor for class java.net.PlainDatagramSocketImpl
Default do nothing constructor
PM - Static variable in class java.util.Calendar
Useful constant for 12-hour clock.
Policy - Class in java.security
Policy is an abstract class for managing the system security policy for the Java application environment.
Policy() - Constructor for class java.security.Policy
Constructs a new Policy class.
poll() - Method in class java.lang.ref.ReferenceQueue
Checks if there is a reference on the queue, returning it immediately.
pop() - Method in class java.util.Stack
Pops an item from the stack and returns it.
port - Variable in class java.net.SocketImpl
The port number of the remote end of the socket connection
PortIO - Class in jbvm.ip2k
Provides access to Ip2k I/O ports.
pos - Variable in class java.io.BufferedInputStream
The index of the next character that will by read from the buffer.
pos - Variable in class java.io.ByteArrayInputStream
The array index of the next byte to be read from the buffer buf
pos - Variable in class java.io.CharArrayReader
The array index of the next char to be read from the buffer buf
pos - Variable in class java.io.PushbackInputStream
This is the position in the buffer from which the next byte will be read.
pos - Variable in class java.io.StringBufferInputStream
Deprecated. Position of the next byte in buffer to be read.
POSITIVE_INFINITY - Static variable in class java.lang.Double
The value of a double representing 1.0/0.0, positive infinity.
POSITIVE_INFINITY - Static variable in class java.lang.Float
The value of a float representation 1.0/0.0, positive infinity.
pow(double, double) - Static method in class java.lang.Math
Take a number to a power.
pow(int) - Method in class java.math.BigInteger
Calculate the integral power of a BigInteger.
PRC - Static variable in class java.util.Locale
Locale which represents the People's Republic of China.
preceding(int) - Method in class java.text.BreakIterator
This methdod returns the offset of the text element boundary preceding the specified offset.
PreferenceChange(PreferenceChangeEvent) - Method in interface java.util.prefs.PreferenceChangeListener
Fired when a entry has been added, changed or removed from the preference node.
PreferenceChangeEvent - Class in java.util.prefs
ObjectEvent fired when a Preferences entry changes.
PreferenceChangeEvent(Preferences, String, String) - Constructor for class java.util.prefs.PreferenceChangeEvent
Creates a new PreferenceChangeEvent.
PreferenceChangeListener - Interface in java.util.prefs
EventListener for Preferences entry addition, change or removal.
Preferences - Class in java.util.prefs
Preference node containing key value entries and subnodes.
Preferences() - Constructor for class java.util.prefs.Preferences
Creates a new Preferences node.
PreferencesFactory - Interface in java.util.prefs
Preferences system and user root factory interface.
previous() - Method in class gnu.java.text.CharacterBreakIterator
 
previous() - Method in class gnu.java.text.LineBreakIterator
 
previous() - Method in class gnu.java.text.SentenceBreakIterator
 
previous() - Method in class gnu.java.text.WordBreakIterator
 
previous() - Method in class java.text.BreakIterator
This method returns the text element boundary preceding the current text position.
previous() - Method in interface java.text.CharacterIterator
This method decrements the current index and then returns the character at the new index value.
previous() - Method in class java.text.CollationElementIterator
This method returns the collation ordering value of the previous character in the string.
previous() - Method in class java.text.StringCharacterIterator
This method decrements the current index and then returns the character at the new index value.
previous() - Method in interface java.util.ListIterator
Obtain the next element in the list in the reverse direction.
previousDouble(double) - Static method in class java.text.ChoiceFormat
This method returns the highest possible double less than the specified double.
previousIndex() - Method in interface java.util.ListIterator
Find the index of the element that would be returned by a call to previous.
PRIMARY - Static variable in class java.text.Collator
This constant is a strength value which indicates that only primary differences between characters will be considered signficant.
primaryOrder(int) - Static method in class java.text.CollationElementIterator
This method returns the primary order value for the given collation value.
Prime - Class in gnu.java.security.util
 
Prime() - Constructor for class gnu.java.security.util.Prime
 
Principal - Interface in java.security
This interface models an entity (such as a user or a certificate authority) for the purposes of applying the Java security model.
print(boolean) - Method in class java.io.PrintStream
Deprecated. This methods prints a boolean value to the stream.
print(char) - Method in class java.io.PrintStream
Deprecated. This method prints a char to the stream.
print(int) - Method in class java.io.PrintStream
Deprecated. This method prints an integer to the stream.
print(long) - Method in class java.io.PrintStream
Deprecated. This method prints a long to the stream.
print(float) - Method in class java.io.PrintStream
Deprecated. This method prints a float to the stream.
print(double) - Method in class java.io.PrintStream
Deprecated. This method prints a double to the stream.
print(char[]) - Method in class java.io.PrintStream
Deprecated. This method prints an array of characters to the stream.
print(String) - Method in class java.io.PrintStream
Deprecated. This method prints a String to the stream.
print(Object) - Method in class java.io.PrintStream
Deprecated. This method prints an Object to the stream.
print(String) - Method in class java.io.PrintWriter
This method prints a String to the stream.
print(char) - Method in class java.io.PrintWriter
This method prints a char to the stream.
print(char[]) - Method in class java.io.PrintWriter
This method prints an array of characters to the stream.
print(boolean) - Method in class java.io.PrintWriter
This methods prints a boolean value to the stream.
print(int) - Method in class java.io.PrintWriter
This method prints an integer to the stream.
print(long) - Method in class java.io.PrintWriter
This method prints a long to the stream.
print(float) - Method in class java.io.PrintWriter
This method prints a float to the stream.
print(double) - Method in class java.io.PrintWriter
This method prints a double to the stream.
print(Object) - Method in class java.io.PrintWriter
This method prints an Object to the stream.
print(char[]) - Method in class jbvm.ip2k.SerialIO
Print char array to tty send only LSB of char without localization
print(String) - Method in class jbvm.ip2k.SerialIO
Print String to tty send only LSB of char without localization
println() - Method in class java.io.PrintStream
Deprecated. This method prints a line separator sequence to the stream.
println(boolean) - Method in class java.io.PrintStream
Deprecated. This methods prints a boolean value to the stream.
println(char) - Method in class java.io.PrintStream
Deprecated. This method prints a char to the stream.
println(int) - Method in class java.io.PrintStream
Deprecated. This method prints an integer to the stream.
println(long) - Method in class java.io.PrintStream
Deprecated. This method prints a long to the stream.
println(float) - Method in class java.io.PrintStream
Deprecated. This method prints a float to the stream.
println(double) - Method in class java.io.PrintStream
Deprecated. This method prints a double to the stream.
println(char[]) - Method in class java.io.PrintStream
Deprecated. This method prints an array of characters to the stream.
println(String) - Method in class java.io.PrintStream
Deprecated. This method prints a String to the stream.
println(Object) - Method in class java.io.PrintStream
Deprecated. This method prints an Object to the stream.
println() - Method in class java.io.PrintWriter
This method prints a line separator sequence to the stream.
println(boolean) - Method in class java.io.PrintWriter
This methods prints a boolean value to the stream.
println(int) - Method in class java.io.PrintWriter
This method prints an integer to the stream.
println(long) - Method in class java.io.PrintWriter
This method prints a long to the stream.
println(float) - Method in class java.io.PrintWriter
This method prints a float to the stream.
println(double) - Method in class java.io.PrintWriter
This method prints a double to the stream.
println(Object) - Method in class java.io.PrintWriter
This method prints an Object to the stream.
println(String) - Method in class java.io.PrintWriter
This method prints a String to the stream.
println(char) - Method in class java.io.PrintWriter
This method prints a char to the stream.
println(char[]) - Method in class java.io.PrintWriter
This method prints an array of characters to the stream.
println(char[]) - Method in class jbvm.ip2k.SerialIO
Print char array to tty with CRLF send only LSB of char without localization
println(String) - Method in class jbvm.ip2k.SerialIO
Print String to tty with CRLF send only LSB of char without localization
printStackTrace() - Method in exception java.lang.ClassNotFoundException
Print a stack trace of the exception that occurred.
printStackTrace(PrintStream) - Method in exception java.lang.ClassNotFoundException
Print a stack trace of the exception that occurred to the specified PrintStream.
printStackTrace(PrintWriter) - Method in exception java.lang.ClassNotFoundException
Print a stack trace of the exception that occurred to the specified PrintWriter.
printStackTrace() - Method in error java.lang.ExceptionInInitializerError
Print a stack trace of the exception that occurred.
printStackTrace(PrintStream) - Method in error java.lang.ExceptionInInitializerError
Print a stack trace of the exception that occurred to the specified PrintStream.
printStackTrace(PrintWriter) - Method in error java.lang.ExceptionInInitializerError
Print a stack trace of the exception that occurred to the specified PrintWriter.
printStackTrace() - Method in class java.lang.Throwable
Print a stack trace to the standard error stream.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print writer.
printStackTrace() - Method in exception java.security.PrivilegedActionException
This method prints the stack trace of the wrappered exception.
printStackTrace(PrintStream) - Method in exception java.security.PrivilegedActionException
This method prints the stack trace of the wrappered exception to the specified PrintStream.
printStackTrace(PrintWriter) - Method in exception java.security.PrivilegedActionException
This method prints the stack trace of the wrappered exception to the specified PrintWriter.
PrintStream - Class in java.io
Deprecated.  
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Deprecated.  
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Deprecated.  
PrintWriter - Class in java.io
This class prints Java primitive values and objects to a stream as text.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
This method intializes a new PrintWriter object to write to the specified output sink.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
This method intializes a new PrintWriter object to write to the specified output sink.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
This method initializes a new PrintWriter object to write to the specified OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
This method initializes a new PrintWriter object to write to the specified OutputStream.
PRIVATE - Static variable in class java.lang.reflect.Modifier
Private: accessible only from the same enclosing class.
PRIVATE_USE - Static variable in class java.lang.Character
Co = Other, Private Use (Normative)
PRIVATE_USE - Static variable in class java.lang.Character.Subset
U+E000 - U+F8FF
PrivateKey - Interface in java.security
This interface specified no methods.
PrivilegedAction - Interface in java.security
This interface specifes a single run method that executes a privileged operation.
PrivilegedActionException - Exception in java.security
This exception is thrown when an exception is thrown during a privileged action being performed with the AccessController.doPrivileged() method.
PrivilegedActionException(Exception) - Constructor for exception java.security.PrivilegedActionException
This method initializes a new instance of PrivilegedActionException that wrappers the specified Exception.
PrivilegedExceptionAction - Interface in java.security
This interface defines a method that is called by AccessController.doPrivileged() in order to perform a privileged operation with higher privileges enabled.
Process - Class in java.lang
An instance of a subclass of Process is created by the Runtime.exec methods.
Process() - Constructor for class java.lang.Process
Empty constructor does nothing.
Properties - Class in java.util
An example of a properties file for the german language is given here.
Properties() - Constructor for class java.util.Properties
Creates a new empty property list.
Properties(Properties) - Constructor for class java.util.Properties
Create a new empty property list with the specified default values.
propertyNames() - Method in class java.util.Properties
Returns an enumeration of all keys in this property list, including the keys in the default property list.
PropertyPermission - Class in java.util
This class represents the permission to access and modify a property.
PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
Constructs a PropertyPermission witha he specified property.
PropertyResourceBundle - Class in java.util
This class is a concrete ResourceBundle that gets it resources from a property file.
PropertyResourceBundle(InputStream) - Constructor for class java.util.PropertyResourceBundle
Creates a new property resource bundle.
PROTECTED - Static variable in class java.lang.reflect.Modifier
Protected: accessible only to subclasses, or within the package.
ProtectionDomain - Class in java.security
This class represents a group of classes, along with the permissions they are granted.
ProtectionDomain(CodeSource, PermissionCollection) - Constructor for class java.security.ProtectionDomain
This method initializes a new instance of ProtectionDomain representing the specified CodeSource and permission set.
PROTOCOL_ACK - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
PROTOCOL_HEADER - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
PROTOCOL_NACK - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
PROTOCOL_VERSION - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
PROTOCOL_VERSION_1 - Static variable in interface java.io.ObjectStreamConstants
 
PROTOCOL_VERSION_2 - Static variable in interface java.io.ObjectStreamConstants
 
ProtocolConstants - Interface in gnu.java.rmi.server
 
ProtocolException - Exception in java.net
This exception indicates that some sort of low level protocol exception occurred.
ProtocolException() - Constructor for exception java.net.ProtocolException
Initializes a new instance of ProtocolException without a descriptive error message.
ProtocolException(String) - Constructor for exception java.net.ProtocolException
Initializes a new instance of ProtocolException with a descriptive error message.
Provider - Class in java.security
This class represents a Java security architecture service provider.
Provider(String, double, String) - Constructor for class java.security.Provider
This method initializes a new instance of Provider to have the specified name, version, and description information.
ProviderException - Exception in java.security
This exception indicates that a runtime problem was encounterd with a security provider.
ProviderException() - Constructor for exception java.security.ProviderException
This method initializes a new instance of ProviderException with no descriptive error message.
ProviderException(String) - Constructor for exception java.security.ProviderException
This method initializes a new instance of ProviderException with a descriptive error message.
Proxy - Class in java.lang.reflect
This class allows you to dynamically create an instance of any (or even multiple) interfaces by reflection, and decide at runtime how that instance will behave by giving it an appropriate InvocationHandler.
Proxy(InvocationHandler) - Constructor for class java.lang.reflect.Proxy
Constructs a new Proxy from a subclass (usually a proxy class), with the specified invocation handler.
PUBLIC - Static variable in interface java.lang.reflect.Member
Represents public members only, but includes all inherited members.
PUBLIC - Static variable in class java.lang.reflect.Modifier
Public: accessible from any other class.
PublicKey - Interface in java.security
This interface specified no methods.
push(Object) - Method in class java.util.Stack
Pushes an Object onto the top of the stack.
pushBack() - Method in class java.io.StreamTokenizer
This method returns the current line number.
PushbackInputStream - Class in java.io
This subclass of FilterInputStream provides the ability to unread data from a stream.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
This method initializes a PushbackInputStream to read from the * specified subordinate InputStream with a default pushback buffer * size of 1.
PushbackInputStream(InputStream, int) - Constructor for class java.io.PushbackInputStream
This method initializes a PushbackInputStream to read from the specified subordinate InputStream with the specified buffer size
PushbackReader - Class in java.io
This subclass of FilterReader provides the ability to unread data from a stream.
PushbackReader(Reader) - Constructor for class java.io.PushbackReader
This method initializes a PushbackReader to read from the specified subordinate Reader with a default pushback buffer size of 1.
PushbackReader(Reader, int) - Constructor for class java.io.PushbackReader
This method initializes a PushbackReader to read from the specified subordinate Reader with the specified buffer size
put(String, boolean) - Method in class java.io.ObjectOutputStream.PutField
 
put(String, byte) - Method in class java.io.ObjectOutputStream.PutField
 
put(String, char) - Method in class java.io.ObjectOutputStream.PutField
 
put(String, double) - Method in class java.io.ObjectOutputStream.PutField
 
put(String, float) - Method in class java.io.ObjectOutputStream.PutField
 
put(String, int) - Method in class java.io.ObjectOutputStream.PutField
 
put(String, long) - Method in class java.io.ObjectOutputStream.PutField
 
put(String, short) - Method in class java.io.ObjectOutputStream.PutField
 
put(String, Object) - Method in class java.io.ObjectOutputStream.PutField
 
put(Object, Object) - Method in class java.security.Provider
This method sets the specified key to have the specified value.
put(Object, Object) - Method in class java.util.AbstractMap
Associates the given key to the given value (optional operation).
put(Object, Object) - Method in class java.util.Dictionary
Inserts a new value into this Dictionary, located by the supplied key.
put(Object, Object) - Method in class java.util.HashMap
Puts the supplied value into the Map, mapped by the supplied key.
put(Object, Object) - Method in class java.util.Hashtable
Puts the supplied value into the Map, mapped by the supplied key.
put(Object, Object) - Method in class java.util.IdentityHashMap
Puts the supplied value into the Map, mapped by the supplied key.
put(Object, Object) - Method in class java.util.jar.Attributes
Adds or replaces a attribute name/value pair.
put(Object, Object) - Method in interface java.util.Map
Associates the given key to the given value (optional operation).
put(String, String) - Method in class java.util.prefs.AbstractPreferences
Sets the value of the given preferences entry for this node.
put(String, String) - Method in class java.util.prefs.Preferences
Sets the value of the given preferences entry for this node.
put(Object, Object) - Method in class java.util.TreeMap
Puts the supplied value into the Map, mapped by the supplied key.
put(Object, Object) - Method in class java.util.WeakHashMap
Adds a new key/value mapping to this map.
put(String, Object) - Method in class jbvm.ip2k.VMProperties
 
putAll(Map) - Method in class java.util.AbstractMap
Copies all entries of the given map to this one (optional operation).
putAll(Map) - Method in class java.util.HashMap
Copies all elements of the given map into this hashtable.
putAll(Map) - Method in class java.util.Hashtable
Copies all elements of the given map into this hashtable.
putAll(Map) - Method in class java.util.IdentityHashMap
Copies all of the mappings from the specified map to this.
putAll(Map) - Method in class java.util.jar.Attributes
Adds or replaces all attribute name/value pairs from another Attributes object to this one.
putAll(Map) - Method in interface java.util.Map
Copies all entries of the given map to this one (optional operation).
putAll(Map) - Method in class java.util.TreeMap
Copies all elements of the given map into this hashtable.
putAll(Map) - Method in class java.util.WeakHashMap
Puts all of the mappings from the given map into this one.
putAll(VMProperties) - Method in class jbvm.ip2k.VMProperties
 
putAll(Properties) - Method in class jbvm.ip2k.VMProperties
 
putBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
Convenience method for setting the given entry as a boolean.
putBoolean(String, boolean) - Method in class java.util.prefs.Preferences
Convenience method for setting the given entry as a boolean.
putByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
Convenience method for setting the given entry as an array of bytes.
putByteArray(String, byte[]) - Method in class java.util.prefs.Preferences
Convenience method for setting the given entry as an array of bytes.
putDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
Convenience method for setting the given entry as a double.
putDouble(String, double) - Method in class java.util.prefs.Preferences
Convenience method for setting the given entry as a double.
putFields() - Method in class java.io.ObjectOutputStream
 
putFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
Convenience method for setting the given entry as a float.
putFloat(String, float) - Method in class java.util.prefs.Preferences
Convenience method for setting the given entry as a float.
putInt(String, int) - Method in class java.util.prefs.AbstractPreferences
Convenience method for setting the given entry as an integer.
putInt(String, int) - Method in class java.util.prefs.Preferences
Convenience method for setting the given entry as an integer.
putLong(String, long) - Method in class java.util.prefs.AbstractPreferences
Convenience method for setting the given entry as a long.
putLong(String, long) - Method in class java.util.prefs.Preferences
Convenience method for setting the given entry as a long.
putNextEntry(ZipEntry) - Method in class java.util.jar.JarOutputStream
Prepares the JarOutputStream for writing the next entry.
putNextEntry(ZipEntry) - Method in class java.util.zip.ZipOutputStream
Starts a new Zip entry.
putSpi(String, String) - Method in class gnu.java.util.prefs.MemoryBasedPreferences
Sets the value for the given key.
putSpi(String, String) - Method in class java.util.prefs.AbstractPreferences
Sets the value of the given preferences entry for this node.
putValue(String, String) - Method in class java.util.jar.Attributes
Stores an attribute name (represented by a String) and value in this Attributes map.

Q

quoteChar(int) - Method in class java.io.StreamTokenizer
This method sets the quote attribute on the specified character.

R

RADIR - Static variable in class jbvm.ip2k.PortIO
 
RAIN - Static variable in class jbvm.ip2k.PortIO
 
random() - Static method in class java.lang.Math
Get a random number.
Random - Class in java.util
This class generates pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new pseudorandom number generator.
Random(long) - Constructor for class java.util.Random
Creates a new pseudorandom number generator, starting with the specified seed.
RandomAccess - Interface in java.util
Marker interface used to inform List implementations that they support fast (usually constant time) random access.
RandomAccessFile - Class in java.io
This class allows reading and writing of files at random locations.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
This method initializes a new instance of RandomAccessFile to read from the specified file name with the specified access mode.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
This method initializes a new instance of RandomAccessFile to read from the specified File object with the specified access mode.
RAOUT - Static variable in class jbvm.ip2k.PortIO
 
RBDIR - Static variable in class jbvm.ip2k.PortIO
 
RBIN - Static variable in class jbvm.ip2k.PortIO
 
RBOUT - Static variable in class jbvm.ip2k.PortIO
 
RCDIR - Static variable in class jbvm.ip2k.PortIO
 
RCIN - Static variable in class jbvm.ip2k.PortIO
 
RCOUT - Static variable in class jbvm.ip2k.PortIO
 
RDDIR - Static variable in class jbvm.ip2k.PortIO
 
RDIN - Static variable in class jbvm.ip2k.PortIO
 
RDOUT - Static variable in class jbvm.ip2k.PortIO
 
read(char[], int, int) - Method in class gnu.java.io.decode.DecoderEightBitLookup
Read the requested number of chars from the underlying stream
read(char[], int, int) - Method in class gnu.java.io.decode.DecoderUTF8
Reads chars from a UTF8 encoded byte stream
read() - Method in class java.io.BufferedInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(char[], int, int) - Method in class java.io.BufferedReader
This method read chars from a stream and stores them into a caller supplied buffer.
read() - Method in class java.io.BufferedReader
 
read() - Method in class java.io.ByteArrayInputStream
This method reads one byte from the stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
This method reads bytes from the stream and stores them into a caller supplied buffer.
read() - Method in class java.io.CharArrayReader
This method reads one char from the stream.
read(char[], int, int) - Method in class java.io.CharArrayReader
This method reads chars from the stream and stores them into a caller supplied buffer.
read(byte[]) - Method in class java.io.DataInputStream
This method reads bytes from the underlying stream into the specified byte array buffer.
read(byte[], int, int) - Method in class java.io.DataInputStream
This method reads bytes from the underlying stream into the specified byte array buffer.
read() - Method in class java.io.FileInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read(byte[]) - Method in class java.io.FileInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[], int, int) - Method in class java.io.FileInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read() - Method in class java.io.FilterInputStream
Calls the in.read() method
read(byte[]) - Method in class java.io.FilterInputStream
Calls the read(byte[], int, int) overloaded method.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Calls the in.read(byte[], int, int) method.
read() - Method in class java.io.FilterReader
Calls the in.read() method
read(char[], int, int) - Method in class java.io.FilterReader
Calls the in.read(char[], int, int) method.
read() - Method in class java.io.InputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read(byte[]) - Method in class java.io.InputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[], int, int) - Method in class java.io.InputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read() - Method in class java.io.InputStreamReader
This method reads a single character of data from the stream.
read(char[], int, int) - Method in class java.io.InputStreamReader
This method reads up to len characters from the stream into the specified array starting at index offset into the array.
read() - Method in class java.io.LineNumberInputStream
Deprecated. This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Deprecated. This method reads bytes from a stream and stores them into a caller supplied buffer.
read() - Method in class java.io.LineNumberReader
This method reads an unsigned char from the input stream and returns it as an int in the range of 0-255.
read(char[], int, int) - Method in class java.io.LineNumberReader
This method reads chars from a stream and stores them into a caller supplied buffer.
read() - Method in interface java.io.ObjectInput
This method reading a byte of data from a stream.
read(byte[]) - Method in interface java.io.ObjectInput
This method reads raw bytes and stores them them a byte array buffer.
read(byte[], int, int) - Method in interface java.io.ObjectInput
This method reads raw bytes and stores them in a byte array buffer buf starting at position offset into the buffer.
read() - Method in class java.io.ObjectInputStream
 
read(byte[], int, int) - Method in class java.io.ObjectInputStream
 
read() - Method in class java.io.PipedInputStream
This method reads bytes from the stream into a caller supplied buffer.
read(byte[], int, int) - Method in class java.io.PipedInputStream
This method reads bytes from the stream into a caller supplied buffer.
read() - Method in class java.io.PipedReader
This method reads chars from the stream into a caller supplied buffer.
read(char[], int, int) - Method in class java.io.PipedReader
This method reads characters from the stream into a caller supplied buffer.
read() - Method in class java.io.PushbackInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read() - Method in class java.io.PushbackReader
This method reads an unsigned char from the input stream and returns it as an int in the range of 0-65535.
read(char[], int, int) - Method in class java.io.PushbackReader
This method read chars from a stream and stores them into a caller supplied buffer.
read() - Method in class java.io.RandomAccessFile
This method reads a single byte of data from the file and returns it as an integer.
read(byte[]) - Method in class java.io.RandomAccessFile
This method reads bytes from the file into the specified array.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
This methods reads up to len bytes from the file into the s pecified array starting at position offset into the array.
read(char[], int, int) - Method in class java.io.Reader
Read chars from a stream and stores them into a caller supplied buffer.
read(char[]) - Method in class java.io.Reader
Reads chars from a stream and stores them into a caller supplied buffer.
read() - Method in class java.io.Reader
Reads an char from the input stream and returns it as an int in the range of 0-65535.
read() - Method in class java.io.SequenceInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read() - Method in class java.io.StringBufferInputStream
Deprecated. This method reads one byte from the stream.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
Deprecated. This method reads bytes from the stream and stores them into a caller supplied buffer.
read() - Method in class java.io.StringReader
 
read(char[], int, int) - Method in class java.io.StringReader
 
read() - Method in class java.io.VMNullInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read(byte[], int, int) - Method in class java.net.VMSocketImpl
 
read(ObjectInput) - Static method in class java.rmi.server.ObjID
 
read(DataInput) - Static method in class java.rmi.server.UID
 
read() - Method in class java.security.DigestInputStream
Reads a byte from the input stream and updates the digest.
read(byte[], int, int) - Method in class java.security.DigestInputStream
Reads bytes from the input stream and updates the digest.
read(byte[], int, int) - Method in class java.util.jar.JarInputStream
XXX
read(InputStream) - Method in class java.util.jar.Manifest
XXX
read() - Method in class java.util.zip.CheckedInputStream
Reads one byte, updates the checksum and returns the read byte (or -1 when the end of file was reached).
read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
Reads at most len bytes in the supplied buffer and updates the checksum with it.
read(byte[], int, int) - Method in class java.util.zip.GZIPInputStream
Reads in GZIP-compressed data and stores it in uncompressed form into an array of bytes.
read() - Method in class java.util.zip.InflaterInputStream
Reads one byte of decompressed data.
read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
Decompresses data into the byte array
read() - Method in class java.util.zip.ZipInputStream
Reads a byte from the current zip entry.
read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
Reads a block of bytes from the current zip entry.
read(int, byte[], int) - Static method in class jbvm.ip2k.At45Db
Read byte array from flash
read(int, short[], int) - Static method in class jbvm.ip2k.At45Db
Read short array from flash
read(int, int[], int) - Static method in class jbvm.ip2k.At45Db
Read int array from flash
read(int, char[], int) - Static method in class jbvm.ip2k.At45Db
Read char array from flash
read(int, byte[], int) - Method in class jbvm.ip2k.I2cIO
Read data
read() - Method in class jbvm.ip2k.LM75IO
Read temperature register float data
read() - Method in class jbvm.ip2k.SerialIO
Read single byte from tty with wait
read(byte[], int, int) - Method in class jbvm.ip2k.SerialIO
Read byte array to tty with wait
read16(int) - Static method in class jbvm.ip2k.At45Db
Read short from flash
read32(int) - Static method in class jbvm.ip2k.At45Db
Read int from flash
read8(int) - Static method in class jbvm.ip2k.At45Db
Read byte from flash
readBoolean() - Method in interface java.io.DataInput
This method reads a Java boolean value from an input stream.
readBoolean() - Method in class java.io.DataInputStream
This method reads a Java boolean value from an input stream.
readBoolean() - Method in class java.io.ObjectInputStream
 
readBoolean() - Method in class java.io.RandomAccessFile
This method reads a Java boolean value from an input stream.
readByte() - Method in interface java.io.DataInput
This method reads a Java byte value from an input stream.
readByte() - Method in class java.io.DataInputStream
This method reads a Java byte value from an input stream.
readByte() - Method in class java.io.ObjectInputStream
 
readByte() - Method in class java.io.RandomAccessFile
This method reads a Java byte value from an input stream.
readChar() - Method in interface java.io.DataInput
This method reads a Java char value from an input stream.
readChar() - Method in class java.io.DataInputStream
This method reads a Java char value from an input stream.
readChar() - Method in class java.io.ObjectInputStream
 
readChar() - Method in class java.io.RandomAccessFile
This method reads a Java char value from an input stream.
readDouble() - Method in interface java.io.DataInput
This method reads a Java double value from an input stream.
readDouble() - Method in class java.io.DataInputStream
This method reads a Java double value from an input stream.
readDouble() - Method in class java.io.ObjectInputStream
 
readDouble() - Method in class java.io.RandomAccessFile
This method reads a Java double value from an input stream.
Reader - Class in java.io
This abstract class forms the base of the hierarchy of classes that read input as a stream of characters.
Reader() - Constructor for class java.io.Reader
Unitializes a Reader that will use the object itself for synchronization of critical code sections.
Reader(Object) - Constructor for class java.io.Reader
Initializes a Reader that will use the specified Object for synchronization of critical code sections.
readExternal(ObjectInput) - Method in class gnu.java.rmi.server.UnicastRef
 
readExternal(ObjectInput) - Method in interface java.io.Externalizable
This method restores an object's state by reading in the instance data for the object from the passed in stream.
readFields() - Method in class java.io.ObjectInputStream
 
readFloat() - Method in interface java.io.DataInput
This method reads a Java float value from an input stream.
readFloat() - Method in class java.io.DataInputStream
This method reads a Java float value from an input stream.
readFloat() - Method in class java.io.ObjectInputStream
 
readFloat() - Method in class java.io.RandomAccessFile
This method reads a Java float value from an input stream.
readFully(byte[]) - Method in interface java.io.DataInput
This method reads raw bytes into the passed array until the array is full.
readFully(byte[], int, int) - Method in interface java.io.DataInput
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
readFully(byte[]) - Method in class java.io.DataInputStream
This method reads raw bytes into the passed array until the array is full.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
readFully(byte[]) - Method in class java.io.ObjectInputStream
 
readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
 
readFully(byte[]) - Method in class java.io.RandomAccessFile
This method reads raw bytes into the passed array until the array is full.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
READING - Static variable in class java.text.AttributedCharacterIterator.Attribute
This is the attribute for the reading form of text.
readInt() - Method in interface java.io.DataInput
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int.
readInt() - Method in class java.io.DataInputStream
This method reads a Java 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.
readInt() - Method in class java.io.ObjectInputStream
 
readInt() - Method in class java.io.RandomAccessFile
This method reads a Java 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.
readLine() - Method in class java.io.BufferedReader
This method reads a single line of text from the input stream, returning it as a String.
readLine() - Method in interface java.io.DataInput
This method reads the next line of text data from an input stream.
readLine() - Method in class java.io.DataInputStream
Deprecated.  
readLine() - Method in class java.io.LineNumberReader
This method reads a line of text from the input stream and returns it as a String.
readLine() - Method in class java.io.ObjectInputStream
Deprecated.  
readLine() - Method in class java.io.RandomAccessFile
Deprecated.  
readLong() - Method in interface java.io.DataInput
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long.
readLong() - Method in class java.io.DataInputStream
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long The bytes are stored most significant byte first (i.e., "big endian") regardless of the native host byte ordering.
readLong() - Method in class java.io.ObjectInputStream
 
readLong() - Method in class java.io.RandomAccessFile
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long The bytes are stored most significant byte first (i.e., "big endian") regardless of the native host byte ordering.
readNoWait() - Method in class jbvm.ip2k.SerialIO
Receive byte no wait
readObject() - Method in interface java.io.ObjectInput
Reads an object instance and returns it.
readObject() - Method in class java.io.ObjectInputStream
Returns the next deserialized object read from the underlying stream.
readObjectOverride() - Method in class java.io.ObjectInputStream
This method allows subclasses to override the default de serialization mechanism provided by ObjectInputStream.
readPort(byte) - Static method in class jbvm.ip2k.PortIO
Read byte from port
readRaw() - Method in class jbvm.ip2k.LM75IO
Read temperature register raw data
readResolve() - Method in class java.security.cert.Certificate.CertificateRep
Return the stored Certificate
readResolve() - Method in class java.text.AttributedCharacterIterator.Attribute
This method resolves an instance of AttributedCharacterIterator.Attribute that is being deserialized to one of the three pre-defined attribute constants.
readShort() - Method in interface java.io.DataInput
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - Method in class java.io.DataInputStream
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - Method in class java.io.ObjectInputStream
 
readShort() - Method in class java.io.RandomAccessFile
This method reads a signed 16-bit value into a Java in from the stream.
readStreamHeader() - Method in class java.io.ObjectInputStream
Reads stream magic and stream version information from the underlying stream.
readTHYST() - Method in class jbvm.ip2k.LM75IO
Read THYST register float data
readTHYSTRaw() - Method in class jbvm.ip2k.LM75IO
Read THYST register raw data
readTOS() - Method in class jbvm.ip2k.LM75IO
Read TOS register float data
readTOSRaw() - Method in class jbvm.ip2k.LM75IO
Read TOS register raw data
readUnsignedByte() - Method in interface java.io.DataInput
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedByte() - Method in class java.io.DataInputStream
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedByte() - Method in class java.io.ObjectInputStream
 
readUnsignedByte() - Method in class java.io.RandomAccessFile
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedShort() - Method in interface java.io.DataInput
This method reads 16 unsigned bits into a Java int value from the stream.
readUnsignedShort() - Method in class java.io.DataInputStream
This method reads 16 unsigned bits into a Java int value from the stream.
readUnsignedShort() - Method in class java.io.ObjectInputStream
 
readUnsignedShort() - Method in class java.io.RandomAccessFile
This method reads 16 unsigned bits into a Java int value from the stream.
readUTF() - Method in interface java.io.DataInput
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF(DataInput) - Static method in class java.io.DataInputStream
This method reads a String encoded in UTF-8 format from the specified DataInput source.
readUTF() - Method in class java.io.ObjectInputStream
 
readUTF() - Method in class java.io.RandomAccessFile
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readValue(Class) - Method in class gnu.java.rmi.server.RMIObjectInputStream
 
readValue(int) - Static method in class jbvm.ip2k.AdcIO
Read Adc Value
ready() - Method in class gnu.java.io.decode.Decoder
This method returns false to indicate that there is no guarantee this stream can be read successfully without blocking.
ready() - Method in class java.io.BufferedReader
This method determines whether or not a stream is ready to be read.
ready() - Method in class java.io.CharArrayReader
Return true if more characters are available to be read.
ready() - Method in class java.io.FilterReader
Calls the in.read() method.
ready() - Method in class java.io.InputStreamReader
This method checks to see if the stream is read to be read.
ready() - Method in class java.io.PipedReader
 
ready() - Method in class java.io.PushbackReader
This method determines whether or not this stream is ready to be read.
ready() - Method in class java.io.Reader
Determines whether or not this stream is ready to be read.
ready() - Method in class java.io.StringReader
This method determines if the stream is ready to be read.
realStartsWith(String) - Method in class java.lang.String
VM Specific matching function
rebind(String, Remote) - Method in class gnu.java.rmi.registry.RegistryImpl
 
rebind(String, Remote) - Method in class gnu.java.rmi.registry.RegistryImpl_Stub
 
rebind(String, Remote) - Static method in class java.rmi.Naming
Forces the binding between the given Remote-object and the given service name, even if there was already an object bound to this name.
rebind(String, Remote) - Method in interface java.rmi.registry.Registry
 
receive(int) - Method in class java.io.PipedInputStream
This method receives a byte of input from the source PipedOutputStream.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Reads a datagram packet from the socket.
receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Receives a packet of data from the network Will block until a packet arrives.
receive(DatagramPacket) - Method in class java.net.VMDatagramSocketImpl
 
REDIR - Static variable in class jbvm.ip2k.PortIO
 
ref - Variable in class java.rmi.server.RemoteObject
 
Reference - Class in java.lang.ref
This is the base class of all references.
ReferenceQueue - Class in java.lang.ref
This is the queue, where references can enqueue themselve on.
ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
Creates a new empty reference queue.
ReflectPermission - Class in java.lang.reflect
This class implements permissions for reflection.
ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
Construct a ReflectPermission with the given name.
ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
Construct a ReflectPermission with the given name.
refresh() - Method in class gnu.java.security.provider.DefaultPolicy
 
refresh() - Method in class java.security.Policy
Refreshes and/or reloads the current Policy.
regionMatches(int, String, int, int) - Method in class java.lang.String
Predicate which determines if this String matches another String starting at a specified offset for each String and continuing for a specified length.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Predicate which determines if this String matches another String starting at a specified offset for each String and continuing for a specified length, optionally ignoring case.
register(ActivationDesc) - Static method in class java.rmi.activation.Activatable
 
registerGroup(ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
 
registerObject(ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
 
registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
Registers a ObjectInputValidation to be carried out on the object graph currently being deserialized before it is returned to the original caller of readObject ().
Registry - Interface in java.rmi.registry
 
REGISTRY_ID - Static variable in class java.rmi.server.ObjID
 
REGISTRY_PORT - Static variable in interface java.rmi.registry.Registry
 
RegistryHandler - Interface in java.rmi.registry
Deprecated.  
RegistryImpl - Class in gnu.java.rmi.registry
 
RegistryImpl(int) - Constructor for class gnu.java.rmi.registry.RegistryImpl
 
RegistryImpl(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class gnu.java.rmi.registry.RegistryImpl
 
registryImpl(int) - Method in interface java.rmi.registry.RegistryHandler
Deprecated.  
RegistryImpl_Skel - Class in gnu.java.rmi.registry
 
RegistryImpl_Skel() - Constructor for class gnu.java.rmi.registry.RegistryImpl_Skel
 
RegistryImpl_Stub - Class in gnu.java.rmi.registry
 
RegistryImpl_Stub() - Constructor for class gnu.java.rmi.registry.RegistryImpl_Stub
 
RegistryImpl_Stub(RemoteRef) - Constructor for class gnu.java.rmi.registry.RegistryImpl_Stub
 
registryStub(String, int) - Method in interface java.rmi.registry.RegistryHandler
Deprecated.  
rehash() - Method in class java.util.Hashtable
Increases the size of the Hashtable and rehashes all keys to new array indices; this is called when the addition of a new value would cause size() > threshold.
REIN - Static variable in class jbvm.ip2k.PortIO
 
relativize(URI) - Method in class java.net.URI
Relativizes the given URI against this URI
releaseInputStream() - Method in class gnu.java.rmi.server.UnicastRemoteCall
 
releaseInputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.  
releaseOutputStream() - Method in class gnu.java.rmi.server.UnicastRemoteCall
 
releaseOutputStream() - Method in interface java.rmi.server.RemoteCall
Deprecated.  
remainder(BigInteger) - Method in class java.math.BigInteger
 
remAtV(int) - Method in class jbvm.ip2k.VMGroMapLong
 
Remote - Interface in java.rmi
Marker interface for interfaces which methods are invokable from outside of this virtual machine through remote method calls.
RemoteCall - Interface in java.rmi.server
Deprecated.  
remoteEquals(RemoteRef) - Method in class gnu.java.rmi.server.UnicastRef
 
remoteEquals(RemoteRef) - Method in interface java.rmi.server.RemoteRef
Compare two remote objects for equality.
RemoteException - Exception in java.rmi
The superclass of exceptions related to RMI (remote method invocation).
RemoteException() - Constructor for exception java.rmi.RemoteException
Create an exception with no message, and cause initialized to null.
RemoteException(String) - Constructor for exception java.rmi.RemoteException
Create an exception with the given message, and cause initialized to null.
RemoteException(String, Throwable) - Constructor for exception java.rmi.RemoteException
Create an exception with the given message and cause.
remoteHashCode() - Method in class gnu.java.rmi.server.UnicastRef
 
remoteHashCode() - Method in interface java.rmi.server.RemoteRef
Get the hashcode for a remote object.
RemoteObject - Class in java.rmi.server
 
RemoteObject() - Constructor for class java.rmi.server.RemoteObject
 
RemoteObject(RemoteRef) - Constructor for class java.rmi.server.RemoteObject
 
RemoteObjectInvocationHandler - Class in java.rmi.server
Together with dynamic proxy instance, this class replaces the generated RMI stub (*_Stub) classes that (following 1.5 specification) should be no longer required.
RemoteObjectInvocationHandler(RemoteRef) - Constructor for class java.rmi.server.RemoteObjectInvocationHandler
Construct the remote invocation handler that forwards calls to the given remote object.
RemoteRef - Interface in java.rmi.server
Represents a handler to the remote object.
RemoteServer - Class in java.rmi.server
 
RemoteServer() - Constructor for class java.rmi.server.RemoteServer
 
RemoteServer(RemoteRef) - Constructor for class java.rmi.server.RemoteServer
 
RemoteStub - Class in java.rmi.server
This is a base class for the automatically generated RMI stubs.
RemoteStub() - Constructor for class java.rmi.server.RemoteStub
Constructs the remote stub with no reference set.
RemoteStub(RemoteRef) - Constructor for class java.rmi.server.RemoteStub
Constructs the remote stub that uses given remote reference for the method invocations.
remoteToString() - Method in class gnu.java.rmi.server.UnicastRef
 
remoteToString() - Method in interface java.rmi.server.RemoteRef
Get the string representation of this remote reference.
remove(long) - Method in class java.lang.ref.ReferenceQueue
Removes a reference from the queue, blocking for timeout until a reference is enqueued.
remove() - Method in class java.lang.ref.ReferenceQueue
Removes a reference from the queue, blocking until a reference is enqueued.
remove(Object) - Method in class java.security.Provider
This method removes the specified key entry (and its associated value) from the property mapping list.
remove(Object) - Method in class java.util.AbstractCollection
Remove a single instance of an object from this collection (optional operation).
remove(int) - Method in class java.util.AbstractList
Remove the element at a given position in this list (optional operation).
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for this key if present (optional operation).
remove(int) - Method in class java.util.AbstractSequentialList
Remove the element at a given position in this list (optional operation).
remove(int) - Method in class java.util.ArrayList
Removes the element at the user-supplied index.
remove(Object) - Method in interface java.util.Collection
Remove a single occurrence of an object from this collection.
remove(Object) - Method in class java.util.Dictionary
Removes from the Dictionary the value located by the given key.
remove(Object) - Method in class java.util.HashMap
Removes from the HashMap and returns the value which is mapped by the supplied key.
remove(Object) - Method in class java.util.HashSet
Removes the supplied Object from this Set if it is in the Set.
remove(Object) - Method in class java.util.Hashtable
Removes from the table and returns the value which is mapped by the supplied key.
remove(Object) - Method in class java.util.IdentityHashMap
Removes from the HashMap and returns the value which is mapped by the supplied key.
remove() - Method in interface java.util.Iterator
Remove from the underlying collection the last element returned by next (optional operation).
remove(Object) - Method in class java.util.jar.Attributes
Remove a attribute name/value pair.
remove(Object) - Method in class java.util.LinkedList
Removes the entry at the lowest index in the list that matches the given object, comparing by 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
 

S

sameFile(URL) - Method in class java.net.URL
Tests whether or not another URL refers to the same "file" as this one.
sameFile(URL, URL) - Method in class java.net.URLStreamHandler
Compares two URLs, excluding the fragment component
SATURDAY - Static variable in class java.util.Calendar
Constant representing Saturday.
save(OutputStream, String) - Method in class java.util.Properties
Deprecated. use store instead.
save(OutputStream, String) - Method in class jbvm.ip2k.VMProperties
Deprecated. use store instead.
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
 
SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
 
SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
 
SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
 
scale() - Method in class java.math.BigDecimal
 
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the task at the specified data for one time execution.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the task at the specified date and reschedules the task every period milliseconds after the last execution of the task finishes until this timer or the task is canceled.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the task after the specified delay milliseconds for one time execution.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the task after the delay milliseconds and reschedules the task every period milliseconds after the last execution of the task finishes until this timer or the task is canceled.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the task at the specified date and reschedules the task at a fixed rate every period milliseconds until this timer or the task is canceled.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the task after the delay milliseconds and reschedules the task at a fixed rate every period milliseconds until this timer or the task is canceled.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the last time this task was scheduled or (when called by the task from the run method) the time the current execution of the task was scheduled.
scheme_description - Static variable in class gnu.java.io.decode.Decoder
This is a description of the current encoding.
scheme_description - Static variable in class gnu.java.io.encode.Encoder
This is a description of the current encoding.
scheme_name - Static variable in class gnu.java.io.decode.Decoder
This is the name of the current encoding.
scheme_name - Static variable in class gnu.java.io.encode.Encoder
This is the name of the current encoding.
SDCardIO - Class in jbvm.ip2k
Ip2k SD access class.
sdReadBlock(Object, int, int) - Static method in class jbvm.ip2k.SDCardIO
Read block from SD card Warning!
sdWriteBlock(Object, int, int) - Static method in class jbvm.ip2k.SDCardIO
Write block to SD card.
SEALED - Static variable in class java.util.jar.Attributes.Name
Package sealing - whether (all) package(s) is(/are) sealed.
search(Object) - Method in class java.util.Stack
Returns the position of an Object on the stack, with the top most Object being at position 1, and each Object deeper in the stack at depth + 1.
SECOND - Static variable in class java.util.Calendar
Constant representing the second time field.
SECOND_FIELD - Static variable in class java.text.DateFormat
 
SECONDARY - Static variable in class java.text.Collator
This constant is a strength value which indicates that only secondary or primary differences between characters will be considered significant.
secondaryOrder(int) - Static method in class java.text.CollationElementIterator
This method returns the secondary order value for the given collation value.
SecureClassLoader - Class in java.security
A Secure Class Loader for loading classes with additional support for specifying code source and permissions when they are retrieved by the system policy handler.
SecureClassLoader(ClassLoader) - Constructor for class java.security.SecureClassLoader
 
SecureClassLoader() - Constructor for class java.security.SecureClassLoader
 
SecureRandom - Class in java.security
SecureRandom is the class interface for using SecureRandom providers.
SecureRandom() - Constructor for class java.security.SecureRandom
Default constructor for SecureRandom.
SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
A constructor for SecureRandom.
SecureRandom(SecureRandomSpi, Provider) - Constructor for class java.security.SecureRandom
A constructor for SecureRandom.
SecureRandomSpi - Class in java.security
SecureRandomSpi is the Service Provider Interface for SecureRandom providers.
SecureRandomSpi() - Constructor for class java.security.SecureRandomSpi
Default Constructor for SecureRandomSpi
Security - Class in java.security
Security class that loads the Providers and provides an interface to security properties.
SecurityException - 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.
SecurityException() - Constructor for exception java.lang.SecurityException
Create an exception without a message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Create an exception with a message.
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
 
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
 
SecurityManager - Class in java.lang
SecurityManager is a class you can extend to create your own Java security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
 
SecurityPermission - Class in java.security
This class provides a mechanism for specified named permissions related to the Java security framework.
SecurityPermission(String) - Constructor for class java.security.SecurityPermission
This method initializes a new instance of SecurityPermission to have the specified name.
SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
This method initializes a new instance of SecurityPermission to have the specified name.
seek(long) - Method in class java.io.RandomAccessFile
This method sets the current file position to the specified offset from the beginning of the file.
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends the specified packet.
send(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Transmits the specified packet of data to the network.
send(DatagramPacket, byte) - Method in class java.net.MulticastSocket
Sends a packet of data to a multicast address with a TTL that is different from the default TTL on this socket.
send(DatagramPacket) - Method in class java.net.PlainDatagramSocketImpl
Sends a packet of data to a remote host
sendto(InetAddress, int, byte[], int, int) - Method in class java.net.VMDatagramSocketImpl
 
sendUrgentData(int) - Method in class java.net.SocketImpl
Sends one byte of urgent data to the socket.
SentenceBreakIterator - Class in gnu.java.text
 
SentenceBreakIterator() - Constructor for class gnu.java.text.SentenceBreakIterator
 
separator - Static variable in class java.io.File
This is the path separator string for the current host.
separatorChar - Static variable in class java.io.File
This is the first character of the file separator string.
SEPTEMBER - Static variable in class java.util.Calendar
Constant representing September.
SequenceInputStream - Class in java.io
This class merges a sequence of multiple InputStream's in order to form a single logical stream that can be read by applications that expect only one stream.
SequenceInputStream(Enumeration) - Constructor for class java.io.SequenceInputStream
This method creates a new SequenceInputStream that obtains its list of subordinate InputStreams from the specified Enumeration
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
This method creates a new SequenceInputStream that will read the two specified subordinate InputStreams in sequence.
SerialIO - Class in jbvm.ip2k
Access to Ip2k RS232 interface
SerialIO(int) - Constructor for class jbvm.ip2k.SerialIO
Constructor
Serializable - Interface in java.io
This interface has no methods.
SerializablePermission - Class in java.io
This class models permissions related to serialization.
SerializablePermission(String) - Constructor for class java.io.SerializablePermission
This method initializes a new instance of SerializablePermission that has the specified name.
SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
This method initializes a new instance of SerializablePermission that has the specified name and action list.
serialVersionUID - Static variable in interface java.rmi.server.RemoteRef
Indicates compatibility with JDK 1.1
serialVersionUID - Static variable in interface java.rmi.server.ServerRef
 
serialVersionUID - Static variable in interface java.security.Key
The verion identifier used for serialization.
ServerCloneException - Exception in java.rmi.server
Thrown if a remote exception occurs during the cloning process of a UnicastRemoteObject.
ServerCloneException(String) - Constructor for exception java.rmi.server.ServerCloneException
Create an exception with a message.
ServerCloneException(String, Exception) - Constructor for exception java.rmi.server.ServerCloneException
Create an exception with a message and a cause.
ServerError - Exception in java.rmi
Wraps any error thrown while processing the server of a remote call.
ServerError(String, Error) - Constructor for exception java.rmi.ServerError
Create an exception with a message and a cause.
ServerException - Exception in java.rmi
Wraps any exception thrown while processing the server of a remote call.
ServerException(String) - Constructor for exception java.rmi.ServerException
Create an exception with a message.
ServerException(String, Exception) - Constructor for exception java.rmi.ServerException
Create an exception with a message and a cause.
ServerNotActiveException - Exception in java.rmi.server
Thrown during RemoteServer.getClientHost if the host is not servicing a remote method call.
ServerNotActiveException() - Constructor for exception java.rmi.server.ServerNotActiveException
Create an exception with no message.
ServerNotActiveException(String) - Constructor for exception java.rmi.server.ServerNotActiveException
Create an exception with a message.
ServerRef - Interface in java.rmi.server
 
ServerRuntimeException - Exception in java.rmi
Deprecated. no replacement
ServerRuntimeException(String, Exception) - Constructor for exception java.rmi.ServerRuntimeException
Deprecated. no longer needed
ServerSocket - Class in java.net
This class models server side sockets.
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
ServiceFactory - Class in gnu.classpath
A factory for plug-ins that conform to a service provider interface.
set(Object) - Method in class java.lang.InheritableThreadLocal
Adds this InheritableThreadLocal to the heritage of the current Thread and sets the value of the ThreadLocal for the Thread.
set(Object, int, Object) - Static method in class java.lang.reflect.Array
Sets an element of an array.
set(Object, Object) - Method in class java.lang.reflect.Field
Set the value of this Field.
set(Object) - Method in class java.lang.ThreadLocal
Sets the value associated with the ThreadLocal object for the currently executing Thread.
set(String, String, int, String, String) - Method in class java.net.URL
Sets the specified fields of the URL.
set(String, String, int, String, String, String, String, String) - Method in class java.net.URL
Sets the specified fields of the URL.
set(int, Object) - Method in class java.util.AbstractList
Replace an element of this list with another object (optional operation).
set(int, Object) - Method in class java.util.AbstractSequentialList
Replace an element of this list with another object (optional operation).
set(int, Object) - Method in class java.util.ArrayList
Sets the element at the specified index.
set(int) - Method in class java.util.BitSet
Add the integer bitIndex to this set.
set(int, boolean) - Method in class java.util.BitSet
Sets the bit at the given index to the specified value.
set(int, int) - Method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to true.
set(int, int, boolean) - Method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to the specified value.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the fields for year, month, and date
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the fields for year, month, date, hour, and minute
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the fields for year, month, date, hour, and minute
set(int, Object) - Method in class java.util.LinkedList
Replace the element at the given location in the list.
set(int, Object) - Method in interface java.util.List
Replace an element of this list with another object (optional operation).
set(Object) - Method in interface java.util.ListIterator
Replace the element last returned by a call to next or previous with a given object (optional operation).
Set - Interface in java.util
A collection that contains no duplicates.
set(int, Object) - Method in class java.util.Vector
Puts element into the Vector at position index and returns the Object that previously occupied that position.
set2DigitYearStart(Date) - Method in class java.text.SimpleDateFormat
Sets the start of the century used for two digit years.
set_str(int[], byte[], int, int) - Static method in class gnu.java.math.MPN
 
setAccessible(AccessibleObject[], boolean) - Static method in class java.lang.reflect.AccessibleObject
Convenience method to set the flag on a number of objects with a single security check.
setAccessible(boolean) - Method in class java.lang.reflect.AccessibleObject
Sets the accessibility flag for this reflection object.
setActivationDesc(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
 
setActivationGroupDesc(ActivationGroupID, ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
 
setAddress(InetAddress) - Method in class java.net.DatagramPacket
This sets the address to which the data packet will be transmitted.
setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
Sets a boolean flag indicating whether or not user interaction is allowed for this connection.
setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display AM/PM values to the specified list.
setAnnotation(String) - Method in class gnu.java.rmi.server.RMIObjectOutputStream
 
setBadCharValue(char) - Method in class gnu.java.io.encode.Encoder
This method sets that character that will be used when converting a Unicode character that is invalid in the current encoding.
setBaud(int) - Method in class jbvm.ip2k.SerialIO
Set baudrate
setBeginIndex(int) - Method in class java.text.FieldPosition
This method sets the beginning index of this field to the specified value.
setBit(int) - Method in class java.math.BigInteger
 
setBoolean(Object, int, boolean) - Static method in class java.lang.reflect.Array
Sets an element of a boolean array.
setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
Set this boolean Field.
setByte(Object, int, byte) - Static method in class java.lang.reflect.Array
Sets an element of a byte array.
setByte(Object, byte) - Method in class java.lang.reflect.Field
Set this byte Field.
setCalendar(Calendar) - Method in class java.text.DateFormat
This method specified the Calendar that should be used by this object to parse/format datetimes.
setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
Assign the certificate to the alias in the keystore.
setCfgBoot(boolean) - Static method in class jbvm.ip2k.HWConfig
Set config boot enable status
setChanged() - Method in class java.util.Observable
Marks this Observable as having changed.
setChar(Object, int, char) - Static method in class java.lang.reflect.Array
Sets an element of a char array.
setChar(Object, char) - Method in class java.lang.reflect.Field
Set this char Field.
setCharAt(int, char) - Method in class java.lang.StringBuffer
Set the character at the specified index.
setChoices(double[], String[]) - Method in class java.text.ChoiceFormat
This method sets new range terminators and format strings for this object.
setComment(String) - Method in class java.util.zip.ZipEntry
Sets the entry comment.
setComment(String) - Method in class java.util.zip.ZipOutputStream
Set the zip file comment.
setCompressedSize(long) - Method in class java.util.zip.ZipEntry
Sets the size of the compressed data.
setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
Set's the ContentHandlerFactory for an application.
setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
 
setCrc(long) - Method in class java.util.zip.ZipEntry
Sets the crc of the uncompressed data.
setCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
This method sets the currency symbol to the specified value.
setCurrentTimeMillis(long) - Static method in class java.lang.System
Deprecated. Use VMTime
setCurrentTimeMillis(long) - Static method in class jbvm.ip2k.VMTime
Set system and NV Timer time
setDaemon(boolean) - Method in class java.lang.Thread
Set the daemon status of this Thread.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
Set whether this ThreadGroup is a daemon group.
setData(byte[]) - Method in class java.net.DatagramPacket
Sets the data buffer for this packet.
setData(byte[], int, int) - Method in class java.net.DatagramPacket
This method sets the data buffer for the packet.
setDate(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.DATE, date) instead.
setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
This method sets the format symbols information used for parsing and formatting dates.
setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class java.text.DecimalFormat
 
setDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
This method sets the decimal point character to the specified value.
setDecimalSeparatorAlwaysShown(boolean) - Method in class java.text.DecimalFormat
 
setDecomposition(int) - Method in class java.text.Collator
This method sets the decomposition setting for this object to the specified value.
setDefault(Authenticator) - Static method in class java.net.Authenticator
This method sets the default Authenticator object (an instance of a subclass of Authenticator) to use when prompting the user for information.
setDefault(Locale) - Static method in class java.util.Locale
Changes the default locale.
setDefault(TimeZone) - Static method in class java.util.TimeZone
 
setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
Sets the default flag for whether or not interaction with a user is allowed.
setDefaultDNS(int) - Static method in class jbvm.ip2k.HWConfig
 
setDefaultGw(int) - Static method in class jbvm.ip2k.HWConfig
 
setDefaultNTP(int) - Static method in class jbvm.ip2k.HWConfig
 
setDefaultProtocolVersion(int) - Static method in class java.io.ObjectOutputStream
GNU $classpath specific Changes the default stream protocol used by all ObjectOutputStreams.
setDefaultRequestProperty(String, String) - Static method in class java.net.URLConnection
Deprecated. 1.3 The method setRequestProperty should be used instead
setDefaultStream(PrintStream) - Static method in class java.rmi.server.LogStream
Deprecated.  
setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
Sets the default value used to determine whether or not caching of documents will be done when possible.
setDictionary(byte[]) - Method in class java.util.zip.Deflater
Sets the dictionary which should be used in the deflate process.
setDictionary(byte[], int, int) - Method in class java.util.zip.Deflater
Sets the dictionary which should be used in the deflate process.
setDictionary(byte[]) - Method in class java.util.zip.Inflater
Sets the preset dictionary.
setDictionary(byte[], int, int) - Method in class java.util.zip.Inflater
Sets the preset dictionary.
setDigit(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to represents a digit in a format string to the specified value.
setDoInput(boolean) - Method in class java.net.URLConnection
Returns the value of a flag indicating whether or not input is going to be done for this connection.
setDoOutput(boolean) - Method in class java.net.URLConnection
Returns a boolean flag indicating whether or not output will be done on this connection.
setDouble(Object, int, double) - Static method in class java.lang.reflect.Array
Sets an element of a double array.
setDouble(Object, double) - Method in class java.lang.reflect.Field
Set this double Field.
setDTR(boolean) - Method in class jbvm.ip2k.SerialIO
Change DTR line
setElementAt(Object, int) - Method in class java.util.Vector
Changes the element at index to be obj
setElementClMt(String, String, int) - Method in class java.lang.StackTraceElement
Used by VM.
setEndIndex(int) - Method in class java.text.FieldPosition
This method sets the ending index of this field to the specified value.
setEndRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings end rule.
setEras(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display time eras to to the specified list.
setErr(PrintStream) - Static method in class java.lang.System
Set err to a new PrintStream.
setError() - Method in class java.io.PrintStream
Deprecated. This method can be called by subclasses to indicate that an error has occurred and should be reported by checkError.
setError() - Method in class java.io.PrintWriter
This method can be called by subclasses to indicate that an error has occurred and should be reported by checkError.
setErrorIndex(int) - Method in class java.text.ParsePosition
This method sets the error index to the specified value.
setEth0Addr(int) - Static method in class jbvm.ip2k.HWConfig
 
setEth0Mac(long) - Static method in class jbvm.ip2k.HWConfig
 
setEth0Mask(int) - Static method in class jbvm.ip2k.HWConfig
 
setEth1Addr(int) - Static method in class jbvm.ip2k.HWConfig
 
setEth1Mac(long) - Static method in class jbvm.ip2k.HWConfig
 
setEth1Mask(int) - Static method in class jbvm.ip2k.HWConfig
 
setExtra(byte[]) - Method in class java.util.zip.ZipEntry
Sets the extra data.
setExtRef(boolean) - Static method in class jbvm.ip2k.AdcIO
Set External ref (RG3)
setFailureHandler(RMIFailureHandler) - Static method in class java.rmi.server.RMISocketFactory
 
setFileNameMap(FileNameMap) - Static method in class java.net.URLConnection
This method set the FileNameMap object being used to decode MIME types by file extension.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of week is.
setFloat(Object, int, float) - Static method in class java.lang.reflect.Array
Sets an element of a float array.
setFloat(Object, float) - Method in class java.lang.reflect.Field
Set this float Field.
setFollowRedirects(boolean) - Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFormat(int, Format) - Method in class java.text.MessageFormat
Sets the format for the argument at an specified index.
setFormat(int, char, int) - Method in class jbvm.ip2k.SerialIO
Set format
setFormat(boolean, boolean) - Method in class jbvm.ip2k.SerialIO
Set HS
setFormats(Format[]) - Method in class java.text.MessageFormat
Sets the formats for the arguments.
setFW(String) - Static method in class jbvm.ip2k.HWConfig
Set FW
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the date of the switch from Julian dates to Gregorian dates.
setGroupingSeparator(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to separate groups of digits.
setGroupingSize(int) - Method in class java.text.DecimalFormat
 
setGroupingUsed(boolean) - Method in class java.text.NumberFormat
This method sets the grouping behavior of this formatter.
setHours(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.HOUR_OF_DAY, hours) instead.
setHWConfigU16(int, short) - Static method in class jbvm.ip2k.HWConfig
 
setHWConfigU32(int, int) - Static method in class jbvm.ip2k.HWConfig
 
setHWConfigU8(int, byte) - Static method in class jbvm.ip2k.HWConfig
 
setID(String) - Method in class java.util.TimeZone
Sets the identifier of this time zone.
setIfModifiedSince(long) - Method in class java.net.URLConnection
Sets the ifModified since instance variable.
setIn(InputStream) - Static method in class java.lang.System
Set in to a new InputStream.
setIndex(int) - Method in interface java.text.CharacterIterator
This method sets the value of the index to the specified value, then returns the character at that position.
setIndex(int) - Method in class java.text.ParsePosition
This method sets the current parsing index to the specified value.
setIndex(int) - Method in class java.text.StringCharacterIterator
This method sets the value of the index to the specified value, then returns the character at that position.
setInfinity(String) - Method in class java.text.DecimalFormatSymbols
This method sets the string used to represents infinity.
setInfo(String) - Method in class java.security.Identity
Deprecated. Sets the general information string.
setInput(byte[]) - Method in class java.util.zip.Deflater
Sets the data which should be compressed next.
setInput(byte[], int, int) - Method in class java.util.zip.Deflater
Sets the data which should be compressed next.
setInput(byte[]) - Method in class java.util.zip.Inflater
Sets the input.
setInput(byte[], int, int) - Method in class java.util.zip.Inflater
Sets the input.
setInstanceFollowRedirects(boolean) - Method in class java.net.HttpURLConnection
Sets the value of this HttpURLConnection's instanceFollowRedirects field
setInt(Object, int, int) - Static method in class java.lang.reflect.Array
Sets an element of an int array.
setInt(Object, int) - Method in class java.lang.reflect.Field
Set this int Field.
setInterface(InetAddress) - Method in class java.net.MulticastSocket
Sets the interface to use for multicast packets.
setInternationalCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
This method sets the international currency symbols to the specified value.
setKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStore
Assign the key to the alias in the keystore, protecting it with the given password.
setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
Assign the key to the alias in the keystore.
setKeyPair(KeyPair) - Method in class java.security.Signer
Specifies the KeyPair associated with this Signer.
setLastModified(long) - Method in class java.io.File
This method sets the modification time on the file to the specified value.
setLength(long) - Method in class java.io.RandomAccessFile
This method sets the length of the file to the specified length.
setLength(int) - Method in class java.lang.StringBuffer
Set the length of this StringBuffer.
setLength(int) - Method in class java.net.DatagramPacket
Sets the length of the data in the buffer.
setLenient(boolean) - Method in class java.text.DateFormat
This method specifies whether or not this object should be lenient in the syntax it accepts while parsing date/time values.
setLenient(boolean) - Method in class java.util.Calendar
Specifies if the date/time interpretation should be lenient.
setLevel(int) - Method in class java.util.zip.Deflater
Sets the compression level.
setLevel(int) - Method in class java.util.zip.ZipOutputStream
Sets default compression level.
setLineNumber(int) - Method in class java.io.LineNumberInputStream
Deprecated. This method sets the current line number to the specified value.
setLineNumber(int) - Method in class java.io.LineNumberReader
This method sets the current line number to the specified value.
setLocale(Locale) - Method in class java.text.MessageFormat
Sets the locale.
setLocalPatternChars(String) - Method in class java.text.DateFormatSymbols
This method sets the list of characters used to specific date/time formatting strings.
setLog(OutputStream) - Static method in class java.rmi.server.RemoteServer
 
setLoginPassword(String, String) - Method in class jbvm.ip2k.VMJPPP
Set Login/password for connect
setLong(Object, int, long) - Static method in class java.lang.reflect.Array
Sets an element of a long array.
setLong(Object, long) - Method in class java.lang.reflect.Field
Set this long Field.
setMaximumFractionDigits(int) - Method in class java.text.DecimalFormat
 
setMaximumFractionDigits(int) - Method in class java.text.NumberFormat
This method sets the maximum number of digits allowed in the fraction portion of a number to the specified value.
setMaximumIntegerDigits(int) - Method in class java.text.DecimalFormat
 
setMaximumIntegerDigits(int) - Method in class java.text.NumberFormat
This method sets the maximum number of digits allowed in the integer portion of a number to the specified value.
setMaxPriority(int) - Method in class java.lang.ThreadGroup
Set the maximum priority for Threads in this ThreadGroup. setMaxPriority can only be used to reduce the current maximum.
setMessageDigest(MessageDigest) - Method in class java.security.DigestInputStream
Sets the current MessageDigest to current parameter
setMessageDigest(MessageDigest) - Method in class java.security.DigestOutputStream
Sets the current MessageDigest to current parameter
setMethod(int) - Method in class java.util.zip.ZipEntry
Sets the compression method.
setMethod(int) - Method in class java.util.zip.ZipOutputStream
Sets default compression method.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets how many days are required in the first week of the year.
setMinimumFractionDigits(int) - Method in class java.text.DecimalFormat
 
setMinimumFractionDigits(int) - Method in class java.text.NumberFormat
This method sets the minimum number of digits allowed in the fraction portion of a number to the specified value.
setMinimumIntegerDigits(int) - Method in class java.text.DecimalFormat
 
setMinimumIntegerDigits(int) - Method in class java.text.NumberFormat
This method sets the minimum number of digits allowed in the integer portion of a number to the specified value.
setMinusSign(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to represent the minus sign.
setMinutes(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.MINUTE, minutes) instead.
setMonetaryDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used for the decimal point in currency values.
setMonth(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.MONTH, month) instead.
setMonths(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display month names.
setMultiplier(int) - Method in class java.text.DecimalFormat
 
setName(String) - Method in class java.lang.Thread
Set this Thread's name.
setName(Principal, String) - Method in interface java.security.acl.Acl
This method sets the name of the ACL
setNaN(String) - Method in class java.text.DecimalFormatSymbols
This method sets the string used to represent the NaN (not a number) value.
setNegativePermissions() - Method in interface java.security.acl.AclEntry
This method sets this ACL entry to be a negative entry, indicating that it contains a list of permissions that are not granted to the entry's Principal.
setNegativePrefix(String) - Method in class java.text.DecimalFormat
 
setNegativeSuffix(String) - Method in class java.text.DecimalFormat
 
setNumberFormat(NumberFormat) - Method in class java.text.DateFormat
This method specifies the NumberFormat object that should be used by this object to parse/format times.
setObject(Object, Object) - Method in class java.lang.reflect.Field
 
setOffset(int) - Method in class java.io.ObjectStreamField
 
setOffset(int) - Method in class java.net.DatagramPacket
Sets the offset of the data in the buffer.
setOffset(int) - Method in class java.text.CollationElementIterator
This method sets the iteration index position into the current String to the specified value.
setOption(int, Object) - Method in class java.net.DatagramSocketImpl
Sets the specified option on a socket to the passed in object.
setOption(int, Object) - Method in interface java.net.SocketOptions
Sets the specified option on a socket to the passed in object.
setOption(int, Object) - Method in class java.net.VMDatagramSocketImpl
 
setOption(int, Object) - Method in class java.net.VMSocketImpl
 
setOut(PrintStream) - Static method in class java.lang.System
Set out to a new PrintStream.
setOutputStream(OutputStream) - Method in class java.rmi.server.LogStream
Deprecated.  
setParameter(String, Object) - Method in class java.security.Signature
Deprecated. use the other setParameter
setParameter(AlgorithmParameterSpec) - Method in class java.security.Signature
Sets the signature engine with the specified AlgorithmParameterSpec; By default this always throws UnsupportedOperationException if not overridden;
setParent(ResourceBundle) - Method in class java.util.ResourceBundle
Set the parent of this bundle.
setParseIntegerOnly(boolean) - Method in class java.text.NumberFormat
This method sets the parsing behavior of this object to parse only integers or not.
setPatternSeparator(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to separate positive and negative subpatterns in a format pattern.
setPercent(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used as the percent sign.
setPerMill(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used as the per mille character.
setPolicy(Policy) - Static method in class java.security.Policy
Sets the currently installed Policy handler.
setPort(int) - Method in class java.net.DatagramPacket
This sets the port to which the data packet will be transmitted.
setPort(byte, byte, byte) - Static method in class jbvm.ip2k.PortIO
Set/Clear port bits
setPortBits(byte, byte) - Static method in class jbvm.ip2k.PortIO
Set port bits (OR with mask)
setPositivePrefix(String) - Method in class java.text.DecimalFormat
 
setPositiveSuffix(String) - Method in class java.text.DecimalFormat
 
setPrincipal(Principal) - Method in interface java.security.acl.AclEntry
This method sets ths Principal associated with this ACL entry.
setPriority(int) - Method in class java.lang.Thread
Set this Thread's priority.
setProperties(Properties) - Static method in class gnu.classpath.SystemProperties
 
setProperties(Properties) - Static method in class java.lang.System
Set all the system properties at once.
setProperty(String, String) - Static method in class gnu.classpath.SystemProperties
 
setProperty(String, String) - Static method in class java.lang.System
Set a single system property by name.
setProperty(String, String) - Static method in class java.security.Security
Sets the value of a security property.
setProperty(String, String) - Method in class java.util.Properties
Adds the given key/value pair to this properties.
setProperty(String, String) - Method in class jbvm.ip2k.VMProperties
Adds the given key/value pair to this properties.
setPublicKey(PublicKey) - Method in class java.security.Identity
Deprecated. Sets the public key for this identity.
setRawOffset(int) - Method in class java.util.SimpleTimeZone
Sets the standard time zone offset to GMT.
setRawOffset(int) - Method in class java.util.TimeZone
Sets the time zone offset, ignoring daylight savings.
setReadOnly() - Method in class java.io.File
This method sets the file represented by this object to be read only.
setReadOnly() - Method in class java.security.PermissionCollection
This method sets this PermissionCollection object to be read only.
setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiveBufferSize(int) - Method in class java.net.Socket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setRef(RemoteStub, RemoteRef) - Static method in class java.rmi.server.RemoteStub
Deprecated.  
setRequestMethod(String) - Method in class gnu.java.net.protocol.http.HttpURLConnection
Overrides java.net.HttpURLConnection.setRequestMethod() in order to restrict the available methods to only those we support.
setRequestMethod(String) - Method in class java.net.HttpURLConnection
Set the method for the URL request, one of: GET POST HEAD OPTIONS PUT DELETE TRACE are legal
setRequestProperty(String, String) - Method in class java.net.URLConnection
Sets the value of the named request property
setRTS(boolean) - Method in class jbvm.ip2k.SerialIO
Change RTS line
setScale(int) - Method in class java.math.BigDecimal
 
setScale(int, int) - Method in class java.math.BigDecimal
 
setSeconds(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.SECOND, seconds) instead.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Set the current SecurityManager.
setSeed(byte[]) - Method in class java.security.SecureRandom
Seeds the SecureRandom.
setSeed(long) - Method in class java.security.SecureRandom
Seeds the SecureRandom.
setSeed(long) - Method in class java.util.Random
Sets the seed for this pseudorandom number generator.
setSendBufferSize(int) - Method in class java.net.DatagramSocket
This method sets the value for the system level socket option SO_SNDBUF to the specified value.
setSendBufferSize(int) - Method in class java.net.Socket
This method sets the value for the system level socket option SO_SNDBUF to the specified value.
setSerialPort(int) - Method in class jbvm.ip2k.VMJPPP
Set serial port for connect
setShort(Object, int, short) - Static method in class java.lang.reflect.Array
Sets an element of a short array.
setShort(Object, short) - Method in class java.lang.reflect.Field
Set this short Field.
setShortMonths(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display abbreviated month names.
setShortWeekdays(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display abbreviated weekday names.
setSigners(Class, Object[]) - Method in class java.lang.ClassLoader
Helper to set the signers of a class.
setSize(int) - Method in class java.util.Vector
Explicitly sets the size of the vector (but not necessarily the size of the internal data array).
setSize(long) - Method in class java.util.zip.ZipEntry
Sets the size of the uncompressed data.
setSocketFactory(SocketImplFactory) - Static method in class java.net.ServerSocket
Sets the SocketImplFactory for all ServerSocket's.
setSocketFactory(RMISocketFactory) - Static method in class java.rmi.server.RMISocketFactory
 
setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
Sets the SocketImplFactory.
setSoLinger(boolean, int) - Method in class java.net.Socket
Sets the value of the SO_LINGER option on the socket.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Sets the value of the socket's SO_TIMEOUT value.
setSoTimeout(int) - Method in class java.net.ServerSocket
Sets the value of SO_TIMEOUT.
setSoTimeout(int) - Method in class java.net.Socket
Sets the value of the SO_TIMEOUT option on the socket.
setStackTrace(StackTraceElement[]) - Method in class java.lang.Throwable
Sets the stack trace elements that will be returned by Throwable.getStackTrace() and printed by Throwable.printStackTrace() and related methods.
setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings start rule.
setStartYear(int) - Method in class java.util.SimpleTimeZone
Sets the first year, where daylight savings applies.
setStatus(int, int) - Method in class jbvm.ip2k.SerialIO
Change status lines
setStrategy(int) - Method in class java.util.zip.Deflater
Sets the compression strategy.
setStrength(int) - Method in class java.text.Collator
This method sets the strength setting for this object to the specified value.
setString(int, String) - Method in class jbvm.ip2k.VMGroMapInt
 
setString(long, String) - Method in class jbvm.ip2k.VMGroMapLong
 
setString(String, String) - Method in class jbvm.ip2k.VMGroMapStr
 
setStubRef(RemoteStub, RemoteRef) - Static method in class gnu.java.rmi.server.UnicastRemoteStub
 
setSystem(ActivationSystem) - Static method in class java.rmi.activation.ActivationGroup
 
setSystemScope(IdentityScope) - Static method in class java.security.IdentityScope
Deprecated. Sets the scope of the system.
setTcpNoDelay(boolean) - Method in class java.net.Socket
Sets the TCP_NODELAY option on the socket.
setText(CharacterIterator) - Method in class gnu.java.text.BaseBreakIterator
 
setText(String) - Method in class java.text.BreakIterator
This method sets the text string to iterate over.
setText(CharacterIterator) - Method in class java.text.BreakIterator
This method sets the text to iterate over from the specified CharacterIterator.
setText(String) - Method in class java.text.CollationElementIterator
This method sets the String that it is iterating over to the specified String.
setText(CharacterIterator) - Method in class java.text.CollationElementIterator
This method sets the String that it is iterating over to the String represented by the specified CharacterIterator.
setText(String) - Method in class java.text.StringCharacterIterator
This method allows other classes in java.text to change the value of the underlying text being iterated through.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time to the given Date.
setTime(long) - Method in class java.util.Date
Sets the time which this Object should represented.
setTime(long) - Method in class java.util.zip.ZipEntry
Sets the time of last modification of the entry.
setTimeDrift(int) - Static method in class jbvm.ip2k.HWConfig
 
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's time to the given Time.
setTimerDrift(int) - Static method in class jbvm.ip2k.VMTime
Set Timer drift bits 0..23 fraction part, bits 24..31 integral part default value 0x01000000
setTimeToLive(int) - Method in class java.net.DatagramSocketImpl
Sets the Time to Live (TTL) setting on this socket to the specified value.
setTimeToLive(int) - Method in class java.net.MulticastSocket
Sets the "Time to Live" value for a socket.
setTimeToLive(int) - Method in class java.net.PlainDatagramSocketImpl
Sets the Time to Live value for the socket
setTimeZone(TimeZone) - Method in class java.text.DateFormat
This method sets the time zone that should be used by this object.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone to the specified value.
setTTL(byte) - Method in class java.net.DatagramSocketImpl
Deprecated.  
setTTL(byte) - Method in class java.net.MulticastSocket
Deprecated. Replaced by setTimeToLive in Java 1.2
setTTL(byte) - Method in class java.net.PlainDatagramSocketImpl
Sets the Time to Live value for the socket
setURL(URL, String, String, int, String, String) - Method in class java.net.URLStreamHandler
Deprecated. 1.2 Please use #setURL(URL,String,String,int,String,String,String,String);
setURL(URL, String, String, int, String, String, String, String, String) - Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values
setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
Sets the URLStreamHandlerFactory for this class.
setUseCaches(boolean) - Method in class java.net.URLConnection
Sets a boolean flag indicating whether or not caching will be used (if possible) to store data downloaded via the connection.
setValue(Object) - Method in interface java.util.Map.Entry
Replaces the value with the specified object (optional operation).
setValue(int, Object) - Method in class jbvm.ip2k.VMGroMapInt
 
setValue(long, Object) - Method in class jbvm.ip2k.VMGroMapLong
 
setValue(String, Object) - Method in class jbvm.ip2k.VMGroMapStr
 
setVM(String) - Static method in class jbvm.ip2k.HWConfig
Set vm image
setWeekdays(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display weekday names.
setYear(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.YEAR, year) instead. Note about the 1900 difference in year.
setZeroDigit(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to represent the digit zero.
setZoneStrings(String[][]) - Method in class java.text.DateFormatSymbols
This method sets the list of display strings for time zones.
SHA - Class in gnu.java.security.provider
This class implements the SHA-1 algorithm as described in [1]
SHA() - Constructor for class gnu.java.security.provider.SHA
 
SHA1PRNG - Class in gnu.java.security.provider
 
SHA1PRNG() - Constructor for class gnu.java.security.provider.SHA1PRNG
 
SHIFT - Static variable in interface gnu.java.lang.CharData
The character shift amount to look up the block offset.
shiftLeft(int) - Method in class java.math.BigInteger
 
shiftRight(int) - Method in class java.math.BigInteger
 
Short - Class in java.lang
Instances of class Short represent primitive short values.
Short(short) - Constructor for class java.lang.Short
Create a Short object representing the value of the short argument.
Short(String) - Constructor for class java.lang.Short
Create a Short object representing the value of the argument after conversion to a short.
SHORT - Static variable in class java.text.DateFormat
 
SHORT - Static variable in class java.util.TimeZone
Constant used to indicate that a short timezone abbreviation should be returned, such as "EST"
shortValue() - Method in class java.lang.Byte
Return the value of this Byte as a short.
shortValue() - Method in class java.lang.Integer
Return the value of this Integer as a short.
shortValue() - Method in class java.lang.Long
Return the value of this Long as an short.
shortValue() - Method in class java.lang.Number
Return the value of this Number as a short.
shortValue() - Method in class java.lang.Short
Return the value of this Short as an short.
shuffle(List) - Static method in class java.util.Collections
Shuffle a list according to a default source of randomness.
shuffle(List, Random) - Static method in class java.util.Collections
Shuffle a list according to a given source of randomness.
shutdown() - Method in interface java.rmi.activation.ActivationSystem
 
shutdownInput() - Method in class java.net.Socket
Closes the input side of the socket stream.
shutdownInput() - Method in class java.net.SocketImpl
Shut down the input side of this socket.
shutdownOutput() - Method in class java.net.Socket
Closes the output side of the socket stream.
shutdownOutput() - Method in class java.net.SocketImpl
Shut down the output side of this socket.
SIGN - Static variable in class java.security.Signature
Possible state variable which signifies if it has been initialized for signing.
sign() - Method in class java.security.Signature
Returns the signature bytes of all the data fed to this class.
sign(byte[], int, int) - Method in class java.security.Signature
Generates signature bytes of all the data fed to this class and outputs it to the passed array.
Signature - Class in java.security
Signature is used to provide an interface to digital signature algorithms.
Signature(String) - Constructor for class java.security.Signature
Creates a new signature for this algorithm.
SIGNATURE_VERSION - Static variable in class java.util.jar.Attributes.Name
General main attribute - the version of the jar file signature.
SignatureException - Exception in java.security
This exception is thrown when a problem is encountered with a digital signature.
SignatureException() - Constructor for exception java.security.SignatureException
This method initializes a new instance of SignatureException with no descriptive error message.
SignatureException(String) - Constructor for exception java.security.SignatureException
This method initializes a new instance of SignatureException with a descriptive error message.
signatureId - Variable in class java.lang.reflect.VMBinMethodRecord
 
SignatureSpi - Class in java.security
SignatureSpi defines the Service Provider Interface (SPI) for the Signature class.
SignatureSpi() - Constructor for class java.security.SignatureSpi
Creates a new instance of SignatureSpi.
SignedObject - Class in java.security
SignedObject is used for storing rutime objects whose integrity cannot be compromised without being detected.
SignedObject(Serializable, PrivateKey, Signature) - Constructor for class java.security.SignedObject
Constructs a new SignedObject from a Serializeable object.
Signer - Class in java.security
Signer is a subclass used to store a digital signature key with an Identity.
Signer() - Constructor for class java.security.Signer
Constructs a new Signer.
Signer(String) - Constructor for class java.security.Signer
Constructs a new Signer with the specified name.
Signer(String, IdentityScope) - Constructor for class java.security.Signer
Constructs a new Signer with the specifid name and IdentityScope.
signum(int) - Static method in class java.lang.Integer
Return 1 if x is positive, -1 if it is negative, and 0 if it is zero.
signum() - Method in class java.math.BigDecimal
 
signum() - Method in class java.math.BigInteger
 
SILENT - Static variable in class java.rmi.server.LogStream
Deprecated.  
SimpleDateFormat - Class in java.text
SimpleDateFormat provides convenient methods for parsing and formatting dates using Gregorian calendars (see java.util.GregorianCalendar).
SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the default pattern for the default locale.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Creates a date formatter using the specified pattern, with the default DateFormatSymbols for the default locale.
SimpleDateFormat(String, Locale) - Constructor for class java.text.SimpleDateFormat
Creates a date formatter using the specified pattern, with the default DateFormatSymbols for the given locale.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
Creates a date formatter using the specified pattern.
SimpleTimeZone - Class in java.util
This class represents a simple time zone offset and handles daylight savings.
SimpleTimeZone(int, String) - Constructor for class java.util.SimpleTimeZone
Create a SimpleTimeZone with the given time offset from GMT and without daylight savings.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Create a SimpleTimeZone with the given time offset from GMT and with daylight savings.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
This constructs a new SimpleTimeZone that supports a daylight savings rule.
SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Locale which represents the Chinese language as used in China.
SIMPLIFIED_HANZI - Static variable in class java.lang.Character.Subset
All Han characters used for writing simplified Chinese.
sin(double) - Static method in class java.lang.Math
The trigonometric function sin.
SINGLE_OP_PROTOCOL - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
singleton(Object) - Static method in class java.util.Collections
Obtain an immutable Set consisting of a single element.
singletonList(Object) - Static method in class java.util.Collections
Obtain an immutable List consisting of a single element.
singletonMap(Object, Object) - Static method in class java.util.Collections
Obtain an immutable Map consisting of a single key-value pair.
SIZ_CLASSRECORD - Static variable in interface java.lang.reflect.VMBinConstants
 
SIZ_FRAME - Static variable in interface java.lang.reflect.VMBinConstants
 
SIZ_MASTERRECORD - Static variable in interface java.lang.reflect.VMBinConstants
 
SIZ_METHODRECORD - Static variable in interface java.lang.reflect.VMBinConstants
 
SIZ_OBJ - Static variable in interface java.lang.reflect.VMBinConstants
 
size() - Method in class java.io.ByteArrayOutputStream
This method returns the number of bytes that have been written to the buffer so far.
size() - Method in class java.io.CharArrayWriter
This method returns the number of chars that have been written to the buffer so far.
size() - Method in class java.io.DataOutputStream
This method returns the total number of bytes that have been written to the underlying output stream so far.
SIZE - Static variable in class java.lang.Byte
The number of bits needed to represent a byte.
SIZE - Static variable in class java.lang.Integer
The number of bits needed to represent an int.
size - Variable in class java.lang.reflect.VMBinFieldRecord
 
size() - Method in class java.security.IdentityScope
Deprecated. Gets the number of entries within this IdentityScope.
size() - Method in class java.security.KeyStore
Returns the number of entries in the keystore.
size() - Method in class java.util.AbstractCollection
Return the number of elements in this collection.
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in the map.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.BitSet
Returns the number of bits actually used by this bit set.
size() - Method in interface java.util.Collection
Get the number of elements in this collection.
size() - Method in class java.util.Dictionary
Returns the number of values currently in this Dictionary.
size() - Method in class java.util.HashMap
Returns the number of kay-value mappings currently in this Map.
size() - Method in class java.util.HashSet
Returns the number of elements in this Set (its cardinality).
size() - Method in class java.util.Hashtable
Returns the number of key-value mappings currently in this hashtable.
size() - Method in class java.util.IdentityHashMap
Returns the number of kay-value mappings currently in this Map
size() - Method in class java.util.jar.Attributes
Returns the number of defined attribute name/value pairs.
size() - Method in class java.util.LinkedList
Returns the size of the list.
size() - Method in interface java.util.List
Get the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in the map.
size() - Method in interface java.util.Set
Returns the number of elements in the set.
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings currently in this Map.
size() - Method in class java.util.TreeSet
Returns the number of elements in this Set
size() - Method in class java.util.Vector
Returns the number of elements stored in this Vector.
size() - Method in class java.util.WeakHashMap
Returns the size of this hash map.
size() - Method in class java.util.zip.ZipFile
Returns the number of entries in this zip file.
size() - Method in class jbvm.ip2k.VMGroMapInt
 
size() - Method in class jbvm.ip2k.VMGroMapLong
 
size() - Method in class jbvm.ip2k.VMGroMapStr
 
Skeleton - Interface in java.rmi.server
Deprecated.  
SkeletonMismatchException - Exception in java.rmi.server
Deprecated. no replacement. Skeletons are no longer required.
SkeletonMismatchException(String) - Constructor for exception java.rmi.server.SkeletonMismatchException
Deprecated. no longer needed
SkeletonNotFoundException - Exception in java.rmi.server
Deprecated. no replacement. Skeletons are no longer required.
SkeletonNotFoundException(String) - Constructor for exception java.rmi.server.SkeletonNotFoundException
Deprecated. Create an exception with the specified message.
SkeletonNotFoundException(String, Exception) - Constructor for exception java.rmi.server.SkeletonNotFoundException
Deprecated. Create an exception with the specified message and cause.
skip(long) - Method in class java.io.BufferedInputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.BufferedReader
This method skips the specified number of chars in the stream.
skip(long) - Method in class java.io.ByteArrayInputStream
This method attempts to skip the requested number of bytes in the input stream.
skip(long) - Method in class java.io.CharArrayReader
This method attempts to skip the requested number of chars in the input stream.
skip(long) - Method in class java.io.FileInputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.FilterInputStream
Calls the in.skip(long) method
skip(long) - Method in class java.io.FilterReader
Calls the in.skip(long) method
skip(long) - Method in class java.io.InputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.LineNumberInputStream
Deprecated. This method skips up to the requested number of bytes in the input stream.
skip(long) - Method in class java.io.LineNumberReader
This method skips over characters in the stream.
skip(long) - Method in interface java.io.ObjectInput
This method causes the specified number of bytes to be read and discarded.
skip(long) - Method in class java.io.PushbackInputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.PushbackReader
This method skips the specified number of chars in the stream.
skip(long) - Method in class java.io.Reader
Skips the specified number of chars in the stream.
skip(long) - Method in class java.io.StringBufferInputStream
Deprecated. This method attempts to skip the requested number of bytes in the input stream.
skip(long) - Method in class java.io.StringReader
This method attempts to skip the requested number of chars in the input stream.
skip(long) - Method in class java.util.zip.CheckedInputStream
Skips n bytes by reading them in a temporary buffer and updating the the checksum with that buffer.
skip(long) - Method in class java.util.zip.InflaterInputStream
Skip specified number of bytes of uncompressed data
skipBytes(int) - Method in interface java.io.DataInput
This method skips and discards the specified number of bytes in an input stream
skipBytes(int) - Method in class java.io.DataInputStream
This method attempts to skip and discard the specified number of bytes in the input stream.
skipBytes(int) - Method in class java.io.ObjectInputStream
 
skipBytes(int) - Method in class java.io.RandomAccessFile
This method attempts to skip and discard the specified number of bytes in the input stream.
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
This method sets a flag that indicates whether or not "C++" language style comments ("//" comments through EOL ) are handled by the parser.
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
This method sets a flag that indicates whether or not "C" language style comments (with nesting not allowed) are handled by the parser.
sleep(long) - Static method in class java.lang.Thread
Suspend the current Thread's execution for the specified amount of time.
sleep(long, int) - Static method in class java.lang.Thread
Suspend the current Thread's execution for the specified amount of time.
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.Subset
U+FE50 - U+FE6F
SO_BINDADDR - Static variable in interface java.net.SocketOptions
Retrieve the local address to which the socket is bound.
SO_BROADCAST - Static variable in interface java.net.SocketOptions
Sets SO_BROADCAST for a socket
SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
Option id for the SO_KEEPALIVE value
SO_LINGER - Static variable in interface java.net.SocketOptions
Option id for the SO_LINGER value
SO_OOBINLINE - Static variable in interface java.net.SocketOptions
Sets SO_OOBINLINE for a socket
SO_RCVBUF - Static variable in interface java.net.SocketOptions
Option id for the receive buffer size
SO_REUSEADDR - Static variable in interface java.net.SocketOptions
Sets the SO_REUSEADDR parameter on a socket
SO_SNDBUF - Static variable in interface java.net.SocketOptions
Option id for the send buffer size
SO_TIMEOUT - Static variable in interface java.net.SocketOptions
Option id for the SO_TIMEOUT value
Socket - Class in java.net
This class models a client site socket.
Socket() - Constructor for class java.net.Socket
Initializes a new instance of Socket object without connecting to a remote host.
Socket(SocketImpl) - Constructor for class java.net.Socket
Initializes a new instance of Socket object without connecting to a remote host.
Socket(String, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the hostname and port specified as arguments.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the address and port number specified as arguments.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket that connects to the named host on the specified port and binds to the specified local address and port.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the address and port number specified as arguments, plus binds to the specified local address and port.
Socket(String, int, boolean) - Constructor for class java.net.Socket
Deprecated. Use the DatagramSocket class to create datagram oriented sockets.
Socket(InetAddress, int, boolean) - Constructor for class java.net.Socket
Deprecated. Use the DatagramSocket class to create datagram oriented sockets.
SocketAddress - Class in java.net
Abstract base class for InetSocketAddress.
SocketAddress() - Constructor for class java.net.SocketAddress
Initializes the socket address.
SocketException - Exception in java.net
This exception indicates that a generic error occurred related to an operation on a socket.
SocketException() - Constructor for exception java.net.SocketException
Initializes a new instance of SocketException without a descriptive error message.
SocketException(String) - Constructor for exception java.net.SocketException
Initializes a new instance of SocketException without a descriptive error message.
SocketImpl - Class in java.net
This abstract class serves as the parent class for socket implementations.
SocketImpl() - Constructor for class java.net.SocketImpl
Default, no-argument constructor for use by subclasses.
SocketImplFactory - Interface in java.net
This interface defines one method which returns a SocketImpl object.
SocketOptions - Interface in java.net
This interface is used by SocketImpl and DatagramSocketImpl to implement options on sockets.
SocketPermission - Class in java.net
This class models a specific set of permssions for connecting to a host.
SocketPermission(String, String) - Constructor for class java.net.SocketPermission
Initializes a new instance of SocketPermission with the specified host/port combination and actions string.
SocketSecurityException - Exception in java.rmi.server
Thrown during remote object export if the code does not have permission to create a java.net.ServerSocket on the specified port.
SocketSecurityException(String) - Constructor for exception java.rmi.server.SocketSecurityException
Create an exception with the specified message.
SocketSecurityException(String, Exception) - Constructor for exception java.rmi.server.SocketSecurityException
Create an exception with the specified message and cause.
SoftReference - Class in java.lang.ref
A soft reference will be cleared, if the object is only softly reachable and the garbage collection needs more memory.
SoftReference(Object) - Constructor for class java.lang.ref.SoftReference
Create a new soft reference, that is not registered to any queue.
SoftReference(Object, ReferenceQueue) - Constructor for class java.lang.ref.SoftReference
Create a new soft reference.
sort(byte[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(char[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(char[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(short[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(short[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(int[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(int[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(long[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(long[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(float[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(float[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(double[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(double[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(Object[]) - Static method in class java.util.Arrays
Sort an array of Objects according to their natural ordering.
sort(Object[], Comparator) - Static method in class java.util.Arrays
Sort an array of Objects according to a Comparator.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sort an array of Objects according to their natural ordering.
sort(Object[], int, int, Comparator) - Static method in class java.util.Arrays
Sort an array of Objects according to a Comparator.
sort(List) - Static method in class java.util.Collections
Sort a list according to the natural ordering of its elements.
sort(List, Comparator) - Static method in class java.util.Collections
Sort a list according to a specified Comparator.
SortedMap - Interface in java.util
A map which guarantees its key's iteration order.
SortedSet - Interface in java.util
A set which guarantees its iteration order.
SOURCE - Static variable in interface gnu.java.lang.CharData
The Unicode definition file that was parsed to build this database.
source - Variable in class java.util.EventObject
 
SPACE_SEPARATOR - Static variable in class java.lang.Character
Zs = Separator, Space (Normative)
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.Subset
U+02B0 - U+02FF
SPECIALS - Static variable in class java.lang.Character.Subset
SPECIALS combine the following two Unicode character blocks:
SPECIALS: U+FEFF - U+FEFF
SPECIALS: U+FFF0 - U+FFFF
SPECIFICATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Package versioning - title of the specification contained in this jar.
SPECIFICATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Package versioning - organisation that maintains the specification contains in this jar.
SPECIFICATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Package versioning - version of the specification contained in this jar.
sqrt(double) - Static method in class java.lang.Math
Take a square root.
Stack - Class in java.util
 
Stack() - Constructor for class java.util.Stack
This constructor creates a new Stack, initially empty
StackFrame - Class in gnu.java.lang
StackFrame represents a single frame of the Java execution stack, frozen in time.
StackOverflowError - Error in java.lang
A StackOverflowError is thrown when a stack overflow occurs.
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Create an error without a message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Create an error with a message.
StackTraceElement - Class in java.lang
An element in a stack trace, as returned by Throwable.getStackTrace().
StackTraceElement() - Constructor for class java.lang.StackTraceElement
 
start() - Method in class java.lang.Thread
Start this Thread, calling the run() method of the Runnable this Thread was created with or else the run() method of the Thread itself.
start() - Method in class jbvm.ip2k.VMJPPP
Start PPP
START_PUNCTUATION - Static variable in class java.lang.Character
Ps = Punctuation, Open (Informative)
STARTED - Static variable in interface java.lang.reflect.VMBinConstants
 
startInputStream() - Method in class gnu.java.rmi.server.UnicastRemoteCall
(re)starts ObjectInputStream
startServer() - Method in class gnu.java.rmi.server.UnicastConnectionManager
Start a server on this manager if it's a server socket and we've not already got one running.
startsWith(String) - Method in class java.lang.String
Predicate which determines if this String starts with a given prefix.
startsWith(String, int) - Method in class java.lang.String
Predicate which determines if this String starts with a given prefix, beginning comparison using offset of this String.
state - Variable in class java.security.Signature
State of this Signature class.
STATIC - Static variable in class java.lang.reflect.Modifier
Static:
Class: no enclosing instance for nested class.
staticFieldsAttrOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
staticFieldsAttrSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
staticFieldsIndex - Variable in class java.lang.reflect.VMBinClassRecord
 
staticFieldsnameOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
staticFieldsnameSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
staticFieldsOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
staticFieldsSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
staticStateOffset - Variable in class java.lang.reflect.VMBinMasterRecord
 
staticStateSize - Variable in class java.lang.reflect.VMBinMasterRecord
 
stop() - Method in class java.lang.Thread
Cause this Thread to stop abnormally and throw a ThreadDeath exception.
stop(Throwable) - Method in class java.lang.Thread
Cause this Thread to stop abnormally and throw the specified exception.
stop() - Method in class java.lang.ThreadGroup
Deprecated. This method calls Thread.stop(), which is dangerous.
stopServer() - Method in class gnu.java.rmi.server.UnicastConnectionManager
Stop a server on this manager
store(OutputStream, char[]) - Method in class java.security.KeyStore
Stores the keystore in the specified output stream and it uses the specified key it keep it secure.
store(OutputStream, String) - Method in class java.util.Properties
Writes the key/value pairs to the given output stream.
store(OutputStream, String) - Method in class jbvm.ip2k.VMProperties
Writes the key/value pairs to the given output stream.
STORED - Static variable in class java.util.zip.ZipEntry
Compression method.
STORED - Static variable in class java.util.zip.ZipOutputStream
Compression method.
STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
 
STREAM_PROTOCOL - Static variable in interface gnu.java.rmi.server.ProtocolConstants
 
STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
 
StreamCorruptedException - Exception in java.io
This exception is thrown when there is an error in the data that is read from a stream during de-serialization.
StreamCorruptedException() - Constructor for exception java.io.StreamCorruptedException
Create a new StreamCorruptedException without a descriptive error message
StreamCorruptedException(String) - Constructor for exception java.io.StreamCorruptedException
Create a new StreamCorruptedException with a descriptive error message String
StreamTokenizer - Class in java.io
This class parses streams of characters into tokens.
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
Deprecated. Since JDK 1.1.
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
This method initializes a new StreamTokenizer to read characters from a Reader and parse them.
STRICT - Static variable in class java.lang.reflect.Modifier
Strictfp: Method: expressions are FP-strict.
String - Class in java.lang
Strings represent an immutable set of characters.
String() - Constructor for class java.lang.String
Creates an empty String (length 0)
String(String) - Constructor for class java.lang.String
Copies the contents of a String to a new String.
String(StringBuffer) - Constructor for class java.lang.String
Creates a new String using the character sequence represented by the StringBuffer.
String(char[]) - Constructor for class java.lang.String
Creates a new String using the character sequence of the char array.
String(char[], int, int) - Constructor for class java.lang.String
Creates a new String using the character sequence of the char array, starting at the offset, and copying chars up to the count.
String(byte[]) - Constructor for class java.lang.String
Creates a new String using the byte array.
String(byte[], String) - Constructor for class java.lang.String
Creates a new String using the byte array.
String(byte[], int, int, String) - Constructor for class java.lang.String
Creates a new String using the portion of the byte array starting at the offset and ending at offset+count.
String(byte[], int, int) - Constructor for class java.lang.String
 
String(byte[], int) - Constructor for class java.lang.String
Deprecated. Use constructors with byte to char decoders.
String(byte[], int, int, int) - Constructor for class java.lang.String
Deprecated. Use constructors with byte to char decoders.
StringBuffer - Class in java.lang
StringBuffer represents a changeable String.
StringBuffer() - Constructor for class java.lang.StringBuffer
Create a new StringBuffer with default capacity 16.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Create an empty StringBuffer with the specified initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Create a new StringBuffer with the characters in the specified String.
StringBufferInputStream - Class in java.io
Deprecated.  
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Deprecated. Create a new StringBufferInputStream that will read bytes from the passed in String.
StringCharacterIterator - Class in java.text
This class iterates over a range of characters in a String.
StringCharacterIterator(String) - Constructor for class java.text.StringCharacterIterator
This method initializes a new instance of StringCharacterIterator to iterate over the entire text of the specified String.
StringCharacterIterator(String, int) - Constructor for class java.text.StringCharacterIterator
This method initializes a new instance of StringCharacterIterator to iterate over the entire text of the specified String.
StringCharacterIterator(String, int, int, int) - Constructor for class java.text.StringCharacterIterator
This method initializes a new instance of StringCharacterIterator that iterates over the text in a subrange of the specified String.
StringIndexOutOfBoundsException - 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.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Create an exception without a message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Create an exception with a message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Create an exception noting the illegal index.
StringReader - Class in java.io
This class permits a String to be read as a character input stream.
StringReader(String) - Constructor for class java.io.StringReader
Create a new StringReader that will read chars from the passed in String.
StringTokenizer - Class in java.util
This class splits a string into tokens.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Creates a new StringTokenizer for the string str, that should split on the default delimiter set (space, tap, newline, return and formfeed), and which doesn't return the delimiters.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
StringWriter - Class in java.io
This class writes chars to an internal StringBuffer that can then be used to retrieve a String.
StringWriter() - Constructor for class java.io.StringWriter
This method initializes a new StringWriter to write to a StringBuffer initially sized to a default size of 16 chars.
StringWriter(int) - Constructor for class java.io.StringWriter
This method initializes a new StringWriter to write to a StringBuffer with the specified initial size.
StubNotFoundException - Exception in java.rmi
Thrown if a valid stub class is not found for an object when it is exported.
StubNotFoundException(String) - Constructor for exception java.rmi.StubNotFoundException
Create an exception with a message.
StubNotFoundException(String, Exception) - Constructor for exception java.rmi.StubNotFoundException
Create an exception with a message and a cause.
sub_n(int[], int[], int[], int) - Static method in class gnu.java.math.MPN
Subtract Y[0:size-1] from X[0:size-1], and write the size least significant words of the result to dest[0:size-1].
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
 
subList(int, int) - Method in class java.util.AbstractList
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subList(int, int) - Method in interface java.util.List
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subList(int, int) - Method in class java.util.Vector
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subMap(Object, Object) - Method in interface java.util.SortedMap
Returns a view of the portion of the map greater than or equal to fromKey, and strictly less than toKey.
subMap(Object, Object) - Method in class java.util.TreeMap
Returns a view of this Map including all entries with keys greater or equal to fromKey and less than toKey (a half-open interval).
submul_1(int[], int, int[], int, int) - Static method in class gnu.java.math.MPN
 
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a new CharSequence of the indicated range.
subSequence(int, int) - Method in class java.lang.String
Creates a substring of this String, starting at a specified index and ending at one character before a specified index.
subSequence(int, int) - Method in class java.lang.StringBuffer
Creates a substring of this StringBuffer, starting at a specified index and ending at one character before a specified index.
subSet(Object, Object) - Method in interface java.util.SortedSet
Returns a view of the portion of the set greater than or equal to fromElement, and strictly less than toElement.
subSet(Object, Object) - Method in class java.util.TreeSet
Returns a view of this Set including all elements greater or equal to from and less than to (a half-open interval).
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
 
substring(int) - Method in class java.lang.String
Creates a substring of this String, starting at a specified index and ending at the end of this String.
substring(int, int) - Method in class java.lang.String
Creates a substring of this String, starting at a specified index and ending at one character before a specified index.
substring(int) - Method in class java.lang.StringBuffer
Creates a substring of this StringBuffer, starting at a specified index and ending at the end of this StringBuffer.
substring(int, int) - Method in class java.lang.StringBuffer
Creates a substring of this StringBuffer, starting at a specified index and ending at one character before a specified index.
subtract(BigDecimal) - Method in class java.math.BigDecimal
 
subtract(BigInteger) - Method in class java.math.BigInteger
 
SUNDAY - Static variable in class java.util.Calendar
Constant representing Sunday.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.Subset
U+2070 - U+209F
supportsUrgentData() - Method in class java.net.SocketImpl
Returns true or false when this socket supports sending urgent data or not.
SURROGATE - Static variable in class java.lang.Character
Cs = Other, Surrogate (Normative)
SURROGATES - Static variable in class java.lang.Character.Subset
SURROGATES combines the following 3 Unicode character blocks:
High Surrogates: U+D800 - U+DB7F
High Private Use Surrogates: U+DB80 - U+DBFF
Low Surrogates: U+DC00 - U+DFFF
suspend() - Method in class java.lang.Thread
Suspend this Thread.
suspend() - Method in class java.lang.ThreadGroup
Deprecated. This method calls Thread.suspend(), which is dangerous.
sval - Variable in class java.io.StreamTokenizer
The String associated with word and string tokens.
swap(List, int, int) - Static method in class java.util.Collections
Swaps the elements at the specified positions within the list.
sync() - Method in class java.io.FileDescriptor
This method forces all data that has not yet been physically written to the underlying storage medium associated with this FileDescriptor to be written out.
sync() - Method in class java.util.prefs.AbstractPreferences
Writes and reads all preference changes to and from this and any subnodes.
sync() - Method in class java.util.prefs.Preferences
Writes and reads all preference changes to and from this and any subnodes.
SyncFailedException - Exception in java.io
I really wish I knew what caused this exception to be thrown.
SyncFailedException(String) - Constructor for exception java.io.SyncFailedException
Create a new SyncFailedException with a descriptive error message String
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
Synchronized: Method: lock the class while calling this method.
synchronizedCollection(Collection) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection wrapper backed by the given collection.
synchronizedList(List) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list wrapper backed by the given list.
synchronizedMap(Map) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map wrapper backed by the given map.
synchronizedSet(Set) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set wrapper backed by the given set.
synchronizedSortedMap(SortedMap) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map wrapper backed by the given map.
synchronizedSortedSet(SortedSet) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set wrapper backed by the given set.
syncSpi() - Method in class gnu.java.util.prefs.MemoryBasedPreferences
Does nothing since we do not have any backing store.
syncSpi() - Method in class java.util.prefs.AbstractPreferences
Writes all entries of this preferences node that have not yet been written to the backing store and reads any entries that have changed in the backing store but that are not yet visible in this VM.
System - Class in java.lang
System represents system-wide resources; things that represent the general environment.
SYSTEM_PORT - Static variable in interface java.rmi.activation.ActivationSystem
 
systemNodeForPackage(Object) - Static method in class java.util.prefs.Preferences
Returns the system preferences node for the package of an object.
SystemProperties - Class in gnu.classpath
The class manages the System properties.
SystemProperties() - Constructor for class gnu.classpath.SystemProperties
 
systemRoot() - Method in class gnu.java.util.prefs.FileBasedFactory
 
systemRoot() - Method in class gnu.java.util.prefs.MemoryBasedFactory
 
systemRoot() - Static method in class java.util.prefs.Preferences
Returns the system preferences root node containing usefull preferences for all users.
systemRoot() - Method in interface java.util.prefs.PreferencesFactory
Returns the system root preferences node.

T

tailMap(Object) - Method in interface java.util.SortedMap
Returns a view of the portion of the map greater than or equal to fromKey.
tailMap(Object) - Method in class java.util.TreeMap
Returns a view of this Map including all entries with keys greater or equal to fromKey.
tailSet(Object) - Method in interface java.util.SortedSet
Returns a view of the portion of the set greater than or equal to fromElement.
tailSet(Object) - Method in class java.util.TreeSet
Returns a view of this Set including all elements greater or equal to from.
TAIWAN - Static variable in class java.util.Locale
Locale which represents Taiwan.
TAMIL - Static variable in class java.lang.Character.Subset
U+0B80 - U+0BFF
tan(double) - Static method in class java.lang.Math
The trigonometric function tan.
TC_ARRAY - Static variable in interface java.io.ObjectStreamConstants
 
TC_BASE - Static variable in interface java.io.ObjectStreamConstants
 
TC_BLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
 
TC_BLOCKDATALONG - Static variable in interface java.io.ObjectStreamConstants
 
TC_CLASS - Static variable in interface java.io.ObjectStreamConstants
 
TC_CLASSDESC - Static variable in interface java.io.ObjectStreamConstants
 
TC_ENDBLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
 
TC_EXCEPTION - Static variable in interface java.io.ObjectStreamConstants
 
TC_MAX - Static variable in interface java.io.ObjectStreamConstants
 
TC_NULL - Static variable in interface java.io.ObjectStreamConstants
 
TC_OBJECT - Static variable in interface java.io.ObjectStreamConstants
 
TC_REFERENCE - Static variable in interface java.io.ObjectStreamConstants
 
TC_RESET - Static variable in interface java.io.ObjectStreamConstants
 
TC_STRING - Static variable in interface java.io.ObjectStreamConstants
 
TCP_NODELAY - Static variable in interface java.net.SocketOptions
Option id for the TCP_NODELAY value
TELUGU - Static variable in class java.lang.Character.Subset
U+0C00 - U+0C7F
TERTIARY - Static variable in class java.text.Collator
This constant is a strength value which indicates that tertiary, secondary, and primary differences will be considered during sorting.
tertiaryOrder(int) - Static method in class java.text.CollationElementIterator
This method returns the tertiary order value for the given collation value.
testBit(int) - Method in class java.math.BigInteger
 
THAI - Static variable in class java.lang.Character.Subset
U+0E00 - U+0E7F
Thread - Class in java.lang
Thread represents a single thread of execution in the VM.
Thread() - Constructor for class java.lang.Thread
Allocate a new Thread object, with the same ThreadGroup as the calling thread, with an automatic name, and using Thread's run() method to execute.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocate a new Thread object, with the same ThreadGroup as the calling thread, with an automatic name, and using the specified Runnable object's run() method to execute.
Thread(ThreadGroup, Runnable) - Constructor for class java.lang.Thread
Allocate a new Thread object, with the specified ThreadGroup, with an automatic name, and using the specified Runnable object's run() method to execute.
Thread(String) - Constructor for class java.lang.Thread
Allocate a new Thread object, with the same ThreadGroup as the calling thread, with the specified name, and using Thread's run() method to execute.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocate a new Thread object, with the same ThreadGroup as the calling thread, with the specified name, and using the specified Runnable object's run() method to execute.
Thread(ThreadGroup, String) - Constructor for class java.lang.Thread
 
Thread(ThreadGroup, Runnable, String) - Constructor for class java.lang.Thread
Allocate a new Thread object, with the specified ThreadGroup, with the specified name, and using the specified Runnable object's run() method to execute.
ThreadDeath - Error in java.lang
ThreadDeath is thrown in a thread when someone calls stop() on that thread.
ThreadDeath() - Constructor for error java.lang.ThreadDeath
 
ThreadGroup - Class in java.lang
ThreadGroup allows you to group Threads together.
ThreadGroup(String) - Constructor for class java.lang.ThreadGroup
Create a new ThreadGroup using the given name and the current thread's ThreadGroup as a parent.
ThreadGroup(ThreadGroup, String) - Constructor for class java.lang.ThreadGroup
Create a new ThreadGroup using the given name and parent group.
ThreadLocal - Class in java.lang
ThreadLocal objects have a different state associated with every Thread that accesses them.
ThreadLocal() - Constructor for class java.lang.ThreadLocal
Creates a ThreadLocal object without associating any value to it yet.
Throwable - Class in java.lang
Throwable is the superclass of all exceptions that can be raised.
Throwable() - Constructor for class java.lang.Throwable
Instantiate this Throwable with an empty message.
Throwable(String) - Constructor for class java.lang.Throwable
Instantiate this Throwable with the given message.
Throwable(String, Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message and cause.
Throwable(Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified cause and a detail message of (cause==null ?
THURSDAY - Static variable in class java.util.Calendar
Constant representing Thursday.
TIBETAN - Static variable in class java.lang.Character.Subset
U+0F00 - U+0FBF
time - Variable in class java.util.Calendar
The time in milliseconds since the epoch.
time_to_print - Variable in class jbvm.ip2k.EthernetStatistics
 
Timer - Class in java.util
Timer that can run TimerTasks at a later time.
Timer() - Constructor for class java.util.Timer
Creates a new Timer with a non daemon Thread as Scheduler, with normal priority and a default name.
Timer(boolean) - Constructor for class java.util.Timer
Creates a new Timer with a daemon Thread as scheduler if daemon is true, with normal priority and a default name.
TimerTask - Class in java.util
Task that can be run at a later time if given to a Timer.
TimerTask() - Constructor for class java.util.TimerTask
Creates a TimerTask and marks it as not yet scheduled.
TimeZone - Class in java.util
This class represents a time zone offset and handles daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
 
TIMEZONE_FIELD - Static variable in class java.text.DateFormat
 
TITLE - Static variable in interface gnu.java.lang.CharData
This is the listing of titlecase special cases (all other characters can use UPPER to determine their titlecase).
TITLECASE_LETTER - Static variable in class java.lang.Character
Lt = Letter, Titlecase (Informative)
toArray() - Method in class java.util.AbstractCollection
Return an array containing the elements of this collection.
toArray(Object[]) - Method in class java.util.AbstractCollection
Copy the collection into a given array if it will fit, or into a dynamically created array of the same run-time type as the given array if not.
toArray() - Method in class java.util.ArrayList
Returns an Object array containing all of the elements in this ArrayList.
toArray(Object[]) - Method in class java.util.ArrayList
Returns an Array whose component type is the runtime component type of the passed-in Array.
toArray() - Method in interface java.util.Collection
Copy the current contents of this collection into an array.
toArray(Object[]) - Method in interface java.util.Collection
Copy the current contents of this collection into an array.
toArray() - Method in class java.util.LinkedList
Returns an array which contains the elements of the list in order.
toArray(Object[]) - Method in class java.util.LinkedList
Returns an Array whose component type is the runtime component type of the passed-in Array.
toArray() - Method in interface java.util.List
Copy the current contents of this list into an array.
toArray(Object[]) - Method in interface java.util.List
Copy the current contents of this list into an array.
toArray() - Method in interface java.util.Set
Returns an array containing the elements of this set.
toArray(Object[]) - Method in interface java.util.Set
Returns an array containing the elements of this set, of the same runtime type of the argument.
toArray() - Method in class java.util.Vector
Returns an Object array with the contents of this Vector, in the order they are stored within this Vector.
toArray(Object[]) - Method in class java.util.Vector
Returns an array containing the contents of this Vector.
toASCIIString() - Method in class java.net.URI
Returns the URI as US-ASCII string
toBigInteger() - Method in class java.math.BigDecimal
 
toBinaryString(int) - Static method in class java.lang.Integer
Converts the int to a String assuming it is unsigned in base 2.
toBinaryString(long) - Static method in class java.lang.Long
Converts the long to a String assuming it is unsigned in base 2.
toByteArray() - Method in class java.io.ByteArrayOutputStream
This method returns a byte array containing the bytes that have been written to this stream so far.
toByteArray() - Method in class java.math.BigInteger
 
toByteArray() - Method in class java.text.CollationKey
This method returns the collation bit sequence as a byte array.
toCharArray() - Method in class java.io.CharArrayWriter
This method returns a char array containing the chars that have been written to this stream so far.
toCharArray() - Method in class java.lang.String
Copies the contents of this String into a character array.
toDegrees(double) - Static method in class java.lang.Math
Convert from radians to degrees.
toExternalForm() - Method in class java.net.URL
Returns a String representing this URL.
toExternalForm(URL) - Method in class java.net.URLStreamHandler
This method converts a URL object into a String.
toGMTString() - Method in class java.util.Date
Deprecated. Use DateFormat.format(Date) with a GMT TimeZone.
toHexString(int) - Static method in class java.lang.Integer
Converts the int to a String assuming it is unsigned in base 16.
toHexString(long) - Static method in class java.lang.Long
Converts the long to a String assuming it is unsigned in base 16.
toLocaleString() - Method in class java.util.Date
Deprecated. Use DateFormat.format(Date)
toLocalizedPattern() - Method in class java.text.DecimalFormat
 
toLocalizedPattern() - Method in class java.text.SimpleDateFormat
This method returns a string with the formatting pattern being used by this object.
toLowerCase(char) - Static method in class java.lang.Character
Converts a Unicode character into its lowercase equivalent mapping.
toLowerCase() - Method in class java.lang.String
Lowercases this String.
toLowerCase(Locale) - Method in class java.lang.String
Lowercases this String according to a particular locale.
toOctalString(int) - Static method in class java.lang.Integer
Converts the int to a String assuming it is unsigned in base 8.
toOctalString(long) - Static method in class java.lang.Long
Converts the long to a String assuming it is unsigned in base 8.
TooManyListenersException - Exception in java.util
This exception is part of the java event model.
TooManyListenersException() - Constructor for exception java.util.TooManyListenersException
Constructs a TooManyListenersException with no detail message.
TooManyListenersException(String) - Constructor for exception java.util.TooManyListenersException
Constructs a TooManyListenersException with a detail message.
toPattern() - Method in class java.text.ChoiceFormat
This method returns the range terminator list and format string list as a String suitable for using with the applyPattern method.
toPattern() - Method in class java.text.DecimalFormat
 
toPattern() - Method in class java.text.MessageFormat
Returns the pattern.
toPattern() - Method in class java.text.SimpleDateFormat
This method returns a string with the formatting pattern being used by this object.
toRadians(double) - Static method in class java.lang.Math
Convert from degrees to radians.
toString() - Method in class gnu.java.io.ObjectIdentityWrapper
 
toString() - Method in class gnu.java.rmi.server.RMIIncomingThread
 
toString() - Method in class java.io.ByteArrayOutputStream
Returns the bytes in the internal array as a String.
toString(String) - Method in class java.io.ByteArrayOutputStream
Returns the bytes in the internal array as a String.
toString(int) - Method in class java.io.ByteArrayOutputStream
Deprecated.  
toString() - Method in class java.io.CharArrayWriter
Returns the chars in the internal array as a String.
toString() - Method in class java.io.File
This method returns a String that is the path name of the file as returned by getPath.
toString() - Method in class java.io.ObjectStreamClass
Returns a textual representation of this ObjectStreamClass object including the name of the class it represents as well as that class's serial version stream-unique identifier.
toString() - Method in class java.io.ObjectStreamField
 
toString() - Method in class java.io.StreamTokenizer
This method returns the current token value as a String in the form "Token[x], line n", where 'n' is the current line numbers and 'x' is determined as follows.
toString() - Method in class java.io.StringWriter
This method returns the contents of the internal StringBuffer as a String.
toString(boolean) - Static method in class java.lang.Boolean
Returns "true" if the value of the give boolean is true and returns "false" if the value of the given boolean is false.
toString() - Method in class java.lang.Boolean
Returns "true" if the value of this object is true and returns "false" if the value of this object is false.
toString(byte) - Static method in class java.lang.Byte
Converts the byte to a String and assumes a radix of 10.
toString() - Method in class java.lang.Byte
Converts the Byte value to a String and assumes a radix of 10.
toString() - Method in class java.lang.Character
Converts the wrapped character into a String.
toString() - Method in interface java.lang.CharSequence
Returns the complete CharSequence as a String.
toString() - Method in class java.lang.Class
Return the human-readable form of this Object.
toString() - Method in class java.lang.Double
Convert the double value of this Double to a String.
toString(double) - Static method in class java.lang.Double
Convert the double to a String.
toString() - Method in class java.lang.Float
Convert the float value of this Float to a String.
toString(float) - Static method in class java.lang.Float
Convert the float to a String.
toString(int, int) - Static method in class java.lang.Integer
Converts the int to a String using the specified radix (base).
toString(int) - Static method in class java.lang.Integer
Converts the int to a String and assumes a radix of 10.
toString() - Method in class java.lang.Integer
Converts the Integer value to a String and assumes a radix of 10.
toString(long) - Static method in class java.lang.Long
Converts the long to a String and assumes a radix of 10.
toString() - Method in class java.lang.Long
Converts the Long value to a String and assumes a radix of 10.
toString(long, int) - Static method in class java.lang.Long
Converts the long to a String using the specified radix (base).
toString() - Method in class java.lang.Object
Convert this Object to a human-readable String.
toString() - Method in class java.lang.Package
Returns a string representation of this package name, specification, implementation and class origin if sealed.
toString() - Method in class java.lang.reflect.Constructor
Get a String representation of the Constructor.
toString() - Method in class java.lang.reflect.Field
Get a String representation of the Field.
toString() - Method in class java.lang.reflect.Method
Get a String representation of the Method.
toString(int) - Static method in class java.lang.reflect.Modifier
Get a string representation of all the modifiers represented by the given int.
toString(short) - Static method in class java.lang.Short
Converts the short to a String and assumes a radix of 10.
toString() - Method in class java.lang.Short
Converts the Short value to a String and assumes a radix of 10.
toString() - Method in class java.lang.StackTraceElement
Returns a string representation of this stack trace element.
toString() - Method in class java.lang.String
Returns `this'.
toString() - Method in class java.lang.StringBuffer
Convert this StringBuffer to a String.
toString() - Method in class java.lang.Thread
Return a human-readable String representing this Thread.
toString() - Method in class java.lang.ThreadGroup
Get a human-readable representation of this ThreadGroup.
toString() - Method in class java.lang.Throwable
Get a human-readable representation of this Throwable.
toString() - Method in class java.math.BigDecimal
 
toString() - Method in class java.math.BigInteger
 
toString(int) - Method in class java.math.BigInteger
 
toString() - Method in class java.net.InetAddress
Converts this address to a String.
toString() - Method in class java.net.InetSocketAddress
Returns the InetSocketAddress as string
toString() - Method in class java.net.ServerSocket
Returns the value of this socket as a String.
toString() - Method in class java.net.Socket
Converts this Socket to a String.
toString() - Method in class java.net.SocketImpl
Returns a String representing the remote host and port of this socket.
toString() - Method in class java.net.URI
Returns the URI as string
toString() - Method in class java.net.URL
Returns a String representing this URL.
toString() - Method in class java.net.URLConnection
The methods prints the value of this object as a String by calling the toString() method of its associated URL.
toString() - Method in class java.rmi.dgc.Lease
Get the string representation of this lease
toString() - Method in class java.rmi.dgc.VMID
 
toString() - Method in class java.rmi.server.LogStream
Deprecated.  
toString() - Method in class java.rmi.server.ObjID
 
toString() - Method in class java.rmi.server.Operation
Deprecated.  
toString() - Method in class java.rmi.server.RemoteObject
 
toString() - Method in class java.rmi.server.UID
 
toString() - Method in interface java.security.acl.Acl
This method returns the ACL as a String
toString() - Method in interface java.security.acl.AclEntry
This method returns this object as a String.
toString() - Method in interface java.security.acl.Permission
This method returns this Permission as a String.
toString() - Method in class java.security.AlgorithmParameters
Returns a string representation of the encoding format
toString() - Method in class java.security.cert.Certificate
Returns a string representing the Certificate.
toString() - Method in class java.security.cert.CRL
Returns a string representing the CRL.
toString() - Method in class java.security.cert.X509CRLEntry
Returns a string that represents this X509CRLEntry.
toString(boolean) - Method in interface java.security.Certificate
Deprecated. This method returns a String representation of the contents of this certificate.
toString() - Method in class java.security.CodeSource
This method returns a String that represents this object.
toString() - Method in class java.security.DigestInputStream
Converts the input stream and underlying message digest to a string.
toString() - Method in class java.security.DigestOutputStream
Converts the output stream and underlying message digest to a string.
toString() - Method in class java.security.Identity
Deprecated. Returns a string representing this Identity.
toString(boolean) - Method in class java.security.Identity
Deprecated. Returns a detailed string representing this Identity.
toString() - Method in class java.security.IdentityScope
Deprecated. Returns a string representing this IdentityScope.
toString() - Method in class java.security.MessageDigest
Returns a representation of the MessageDigest as a String.
toString() - Method in class java.security.Permission
This method returns a String representation of this Permission object.
toString() - Method in class java.security.PermissionCollection
This method returns a String representation of this collection.
toString() - Method in interface java.security.Principal
This method returns a String representation of this Principal.
toString() - Method in class java.security.ProtectionDomain
This method returns a String representation of this object.
toString() - Method in class java.security.Provider
This method returns a String representation of this object.
toString() - Method in class java.security.Signature
Returns a representation of the Signature as a String
toString() - Method in class java.security.Signer
Returns a string representing this Signer.
toString() - Method in class java.security.UnresolvedPermission
This method returns a String representation of this class.
toString() - Method in class java.text.Annotation
This method returns a String representation of this object.
toString() - Method in class java.text.AttributedCharacterIterator.Attribute
This method returns a String representation of this object.
toString() - Method in class java.text.FieldPosition
This method returns a String representation of this object.
toString() - Method in class java.text.ParsePosition
This method returns a String representation of this object.
toString() - Method in class java.text.SimpleDateFormat
 
toString() - Method in class java.util.AbstractCollection
Creates a String representation of the Collection.
toString() - Method in class java.util.AbstractMap
Returns a String representation of this map.
toString() - Method in class java.util.BitSet
Returns the string representation of this bit set.
toString() - Method in class java.util.Calendar
Returns a string representation of this object.
toString() - Method in class java.util.Date
 
toString() - Method in class java.util.EventObject
 
toString() - Method in class java.util.Hashtable
Converts this Hashtable to a String, surrounded by braces, and with key/value pairs listed with an equals sign between, separated by a comma and space.
toString() - Method in class java.util.jar.Attributes.Name
Returns the string representation of this Name as given to the constructor (not neccesarily the lower case representation).
toString() - Method in class java.util.Locale
Gets the string representation of the current locale.
toString() - Method in class java.util.prefs.AbstractPreferences
Returns the String given by (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
 

U

udiv_qrnnd(long, int) - Static method in class gnu.java.math.MPN
 
UID - Class in java.rmi.server
 
UID() - Constructor for class java.rmi.server.UID
This is sun's algorithm - don't ask me why ...
UID(short) - Constructor for class java.rmi.server.UID
 
UK - Static variable in class java.util.Locale
Locale which represents the United Kingdom.
umount(String) - Static method in class java.io.File
unmount file system on point or device
UNASSIGNED - Static variable in class java.lang.Character
Cn = Other, Not Assigned (Normative)
unbind(String) - Method in class gnu.java.rmi.registry.RegistryImpl
 
unbind(String) - Method in class gnu.java.rmi.registry.RegistryImpl_Stub
 
unbind(String) - Static method in class java.rmi.Naming
Remove a binding for a given service name.
unbind(String) - Method in interface java.rmi.registry.Registry
 
uncaughtException(Thread, Throwable) - Method in class java.lang.ThreadGroup
When a Thread in this ThreadGroup does not catch an exception, this method of the ThreadGroup is called.
UNDECIMBER - Static variable in class java.util.Calendar
Constant representing Undecimber.
UndeclaredThrowableException - Exception in java.lang.reflect
This exception class is thrown by a 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.
UndeclaredThrowableException(Throwable) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
Wraps the given checked exception into a RuntimeException, with no detail message.
UndeclaredThrowableException(Throwable, String) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
Wraps the given checked exception into a RuntimeException, with the specified detail message.
UnexpectedException - Exception in java.rmi
Thrown if an unexpected checked exception was received in a remote procedure call.
UnexpectedException(String) - Constructor for exception java.rmi.UnexpectedException
Create an exception with a message.
UnexpectedException(String, Exception) - Constructor for exception java.rmi.UnexpectedException
Create an exception with a message and a cause.
unexportObject(UnicastServerRef, boolean) - Static method in class gnu.java.rmi.server.UnicastServer
 
unexportObject(Remote, boolean) - Method in class gnu.java.rmi.server.UnicastServerRef
Unexport the object (remove methods from the method hashcode table and call UnicastServer.unexportObject.
unexportObject(Remote, boolean) - Static method in class java.rmi.activation.Activatable
 
unexportObject(Remote, boolean) - Static method in class java.rmi.server.UnicastRemoteObject
 
uni_block - Static variable in class gnu.java.locale.VMUnicodeConstants
 
uni_chars - Static variable in class gnu.java.locale.VMUnicodeConstants
 
uni_chars7 - Static variable in class gnu.java.locale.VMUnicodeConstants
 
uni_title - Static variable in class gnu.java.locale.VMUnicodeConstants
 
UnicastConnection - Class in gnu.java.rmi.server
 
UnicastConnectionManager - Class in gnu.java.rmi.server
 
UnicastRef - Class in gnu.java.rmi.server
 
UnicastRef() - Constructor for class gnu.java.rmi.server.UnicastRef
Used by serialization, and let subclass capable of having default constructor
UnicastRef(ObjID, String, int, RMIClientSocketFactory) - Constructor for class gnu.java.rmi.server.UnicastRef
 
UnicastRef(ObjID) - Constructor for class gnu.java.rmi.server.UnicastRef
 
UnicastRemoteCall - Class in gnu.java.rmi.server
 
UnicastRemoteObject - Class in java.rmi.server
This class obtains stub that communicates with the remote object.
UnicastRemoteObject() - Constructor for class java.rmi.server.UnicastRemoteObject
Create and export new remote object without specifying the port value.
UnicastRemoteObject(int) - Constructor for class java.rmi.server.UnicastRemoteObject
Create and export the new remote object, making it available at the given port, local host.
UnicastRemoteObject(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.server.UnicastRemoteObject
Create and export the new remote object, making it available at the given port, using sockets, produced by the specified factories.
UnicastRemoteObject(RemoteRef) - Constructor for class java.rmi.server.UnicastRemoteObject
 
UnicastRemoteStub - Class in gnu.java.rmi.server
 
UnicastRemoteStub() - Constructor for class gnu.java.rmi.server.UnicastRemoteStub
 
UnicastServer - Class in gnu.java.rmi.server
 
UnicastServer() - Constructor for class gnu.java.rmi.server.UnicastServer
 
UnicastServerRef - Class in gnu.java.rmi.server
 
UnicastServerRef(ObjID, int, RMIServerSocketFactory) - Constructor for class gnu.java.rmi.server.UnicastServerRef
 
UNINITIALIZED - Static variable in class java.security.Signature
Possible state variable which signifies if it has not been initialized.
UnknownError - Error in java.lang
An UnknownError is thrown when a serious but unknown problem has occurred in the Java Virtual Machine.
UnknownError() - Constructor for error java.lang.UnknownError
Create an error without a message.
UnknownError(String) - Constructor for error java.lang.UnknownError
Create an error with a message.
UnknownGroupException - Exception in java.rmi.activation
Thrown when an ActivationGroupID parameter is invalid or unknown.
UnknownGroupException(String) - Constructor for exception java.rmi.activation.UnknownGroupException
Create an exception with a message.
UnknownHostException - Exception in java.net
This exception indicates that an attempt was made to reference a hostname or IP address that is not valid.
UnknownHostException() - Constructor for exception java.net.UnknownHostException
Initializes a new instance of UnknownHostException without a descriptive error message.
UnknownHostException(String) - Constructor for exception java.net.UnknownHostException
Initializes a new instance of UnknownHostException with a descriptive error message, such as the name of the host that could not be resolved.
UnknownHostException - Exception in java.rmi
Thrown if a java.net.UnknownHostException occurs during a remote procedure call.
UnknownHostException(String) - Constructor for exception java.rmi.UnknownHostException
Create an exception with a message.
UnknownHostException(String, Exception) - Constructor for exception java.rmi.UnknownHostException
Create an exception with a message and a cause.
UnknownObjectException - Exception in java.rmi.activation
Thrown when an ActivationID parameter is invalid or unknown.
UnknownObjectException(String) - Constructor for exception java.rmi.activation.UnknownObjectException
Create an exception with an error message.
UnknownServiceException - Exception in java.net
Contrary to what you might think, this does not indicate that the TCP/IP service name specified was invalid.
UnknownServiceException() - Constructor for exception java.net.UnknownServiceException
Initializes a new instance of UnknownServiceException without a descriptive error message.
UnknownServiceException(String) - Constructor for exception java.net.UnknownServiceException
Initializes a new instance of UnknownServiceException without a descriptive error message.
UnmarshalException - Exception in java.rmi
Thrown if an exception occurs while unmarshalling parameters or results of a remote method call.
UnmarshalException(String) - Constructor for exception java.rmi.UnmarshalException
Create an exception with a message.
UnmarshalException(String, Exception) - Constructor for exception java.rmi.UnmarshalException
Create an exception with a message and a cause.
unmodifiableCollection(Collection) - Static method in class java.util.Collections
Returns an unmodifiable view of the given collection.
unmodifiableList(List) - Static method in class java.util.Collections
Returns an unmodifiable view of the given list.
unmodifiableMap(Map) - Static method in class java.util.Collections
Returns an unmodifiable view of the given map.
unmodifiableSet(Set) - Static method in class java.util.Collections
Returns an unmodifiable view of the given set.
unmodifiableSortedMap(SortedMap) - Static method in class java.util.Collections
Returns an unmodifiable view of the given sorted map.
unmodifiableSortedSet(SortedSet) - Static method in class java.util.Collections
Returns an unmodifiable view of the given sorted set.
unread(int) - Method in class java.io.PushbackInputStream
This method pushes a single byte of data into the pushback buffer.
unread(byte[]) - Method in class java.io.PushbackInputStream
This method pushes all of the bytes in the passed byte array into the pushback bfer.
unread(byte[], int, int) - Method in class java.io.PushbackInputStream
This method pushed back bytes from the passed in array into the pushback buffer.
unread(int) - Method in class java.io.PushbackReader
This method pushes a single char of data into the pushback buffer.
unread(char[]) - Method in class java.io.PushbackReader
This method pushes all of the chars in the passed char array into the pushback buffer.
unread(char[], int, int) - Method in class java.io.PushbackReader
This method pushed back chars from the passed in array into the pushback buffer.
UnrecoverableKeyException - Exception in java.security
This exception is thrown when a key cannot be recovered from the key store.
UnrecoverableKeyException() - Constructor for exception java.security.UnrecoverableKeyException
This method initializes a new instance of UnrecoverableKeyException with no descriptive error message.
UnrecoverableKeyException(String) - Constructor for exception java.security.UnrecoverableKeyException
This method initializes a new instance of UnrecoverableKeyException with a descriptive error message.
Unreferenced - Interface in java.rmi.server
 
unreferenced() - Method in interface java.rmi.server.Unreferenced
 
unregister(ActivationID) - Static method in class java.rmi.activation.Activatable
 
unregisterGroup(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
 
unregisterObject(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
 
UnresolvedPermission - Class in java.security
This class is used to hold instances of all permissions that cannot be resolved to available permission classes when the security Policy object is instantiated.
UnresolvedPermission(String, String, String, Certificate[]) - Constructor for class java.security.UnresolvedPermission
This method initializes a new instance of UnresolvedPermission with all the information necessary to resolve it to an instance of the proper class at a future time.
UnsatisfiedLinkError - Error in java.lang
A UnsatisfiedLinkError is thrown if an appropriate native language definition of a method declared native cannot be found by the Java Virtual Machine.
UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
Create an error without a message.
UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
Create an error with a message.
UnsupportedClassVersionError - Error in java.lang
An 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.
UnsupportedClassVersionError() - Constructor for error java.lang.UnsupportedClassVersionError
Create an error without a message.
UnsupportedClassVersionError(String) - Constructor for error java.lang.UnsupportedClassVersionError
Create an error with a message.
UnsupportedEncodingException - Exception in java.io
This exception is thrown when the requested character encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Create a new UnsupportedEncodingException without a descriptive error message
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Create a new UnsupportedEncodingException with a descriptive error message String
UnsupportedOperationException - Exception in java.lang
This exception is thrown by an object when an operation is requested of it that it does not support.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Create an exception without a message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Create an exception with a message.
update(byte) - Method in class java.security.MessageDigest
Updates the digest with the byte.
update(byte[], int, int) - Method in class java.security.MessageDigest
Updates the digest with the bytes from the array from the specified offset to the specified length.
update(byte[]) - Method in class java.security.MessageDigest
Updates the digest with the bytes from the array.
update(byte) - Method in class java.security.Signature
Updates the data to be signed or verified with the specified byte.
update(byte[]) - Method in class java.security.Signature
Updates the data to be signed or verified with the specified bytes.
update(byte[], int, int) - Method in class java.security.Signature
Updates the data to be signed or verified with the specified bytes.
update(Observable, Object) - Method in interface java.util.Observer
 
update(int) - Method in class java.util.zip.Adler32
Updates the checksum with the byte b.
update(byte[]) - Method in class java.util.zip.Adler32
Updates the checksum with the bytes taken from the array.
update(byte[], int, int) - Method in class java.util.zip.Adler32
Updates the checksum with the bytes taken from the array.
update(int) - Method in interface java.util.zip.Checksum
Adds one byte to the data checksum.
update(byte[], int, int) - Method in interface java.util.zip.Checksum
Adds the byte array to the data checksum.
update(int) - Method in class java.util.zip.CRC32
Updates the checksum with the int bval.
update(byte[], int, int) - Method in class java.util.zip.CRC32
Adds the byte array to the data checksum.
update(byte[]) - Method in class java.util.zip.CRC32
Adds the complete byte array to the data checksum.
update() - Method in class jbvm.ip2k.EthernetStatistics
Update Statistics
UPPER - Static variable in interface gnu.java.lang.CharData
This is the attribute table for computing the single-character uppercase representation of a character.
UPPER_EXPAND - Static variable in interface gnu.java.lang.CharData
This is the listing of special case multi-character uppercase sequences.
UPPER_SPECIAL - Static variable in interface gnu.java.lang.CharData
This is a listing of characters with multi-character uppercase sequences.
UPPERCASE_LETTER - Static variable in class java.lang.Character
Lu = Letter, Uppercase (Informative)
URI - Class in java.net
 
URI(String) - Constructor for class java.net.URI
Creates an URI from the given string
URI(String, String, String, int, String, String, String) - Constructor for class java.net.URI
Create an URI from the given components
URI(String, String, String, String, String) - Constructor for class java.net.URI
Create an URI from the given components
URI(String, String, String, String) - Constructor for class java.net.URI
Create an URI from the given components
URI(String, String, String) - Constructor for class java.net.URI
Create an URI from the given components
URISyntaxException - Exception in java.net
This exception is thrown when a String cannot be parsed as a URI.
URISyntaxException(String, String) - Constructor for exception java.net.URISyntaxException
Create an exception from the invalid string, with the index set to -1.
URISyntaxException(String, String, int) - Constructor for exception java.net.URISyntaxException
Create an exception from the invalid string, with the index of the point of failure.
URL - Class in java.net
This final class represents an Internet Uniform Resource Locator (URL).
URL(String, String, int, String) - Constructor for class java.net.URL
Constructs a URL and loads a protocol handler for the values passed as arguments.
URL(String, String, String) - Constructor for class java.net.URL
Constructs a URL and loads a protocol handler for the values passed in as arugments.
URL(String, String, int, String, URLStreamHandler) - Constructor for class java.net.URL
This method initializes a new instance of URL with the specified protocol, host, port, and file.
URL(String) - Constructor for class java.net.URL
Initializes a URL from a complete string specification such as "http://www.urbanophile.com/arenn/".
URL(URL, String) - Constructor for class java.net.URL
 
URL(URL, String, URLStreamHandler) - Constructor for class java.net.URL
Creates an URL from given arguments This method parses a String representation of a URL within the context of an existing URL.
url - Variable in class java.net.URLConnection
This is the URL associated with this connection
URLClassLoader - Class in java.net
A secure class loader that can load classes and resources from multiple locations.
URLClassLoader(URL[]) - Constructor for class java.net.URLClassLoader
Creates a URLClassLoader that gets classes from the supplied URLs.
URLClassLoader(URL[], ClassLoader) - Constructor for class java.net.URLClassLoader
Creates a URLClassLoader that gets classes from the supplied URLs.
URLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class java.net.URLClassLoader
Creates a URLClassLoader that gets classes from the supplied URLs.
URLConnection - Class in java.net
This class models a connection that retrieves the information pointed to by a URL object.
URLConnection(URL) - Constructor for class java.net.URLConnection
Creates a URL connection to a given URL.
URLDecoder - Class in java.net
This utility class contains static methods that converts a string encoded in the x-www-form-urlencoded format to the original text.
URLDecoder() - Constructor for class java.net.URLDecoder
Public contructor.
URLEncoder - Class in java.net
This utility class contains static methods that converts a string into a fully encoded URL string in x-www-form-urlencoded format.
URLStreamHandler - Class in java.net
This class is the superclass of all URL protocol handlers.
URLStreamHandler() - Constructor for class java.net.URLStreamHandler
Creates a URLStreamHander
URLStreamHandlerFactory - Interface in java.net
This interface contains one method which maps the protocol portion of a URL (eg, "http" in "http://www.urbanophile.com/arenn/") to a URLStreamHandler object.
US - Static variable in class java.util.Locale
Locale which represents the United States.
useCaches - Variable in class java.net.URLConnection
If this flag is set, the protocol is allowed to cache data whenever it can (caching is not guaranteed).
useDaylightTime() - Method in class java.util.SimpleTimeZone
Returns if this time zone uses daylight savings time.
useDaylightTime() - Method in class java.util.TimeZone
Returns true, if this time zone uses Daylight Savings Time.
useProtocolVersion(int) - Method in class java.io.ObjectOutputStream
Informs this ObjectOutputStream to write data according to the specified protocol.
userNodeForPackage(Object) - Static method in class java.util.prefs.Preferences
Returns the user preferences node for the package of an object.
userRoot() - Method in class gnu.java.util.prefs.FileBasedFactory
 
userRoot() - Method in class gnu.java.util.prefs.MemoryBasedFactory
 
userRoot() - Static method in class java.util.prefs.Preferences
Returns the user preferences root node containing preferences for the the current user.
userRoot() - Method in interface java.util.prefs.PreferencesFactory
Returns the user root preferences node.
usingProxy() - Method in class gnu.java.net.protocol.http.HttpURLConnection
Return a boolean indicating whether or not this connection is going through a proxy
usingProxy() - Method in class java.net.HttpURLConnection
Returns a boolean indicating whether or not this connection is going through a proxy
UTC(int, int, int, int, int, int) - Static method in class java.util.Date
Deprecated. Use Calendar with a UTC TimeZone instead.
UTFDataFormatException - Exception in java.io
When reading a UTF string from an input stream, this exception is thrown to indicate that the data read is invalid.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Create a new UTFDataFormatException without a descriptive error message
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Create a new UTFDataFormatException with a descriptive error message String

V

valid() - Method in class java.io.FileDescriptor
This methods tests whether or not this object represents a valid open native file handle.
validateObject() - Method in interface java.io.ObjectInputValidation
This method is called to validate an object.
valueOf(boolean) - Static method in class java.lang.Boolean
Returns the Boolean TRUE if the given boolean is true, otherwise it will return the Boolean FALSE.
valueOf(String) - Static method in class java.lang.Boolean
Returns the Boolean TRUE if and only if the given String is equal, ignoring case, to the the String "true", otherwise it will return the Boolean FALSE.
valueOf(String, int) - Static method in class java.lang.Byte
Creates a new Byte object using the String and specified radix (base).
valueOf(String) - Static method in class java.lang.Byte
Creates a new Byte object using the String, assuming a radix of 10.
valueOf(byte) - Static method in class java.lang.Byte
Returns a Byte object wrapping the value.
valueOf(String) - Static method in class java.lang.Double
Return the result of calling new Double(java.lang.String).
valueOf(String) - Static method in class java.lang.Float
Return the result of calling new Float(java.lang.String).
valueOf(String, int) - Static method in class java.lang.Integer
Creates a new Integer object using the String and specified radix (base).
valueOf(String) - Static method in class java.lang.Integer
Creates a new Integer object using the String, assuming a radix of 10.
valueOf(int) - Static method in class java.lang.Integer
Returns an Integer object wrapping the value.
valueOf(String) - Static method in class java.lang.Long
Creates a new Long object using the String, assuming a radix of 10.
valueOf(String, int) - Static method in class java.lang.Long
Creates a new Long object using the String and specified radix (base).
valueOf(String) - Static method in class java.lang.Short
Creates a new Short object using the String, assuming a radix of 10.
valueOf(String, int) - Static method in class java.lang.Short
Creates a new Short object using the String and specified radix (base).
valueOf(Object) - Static method in class java.lang.String
Returns a String representation of an Object.
valueOf(char[]) - Static method in class java.lang.String
Returns a String representation of a character array.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns a String representing the character sequence of the char array, starting at the specified offset, and copying chars up to the specified count.
valueOf(boolean) - Static method in class java.lang.String
Returns a String representing a boolean.
valueOf(char) - Static method in class java.lang.String
Returns a String representing a character.
valueOf(int) - Static method in class java.lang.String
Returns a String representing an integer.
valueOf(long) - Static method in class java.lang.String
Returns a String representing a long.
valueOf(float) - Static method in class java.lang.String
Returns a String representing a float.
valueOf(double) - Static method in class java.lang.String
Returns a String representing a double.
valueOf(long) - Static method in class java.math.BigDecimal
 
valueOf(long, int) - Static method in class java.math.BigDecimal
 
valueOf(long) - Static method in class java.math.BigInteger
 
values() - Method in class java.util.AbstractMap
Returns a collection or bag view of this map's values.
values() - Method in class java.util.HashMap
Returns a "collection view" (or "bag view") of this HashMap's values.
values() - Method in class java.util.Hashtable
Returns a "collection view" (or "bag view") of this Hashtable's values.
values() - Method in class java.util.IdentityHashMap
Returns a "collection view" (or "bag view") of this Map's values.
values() - Method in class java.util.jar.Attributes
Returns all the values of the defined attribute name/value pairs as a Collection.
values() - Method in interface java.util.Map
Returns a collection (or bag) view of the values in this Map.
values() - Method in class java.util.TreeMap
Returns a "collection view" (or "bag view") of this TreeMap's values.
values() - Method in class java.util.WeakHashMap
Returns a collection representation of the values in this map.
Vector - Class in java.util
The Vector classes implements growable arrays of Objects.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector with an initial size of 10, and a capacity increment of 0
Vector(Collection) - Constructor for class java.util.Vector
Constructs a vector containing the contents of Collection, in the order given by the collection.
Vector(int, int) - Constructor for class java.util.Vector
Constructs a Vector with the initial capacity and capacity increment specified.
Vector(int) - Constructor for class java.util.Vector
Constructs a Vector with the initial capacity specified, and a capacity increment of 0 (double in size).
VERBOSE - Static variable in class java.rmi.server.LogStream
Deprecated.  
verify(PublicKey) - Method in class java.security.cert.Certificate
Verifies that this Certificate was properly signed with the PublicKey that corresponds to its private key.
verify(PublicKey, String) - Method in class java.security.cert.Certificate
Verifies that this Certificate was properly signed with the PublicKey that corresponds to its private key and uses the signature engine provided by the provider.
verify(PublicKey) - Method in class java.security.cert.X509CRL
Verifies that this CRL was properly signed with the PublicKey that corresponds to its private key.
verify(PublicKey, String) - Method in class java.security.cert.X509CRL
Verifies that this CRL was properly signed with the PublicKey that corresponds to its private key and uses the signature engine provided by the provider.
VERIFY - Static variable in class java.security.Signature
Possible state variable which signifies if it has been initialized for verifying.
verify(byte[]) - Method in class java.security.Signature
Verifies the passed signature.
verify(PublicKey, Signature) - Method in class java.security.SignedObject
Verifies the SignedObject by checking that the signature that this class contains for the encapsulated object.
VerifyError - Error in java.lang
A VerifyError is thrown if there is a security problem or internal inconsistency in a class file as deteced by the "verifier."
VerifyError() - Constructor for error java.lang.VerifyError
Create an error without a message.
VerifyError(String) - Constructor for error java.lang.VerifyError
Create an error with a message.
version() - Static method in class gnu.java.rmi.registry.RegistryImpl
 
VirtualMachineError - Error in java.lang
A 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.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Create an error without a message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Create an error with a message.
VMBinClassConstants - Interface in java.lang.reflect
 
VMBinClassRecord - Class in java.lang.reflect
 
VMBinClassRecord() - Constructor for class java.lang.reflect.VMBinClassRecord
 
VMBinConstants - Interface in java.lang.reflect
 
VMBinFieldRecord - Class in java.lang.reflect
 
VMBinFieldRecord() - Constructor for class java.lang.reflect.VMBinFieldRecord
 
VMBinHelper - Class in java.lang.reflect
Binary image helper
VMBinHelper() - Constructor for class java.lang.reflect.VMBinHelper
 
VMBinMasterRecord - Class in java.lang.reflect
 
VMBinMasterRecord() - Constructor for class java.lang.reflect.VMBinMasterRecord
 
VMBinMethodRecord - Class in java.lang.reflect
 
VMBinMethodRecord() - Constructor for class java.lang.reflect.VMBinMethodRecord
 
VMCallTracer - Class in jbvm.ip2k
 
VMDatagramSocketImpl - Class in java.net
 
VMDatagramSocketImpl() - Constructor for class java.net.VMDatagramSocketImpl
 
VMGroMapInt - Class in jbvm.ip2k
Internal support class
VMGroMapInt() - Constructor for class jbvm.ip2k.VMGroMapInt
 
VMGroMapInt(VMGroMapInt) - Constructor for class jbvm.ip2k.VMGroMapInt
 
VMGroMapLong - Class in jbvm.ip2k
Internal support class
VMGroMapLong() - Constructor for class jbvm.ip2k.VMGroMapLong
 
VMGroMapLong(VMGroMapLong) - Constructor for class jbvm.ip2k.VMGroMapLong
 
VMGroMapStr - Class in jbvm.ip2k
Internal support class
VMGroMapStr() - Constructor for class jbvm.ip2k.VMGroMapStr
 
VMGroMapStr(VMGroMapStr) - Constructor for class jbvm.ip2k.VMGroMapStr
 
VMID - Class in java.rmi.dgc
 
VMID() - Constructor for class java.rmi.dgc.VMID
 
VMJPinger - Class in jbvm.ip2k
Simple ping response class
VMJPinger() - Constructor for class jbvm.ip2k.VMJPinger
 
VMJPPP - Class in jbvm.ip2k
PPP support class
VMJPPP() - Constructor for class jbvm.ip2k.VMJPPP
 
VMNullInputStream - Class in java.io
This abstract class forms the base of the hierarchy of classes that read input as a stream of bytes.
VMNullInputStream() - Constructor for class java.io.VMNullInputStream
Default, no-arg, public constructor
VMNullOutputStream - Class in java.io
This abstract class forms the base of the hierarchy of classes that write output as a stream of bytes.
VMNullOutputStream() - Constructor for class java.io.VMNullOutputStream
This is the default no-argument constructor for this class.
VMProperties - Class in jbvm.ip2k
 
VMProperties() - Constructor for class jbvm.ip2k.VMProperties
Creates a new empty property list.
VMProperties(VMProperties) - Constructor for class jbvm.ip2k.VMProperties
Create a new empty property list with the specified default values.
VMResolver - Class in java.net
 
VMResolver() - Constructor for class java.net.VMResolver
 
VMSocketImpl - Class in java.net
 
VMSocketImpl() - Constructor for class java.net.VMSocketImpl
Creates an unconnected socket, with the system-default type of SocketImpl.
VMTime - Class in jbvm.ip2k
Provides access to NV Timer.
VMUnicodeConstants - Class in gnu.java.locale
 
VMUnicodeConstants() - Constructor for class gnu.java.locale.VMUnicodeConstants
 
Void - Class in java.lang
Void is a placeholder class so that the variable Void.TYPE can be supported for reflection return types.
VOLATILE - Static variable in class java.lang.reflect.Modifier
Volatile: Field: cannot be cached.

W

wait() - Method in class java.lang.Object
Waits indefinitely for notify() or notifyAll() to be called on the Object in question.
wait(long) - Method in class java.lang.Object
Waits a specified amount of time (or indefinitely if the time specified is 0) for someone to call notify() or notifyAll() on this Object, waking up this Thread.
wait(long, int) - Method in class java.lang.Object
Waits a specified amount of time (or indefinitely if the time specified is 0) for someone to call notify() or notifyAll() on this Object, waking up this Thread.
WAITEVT - Static variable in interface java.lang.reflect.VMBinConstants
 
waitFor() - Method in class java.lang.Process
The thread calling waitFor will block until the subprocess has terminated.
WAITING - Static variable in interface java.lang.reflect.VMBinConstants
 
waitNotPortBits(byte, byte, byte, int) - Static method in class jbvm.ip2k.PortIO
Wait Not port bits
waitPortBits(byte, byte, byte, int) - Static method in class jbvm.ip2k.PortIO
Wait port bits
WAITSLP - Static variable in interface java.lang.reflect.VMBinConstants
 
WeakHashMap - Class in java.util
A weak hash map has only weak references to the key.
WeakHashMap() - Constructor for class java.util.WeakHashMap
Creates a new weak hash map with default load factor and default capacity.
WeakHashMap(int) - Constructor for class java.util.WeakHashMap
Creates a new weak hash map with default load factor and the given capacity.
WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
Creates a new weak hash map with the given initial capacity and load factor.
WeakHashMap(Map) - Constructor for class java.util.WeakHashMap
Construct a new WeakHashMap with the same mappings as the given map.
WeakReference - Class in java.lang.ref
A weak reference will be cleared, if the object is only weakly reachable.
WeakReference(Object) - Constructor for class java.lang.ref.WeakReference
Create a new weak reference, that is not registered to any queue.
WeakReference(Object, ReferenceQueue) - Constructor for class java.lang.ref.WeakReference
Create a new weak reference.
WEDNESDAY - Static variable in class java.util.Calendar
Constant representing Wednesday.
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Constant representing the week of the month time field.
WEEK_OF_MONTH_FIELD - Static variable in class java.text.DateFormat
 
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Constant representing the week of the year field.
WEEK_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
 
whitespaceChars(int, int) - Method in class java.io.StreamTokenizer
This method sets the whitespace attribute for all characters in the specified range, range terminators included.
WordBreakIterator - Class in gnu.java.text
 
WordBreakIterator() - Constructor for class gnu.java.text.WordBreakIterator
 
wordChars(int, int) - Method in class java.io.StreamTokenizer
This method sets the alphabetic attribute for all characters in the specified range, range terminators included.
write(char[], int, int) - Method in class gnu.java.io.encode.EncoderEightBitLookup
Write the requested number of chars to the underlying stream
write(char[], int, int) - Method in class gnu.java.io.encode.EncoderUTF8
Writes a char array as bytes to the underlying stream.
write(int) - Method in class gnu.java.io.NullOutputStream
 
write(byte[]) - Method in class gnu.java.io.NullOutputStream
 
write(byte[], int, int) - Method in class gnu.java.io.NullOutputStream
 
write(int) - Method in class java.io.BufferedOutputStream
This method writes a single byte of data.
write(byte[], int, int) - Method in class java.io.BufferedOutputStream
This method writes len bytes from the byte array buf starting at position offset in the buffer.
write(int) - Method in class java.io.BufferedWriter
This method writes a single char of data.
write(char[], int, int) - Method in class java.io.BufferedWriter
This method writes len chars from the char array buf starting at position offset in the buffer.
write(String, int, int) - Method in class java.io.BufferedWriter
This method writes len chars from the String str starting at position offset in the string.
write(int) - Method in class java.io.ByteArrayOutputStream
This method writes the writes the specified byte into the internal buffer.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
This method writes len bytes from the passed in array buf starting at index offset into the internal buffer.
write(int) - Method in class java.io.CharArrayWriter
This method writes the writes the specified char into the internal buffer.
write(char[], int, int) - Method in class java.io.CharArrayWriter
This method writes len chars from the passed in array buf starting at index offset into that buffer
write(String, int, int) - Method in class java.io.CharArrayWriter
This method writes len chars from the passed in String buf starting at index offset into the internal buffer.
write(int) - Method in interface java.io.DataOutput
This method writes an 8-bit value (passed into the method as a Java int) to an output stream.
write(byte[]) - Method in interface java.io.DataOutput
This method writes the raw byte array passed in to the output stream.
write(byte[], int, int) - Method in interface java.io.DataOutput
This method writes raw bytes from the passed array buf starting offset bytes into the buffer.
write(int) - Method in class java.io.DataOutputStream
This method writes the specified byte (passed as an int) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
This method writes len bytes from the specified byte array buf starting at position offset into the buffer to the underlying output stream.
write(int) - Method in class java.io.FileOutputStream
This method writes a single byte of data to the file.
write(byte[]) - Method in class java.io.FileOutputStream
This method writes all the bytes in the specified array to the file.
write(byte[], int, int) - Method in class java.io.FileOutputStream
This method writes len bytes from the byte array buf to the file starting at index offset.
write(int) - Method in class java.io.FilterOutputStream
This method writes a single byte of output to the underlying OutputStream.
write(byte[]) - Method in class java.io.FilterOutputStream
This method writes all the bytes in the specified array to the underlying OutputStream.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
This method calls the write(int) method len times for all bytes from the array buf starting at index offset.
write(int) - Method in class java.io.FilterWriter
This method writes a single char of output to the underlying Writer.
write(char[], int, int) - Method in class java.io.FilterWriter
This method writes len chars from the array buf starting at index offset to the underlying Writer.
write(String, int, int) - Method in class java.io.FilterWriter
This method writes len chars from the String starting at position offset.
write(int) - Method in interface java.io.ObjectOutput
This method writes the specified byte to the output stream.
write(byte[]) - Method in interface java.io.ObjectOutput
This method writes all the bytes in the specified byte array to the output stream.
write(byte[], int, int) - Method in interface java.io.ObjectOutput
This method writes len bytes from the specified array starting at index offset into that array.
write(ObjectOutput) - Method in class java.io.ObjectOutputStream.PutField
 
write(int) - Method in class java.io.ObjectOutputStream
 
write(byte[]) - Method in class java.io.ObjectOutputStream
 
write(byte[], int, int) - Method in class java.io.ObjectOutputStream
 
write(int) - Method in class java.io.OutputStream
This method writes a single byte to the output stream.
write(byte[]) - Method in class java.io.OutputStream
This method all the writes bytes from the passed array to the output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
This method writes len bytes from the specified array b starting at index off into the array.
write(int) - Method in class java.io.OutputStreamWriter
This method writes a single character to the output stream.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
This method writes len characters from the specified array to the output stream starting at position offset into the array.
write(String, int, int) - Method in class java.io.OutputStreamWriter
This method writes len bytes from the specified String starting at position offset into the String.
write(int) - Method in class java.io.PipedOutputStream
Write a single byte of date to the stream.
write(byte[], int, int) - Method in class java.io.PipedOutputStream
This method writes len bytes of data from the byte array buf starting at index offset in the array to the stream.
write(int) - Method in class java.io.PipedWriter
Write a single char of date to the stream.
write(char[], int, int) - Method in class java.io.PipedWriter
This method writes len chars of data from the char array buf starting at index offset in the array to the stream.
write(int) - Method in class java.io.PrintStream
Deprecated. This method writes a byte of data to the stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Deprecated. This method writes len bytes from the specified array starting at index offset into the array.
write(int) - Method in class java.io.PrintWriter
This method writes a single char to the stream.
write(char[], int, int) - Method in class java.io.PrintWriter
This method writes count chars from the specified array starting at index offset into the array.
write(String, int, int) - Method in class java.io.PrintWriter
This method writes count chars from the specified String to the output starting at character position offset into the String
write(char[]) - Method in class java.io.PrintWriter
This method write all the chars in the specified array to the output.
write(String) - Method in class java.io.PrintWriter
This method writes the contents of the specified String to the underlying stream.
write(int) - Method in class java.io.RandomAccessFile
This method writes a single byte of data to the file.
write(byte[]) - Method in class java.io.RandomAccessFile
This method writes all the bytes in the specified array to the file.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
This method writes len bytes to the file from the specified array starting at index offset into the array.
write(int) - Method in class java.io.StringWriter
This method writes a single character to the output, storing it in the internal buffer.
write(char[], int, int) - Method in class java.io.StringWriter
This method writes 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.
write(String) - Method in class java.io.StringWriter
This method writes the characters in the specified String to the stream by appending them to the end of the internal buffer.
write(String, int, int) - Method in class java.io.StringWriter
This method writes out len characters of the specified String to the stream starting at character position offset into the stream.
write(int) - Method in class java.io.VMNullOutputStream
This method writes a single byte to the output stream.
write(byte[], int, int) - Method in class java.io.VMNullOutputStream
This method writes len bytes from the specified array b starting at index off into the array.
write(int) - Method in class java.io.Writer
This method writes a single char to the output stream.
write(char[]) - Method in class java.io.Writer
This method all the writes char from the passed array to the output stream.
write(char[], int, int) - Method in class java.io.Writer
This method writes len char from the specified array buf starting at index offset into the array.
write(String) - Method in class java.io.Writer
This method writes all the characters in a String to the output.
write(String, int, int) - Method in class java.io.Writer
This method writes len chars from the String starting at position offset.
write(byte[], int, int) - Method in class java.net.VMSocketImpl
 
write(int) - Method in class java.rmi.server.LogStream
Deprecated.  
write(byte[], int, int) - Method in class java.rmi.server.LogStream
Deprecated.  
write(ObjectOutput) - Method in class java.rmi.server.ObjID
 
write(DataOutput) - Method in class java.rmi.server.UID
 
write(int) - Method in class java.security.DigestOutputStream
Updates the hash if the on flag is true and then writes a byte to the underlying output stream.
write(byte[], int, int) - Method in class java.security.DigestOutputStream
Updates the hash if the on flag is true and then writes the bytes to the underlying output stream.
write(OutputStream) - Method in class java.util.jar.Manifest
XXX
write(int) - Method in class java.util.zip.CheckedOutputStream
Writes one byte to the OutputStream and updates the Checksum.
write(byte[], int, int) - Method in class java.util.zip.CheckedOutputStream
Writes the byte array to the OutputStream and updates the Checksum.
write(int) - Method in class java.util.zip.DeflaterOutputStream
Writes a single byte to the compressed output stream.
write(byte[], int, int) - Method in class java.util.zip.DeflaterOutputStream
Writes a len bytes from an array to the compressed stream.
write(byte[], int, int) - Method in class java.util.zip.GZIPOutputStream
 
write(byte[], int, int) - Method in class java.util.zip.ZipOutputStream
Writes the given buffer to the current entry.
write(int, char[], int) - Static method in class jbvm.ip2k.At45Db
Write char array to flash
write(int, int[], int) - Static method in class jbvm.ip2k.At45Db
Write int array to flash
write(int, short[], int) - Static method in class jbvm.ip2k.At45Db
Write short array to flash
write(int, byte[], int) - Static method in class jbvm.ip2k.At45Db
Write byte array to flash
write(int, byte[], int) - Method in class jbvm.ip2k.I2cIO
Write data
write(byte) - Method in class jbvm.ip2k.SerialIO
Write single byte to tty with wait
write(byte[], int, int) - Method in class jbvm.ip2k.SerialIO
Write byte array to tty with wait
write16(int, short) - Static method in class jbvm.ip2k.At45Db
Write short to flash
write32(int, int) - Static method in class jbvm.ip2k.At45Db
Write int to flash
write8(int, byte) - Static method in class jbvm.ip2k.At45Db
Write byte to flash
WriteAbortedException - Exception in java.io
This exception is thrown when one of the other ObjectStreamException subclasses was thrown during a serialization write.
WriteAbortedException(String, Exception) - Constructor for exception java.io.WriteAbortedException
Create a new WriteAbortedException with an eof parameter indicating the detailed Exception that caused this exception to be thrown.
writeBigInteger(BigInteger) - Method in class gnu.java.security.provider.DERWriter
 
writeBoolean(boolean) - Method in interface java.io.DataOutput
This method writes a Java boolean value to an output stream
writeBoolean(boolean) - Method in class java.io.DataOutputStream
This method writes a Java boolean to the underlying output stream.
writeBoolean(boolean) - Method in class java.io.ObjectOutputStream
 
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
This method writes a Java boolean to the underlying output stream.
writeByte(int) - Method in interface java.io.DataOutput
This method writes a Java byte value to an output stream
writeByte(int) - Method in class java.io.DataOutputStream
This method writes a Java byte value to the underlying output stream.
writeByte(int) - Method in class java.io.ObjectOutputStream
 
writeByte(int) - Method in class java.io.RandomAccessFile
This method writes a Java byte value to the underlying output stream.
writeBytes(String) - Method in interface java.io.DataOutput
This method writes a String to an output stream as an array of bytes
writeBytes(String) - Method in class java.io.DataOutputStream
This method writes all the bytes in a String out to the stream.
writeBytes(String) - Method in class java.io.ObjectOutputStream
 
writeBytes(String) - Method in class java.io.RandomAccessFile
This method writes all the bytes in a String out to the stream.
writeChar(int) - Method in interface java.io.DataOutput
This method writes a Java char value to an output stream
writeChar(int) - Method in class java.io.DataOutputStream
This method writes a single char value to the stream, high byte first.
writeChar(int) - Method in class java.io.ObjectOutputStream
 
writeChar(int) - Method in class java.io.RandomAccessFile
This method writes a single char value to the stream, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
This method writes a String to an output stream as an array of char's
writeChars(String) - Method in class java.io.DataOutputStream
This method writes all the characters in a String to the stream.
writeChars(String) - Method in class java.io.ObjectOutputStream
 
writeChars(String) - Method in class java.io.RandomAccessFile
This method writes all the characters in a String to the stream.
writeDouble(double) - Method in interface java.io.DataOutput
This method writes a Java double value to an output stream
writeDouble(double) - Method in class java.io.DataOutputStream
This method writes a Java double value to the stream.
writeDouble(double) - Method in class java.io.ObjectOutputStream
 
writeDouble(double) - Method in class java.io.RandomAccessFile
This method writes a Java double value to the stream.
writeExternal(ObjectOutput) - Method in class gnu.java.rmi.server.UnicastRef
 
writeExternal(ObjectOutput) - Method in interface java.io.Externalizable
This method is responsible for writing the instance data of an object to the passed in stream.
writeFields() - Method in class java.io.ObjectOutputStream
 
writeFloat(float) - Method in interface java.io.DataOutput
This method writes a Java float value to an output stream
writeFloat(float) - Method in class java.io.DataOutputStream
This method writes a Java float value to the stream.
writeFloat(float) - Method in class java.io.ObjectOutputStream
 
writeFloat(float) - Method in class java.io.RandomAccessFile
This method writes a Java float value to the stream.
writeInt(int) - Method in interface java.io.DataOutput
This method writes a Java int value to an output stream
writeInt(int) - Method in class java.io.DataOutputStream
This method writes a Java int to the stream, high bytes first.
writeInt(int) - Method in class java.io.ObjectOutputStream
 
writeInt(int) - Method in class java.io.RandomAccessFile
This method writes a Java int to the stream, high bytes first.
writeLong(long) - Method in interface java.io.DataOutput
This method writes a Java long value to an output stream
writeLong(long) - Method in class java.io.DataOutputStream
This method writes a Java long to the stream, high bytes first.
writeLong(long) - Method in class java.io.ObjectOutputStream
 
writeLong(long) - Method in class java.io.RandomAccessFile
This method writes a Java long to the stream, high bytes first.
writeNoWait(byte) - Method in class jbvm.ip2k.SerialIO
Send byte with wait
writeObject(Object) - Method in interface java.io.ObjectOutput
This method writes a object instance to a stream.
writeObject(Object) - Method in class java.io.ObjectOutputStream
Writes a representation of 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.
writeObjectOverride(Object) - Method in class java.io.ObjectOutputStream
This method allows subclasses to override the default serialization mechanism provided by ObjectOutputStream.
writePort(byte, byte) - Static method in class jbvm.ip2k.PortIO
Set byte to port
writePrefs() - Method in class gnu.java.util.prefs.NodeWriter
Writes only the preference node.
writePrefsTree() - Method in class gnu.java.util.prefs.NodeWriter
Writes the preference node plus the complete subtree.
Writer - Class in java.io
This abstract class forms the base of the hierarchy of classes that write output as a stream of chars.
Writer() - Constructor for class java.io.Writer
This is the default no-argument constructor for this class.
Writer(Object) - Constructor for class java.io.Writer
This method initializes a Writer that will synchronize on the specified Object.
writeShort(int) - Method in interface java.io.DataOutput
This method writes a Java int value to an output stream as a 16 bit value
writeShort(int) - Method in class java.io.DataOutputStream
This method writes a Java short to the stream, high byte first.
writeShort(int) - Method in class java.io.ObjectOutputStream
 
writeShort(int) - Method in class java.io.RandomAccessFile
This method writes a Java short to the stream, high byte first.
writeStreamHeader() - Method in class java.io.ObjectOutputStream
Writes stream magic and stream version information to the underlying stream.
writeTHYST(float) - Method in class jbvm.ip2k.LM75IO
Write THYST register data
writeTHYSTRaw(int) - Method in class jbvm.ip2k.LM75IO
Write THYST register raw data
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
This method writes all the bytes that have been written to this stream from the internal buffer to the specified OutputStream.
writeTo(Writer) - Method in class java.io.CharArrayWriter
This method writes all the chars that have been written to this stream from the internal buffer to the specified Writer.
writeTOS(float) - Method in class jbvm.ip2k.LM75IO
Write TOS register data
writeTOSRaw(int) - Method in class jbvm.ip2k.LM75IO
Write TOS register raw data
writeUTF(String) - Method in interface java.io.DataOutput
This method writes a String to an output stream encoded in UTF-8 format.
writeUTF(String) - Method in class java.io.DataOutputStream
This method writes a Java String to the stream in a modified UTF-8 format.
writeUTF(String) - Method in class java.io.ObjectOutputStream
 
writeUTF(String) - Method in class java.io.RandomAccessFile
This method writes a Java String to the stream in a modified UTF-8 format.
writeValue(Object, Class) - Method in class gnu.java.rmi.server.RMIObjectOutputStream
 
written - Variable in class java.io.DataOutputStream
This is the total number of bytes that have been written to the stream by this object instance.

X

X509Certificate - Class in java.security.cert
X509Certificate is the abstract class for X.509 certificates.
X509Certificate() - Constructor for class java.security.cert.X509Certificate
Constructs a new certificate of the specified type.
X509CRL - Class in java.security.cert
The X509CRL class is the abstract class used to manage X.509 Certificate Revocation Lists.
X509CRL() - Constructor for class java.security.cert.X509CRL
Constructs a new X509CRL.
X509CRLEntry - Class in java.security.cert
Abstract class for entries in the CRL (Certificate Revocation List).
X509CRLEntry() - Constructor for class java.security.cert.X509CRLEntry
Creates a new X509CRLEntry
X509EncodedKeySpec - Class in java.security.spec
X.509 Encoded Key Specification class which is used to store "X.509" byte encoded keys.
X509EncodedKeySpec(byte[]) - Constructor for class java.security.spec.X509EncodedKeySpec
Constructs a new X509EncodedKeySpec with the specified encoded key.
X509Extension - Interface in java.security.cert
Public interface for the X.509 Extension.
xor(BigInteger) - Method in class java.math.BigInteger
Return the logical (bit-wise) "exclusive or" of two BigIntegers.
xor(BitSet) - Method in class java.util.BitSet
Performs the logical XOR operation on this bit set and the given set.

Y

YEAR - Static variable in class java.util.Calendar
Constant representing the year time field.
YEAR_FIELD - Static variable in class java.text.DateFormat
 
yield() - Static method in class java.lang.Thread
Yield to another thread

Z

ZERO - Static variable in class java.math.BigInteger
 
ZipEntry - Class in java.util.zip
This class represents a member of a zip archive.
ZipEntry(String) - Constructor for class java.util.zip.ZipEntry
Creates a zip entry with the given name.
ZipEntry(ZipEntry) - Constructor for class java.util.zip.ZipEntry
Creates a copy of the given zip entry.
ZipException - Exception in java.util.zip
Thrown during the creation or input of a zip file.
ZipException() - Constructor for exception java.util.zip.ZipException
Create an exception without a message.
ZipException(String) - Constructor for exception java.util.zip.ZipException
Create an exception with a message.
ZipFile - Class in java.util.zip
This class represents a Zip archive.
ZipFile(String) - Constructor for class java.util.zip.ZipFile
Opens a Zip file with the given name for reading.
ZipFile(File) - Constructor for class java.util.zip.ZipFile
Opens a Zip file reading the given File.
ZipFile(File, int) - Constructor for class java.util.zip.ZipFile
Opens a Zip file reading the given File in the given mode.
ZipInputStream - Class in java.util.zip
This is a FilterInputStream that reads the files in an zip archive one after another.
ZipInputStream(InputStream) - Constructor for class java.util.zip.ZipInputStream
Creates a new Zip input stream, reading a zip archive.
ZipOutputStream - Class in java.util.zip
This is a FilterOutputStream that writes the files into a zip archive one after another.
ZipOutputStream(OutputStream) - Constructor for class java.util.zip.ZipOutputStream
Creates a new Zip output stream, writing a zip archive.
ZONE_OFFSET - Static variable in class java.util.Calendar
Constant representing the time zone offset time field for the time given in the other fields.

_

_TVMS_acbfsz - Variable in class java.net.VMSocketImpl
 
_TVMS_acbuf - Variable in class java.net.VMSocketImpl
 
_TVMS_acget - Variable in class java.net.VMSocketImpl
 
_TVMS_acnext - Variable in class java.net.VMSocketImpl
 
_TVMS_daddr - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_daddr - Variable in class java.net.VMSocketImpl
 
_TVMS_dport - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_flags - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_flags - Variable in class java.net.VMSocketImpl
 
_TVMS_ID - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_linger - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_linger - Variable in class java.net.VMSocketImpl
 
_TVMS_rbuff - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rbuff - Variable in class java.net.VMSocketImpl
 
_TVMS_rdtim - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rdtim - Variable in class java.net.VMSocketImpl
 
_TVMS_rID - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rsaddr - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rsport - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rTOS - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rTTL - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rxcnt - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rxcnt - Variable in class java.net.VMSocketImpl
 
_TVMS_rxptr - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rxptr - Variable in class java.net.VMSocketImpl
 
_TVMS_rxwin - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_rxwin - Variable in class java.net.VMSocketImpl
 
_TVMS_saddr - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_saddr - Variable in class java.net.VMSocketImpl
 
_TVMS_sc - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_sc - Variable in class java.net.VMSocketImpl
The local port number to which this socket is connected.
_TVMS_threadId - Variable in class java.net.VMSocketImpl
 
_TVMS_TOS - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_TTL - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_txcnt - Variable in class java.net.VMDatagramSocketImpl
 
_TVMS_txcnt - Variable in class java.net.VMSocketImpl
 
_VMO_elem - Variable in class java.lang.Object
 
_VMO_flag - Variable in class java.lang.Object
 
_VMO_monitor - Variable in class java.lang.Object
 
_VMO_sign - Variable in class java.lang.Object
 
_VMO_size - Variable in class java.lang.Object
 
_VMO_threadId - Variable in class java.lang.Object
 
_VMT_event - Variable in class java.lang.Thread
 
_VMT_event_mask - Variable in class java.lang.Thread
 
_VMT_nextPrioThread - Variable in class java.lang.Thread
 
_VMT_nextThread - Variable in class java.lang.Thread
 
_VMT_OpCount - Variable in class java.lang.Thread
 
_VMT_stackArray - Variable in class java.lang.Thread
 
_VMT_stackFrameArray - Variable in class java.lang.Thread
 
_VMT_stackFrameArraySize - Variable in class java.lang.Thread
 
_VMT_state - Variable in class java.lang.Thread
 
_VMT_threadId - Variable in class java.lang.Thread
 
_VMT_untill - Variable in class java.lang.Thread
 
_VMT_wait_state - Variable in class java.lang.Thread
 
_VMT_waitingOn - Variable in class java.lang.Thread
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _