index all


Index function asd() { parent.document.title="Index"; } Package  Class  Tree  Deprecated   Index  Help   PREV   NEXT FRAMES    NO FRAMES     All Classes A B C D E F G H I J K L M N O P R S T U V W Y A abs(double) - Static method in class java.lang.Math Returns the absolute value of a double value. abs(double) - Static method in class java.lang.StrictMath Returns the absolute value of a double value. abs(float) - Static method in class java.lang.Math Returns the absolute value of a float value. abs(float) - Static method in class java.lang.StrictMath Returns the absolute value of a float value. abs(int) - Static method in class java.lang.Math Returns the absolute value of an int value. abs(int) - Static method in class java.lang.StrictMath Returns the absolute value of an int value.. abs(long) - Static method in class java.lang.Math Returns the absolute value of a long value. abs(long) - Static method in class java.lang.StrictMath Returns the absolute value of a long value. AbstractMethodError - error java.lang.AbstractMethodError.Thrown when an application tries to call an abstract method. AbstractMethodError() - Constructor for class java.lang.AbstractMethodError Constructs an AbstractMethodError with no detail message. AbstractMethodError(String) - Constructor for class java.lang.AbstractMethodError Constructs an AbstractMethodError with the specified detail message. acos(double) - Static method in class java.lang.Math Returns the arc cosine of an angle, in the range of 0.0 through pi. acos(double) - Static method in class java.lang.StrictMath Returns the arc cosine of an angle, in the range of 0.0 through pi. activeCount() - Method in class java.lang.ThreadGroup Returns an estimate of the number of active threads in this thread group. activeCount() - Static method in class java.lang.Thread Returns the number of active threads in the current thread's thread group. activeGroupCount() - Method in class java.lang.ThreadGroup Returns an estimate of the number of active groups in this thread group. addShutdownHook(Thread) - Method in class java.lang.Runtime Registers a new virtual-machine shutdown hook. allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup Deprecated. The definition of this call depends on ThreadGroup.suspend(), which is deprecated. Further, the behavior of this call was never specified. ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. append(boolean) - Method in class java.lang.StringBuffer Appends the string representation of the boolean argument to the string buffer. append(char) - Method in class java.lang.StringBuffer Appends the string representation of the char argument to this string buffer. append(char[]) - Method in class java.lang.StringBuffer Appends the string representation of the char array argument to this string buffer. append(char[], int, int) - Method in class java.lang.StringBuffer Appends the string representation of a subarray of the char array argument to this string buffer. append(double) - Method in class java.lang.StringBuffer Appends the string representation of the double argument to this string buffer. append(float) - Method in class java.lang.StringBuffer Appends the string representation of the float argument to this string buffer. append(int) - Method in class java.lang.StringBuffer Appends the string representation of the int argument to this string buffer. append(long) - Method in class java.lang.StringBuffer Appends the string representation of the long argument to this string buffer. append(Object) - Method in class java.lang.StringBuffer Appends the string representation of the Object argument to this string buffer. append(String) - Method in class java.lang.StringBuffer Appends the string to this string buffer. append(StringBuffer) - Method in class java.lang.StringBuffer Appends the specified StringBuffer to this StringBuffer. ARABIC - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. ArithmeticException - exception java.lang.ArithmeticException.Thrown when an exceptional arithmetic condition has occurred. ArithmeticException() - Constructor for class java.lang.ArithmeticException Constructs an ArithmeticException with no detail message. ArithmeticException(String) - Constructor for class java.lang.ArithmeticException Constructs an ArithmeticException with the specified detail message. ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array. ArrayIndexOutOfBoundsException - exception java.lang.ArrayIndexOutOfBoundsException.Thrown to indicate that an array has been accessed with an illegal index. ArrayIndexOutOfBoundsException() - Constructor for class java.lang.ArrayIndexOutOfBoundsException Constructs an ArrayIndexOutOfBoundsException with no detail message. ArrayIndexOutOfBoundsException(int) - Constructor for class java.lang.ArrayIndexOutOfBoundsException Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index. ArrayIndexOutOfBoundsException(String) - Constructor for class java.lang.ArrayIndexOutOfBoundsException Constructs an ArrayIndexOutOfBoundsException class with the specified detail message. ArrayStoreException - exception java.lang.ArrayStoreException.Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. ArrayStoreException() - Constructor for class java.lang.ArrayStoreException Constructs an ArrayStoreException with no detail message. ArrayStoreException(String) - Constructor for class java.lang.ArrayStoreException Constructs an ArrayStoreException with the specified detail message. ARROWS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. asin(double) - Static method in class java.lang.Math Returns the arc sine of an angle, in the range of -pi/2 through pi/2. asin(double) - Static method in class java.lang.StrictMath Returns the arc sine of an angle, in the range of -pi/2 through pi/2. AssertionError - error java.lang.AssertionError.Thrown to indicate that an assertion has failed. AssertionError() - Constructor for class java.lang.AssertionError Constructs an AssertionError with no detail message. AssertionError(boolean) - Constructor for class java.lang.AssertionError Constructs an AssertionError with its detail message derived from the specified boolean, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1. AssertionError(char) - Constructor for class java.lang.AssertionError Constructs an AssertionError with its detail message derived from the specified char, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1. AssertionError(double) - Constructor for class java.lang.AssertionError Constructs an AssertionError with its detail message derived from the specified double, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1. AssertionError(float) - Constructor for class java.lang.AssertionError Constructs an AssertionError with its detail message derived from the specified float, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1. AssertionError(int) - Constructor for class java.lang.AssertionError Constructs an AssertionError with its detail message derived from the specified int, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1. AssertionError(long) - Constructor for class java.lang.AssertionError Constructs an AssertionError with its detail message derived from the specified long, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1. AssertionError(Object) - Constructor for class java.lang.AssertionError Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1. atan(double) - Static method in class java.lang.Math Returns the arc tangent of an angle, in the range of -pi/2 through pi/2. atan(double) - Static method in class java.lang.StrictMath Returns the arc tangent of an angle, in the range of -pi/2 through pi/2. atan2(double, double) - Static method in class java.lang.Math Converts rectangular coordinates (x, y) to polar (r, theta). atan2(double, double) - Static method in class java.lang.StrictMath Converts rectangular coordinates (x, y) to polar (r, theta). availableProcessors() - Method in class java.lang.Runtime Returns the number of processors available to the Java virtual machine. B BASIC_LATIN - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. BENGALI - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. BLOCK_ELEMENTS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. Boolean - class java.lang.Boolean.The Boolean class wraps a value of the primitive type boolean in an object. Boolean(boolean) - Constructor for class java.lang.Boolean Allocates a Boolean object representing the value argument. Boolean(String) - Constructor for class java.lang.Boolean Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true". booleanValue() - Method in class java.lang.Boolean Returns the value of this Boolean object as a boolean primitive. BOPOMOFO - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. BOPOMOFO_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. BOX_DRAWING - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. BRAILLE_PATTERNS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. Byte - class java.lang.Byte.The Byte class wraps a value of primitive type byte in an object. Byte(byte) - Constructor for class java.lang.Byte Constructs a newly allocated Byte object that represents the specified byte value. Byte(String) - Constructor for class java.lang.Byte Constructs a newly allocated Byte object that represents the byte value indicated by the String parameter. byteValue() - Method in class java.lang.Long Returns the value of this Long as a byte. byteValue() - Method in class java.lang.Integer Returns the value of this Integer as a byte. byteValue() - Method in class java.lang.Short Returns the value of this Short as a byte. byteValue() - Method in class java.lang.Byte Returns the value of this Byte as a byte. byteValue() - Method in class java.lang.Double Returns the value of this Double as a byte (by casting to a byte). byteValue() - Method in class java.lang.Float Returns the value of this Float as a byte (by casting to a byte). byteValue() - Method in class java.lang.Number Returns the value of the specified number as a byte. C capacity() - Method in class java.lang.StringBuffer Returns the current capacity of the String buffer. CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String A Comparator that orders String objects as by compareToIgnoreCase. ceil(double) - Static method in class java.lang.Math Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer. ceil(double) - Static method in class java.lang.StrictMath Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer. Character - class java.lang.Character.The Character class wraps a value of the primitive type char in an object. Character.Subset - class java.lang.Character.Subset.Instances of this class represent particular subsets of the Unicode character set. Character.Subset(String) - Constructor for class java.lang.Character.Subset Constructs a new Subset instance. Character.UnicodeBlock - class java.lang.Character.UnicodeBlock.A family of character subsets representing the character blocks in the Unicode specification. Character(char) - Constructor for class java.lang.Character Constructs a newly allocated Character object that represents the specified char value. charAt(int) - Method in class java.lang.StringBuffer The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned. charAt(int) - Method in class java.lang.String Returns the character at the specified index. charAt(int) - Method in interface java.lang.CharSequence Returns the character at the specified index. CharSequence - interface java.lang.CharSequence.A CharSequence is a readable sequence of characters. charValue() - Method in class java.lang.Character Returns the value of this Character object. checkAccept(String, int) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number. checkAccess() - Method in class java.lang.ThreadGroup Determines if the currently running thread has permission to modify this thread group. checkAccess() - Method in class java.lang.Thread Determines if the currently running thread has permission to modify this thread. checkAccess(Thread) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to modify the thread argument. checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to modify the thread group argument. checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to access the AWT event queue. checkConnect(String, int) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number. checkConnect(String, int, Object) - Method in class java.lang.SecurityManager Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number. checkCreateClassLoader() - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to create a new class loader. checkDelete(String) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to delete the specified file. checkExec(String) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to create a subprocess. checkExit(int) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code. checkLink(String) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file. checkListen(int) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number. checkMemberAccess(Class, int) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to access members. checkMulticast(InetAddress) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast. checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager Deprecated. Use #checkPermission(java.security.Permission) instead checkPackageAccess(String) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument. checkPackageDefinition(String) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument. checkPermission(Permission) - Method in class java.lang.SecurityManager Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect. checkPermission(Permission, Object) - Method in class java.lang.SecurityManager Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission. checkPrintJobAccess() - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to initiate a print job request. checkPropertiesAccess() - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to access or modify the system properties. checkPropertyAccess(String) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name. checkRead(FileDescriptor) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor. checkRead(String) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument. checkRead(String, Object) - Method in class java.lang.SecurityManager Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument. checkSecurityAccess(String) - Method in class java.lang.SecurityManager Determines whether the permission with the specified permission target name should be granted or denied. checkSetFactory() - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL. checkSystemClipboardAccess() - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to access the system clipboard. checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument. checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor. checkWrite(String) - Method in class java.lang.SecurityManager Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument. CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. childValue(Object) - Method in class java.lang.InheritableThreadLocal Computes the child's initial value for this inheritable thread-local variable as a function of the parent's value at the time the child thread is created. CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. Class - class java.lang.Class.Instances of the class Class represent classes and interfaces in a running Java application. ClassCastException - exception java.lang.ClassCastException.Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance. ClassCastException() - Constructor for class java.lang.ClassCastException Constructs a ClassCastException with no detail message. ClassCastException(String) - Constructor for class java.lang.ClassCastException Constructs a ClassCastException with the specified detail message. ClassCircularityError - error java.lang.ClassCircularityError.Thrown when a circularity has been detected while initializing a class.ClassCircularityError() - Constructor for class java.lang.ClassCircularityError Constructs a ClassCircularityError with no detail message. ClassCircularityError(String) - Constructor for class java.lang.ClassCircularityError Constructs a ClassCircularityError with the specified detail message. classDepth(String) - Method in class java.lang.SecurityManager Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. ClassFormatError - error java.lang.ClassFormatError.Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.ClassFormatError() - Constructor for class java.lang.ClassFormatError Constructs a ClassFormatError with no detail message. ClassFormatError(String) - Constructor for class java.lang.ClassFormatError Constructs a ClassFormatError with the specified detail message. ClassLoader - class java.lang.ClassLoader.A class loader is an object that is responsible for loading classes. ClassLoader() - Constructor for class java.lang.ClassLoader Creates a new class loader using the ClassLoader returned by the method getSystemClassLoader() as the parent class loader. ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader Creates a new class loader using the specified parent class loader for delegation. classLoaderDepth() - Method in class java.lang.SecurityManager Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. ClassNotFoundException - exception java.lang.ClassNotFoundException.Thrown when an application tries to load in a class through its string name using: The forName method in class Class. ClassNotFoundException() - Constructor for class java.lang.ClassNotFoundException Constructs a ClassNotFoundException with no detail message. ClassNotFoundException(String) - Constructor for class java.lang.ClassNotFoundException Constructs a ClassNotFoundException with the specified detail message. ClassNotFoundException(String, Throwable) - Constructor for class java.lang.ClassNotFoundException Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class. clearAssertionStatus() - Method in class java.lang.ClassLoader Sets the default assertion status for this class loader to false and discards any package defaults or class assertion status settings associated with the class loader. clone() - Method in class java.lang.Object Creates and returns a copy of this object. Cloneable - interface java.lang.Cloneable.A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class. CloneNotSupportedException - exception java.lang.CloneNotSupportedException.Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface. CloneNotSupportedException() - Constructor for class java.lang.CloneNotSupportedException Constructs a CloneNotSupportedException with no detail message. CloneNotSupportedException(String) - Constructor for class java.lang.CloneNotSupportedException Constructs a CloneNotSupportedException with the specified detail message. COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. COMBINING_SPACING_MARK - Static variable in class java.lang.Character General category "Mc" in the Unicode specification. command(Object) - Static method in class java.lang.Compiler Examines the argument type and its fields and perform some documented operation. Comparable - interface java.lang.Comparable.This interface imposes a total ordering on the objects of each class that implements it. compare(double, double) - Static method in class java.lang.Double Compares the two specified double values. compare(float, float) - Static method in class java.lang.Float Compares the two specified float values. compareTo(Byte) - Method in class java.lang.Byte Compares two Byte objects numerically. compareTo(Character) - Method in class java.lang.Character Compares two Character objects numerically. compareTo(Double) - Method in class java.lang.Double Compares two Double objects numerically. compareTo(Float) - Method in class java.lang.Float Compares two Float objects numerically. compareTo(Integer) - Method in class java.lang.Integer Compares two Integer objects numerically. compareTo(Long) - Method in class java.lang.Long Compares two Long objects numerically. compareTo(Object) - Method in class java.lang.Long Compares this Long object to another object. compareTo(Object) - Method in class java.lang.Integer Compares this Integer object to another object. compareTo(Object) - Method in class java.lang.Short Compares this Short object to another object. compareTo(Object) - Method in class java.lang.Byte Compares this Byte object to another object. compareTo(Object) - Method in class java.lang.Double Compares this Double object to another object. compareTo(Object) - Method in class java.lang.Float Compares this Float object to another object. compareTo(Object) - Method in class java.lang.Character Compares this Character object to another object. compareTo(Object) - Method in class java.lang.String Compares this String to another Object. compareTo(Object) - Method in interface java.lang.Comparable Compares this object with the specified object for order. compareTo(Short) - Method in class java.lang.Short Compares two Short objects numerically. compareTo(String) - Method in class java.lang.String Compares two strings lexicographically. compareToIgnoreCase(String) - Method in class java.lang.String Compares two strings lexicographically, ignoring case differences. compileClass(Class) - Static method in class java.lang.Compiler Compiles the specified class. compileClasses(String) - Static method in class java.lang.Compiler Compiles all classes whose name matches the specified string. Compiler - class java.lang.Compiler.The Compiler class is provided to support Java-to-native-code compilers and related services. concat(String) - Method in class java.lang.String Concatenates the specified string to the end of this string. CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character General category "Pc" in the Unicode specification. contentEquals(StringBuffer) - Method in class java.lang.String Returns true if and only if this String represents the same sequence of characters as the specified StringBuffer. CONTROL - Static variable in class java.lang.Character General category "Cc" in the Unicode specification. CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. copyValueOf(char[]) - Static method in class java.lang.String Returns a String that represents the character sequence in the array specified. copyValueOf(char[], int, int) - Static method in class java.lang.String Returns a String that represents the character sequence in the array specified. cos(double) - Static method in class java.lang.Math Returns the trigonometric cosine of an angle. cos(double) - Static method in class java.lang.StrictMath Returns the trigonometric cosine of an angle. countStackFrames() - Method in class java.lang.Thread Deprecated. The definition of this call depends on Thread.suspend(), which is deprecated. Further, the results of this call were never well-defined. CURRENCY_SYMBOL - Static variable in class java.lang.Character General category "Sc" in the Unicode specification. CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. currentClassLoader() - Method in class java.lang.SecurityManager Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. currentLoadedClass() - Method in class java.lang.SecurityManager Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. currentThread() - Static method in class java.lang.Thread Returns a reference to the currently executing thread object. currentTimeMillis() - Static method in class java.lang.System Returns the current time in milliseconds. CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. D DASH_PUNCTUATION - Static variable in class java.lang.Character General category "Pd" in the Unicode specification. DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character General category "Nd" in the Unicode specification. decode(String) - Static method in class java.lang.Long Decodes a String into a Long. decode(String) - Static method in class java.lang.Integer Decodes a String into an Integer. decode(String) - Static method in class java.lang.Short Decodes a String into a Short. decode(String) - Static method in class java.lang.Byte Decodes a String into a Byte. defineClass(byte[], int, int) - Method in class java.lang.ClassLoader Deprecated. Replaced by defineClass(java.lang.String, byte[], int, int) defineClass(String, byte[], int, int) - Method in class java.lang.ClassLoader Converts an array of bytes into an instance of class Class. defineClass(String, byte[], int, int, ProtectionDomain) - Method in class java.lang.ClassLoader Converts an array of bytes into an instance of class Class, with an optional ProtectionDomain. definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader Defines a package by name in this ClassLoader. delete(int, int) - Method in class java.lang.StringBuffer Removes the characters in a substring of this StringBuffer. deleteCharAt(int) - Method in class java.lang.StringBuffer Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character). desiredAssertionStatus() - Method in class java.lang.Class Returns the assertion status that would be assigned to this class if it were to be initialized at the time this method is invoked. destroy() - Method in class java.lang.ThreadGroup Destroys this thread group and all of its subgroups. destroy() - Method in class java.lang.Thread Destroys this thread, without any cleanup. destroy() - Method in class java.lang.Process Kills the subprocess. DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. digit(char, int) - Static method in class java.lang.Character Returns the numeric value of the character ch in the specified radix. DINGBATS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character Weak bidirectional character type "AN" in the Unicode specification. DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character Weak bidirectional character type "BN" in the Unicode specification. DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character Weak bidirectional character type "CS" in the Unicode specification. DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character Weak bidirectional character type "EN" in the Unicode specification. DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character Weak bidirectional character type "ES" in the Unicode specification. DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character Weak bidirectional character type "ET" in the Unicode specification. DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character Strong bidirectional character type "L" in the Unicode specification. DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character Strong bidirectional character type "LRE" in the Unicode specification. DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character Strong bidirectional character type "LRO" in the Unicode specification. DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character Weak bidirectional character type "NSM" in the Unicode specification. DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character Neutral bidirectional character type "ON" in the Unicode specification. DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character Neutral bidirectional character type "B" in the Unicode specification. DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character Weak bidirectional character type "PDF" in the Unicode specification. DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character Strong bidirectional character type "R" in the Unicode specification. DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character Strong bidirectional character type "AL" in the Unicode specification. DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character Strong bidirectional character type "RLE" in the Unicode specification. DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character Strong bidirectional character type "RLO" in the Unicode specification. DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character Neutral bidirectional character type "S" in the Unicode specification. DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character Undefined bidirectional character type. DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character Neutral bidirectional character type "WS" in the Unicode specification. disable() - Static method in class java.lang.Compiler Cause the Compiler to cease operation. Double - class java.lang.Double.The Double class wraps a value of the primitive type double in an object. Double(double) - Constructor for class java.lang.Double Constructs a newly allocated Double object that represents the primitive double argument. Double(String) - Constructor for class java.lang.Double Constructs a newly allocated Double object that represents the floating-point value of type double represented by the string. doubleToLongBits(double) - Static method in class java.lang.Double Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout. doubleToRawLongBits(double) - Static method in class java.lang.Double Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout, preserving Not-a-Number (NaN) values. doubleValue() - Method in class java.lang.Long Returns the value of this Long as a double. doubleValue() - Method in class java.lang.Integer Returns the value of this Integer as a double. doubleValue() - Method in class java.lang.Short Returns the value of this Short as a double. doubleValue() - Method in class java.lang.Byte Returns the value of this Byte as a double. doubleValue() - Method in class java.lang.Double Returns the double value of this Double object. doubleValue() - Method in class java.lang.Float Returns the double value of this Float object. doubleValue() - Method in class java.lang.Number Returns the value of the specified number as a double. dumpStack() - Static method in class java.lang.Thread Prints a stack trace of the current thread. E E - Static variable in class java.lang.Math The double value that is closer than any other to e, the base of the natural logarithms. E - Static variable in class java.lang.StrictMath The double value that is closer than any other to e, the base of the natural logarithms. enable() - Static method in class java.lang.Compiler Cause the Compiler to resume operation. ENCLOSED_ALPHANUMERICS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. ENCLOSING_MARK - Static variable in class java.lang.Character General category "Me" in the Unicode specification. END_PUNCTUATION - Static variable in class java.lang.Character General category "Pe" in the Unicode specification. endsWith(String) - Method in class java.lang.String Tests if this string ends with the specified suffix. ensureCapacity(int) - Method in class java.lang.StringBuffer Ensures that the capacity of the buffer is at least equal to the specified minimum. enumerate(Thread[]) - Method in class java.lang.ThreadGroup Copies into the specified array every active thread in this thread group and its subgroups. enumerate(Thread[]) - Static method in class java.lang.Thread Copies into the specified array every active thread in the current thread's thread group and its subgroups. enumerate(Thread[], boolean) - Method in class java.lang.ThreadGroup Copies into the specified array every active thread in this thread group. enumerate(ThreadGroup[]) - Method in class java.lang.ThreadGroup Copies into the specified array references to every active subgroup in this thread group. enumerate(ThreadGroup[], boolean) - Method in class java.lang.ThreadGroup Copies into the specified array references to every active subgroup in this thread group. 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.Long Compares this object to the specified object. equals(Object) - Method in class java.lang.Integer Compares this object to the specified object. equals(Object) - Method in class java.lang.Short Compares this object to the specified object. equals(Object) - Method in class java.lang.Byte Compares this object to the specified object. equals(Object) - Method in class java.lang.Double Compares this object against the specified object. equals(Object) - Method in class java.lang.Float Compares this object against the specified object. equals(Object) - Method in class java.lang.Character Compares this object against the specified object. equals(Object) - Method in class java.lang.Character.Subset Compares two Subset objects for equality. equals(Object) - Method in class java.lang.Boolean Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object. equals(Object) - Method in class java.lang.String Compares this string to the specified object. equals(Object) - Method in class java.lang.Object Indicates whether some other object is "equal to" this one. equalsIgnoreCase(String) - Method in class java.lang.String Compares this String to another String, ignoring case considerations. err - Static variable in class java.lang.System The "standard" error output stream. Error - error java.lang.Error.An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch. Error() - Constructor for class java.lang.Error Constructs a new error with null as its detail message. Error(String) - Constructor for class java.lang.Error Constructs a new error with the specified detail message. Error(String, Throwable) - Constructor for class java.lang.Error Constructs a new error with the specified detail message and cause. Error(Throwable) - Constructor for class java.lang.Error Constructs a new error with the specified cause and a detail message of (cause==null ? ETHIOPIC - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. Exception - exception java.lang.Exception.The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.Exception() - Constructor for class java.lang.Exception Constructs a new exception with null as its detail message. Exception(String) - Constructor for class java.lang.Exception Constructs a new exception with the specified detail message. Exception(String, Throwable) - Constructor for class java.lang.Exception Constructs a new exception with the specified detail message and cause. Exception(Throwable) - Constructor for class java.lang.Exception Constructs a new exception with the specified cause and a detail message of (cause==null ? ExceptionInInitializerError - error java.lang.ExceptionInInitializerError.Signals that an unexpected exception has occurred in a static initializer. ExceptionInInitializerError() - Constructor for class java.lang.ExceptionInInitializerError Constructs an ExceptionInInitializerError with null as its detail message string and with no saved throwable object. ExceptionInInitializerError(String) - Constructor for class java.lang.ExceptionInInitializerError Constructs an ExceptionInInitializerError with the specified detail message string. ExceptionInInitializerError(Throwable) - Constructor for class java.lang.ExceptionInInitializerError Constructs a new ExceptionInInitializerError class by saving a reference to the Throwable object thrown for later retrieval by the ExceptionInInitializerError.getException() method. exec(String) - Method in class java.lang.Runtime Executes the specified string command in a separate process. exec(String[]) - Method in class java.lang.Runtime Executes the specified command and arguments in a separate process. exec(String[], String[]) - Method in class java.lang.Runtime Executes the specified command and arguments in a separate process with the specified environment. exec(String[], String[], File) - Method in class java.lang.Runtime Executes the specified command and arguments in a separate process with the specified environment and working directory. exec(String, String[]) - Method in class java.lang.Runtime Executes the specified string command in a separate process with the specified environment. exec(String, String[], File) - Method in class java.lang.Runtime Executes the specified string command in a separate process with the specified environment and working directory. exit(int) - Method in class java.lang.Runtime Terminates the currently running Java virtual machine by initiating its shutdown sequence. exit(int) - Static method in class java.lang.System Terminates the currently running Java Virtual Machine. exitValue() - Method in class java.lang.Process Returns the exit value for the subprocess. exp(double) - Static method in class java.lang.Math Returns Euler's number e raised to the power of a double value. exp(double) - Static method in class java.lang.StrictMath Returns Euler's number e raised to the power of a double value. F FALSE - Static variable in class java.lang.Boolean The Boolean object corresponding to the primitive value false. fillInStackTrace() - Method in class java.lang.Throwable Fills in the execution stack trace. FINAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character General category "Pf" in the Unicode specification. finalize() - Method in class java.lang.Object Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. findClass(String) - Method in class java.lang.ClassLoader Finds the specified class. findLibrary(String) - Method in class java.lang.ClassLoader Returns the absolute path name of a native library. findLoadedClass(String) - Method in class java.lang.ClassLoader Finds the class with the given name if it had been previously loaded through this class loader. findResource(String) - Method in class java.lang.ClassLoader Finds the resource with the given name. findResources(String) - Method in class java.lang.ClassLoader Returns an Enumeration of URLs representing all the resources with the given name. findSystemClass(String) - Method in class java.lang.ClassLoader Finds a class with the specified name, loading it if necessary. Float - class java.lang.Float.The Float class wraps a value of primitive type float in an object. Float(double) - Constructor for class java.lang.Float Constructs a newly allocated Float object that represents the argument converted to type float. Float(float) - Constructor for class java.lang.Float Constructs a newly allocated Float object that represents the primitive float argument. Float(String) - Constructor for class java.lang.Float Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string. floatToIntBits(float) - Static method in class java.lang.Float Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout. floatToRawIntBits(float) - Static method in class java.lang.Float Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout, preserving Not-a-Number (NaN) values. floatValue() - Method in class java.lang.Long Returns the value of this Long as a float. floatValue() - Method in class java.lang.Integer Returns the value of this Integer as a float. floatValue() - Method in class java.lang.Short Returns the value of this Short as a float. floatValue() - Method in class java.lang.Byte Returns the value of this Byte as a float. floatValue() - Method in class java.lang.Double Returns the float value of this Double object. floatValue() - Method in class java.lang.Float Returns the float value of this Float object. floatValue() - Method in class java.lang.Number Returns the value of the specified number as a float. floor(double) - Static method in class java.lang.Math Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer. floor(double) - Static method in class java.lang.StrictMath Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer. forDigit(int, int) - Static method in class java.lang.Character Determines the character representation for a specific digit in the specified radix. FORMAT - Static variable in class java.lang.Character General category "Cf" in the Unicode specification. forName(String) - Static method in class java.lang.Class Returns the Class object associated with the class or interface with the given string name. forName(String, boolean, ClassLoader) - Static method in class java.lang.Class Returns the Class object associated with the class or interface with the given string name, using the given class loader. freeMemory() - Method in class java.lang.Runtime Returns the amount of free memory in the Java Virtual Machine. G gc() - Method in class java.lang.Runtime Runs the garbage collector. gc() - Static method in class java.lang.System Runs the garbage collector. GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. get() - Method in class java.lang.ThreadLocal Returns the value in the current thread's copy of this thread-local variable. getBoolean(String) - Static method in class java.lang.Boolean Returns true if and only if the system property named by the argument exists and is equal to the string "true". getBytes() - Method in class java.lang.String Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array. getBytes(int, int, byte[], int) - Method in class java.lang.String Deprecated. This method does not properly convert characters into bytes. As of JDK 1.1, the preferred way to do this is via the the getBytes() method, which uses the platform's default charset. getBytes(String) - Method in class java.lang.String Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array. getCause() - Method in class java.lang.ClassNotFoundException Returns the the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null). 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 class java.lang.ExceptionInInitializerError Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created). getChars(int, int, char[], int) - Method in class java.lang.StringBuffer Characters are copied from this string buffer into the destination character array dst. getChars(int, int, char[], int) - Method in class java.lang.String Copies characters from this string into the destination character array. getClass() - Method in class java.lang.Object Returns the runtime class of an object. getClassContext() - Method in class java.lang.SecurityManager Returns the current execution stack as an array of classes. getClasses() - Method in class java.lang.Class Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object. getClassLoader() - Method in class java.lang.Class Returns the class loader for the class. 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. getComponentType() - Method in class java.lang.Class Returns the Class representing the component type of an array. getConstructor(Class[]) - Method in class java.lang.Class Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object. getConstructors() - Method in class java.lang.Class Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object. getContextClassLoader() - Method in class java.lang.Thread Returns the context ClassLoader for this Thread. getDeclaredClasses() - Method in class java.lang.Class Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object. getDeclaredConstructor(Class[]) - Method in class java.lang.Class Returns a Constructor object that reflects the specified constructor of the class or interface represented by this Class object. getDeclaredConstructors() - Method in class java.lang.Class Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object. getDeclaredField(String) - Method in class java.lang.Class Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object. getDeclaredFields() - Method in class java.lang.Class Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object. getDeclaredMethod(String, Class[]) - Method in class java.lang.Class Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object. getDeclaredMethods() - Method in class java.lang.Class Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object. getDeclaringClass() - Method in class java.lang.Class If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class in which it was declared. getDirectionality(char) - Static method in class java.lang.Character Returns the Unicode directionality property for the given character. getenv(String) - Static method in class java.lang.System Deprecated. The preferred way to extract system-dependent information is the system properties of the java.lang.System.getProperty methods and the corresponding getTypeName methods of the Boolean, Integer, and Long primitive types. For example: String classPath = System.getProperty("java.class.path","."); if (Boolean.getBoolean("myapp.exper.mode")) enableExpertCommands(); getErrorStream() - Method in class java.lang.Process Gets the error stream of the subprocess. getException() - Method in class java.lang.ClassNotFoundException Returns the exception that was raised if an error occurred while attempting to load the class. getException() - Method in class java.lang.ExceptionInInitializerError Returns the exception that occurred during a static initialization that caused this error to be created. getField(String) - Method in class java.lang.Class Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object. getFields() - Method in class java.lang.Class Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object. getFileName() - Method in class java.lang.StackTraceElement Returns the name of the source file containing the execution point represented by this stack trace element. getImplementationTitle() - Method in class java.lang.Package Return the title of this package. getImplementationVendor() - Method in class java.lang.Package Returns the name of the organization, vendor or company that provided this implementation. getImplementationVersion() - Method in class java.lang.Package Return the version of this implementation. getInCheck() - Method in class java.lang.SecurityManager Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. getInputStream() - Method in class java.lang.Process Gets the input stream of the subprocess. getInteger(String) - Static method in class java.lang.Integer Determines the integer value of the system property with the specified name. getInteger(String, int) - Static method in class java.lang.Integer Determines the integer value of the system property with the specified name. getInteger(String, Integer) - Static method in class java.lang.Integer Returns the integer value of the system property with the specified name. getInterfaces() - Method in class java.lang.Class Determines the interfaces implemented by the class or interface represented by this object. 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. getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime Deprecated. As of JDK 1.1, the preferred way to translate a byte stream in the local encoding into a character stream in Unicode is via the InputStreamReader and BufferedReader classes. getLocalizedMessage() - Method in class java.lang.Throwable Creates a localized description of this throwable. getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime Deprecated. As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via the OutputStreamWriter, BufferedWriter, and PrintWriter classes. getLong(String) - Static method in class java.lang.Long Determines the long value of the system property with the specified name. getLong(String, long) - Static method in class java.lang.Long Determines the long value of the system property with the specified name. getLong(String, Long) - Static method in class java.lang.Long Returns the long value of the system property with the specified name. getMaxPriority() - Method in class java.lang.ThreadGroup Returns the maximum priority of this thread group. getMessage() - Method in class java.lang.Throwable Returns the detail message string of this throwable. getMethod(String, Class[]) - Method in class java.lang.Class Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object. getMethodName() - Method in class java.lang.StackTraceElement Returns the name of the method containing the execution point represented by this stack trace element. getMethods() - Method in class java.lang.Class Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces. getModifiers() - Method in class java.lang.Class Returns the Java language modifiers for this class or interface, encoded in an integer. getName() - Method in class java.lang.ThreadGroup Returns the name of this thread group. getName() - Method in class java.lang.Thread Returns this thread's name. getName() - Method in class java.lang.Class Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String. getName() - Method in class java.lang.Package Return the name of this package. getNumericValue(char) - Static method in class java.lang.Character Returns the int value that the specified Unicode character represents. getOutputStream() - Method in class java.lang.Process Gets the output stream of the subprocess. getPackage() - Method in class java.lang.Class Gets the package for this class. getPackage(String) - Method in class java.lang.ClassLoader Returns a Package that has been defined by this class loader or any of its ancestors. getPackage(String) - Static method in class java.lang.Package Find a package by name in the callers ClassLoader instance. getPackages() - Method in class java.lang.ClassLoader Returns all of the Packages defined by this class loader and its ancestors. getPackages() - Static method in class java.lang.Package Get all the packages currently known for the caller's ClassLoader instance. getParent() - Method in class java.lang.ThreadGroup Returns the parent of this thread group. getParent() - Method in class java.lang.ClassLoader Returns the parent class loader for delegation. getPriority() - Method in class java.lang.Thread Returns this thread's priority. getProperties() - Static method in class java.lang.System Determines the current system properties. getProperty(String) - Static method in class java.lang.System Gets the system property indicated by the specified key. getProperty(String, String) - Static method in class java.lang.System Gets the system property indicated by the specified key. getProtectionDomain() - Method in class java.lang.Class Returns the ProtectionDomain of this class. getResource(String) - Method in class java.lang.ClassLoader Finds the resource with the given name. getResource(String) - Method in class java.lang.Class Finds a resource with a given name. getResourceAsStream(String) - Method in class java.lang.ClassLoader Returns an input stream for reading the specified resource. getResourceAsStream(String) - Method in class java.lang.Class Finds a resource with a given name. getResources(String) - Method in class java.lang.ClassLoader Finds all the resources with the given name. getRuntime() - Static method in class java.lang.Runtime Returns the runtime object associated with the current Java application. getSecurityContext() - Method in class java.lang.SecurityManager Creates an object that encapsulates the current execution environment. getSecurityManager() - Static method in class java.lang.System Gets the system security interface. getSigners() - Method in class java.lang.Class Gets the signers of this class. getSpecificationTitle() - Method in class java.lang.Package Return the title of the specification that this package implements. getSpecificationVendor() - Method in class java.lang.Package Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package. getSpecificationVersion() - Method in class java.lang.Package Returns the version number of the specification that this package implements. getStackTrace() - Method in class java.lang.Throwable Provides programmatic access to the stack trace information printed by Throwable.printStackTrace(). getSuperclass() - Method in class java.lang.Class Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class. getSystemClassLoader() - Static method in class java.lang.ClassLoader Returns the system class loader for delegation. getSystemResource(String) - Static method in class java.lang.ClassLoader Find a resource of the specified name from the search path used to load classes. getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader Open for reading, a resource of the specified name from the search path used to load classes. getSystemResources(String) - Static method in class java.lang.ClassLoader Finds all resources of the specified name from the search path used to load classes. getThreadGroup() - Method in class java.lang.Thread Returns the thread group to which this thread belongs. getThreadGroup() - Method in class java.lang.SecurityManager Returns the thread group into which to instantiate any new thread being created at the time this is being called. getType(char) - Static method in class java.lang.Character Returns a value indicating a character's general category. GREEK - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. GUJARATI - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. H HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. halt(int) - Method in class java.lang.Runtime Forcibly terminates the currently running Java virtual machine. HANGUL_COMPATIBILITY_JAMO - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. HANGUL_JAMO - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. HANGUL_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. hashCode() - Method in class java.lang.StackTraceElement Returns a hash code value for this stack trace element. hashCode() - Method in class java.lang.Long Returns a hash code for this Long. hashCode() - Method in class java.lang.Integer Returns a hash code for this Integer. hashCode() - Method in class java.lang.Short Returns a hash code for this Short. hashCode() - Method in class java.lang.Byte Returns a hash code for this Byte. hashCode() - Method in class java.lang.Double Returns a hash code for this Double object. hashCode() - Method in class java.lang.Float Returns a hash code for this Float object. hashCode() - Method in class java.lang.Character Returns a hash code for this Character. hashCode() - Method in class java.lang.Character.Subset Returns the standard hash code as defined by the Object.hashCode() method. hashCode() - Method in class java.lang.Boolean Returns a hash code for this Boolean object. hashCode() - Method in class java.lang.String Returns a hash code for this string. hashCode() - Method in class java.lang.Object Returns a hash code value for the object. hashCode() - Method in class java.lang.Package Return the hash code computed from the package name. HEBREW - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. HIRAGANA - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. holdsLock(Object) - Static method in class java.lang.Thread Returns true if and only if the current thread holds the monitor lock on the specified object. I identityHashCode(Object) - Static method in class java.lang.System Returns the same hash code for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode(). IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. IEEEremainder(double, double) - Static method in class java.lang.Math Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard. IEEEremainder(double, double) - Static method in class java.lang.StrictMath Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard. IllegalAccessError - error java.lang.IllegalAccessError.Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to. IllegalAccessError() - Constructor for class java.lang.IllegalAccessError Constructs an IllegalAccessError with no detail message. IllegalAccessError(String) - Constructor for class java.lang.IllegalAccessError Constructs an IllegalAccessError with the specified detail message. IllegalAccessException - exception java.lang.IllegalAccessException.An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.IllegalAccessException() - Constructor for class java.lang.IllegalAccessException Constructs an IllegalAccessException without a detail message. IllegalAccessException(String) - Constructor for class java.lang.IllegalAccessException Constructs an IllegalAccessException with a detail message. IllegalArgumentException - exception java.lang.IllegalArgumentException.Thrown to indicate that a method has been passed an illegal or inappropriate argument.IllegalArgumentException() - Constructor for class java.lang.IllegalArgumentException Constructs an IllegalArgumentException with no detail message. IllegalArgumentException(String) - Constructor for class java.lang.IllegalArgumentException Constructs an IllegalArgumentException with the specified detail message. IllegalMonitorStateException - exception java.lang.IllegalMonitorStateException.Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.IllegalMonitorStateException() - Constructor for class java.lang.IllegalMonitorStateException Constructs an IllegalMonitorStateException with no detail message. IllegalMonitorStateException(String) - Constructor for class java.lang.IllegalMonitorStateException Constructs an IllegalMonitorStateException with the specified detail message. IllegalStateException - exception java.lang.IllegalStateException.Signals that a method has been invoked at an illegal or inappropriate time. IllegalStateException() - Constructor for class java.lang.IllegalStateException Constructs an IllegalStateException with no detail message. IllegalStateException(String) - Constructor for class java.lang.IllegalStateException Constructs an IllegalStateException with the specified detail message. IllegalThreadStateException - exception java.lang.IllegalThreadStateException.Thrown to indicate that a thread is not in an appropriate state for the requested operation. IllegalThreadStateException() - Constructor for class java.lang.IllegalThreadStateException Constructs an IllegalThreadStateException with no detail message. IllegalThreadStateException(String) - Constructor for class java.lang.IllegalThreadStateException Constructs an IllegalThreadStateException with the specified detail message. in - Static variable in class java.lang.System The "standard" input stream. inCheck - Variable in class java.lang.SecurityManager Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. inClass(String) - Method in class java.lang.SecurityManager Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. inClassLoader() - Method in class java.lang.SecurityManager Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. IncompatibleClassChangeError - error java.lang.IncompatibleClassChangeError.Thrown when an incompatible class change has occurred to some class definition. IncompatibleClassChangeError() - Constructor for class java.lang.IncompatibleClassChangeError Constructs an IncompatibleClassChangeError with no detail message. IncompatibleClassChangeError(String) - Constructor for class java.lang.IncompatibleClassChangeError Constructs an IncompatibleClassChangeError with the specified detail message. indexOf(int) - Method in class java.lang.String Returns the index within this string of the first occurrence of the specified character. indexOf(int, int) - Method in class java.lang.String Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index. indexOf(String) - Method in class java.lang.StringBuffer Returns the index within this string of the first occurrence of the specified substring. indexOf(String) - Method in class java.lang.String Returns the index within this string of the first occurrence of the specified substring. indexOf(String, int) - Method in class java.lang.StringBuffer Returns the index within this string of the first occurrence of the specified substring, starting at the specified index. indexOf(String, int) - Method in class java.lang.String Returns the index within this string of the first occurrence of the specified substring, starting at the specified index. IndexOutOfBoundsException - exception java.lang.IndexOutOfBoundsException.Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. IndexOutOfBoundsException() - Constructor for class java.lang.IndexOutOfBoundsException Constructs an IndexOutOfBoundsException with no detail message. IndexOutOfBoundsException(String) - Constructor for class java.lang.IndexOutOfBoundsException Constructs an IndexOutOfBoundsException with the specified detail message. InheritableThreadLocal - class java.lang.InheritableThreadLocal.This class extends ThreadLocal to provide inheritance of values from parent thread to child thread: when a child thread is created, the child receives initial values for all inheritable thread-local variables for which the parent has values. InheritableThreadLocal() - Constructor for class java.lang.InheritableThreadLocal   initCause(Throwable) - Method in class java.lang.Throwable Initializes the cause of this throwable to the specified value. INITIAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character General category "Pi" in the Unicode specification. initialValue() - Method in class java.lang.ThreadLocal Returns the current thread's initial value for this thread-local variable. insert(int, boolean) - Method in class java.lang.StringBuffer Inserts the string representation of the boolean argument into this string buffer. insert(int, char) - Method in class java.lang.StringBuffer Inserts the string representation of the char argument into this string buffer. insert(int, char[]) - Method in class java.lang.StringBuffer Inserts the string representation of the char array argument into this string buffer. insert(int, char[], int, int) - Method in class java.lang.StringBuffer Inserts the string representation of a subarray of the str array argument into this string buffer. insert(int, double) - Method in class java.lang.StringBuffer Inserts the string representation of the double argument into this string buffer. insert(int, float) - Method in class java.lang.StringBuffer Inserts the string representation of the float argument into this string buffer. insert(int, int) - Method in class java.lang.StringBuffer Inserts the string representation of the second int argument into this string buffer. insert(int, long) - Method in class java.lang.StringBuffer Inserts the string representation of the long argument into this string buffer. insert(int, Object) - Method in class java.lang.StringBuffer Inserts the string representation of the Object argument into this string buffer. insert(int, String) - Method in class java.lang.StringBuffer Inserts the string into this string buffer. InstantiationError - error java.lang.InstantiationError.Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface. InstantiationError() - Constructor for class java.lang.InstantiationError Constructs an InstantiationError with no detail message. InstantiationError(String) - Constructor for class java.lang.InstantiationError Constructs an InstantiationError with the specified detail message. InstantiationException - exception java.lang.InstantiationException.Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.InstantiationException() - Constructor for class java.lang.InstantiationException Constructs an InstantiationException with no detail message. InstantiationException(String) - Constructor for class java.lang.InstantiationException Constructs an InstantiationException with the specified detail message. intBitsToFloat(int) - Static method in class java.lang.Float Returns the float value corresponding to a given bit represention. Integer - class java.lang.Integer.The Integer class wraps a value of the primitive type int in an object. Integer(int) - Constructor for class java.lang.Integer Constructs a newly allocated Integer object that represents the specified int value. Integer(String) - Constructor for class java.lang.Integer Constructs a newly allocated Integer object that represents the int value indicated by the String parameter. intern() - Method in class java.lang.String Returns a canonical representation for the string object. InternalError - error java.lang.InternalError.Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.InternalError() - Constructor for class java.lang.InternalError Constructs an InternalError with no detail message. InternalError(String) - Constructor for class java.lang.InternalError Constructs an InternalError with the specified detail message. interrupt() - Method in class java.lang.ThreadGroup Interrupts all threads in this thread group. interrupt() - Method in class java.lang.Thread Interrupts this thread. interrupted() - Static method in class java.lang.Thread Tests whether the current thread has been interrupted. InterruptedException - exception java.lang.InterruptedException.Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.InterruptedException() - Constructor for class java.lang.InterruptedException Constructs an InterruptedException with no detail message. InterruptedException(String) - Constructor for class java.lang.InterruptedException Constructs an InterruptedException with the specified detail message. intValue() - Method in class java.lang.Long Returns the value of this Long as an int. intValue() - Method in class java.lang.Integer Returns the value of this Integer as an int. intValue() - Method in class java.lang.Short Returns the value of this Short as an int. intValue() - Method in class java.lang.Byte Returns the value of this Byte as an int. intValue() - Method in class java.lang.Double Returns the value of this Double as an int (by casting to type int). intValue() - Method in class java.lang.Float Returns the value of this Float as an int (by casting to type int). intValue() - Method in class java.lang.Number Returns the value of the specified number as an int. IPA_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. isAlive() - Method in class java.lang.Thread Tests if this thread is alive. isArray() - Method in class java.lang.Class Determines if this Class object represents an array class. isAssignableFrom(Class) - Method in class java.lang.Class Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter. isCompatibleWith(String) - Method in class java.lang.Package Compare this package's specification version with a desired version. isDaemon() - Method in class java.lang.ThreadGroup Tests if this thread group is a daemon thread group. isDaemon() - Method in class java.lang.Thread Tests if this thread is a daemon thread. isDefined(char) - Static method in class java.lang.Character Determines if a character is defined in Unicode. isDestroyed() - Method in class java.lang.ThreadGroup Tests if this thread group has been destroyed. isDigit(char) - Static method in class java.lang.Character Determines if the specified character is a digit. isIdentifierIgnorable(char) - Static method in class java.lang.Character Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier. isInfinite() - Method in class java.lang.Double Returns true if this Double value is infinitely large in magnitude, false otherwise. isInfinite() - Method in class java.lang.Float Returns true if this Float value is infinitely large in magnitude, false otherwise. isInfinite(double) - Static method in class java.lang.Double Returns true if the specified number is infinitely large in magnitude, false otherwise. isInfinite(float) - Static method in class java.lang.Float Returns true if the specified number is infinitely large in magnitude, false otherwise. isInstance(Object) - Method in class java.lang.Class Determines if the specified Object is assignment-compatible with the object represented by this Class. isInterface() - Method in class java.lang.Class Determines if the specified Class object represents an interface type. isInterrupted() - Method in class java.lang.Thread Tests whether this thread has been interrupted. isISOControl(char) - Static method in class java.lang.Character Determines if the specified character is an ISO control character. isJavaIdentifierPart(char) - Static method in class java.lang.Character Determines if the specified character may be part of a Java identifier as other than the first character. isJavaIdentifierStart(char) - Static method in class java.lang.Character Determines if the specified character is permissible as the first character in a Java identifier. isJavaLetter(char) - Static method in class java.lang.Character Deprecated. Replaced by isJavaIdentifierStart(char). isJavaLetterOrDigit(char) - Static method in class java.lang.Character Deprecated. Replaced by isJavaIdentifierPart(char). isLetter(char) - Static method in class java.lang.Character Determines if the specified character is a letter. isLetterOrDigit(char) - Static method in class java.lang.Character Determines if the specified character is a letter or digit. isLowerCase(char) - Static method in class java.lang.Character Determines if the specified character is a lowercase character. isMirrored(char) - Static method in class java.lang.Character Determines whether the character is mirrored according to the Unicode specification. isNaN() - Method in class java.lang.Double Returns true if this Double value is a Not-a-Number (NaN), false otherwise. isNaN() - Method in class java.lang.Float Returns true if this Float value is a Not-a-Number (NaN), false otherwise. isNaN(double) - Static method in class java.lang.Double Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise. isNaN(float) - Static method in class java.lang.Float Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise. 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. isPrimitive() - Method in class java.lang.Class Determines if the specified Class object represents a primitive type. 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 with respect to the specified code source url. isSpace(char) - Static method in class java.lang.Character Deprecated. Replaced by isWhitespace(char). isSpaceChar(char) - Static method in class java.lang.Character Determines if the specified character is a Unicode space character. isTitleCase(char) - Static method in class java.lang.Character Determines if the specified character is a titlecase character. isUnicodeIdentifierPart(char) - Static method in class java.lang.Character Determines if the specified character may be part of a Unicode identifier as other than the first character. isUnicodeIdentifierStart(char) - Static method in class java.lang.Character Determines if the specified character is permissible as the first character in a Unicode identifier. isUpperCase(char) - Static method in class java.lang.Character Determines if the specified character is an uppercase character. isWhitespace(char) - Static method in class java.lang.Character Determines if the specified character is white space according to Java. J java.lang - package java.lang join() - Method in class java.lang.Thread Waits for this thread to die. join(long) - Method in class java.lang.Thread Waits at most millis milliseconds for this thread to die. join(long, int) - Method in class java.lang.Thread Waits at most millis milliseconds plus nanos nanoseconds for this thread to die. K KANBUN - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. KANGXI_RADICALS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. KANNADA - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. KATAKANA - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. KHMER - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. L LAO - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. lastIndexOf(int) - Method in class java.lang.String Returns the index within this string of the last occurrence of the specified character. lastIndexOf(int, int) - Method in class java.lang.String Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index. lastIndexOf(String) - Method in class java.lang.StringBuffer Returns the index within this string of the rightmost occurrence of the specified substring. lastIndexOf(String) - Method in class java.lang.String Returns the index within this string of the rightmost occurrence of the specified substring. lastIndexOf(String, int) - Method in class java.lang.StringBuffer Returns the index within this string of the last occurrence of the specified substring. lastIndexOf(String, int) - Method in class java.lang.String Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index. LATIN_1_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. LATIN_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. LATIN_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. length() - Method in class java.lang.StringBuffer Returns the length (character count) of this string buffer. length() - Method in class java.lang.String Returns the length of this string. length() - Method in interface java.lang.CharSequence Returns the length of this character sequence. LETTER_NUMBER - Static variable in class java.lang.Character General category "Nl" in the Unicode specification. LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. LINE_SEPARATOR - Static variable in class java.lang.Character General category "Zl" in the Unicode specification. LinkageError - error java.lang.LinkageError.Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.LinkageError() - Constructor for class java.lang.LinkageError Constructs a LinkageError with no detail message. LinkageError(String) - Constructor for class java.lang.LinkageError Constructs a LinkageError with the specified detail message. list() - Method in class java.lang.ThreadGroup Prints information about this thread group to the standard output. load(String) - Method in class java.lang.Runtime Loads the specified filename as a dynamic library. load(String) - Static method in class java.lang.System Loads a code file with the specified filename from the local file system as a dynamic library. loadClass(String) - Method in class java.lang.ClassLoader Loads the class with the specified name. loadClass(String, boolean) - Method in class java.lang.ClassLoader Loads the class with the specified name. loadLibrary(String) - Method in class java.lang.Runtime Loads the dynamic library with the specified library name. loadLibrary(String) - Static method in class java.lang.System Loads the system library specified by the libname argument. log(double) - Static method in class java.lang.Math Returns the natural logarithm (base e) of a double value. log(double) - Static method in class java.lang.StrictMath Returns the natural logarithm (base e) of a double value. Long - class java.lang.Long.The Long class wraps a value of the primitive type long in an object. Long(long) - Constructor for class java.lang.Long Constructs a newly allocated Long object that represents the specified long argument. Long(String) - Constructor for class java.lang.Long Constructs a newly allocated Long object that represents the long value indicated by the String parameter. longBitsToDouble(long) - Static method in class java.lang.Double Returns the double value corresponding to a given bit representation. longValue() - Method in class java.lang.Long Returns the value of this Long as a long value. longValue() - Method in class java.lang.Integer Returns the value of this Integer as a long. longValue() - Method in class java.lang.Short Returns the value of this Short as a long. longValue() - Method in class java.lang.Byte Returns the value of this Byte as a long. longValue() - Method in class java.lang.Double Returns the value of this Double as a long (by casting to type long). longValue() - Method in class java.lang.Float Returns value of this Float as a long (by casting to type long). longValue() - Method in class java.lang.Number Returns the value of the specified number as a long. LOWERCASE_LETTER - Static variable in class java.lang.Character General category "Ll" in the Unicode specification. M MALAYALAM - Static variable in class java.lang.Character.UnicodeBlock Constant for the Unicode character block of the same name. mapLibraryName(String) - Static method in class java.lang.System Maps a library name into a platform-specific string representing a native library. matches(String) - Method in class java.lang.String Tells whether or not this string matches the given

Wyszukiwarka

Podobne podstrony:
index all
index all
index all
index all (2)
index all
index all
index all
index all
index all
index all
index all
index all
index all
index all
index all
SMB3 All Stars Map Tiles Index

więcej podobnych podstron