|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV NEXT | ||||||||
A
- AEGEAN_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
- Aegean Numbers.
- ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
- Alphabetic Presentation Forms.
- ANNOTATION - Static variable in class java.lang.Class
- Flag indiciating an annotation class.
- ARABIC - Static variable in class java.lang.Character.UnicodeBlock
- Arabic.
- ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
- Arabic Presentation Forms-A.
- ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
- Arabic Presentation Forms-B.
- ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
- Armenian.
- ARROWS - Static variable in class java.lang.Character.UnicodeBlock
- Arrows.
- AT0 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT1 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT10 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT2 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT3 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT4 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT5 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT6 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT7 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT8 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AT9 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - ATAN_0_5H - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - ATAN_0_5L - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - ATAN_1_5H - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - ATAN_1_5L - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.atan(double)55 . - AbstractMethodError - error java.lang.AbstractMethodError.
- An
AbstractMethodErroris thrown when an application attempts to access an abstract method. - AbstractMethodError() - Constructor for class java.lang.AbstractMethodError
- Create an error without a message.
- AbstractMethodError(String) - Constructor for class java.lang.AbstractMethodError
- Create an error with a message.
- Appendable - interface java.lang.Appendable.
-
An
Appendableobject is one to which a sequence of Unicode characters can be added. - ArithmeticException - exception java.lang.ArithmeticException.
- Thrown when a math error has occured, such as trying to divide an integer by zero.
- ArithmeticException() - Constructor for class java.lang.ArithmeticException
- Create an exception without a message.
- ArithmeticException(String) - Constructor for class java.lang.ArithmeticException
- Create an exception with a message.
- ArrayIndexOutOfBoundsException - exception java.lang.ArrayIndexOutOfBoundsException.
- Thrown when attempting to access a position outside the valid range of an array.
- ArrayIndexOutOfBoundsException() - Constructor for class java.lang.ArrayIndexOutOfBoundsException
- Create an exception without a message.
- ArrayIndexOutOfBoundsException(String) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
- Create an exception with a message.
- ArrayIndexOutOfBoundsException(int) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
- Create an exception indicating the illegal index.
- ArrayStoreException - exception java.lang.ArrayStoreException.
- Thrown when trying to store an object of the wrong runtime type in an array.
- ArrayStoreException() - Constructor for class java.lang.ArrayStoreException
- Create an exception without a message.
- ArrayStoreException(String) - Constructor for class java.lang.ArrayStoreException
- Create an exception with a message.
- AssertionError - error java.lang.AssertionError.
- An assertion error normally occurs as a result of the
assertstatement added in JDK 1.4, to indicate that an assertion failed. - AssertionError() - Constructor for class java.lang.AssertionError
- Construct an AssertionError with no detail message.
- AssertionError(Object) - Constructor for class java.lang.AssertionError
- Construct an AssertionError with the string conversion of the given object as its error message.
- AssertionError(boolean) - Constructor for class java.lang.AssertionError
- Construct an AssertionError with the string conversion of the given boolean as its error message.
- AssertionError(char) - Constructor for class java.lang.AssertionError
- Construct an AssertionError with the string conversion of the given char as its error message.
- AssertionError(int) - Constructor for class java.lang.AssertionError
- Construct an AssertionError with the string conversion of the given int as its error message.
- AssertionError(long) - Constructor for class java.lang.AssertionError
- Construct an AssertionError with the string conversion of the given long as its error message.
- AssertionError(float) - Constructor for class java.lang.AssertionError
- Construct an AssertionError with the string conversion of the given float as its error message.
- AssertionError(double) - Constructor for class java.lang.AssertionError
- Construct an AssertionError with the string conversion of the given double as its error message.
- 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(int) - Static method in class java.lang.StrictMath
- Take the absolute value of the argument.
- abs(long) - Static method in class java.lang.StrictMath
- Take the absolute value of the argument.
- abs(float) - Static method in class java.lang.StrictMath
- Take the absolute value of the argument.
- abs(double) - Static method in class java.lang.StrictMath
- Take the absolute value of the argument.
- acos(double) - Static method in class java.lang.Math
- The trigonometric function arccos.
- acos(double) - Static method in class java.lang.StrictMath
- The trigonometric function arccos.
- acos(double) - Static method in class java.lang.VMMath
- The trigonometric function arccos.
- 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 an estimate of the total number of active threads in this ThreadGroup and all its descendants.
- activeGroupCount() - Method in class java.lang.ThreadGroup
- Get the number of active groups in this ThreadGroup.
- activeMap - Variable in class java.lang.VMProcess.ProcessThread
- addFileURL(ArrayList, String) - Static method in class java.lang.ClassLoader
- addShutdownHook(Thread) - Method in class java.lang.Runtime
- Register a new shutdown hook.
- addThread(Thread) - Method in class java.lang.ThreadGroup
- Add a thread to the group.
- allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
- Deprecated. pointless, since suspend is deprecated
- append(char) - Method in interface java.lang.Appendable
- Appends the Unicode character, c, to this
Appendableobject. - append(CharSequence) - Method in interface java.lang.Appendable
- Appends the specified sequence of Unicode characters to this
Appendableobject. - append(CharSequence, int, int) - Method in interface java.lang.Appendable
- Appends the specified subsequence of Unicode characters to this
Appendableobject, starting and ending at the specified positions within the sequence. - append(Object) - Method in class java.lang.StringBuffer
- Append the
Stringvalue of the argument to thisStringBuffer. - append(String) - Method in class java.lang.StringBuffer
- Append the
Stringto thisStringBuffer. - append(StringBuffer) - Method in class java.lang.StringBuffer
- Append the
StringBuffervalue of the argument to thisStringBuffer. - append(CharSequence) - Method in class java.lang.StringBuffer
- Append the
CharSequencevalue of the argument to thisStringBuffer. - append(CharSequence, int, int) - Method in class java.lang.StringBuffer
- Append the specified subsequence of the
CharSequenceargument to thisStringBuffer. - append(char[]) - Method in class java.lang.StringBuffer
- Append the
chararray to thisStringBuffer. - append(char[], int, int) - Method in class java.lang.StringBuffer
- Append part of the
chararray to thisStringBuffer. - append(boolean) - Method in class java.lang.StringBuffer
- Append the
Stringvalue of the argument to thisStringBuffer. - append(char) - Method in class java.lang.StringBuffer
- Append the
charto thisStringBuffer. - append(int) - Method in class java.lang.StringBuffer
- Append the
Stringvalue of the argument to thisStringBuffer. - append(long) - Method in class java.lang.StringBuffer
- Append the
Stringvalue of the argument to thisStringBuffer. - append(float) - Method in class java.lang.StringBuffer
- Append the
Stringvalue of the argument to thisStringBuffer. - append(double) - Method in class java.lang.StringBuffer
- Append the
Stringvalue of the argument to thisStringBuffer. - append(Object) - Method in class java.lang.StringBuilder
- Append the
Stringvalue of the argument to thisStringBuilder. - append(String) - Method in class java.lang.StringBuilder
- Append the
Stringto thisStringBuilder. - append(StringBuffer) - Method in class java.lang.StringBuilder
- Append the
StringBuildervalue of the argument to thisStringBuilder. - append(char[]) - Method in class java.lang.StringBuilder
- Append the
chararray to thisStringBuilder. - append(char[], int, int) - Method in class java.lang.StringBuilder
- Append part of the
chararray to thisStringBuilder. - append(boolean) - Method in class java.lang.StringBuilder
- Append the
Stringvalue of the argument to thisStringBuilder. - append(char) - Method in class java.lang.StringBuilder
- Append the
charto thisStringBuilder. - append(CharSequence) - Method in class java.lang.StringBuilder
- Append the characters in the
CharSequenceto this buffer. - append(CharSequence, int, int) - Method in class java.lang.StringBuilder
- Append some characters from the
CharSequenceto this buffer. - append(int) - Method in class java.lang.StringBuilder
- Append the
Stringvalue of the argument to thisStringBuilder. - append(long) - Method in class java.lang.StringBuilder
- Append the
Stringvalue of the argument to thisStringBuilder. - append(float) - Method in class java.lang.StringBuilder
- Append the
Stringvalue of the argument to thisStringBuilder. - append(double) - Method in class java.lang.StringBuilder
- Append the
Stringvalue of the argument to thisStringBuilder. - appendCodePoint(int) - Method in class java.lang.StringBuffer
- Append the code point to this
StringBuffer. - appendCodePoint(int) - Method in class java.lang.StringBuilder
- Append the code point to this
StringBuilder. - arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
- Copy one array onto another from
src[srcStart]... - arraycopy(Object, int, Object, int, int) - Static method in class java.lang.VMSystem
- Copy one array onto another from
src[srcStart]... - asSubclass(Class) - Method in class java.lang.Class
- Casts this class to represent a subclass of the specified class.
- asin(double) - Static method in class java.lang.Math
- The trigonometric function arcsin.
- asin(double) - Static method in class java.lang.StrictMath
- The trigonometric function arcsin.
- asin(double) - Static method in class java.lang.VMMath
- The trigonometric function arcsin.
- atan(double) - Static method in class java.lang.Math
- The trigonometric function arcsin.
- atan(double) - Static method in class java.lang.StrictMath
- The trigonometric function arcsin.
- atan(double) - Static method in class java.lang.VMMath
- The trigonometric function arcsin.
- atan2(double, double) - Static method in class java.lang.Math
- A special version of the trigonometric function arctan, for converting rectangular coordinates (x, y) to polar (r, theta).
- atan2(double, double) - Static method in class java.lang.StrictMath
- A special version of the trigonometric function arctan, for converting rectangular coordinates (x, y) to polar (r, theta).
- atan2(double, double) - Static method in class java.lang.VMMath
- A special version of the trigonometric function arctan, for converting rectangular coordinates (x, y) to polar (r, theta).
- availableProcessors() - Method in class java.lang.Runtime
- Returns the number of available processors currently available to the virtual machine.
- availableProcessors() - Static method in class java.lang.VMRuntime
- Returns the number of available processors currently available to the virtual machine.
B
- BASIC_LATIN - Static variable in class java.lang.Character.UnicodeBlock
- Basic Latin.
- BENGALI - Static variable in class java.lang.Character.UnicodeBlock
- Bengali.
- BLOCK_ELEMENTS - Static variable in class java.lang.Character.UnicodeBlock
- Block Elements.
- BOPOMOFO - Static variable in class java.lang.Character.UnicodeBlock
- Bopomofo.
- BOPOMOFO_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
- Bopomofo Extended.
- BOX_DRAWING - Static variable in class java.lang.Character.UnicodeBlock
- Box Drawing.
- BRAILLE_PATTERNS - Static variable in class java.lang.Character.UnicodeBlock
- Braille Patterns.
- BUHID - Static variable in class java.lang.Character.UnicodeBlock
- Buhid.
- BYZANTINE_MUSICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
- Byzantine Musical Symbols.
- Boolean - class java.lang.Boolean.
- Instances of class
Booleanrepresent primitivebooleanvalues. - Boolean(boolean) - Constructor for class java.lang.Boolean
- Create a
Booleanobject representing the value of the argumentvalue. - Boolean(String) - Constructor for class java.lang.Boolean
- Creates a
Booleanobject representing the primitivetrueif and only ifsmatches the string "true" ignoring case, otherwise the object will represent the primitivefalse. - Byte - class java.lang.Byte.
- Instances of class
Byterepresent primitivebytevalues. - Byte(byte) - Constructor for class java.lang.Byte
- Create a
Byteobject representing the value of thebyteargument. - Byte(String) - Constructor for class java.lang.Byte
- Create a
Byteobject representing the value specified by theStringargument - bitCount(int) - Static method in class java.lang.Integer
- Return the number of bits set in x.
- bitCount(long) - Static method in class java.lang.Long
- Return the number of bits set in x.
- blocks - Static variable in class java.lang.Character
- Stores unicode block offset lookup table.
- booleanValue() - Method in class java.lang.Boolean
- Return the primitive
booleanvalue of thisBooleanobject. - bootjars - Static variable in class java.lang.VMClassLoader
- jars from property java.boot.class.path
- byteCache - Static variable in class java.lang.Byte
- byteValue() - Method in class java.lang.Byte
- Return the value of this
Byte. - byteValue() - Method in class java.lang.Double
- Return the value of this
Doubleas abyte. - byteValue() - Method in class java.lang.Float
- Return the value of this
Floatas abyte. - byteValue() - Method in class java.lang.Integer
- Return the value of this
Integeras abyte. - byteValue() - Method in class java.lang.Long
- Return the value of this
Longas abyte. - byteValue() - Method in class java.lang.Number
- Return the value of this
Numberas abyte. - byteValue() - Method in class java.lang.Short
- Return the value of this
Shortas abyte.
C
- C1 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.cos(double)55 . - C2 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.cos(double)55 . - C3 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.cos(double)55 . - C4 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.cos(double)55 . - C5 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.cos(double)55 . - C6 - Static variable in class java.lang.StrictMath
- Coefficients for computing
StrictMath.cos(double)55 . - CANONICAL_NAME - Static variable in class java.lang.Character.UnicodeBlock
- Constants for the
forName()method - CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
- A Comparator that uses
String.compareToIgnoreCase(String). - CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock
- Cherokee.
- CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
- CJK Compatibility.
- CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
- CJK Compatibility Forms.
- CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
- CJK Compatibility Ideographs.
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
- CJK Compatibility Ideographs Supplement.
- CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
- CJK Radicals Supplement.
- CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
- CJK Symbols and Punctuation.
- CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
- CJK Unified Ideographs.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock
- CJK Unified Ideographs Extension A.
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class java.lang.Character.UnicodeBlock
- CJK Unified Ideographs Extension B.
- COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
- Combining Diacritical Marks.
- COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
- Combining Half Marks.
- COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
- Combining Marks for Symbols.
- COMBINING_SPACING_MARK - Static variable in class java.lang.Character
- Mc = Mark, Spacing Combining (Normative).
- CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
- Pc = Punctuation, Connector (Informative).
- CONSTANT_NAME - Static variable in class java.lang.Character.UnicodeBlock
- CONTROL - Static variable in class java.lang.Character
- Cc = Other, Control (Normative).
- CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
- Control Pictures.
- CP - Static variable in class java.lang.StrictMath
- Natural log and square root constants, for calculation of
StrictMath.exp(double)55 ,StrictMath.log(double)55 andStrictMath.pow(double, double)55 . - CP_H - Static variable in class java.lang.StrictMath
- Natural log and square root constants, for calculation of
StrictMath.exp(double)55 ,StrictMath.log(double)55 andStrictMath.pow(double, double)55 . - CP_L - Static variable in class java.lang.StrictMath
- Natural log and square root constants, for calculation of
StrictMath.exp(double)55 ,StrictMath.log(double)55 andStrictMath.pow(double, double)55 . - CURRENCY_SYMBOL - Static variable in class java.lang.Character
- Sc = Symbol, Currency (Informative).
- CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
- Currency Symbols.
- CYPRIOT_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
- Cypriot Syllabary.
- CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
- Cyrillic.
- CYRILLIC_SUPPLEMENTARY - Static variable in class java.lang.Character.UnicodeBlock
- Cyrillic Supplementary.
- CharSequence - interface java.lang.CharSequence.
- General functions on a sequence of chars.
- Character - class java.lang.Character.
- Wrapper class for the primitive char data type.
- Character(char) - Constructor for class java.lang.Character
- Wraps up a character.
- Character.PrivateUseCharacters - class java.lang.Character.PrivateUseCharacters.
- A class to encompass all the properties of characters in the private use blocks in the Unicode standard.
- Character.PrivateUseCharacters() - Constructor for class java.lang.Character.PrivateUseCharacters
- Character.Subset - class java.lang.Character.Subset.
- A subset of Unicode blocks.
- Character.Subset(String) - Constructor for class java.lang.Character.Subset
- Construct a new subset of characters.
- Character.UnassignedCharacters - class java.lang.Character.UnassignedCharacters.
- A class to encompass all the properties of code points that are currently undefined in the Unicode standard.
- Character.UnassignedCharacters() - Constructor for class java.lang.Character.UnassignedCharacters
- Character.UnicodeBlock - class java.lang.Character.UnicodeBlock.
- A family of character subsets in the Unicode specification.
- Character.UnicodeBlock(int, int, String, String) - Constructor for class java.lang.Character.UnicodeBlock
- Constructor for strictly defined blocks.
- Class - class java.lang.Class.
- A Class represents a Java type.
- Class(Object) - Constructor for class java.lang.Class
- Class is non-instantiable from Java code; only the VM can create instances of this class.
- Class(Object, ProtectionDomain) - Constructor for class java.lang.Class
- Class.MethodKey - class java.lang.Class.MethodKey.
- Class.MethodKey(Method) - Constructor for class java.lang.Class.MethodKey
- Class.StaticData - class java.lang.Class.StaticData.
- Class.StaticData() - Constructor for class java.lang.Class.StaticData
- ClassCastException - exception java.lang.ClassCastException.
- Thrown when an attempt is made to cast an object which is not of the appropriate runtime type.
- ClassCastException() - Constructor for class java.lang.ClassCastException
- Create an exception without a message.
- ClassCastException(String) - Constructor for class java.lang.ClassCastException
- Create an exception with a message.
- ClassCircularityError - error java.lang.ClassCircularityError.
- A
ClassCircularityErroris thrown when a circular dependency has been detected while initializing a class. - ClassCircularityError() - Constructor for class java.lang.ClassCircularityError
- Create an error without a message.
- ClassCircularityError(String) - Constructor for class java.lang.ClassCircularityError
- Create an error with a message.
- ClassFormatError - error java.lang.ClassFormatError.
- A
ClassFormatErroris 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 class java.lang.ClassFormatError
- Create an error without a message.
- ClassFormatError(String) - Constructor for class java.lang.ClassFormatError
- Create an error with a message.
- ClassLoader - class java.lang.ClassLoader.
- 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.
- ClassLoader.StaticData - class java.lang.ClassLoader.StaticData.
- ClassLoader.StaticData() - Constructor for class java.lang.ClassLoader.StaticData
- ClassNotFoundException - exception java.lang.ClassNotFoundException.
- Thrown when a class is requested by reflection, but the class definition cannot be found.
- ClassNotFoundException() - Constructor for class java.lang.ClassNotFoundException
- Create an exception without a message.
- ClassNotFoundException(String) - Constructor for class java.lang.ClassNotFoundException
- Create an exception with a message.
- ClassNotFoundException(String, Throwable) - Constructor for class java.lang.ClassNotFoundException
- Create an exception with a message and chain it to the exception which occurred while loading the class.
- CloneNotSupportedException - exception java.lang.CloneNotSupportedException.
- Thrown to indicate an object should not or could not be cloned.
- CloneNotSupportedException() - Constructor for class java.lang.CloneNotSupportedException
- Create an exception without a message.
- CloneNotSupportedException(String) - Constructor for class java.lang.CloneNotSupportedException
- Create an exception with a message.
- Cloneable - interface java.lang.Cloneable.
- This interface should be implemented by classes wishing to
support of override
Object.clone(). - Comparable - interface java.lang.Comparable.
- Interface for objects that can be ordering among other objects.
- Compiler - class java.lang.Compiler.
- The
Compilerclass is a placeholder for a JIT compiler implementation, and does nothing unless there is such a compiler. - Compiler() - Constructor for class java.lang.Compiler
- Don't allow new `Compiler's to be made.
- ConcreteProcess - class java.lang.ConcreteProcess.
- ConcreteProcess(String[], String[], File) - Constructor for class java.lang.ConcreteProcess
- cachedHashCode - Variable in class java.lang.String
- Caches the result of hashCode().
- canonicalName - Variable in class java.lang.Character.UnicodeBlock
- The canonical name of the block according to the Unicode standard.
- capacity() - Method in class java.lang.StringBuffer
- Get the total number of characters this
StringBuffercan support before it must be grown. - capacity() - Method in class java.lang.StringBuilder
- Get the total number of characters this
StringBuildercan support before it must be grown. - cast(Object) - Method in class java.lang.Class
- Returns the specified object, cast to this
Class' type. - cause - Variable in class java.lang.Throwable
- The cause of the throwable, including null for an unknown or non-chained cause.
- cbrt(double) - Static method in class java.lang.Math
- Take a cube root.
- cbrt(double) - Static method in class java.lang.VMMath
- Take a cube root.
- ceil(double) - Static method in class java.lang.Math
- Take the nearest integer that is that is greater than or equal to the argument.
- ceil(double) - Static method in class java.lang.StrictMath
- Take the nearest integer that is that is greater than or equal to the argument.
- ceil(double) - Static method in class java.lang.VMMath
- Take the nearest integer that is that is greater than or equal to the argument.
- 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.
- charAt(int) - Method in class java.lang.StringBuilder
- Get the character at the specified index.
- charCache - Static variable in class java.lang.Character
- charCount(int) - Static method in class java.lang.Character
- Return number of 16-bit characters required to represent the given code point.
- 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 another Thread.
- checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
- Check if the current thread is allowed to modify a 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 the given security context.
- 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.
- 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.
- checkInitialized() - Method in class java.lang.ClassLoader
- Before doing anything "dangerous" please call this method to make sure this class loader instance was properly constructed (and not obtained by exploiting the finalizer attack)
- 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
- Deprecated. use
SecurityManager.checkPermission(Permission)55 instead - 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 a class into the specified package.
- checkPackageList(String, String, String) - Method in class java.lang.SecurityManager
- Helper that checks a comma-separated list of restricted packages, from
Security.getProperty("package.definition"), for the given package access permission. - 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. - 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 a particular system property (writes are checked directly via checkPermission).
- 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.
- 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.
- 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.
- checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
- Check if the current thread is allowed to write the given file using the FileDescriptor.
- checkWrite(String) - Method in class java.lang.SecurityManager
- Check if the current thread is allowed to write the given file.
- 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.
- classAssertionStatus - Variable in class java.lang.ClassLoader
- The map of class assertion status overrides, or null if no class overrides have been specified yet.
- classAssertionStatus() - Static method in class java.lang.VMClassLoader
- The system default for class assertion status.
- classDepth(String) - Method in class java.lang.SecurityManager
- Deprecated. use
SecurityManager.checkPermission(Permission)55 instead - classLoaderDepth() - Method in class java.lang.SecurityManager
- Deprecated. use
SecurityManager.checkPermission(Permission)55 instead - clearAssertionStatus() - Method in class java.lang.ClassLoader
- Resets the default assertion status of this classloader, its packages and classes, all to false.
- clearProperty(String) - Static method in class java.lang.System
- Remove a single system property by name.
- clone() - Method in class java.lang.Enum
- Cloning of enumeration constants is prevented, to maintain their singleton status.
- clone() - Method in class java.lang.Object
- This method may be called to create a new copy of the Object.
- clone(Cloneable) - Static method in class java.lang.VMObject
- The VM is expected to make a field-for-field shallow copy of the argument.
- cmd - Variable in class java.lang.VMProcess
- codePointAt(CharSequence, int) - Static method in class java.lang.Character
- Get the code point at the specified index in the CharSequence.
- codePointAt(char[], int) - Static method in class java.lang.Character
- Get the code point at the specified index in the CharSequence.
- codePointAt(char[], int, int) - Static method in class java.lang.Character
- Get the code point at the specified index in the CharSequence.
- codePointAt(int) - Method in class java.lang.String
- Get the code point at the specified index.
- codePointAt(int) - Method in class java.lang.StringBuffer
- Get the code point at the specified index.
- codePointAt(int) - Method in class java.lang.StringBuilder
- Get the code point at the specified index.
- codePointBefore(char[], int) - Static method in class java.lang.Character
- Get the code point before the specified index.
- codePointBefore(char[], int, int) - Static method in class java.lang.Character
- Get the code point before the specified index.
- codePointBefore(CharSequence, int) - Static method in class java.lang.Character
- Get the code point before the specified index.
- codePointBefore(int) - Method in class java.lang.String
- Get the code point before the specified index.
- codePointBefore(int) - Method in class java.lang.StringBuffer
- Get the code point before the specified index.
- codePointBefore(int) - Method in class java.lang.StringBuilder
- Get the code point before the specified index.
- codePointCount(CharSequence, int, int) - Static method in class java.lang.Character
- Returns the number of Unicode code points in the specified range of the given CharSequence.
- codePointCount(char[], int, int) - Static method in class java.lang.Character
- Returns the number of Unicode code points in the specified range of the given char array.
- codePointCount(int, int) - Method in class java.lang.String
- Return the number of code points between two indices in the
String. - codePointCount(int, int) - Method in class java.lang.StringBuffer
- Return the number of code points between two indices in the
StringBuffer. - codePointCount(int, int) - Method in class java.lang.StringBuilder
- Returns the number of Unicode code points in the specified sub sequence.
- command(Object) - Static method in class java.lang.Compiler
- This method examines the argument and performs an operation according to the compilers documentation.
- command(Object) - Static method in class java.lang.VMCompiler
- This method examines the argument and performs an operation according to the compilers documentation.
- compare(double, double) - Static method in class java.lang.Double
- Behaves like
new Double(x).compareTo(new Double(y)); in other words this compares two doubles, special casing NaN and zero, without the overhead of objects. - compare(float, float) - Static method in class java.lang.Float
- Behaves like
new Float(x).compareTo(new Float(y)); in other words this compares two floats, special casing NaN and zero, without the overhead of objects. - compare(Object, Object) - Method in class java.lang.String.CaseInsensitiveComparator
- Compares to Strings, using
String.compareToIgnoreCase(String). - compareTo(Boolean) - Method in class java.lang.Boolean
- Compares this Boolean to another.
- compareTo(Object) - Method in class java.lang.Boolean
- Bridge method
- compareTo(Byte) - Method in class java.lang.Byte
- Compare two Bytes numerically by comparing their
bytevalues. - compareTo(Object) - Method in class java.lang.Byte
- Behaves like
compareTo(Byte)unless the Object is not aByte. - 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
- Compares this object with another, and returns a numerical result based on the comparison.
- compareTo(Double) - Method in class java.lang.Double
- Compare two Doubles numerically by comparing their
doublevalues. - compareTo(Object) - Method in class java.lang.Double
- Behaves like
compareTo(Double)unless the Object is not anDouble. - compareTo(Enum) - Method in class java.lang.Enum
- Returns an integer which represents the relative ordering of this enumeration constant.
- compareTo(Object) - Method in class java.lang.Enum
- Returns an integer which represents the relative ordering of this enumeration constant.
- compareTo(Float) - Method in class java.lang.Float
- Compare two Floats numerically by comparing their
floatvalues. - compareTo(Object) - Method in class java.lang.Float
- Behaves like
compareTo(Float)unless the Object is not anFloat. - compareTo(Integer) - Method in class java.lang.Integer
- Compare two Integers numerically by comparing their
intvalues. - compareTo(Object) - Method in class java.lang.Integer
- Behaves like
compareTo(Integer)unless the Object is not anInteger. - compareTo(Long) - Method in class java.lang.Long
- Compare two Longs numerically by comparing their
longvalues. - compareTo(Object) - Method in class java.lang.Long
- Behaves like
compareTo(Long)unless the Object is not aLong. - compareTo(Short) - Method in class java.lang.Short
- Compare two Shorts numerically by comparing their
shortvalues. - compareTo(Object) - Method in class java.lang.Short
- Behaves like
compareTo(Short)unless the Object is not aShort. - compareTo(String) - Method in class java.lang.String
- Compares this String and another String (case sensitive, lexicographically).
- compareTo(Object) - Method in class java.lang.String
- Behaves like
compareTo(java.lang.String)unless the Object is not aString. - 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. - compileClass(Class) - Static method in class java.lang.VMCompiler
- Compile the class named by
oneClass. - compileClasses(String) - Static method in class java.lang.Compiler
- Compile the classes whose name matches
classNames. - compileClasses(String) - Static method in class java.lang.VMCompiler
- Compile the classes whose name matches
classNames. - concat(String) - Method in class java.lang.String
- Concatenates a String to this String.
- constantName - Variable in class java.lang.EnumConstantNotPresentException
- The name of the missing enum constant.
- constantName() - Method in class java.lang.EnumConstantNotPresentException
- Return the name of the missing constant.
- constructor - Variable in class java.lang.Class
- newInstance() caches the default constructor
- contains(CharSequence) - Method in class java.lang.String
- Returns true iff this String contains the sequence of Characters described in s.
- contentEquals(StringBuffer) - Method in class java.lang.String
- Compares the given StringBuffer to this String.
- contentEquals(CharSequence) - Method in class java.lang.String
- Compares the given CharSequence to this String.
- contextClassLoader - Variable in class java.lang.Thread
- The context classloader for this Thread.
- copyValueOf(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.
- copyValueOf(char[]) - Static method in class java.lang.String
- Returns a String representation of a character array.
- cos(double) - Static method in class java.lang.Math
- The trigonometric function cos.
- cos(double) - Static method in class java.lang.StrictMath
- The trigonometric function cos.
- cos(double, double) - Static method in class java.lang.StrictMath
- Helper trig function; computes cos in range [-pi/4, pi/4].
- cos(double) - Static method in class java.lang.VMMath
- The trigonometric function cos.
- cosh(double) - Static method in class java.lang.Math
- Returns the hyperbolic cosine of the given value.
- cosh(double) - Static method in class java.lang.VMMath
- Returns the hyperbolic cosine of the given value.
- count - Variable in class java.lang.String
- Holds the number of characters in value.
- count - Variable in class java.lang.StringBuffer
- Index of next available character (and thus the size of the current string contents).
- count - Variable in class java.lang.StringBuilder
- Index of next available character (and thus the size of the current string contents).
- countStackFrames() - Method in class java.lang.Thread
- Deprecated. pointless, since suspend is deprecated
- countStackFrames() - Method in class java.lang.VMThread
- Deprecated. unsafe operation
- create(Thread, long) - Static method in class java.lang.VMThread
- Creates a native Thread.
- createAuxiliarySystemClassLoader(ClassLoader) - Static method in class java.lang.ClassLoader
- createExtClassLoader(URL[], ClassLoader) - Static method in class java.lang.ClassLoader
- createSystemClassLoader(URL[], ClassLoader) - Static method in class java.lang.ClassLoader
- current - Static variable in class java.lang.Runtime
- The one and only runtime instance.
- current - Static variable in class java.lang.SecurityManager
- The current security manager.
- currentClassLoader() - Method in class java.lang.SecurityManager
- Deprecated. use
SecurityManager.checkPermission(Permission)55 instead - currentClassLoader() - Static method in class java.lang.VMSecurityManager
- Get the current ClassLoader.
- currentLoadedClass() - Method in class java.lang.SecurityManager
- Deprecated. use
SecurityManager.checkPermission(Permission)55 instead - currentThread() - Static method in class java.lang.Thread
- Get the currently executing Thread.
- currentThread() - Static method in class java.lang.VMThread
- Return the Thread object associated with the currently executing thread.
- currentTimeMillis() - Static method in class java.lang.System
- Get the current time, measured in the number of milliseconds from the beginning of Jan.
- currentTimeMillis() - Static method in class java.lang.VMSystem
- Get the current time, measured in the number of milliseconds from the beginning of Jan.
D
- DASH_PUNCTUATION - Static variable in class java.lang.Character
- Pd = Punctuation, Dash (Informative).
- DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
- Nd = Number, Decimal Digit (Normative).
- DEFAULT_CAPACITY - Static variable in class java.lang.StringBuffer
- The default capacity of a buffer.
- DEFAULT_CAPACITY - Static variable in class java.lang.StringBuilder
- The default capacity of a buffer.
- DESERET - Static variable in class java.lang.Character.UnicodeBlock
- Deseret.
- DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
- Devanagari.
- DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
- Dingbats.
- DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character
- Weak bidirectional character type "AN".
- DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character
- Weak bidirectional character type "BN".
- DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character
- Weak bidirectional character type "CS".
- DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character
- Weak bidirectional character type "EN".
- DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character
- Weak bidirectional character type "ES".
- DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character
- Weak bidirectional character type "ET".
- DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character
- Strong bidirectional character type "L".
- DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character
- Strong bidirectional character type "LRE".
- DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character
- Strong bidirectional character type "LRO".
- DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character
- Weak bidirectional character type "NSM".
- DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character
- Neutral bidirectional character type "ON".
- DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
- Neutral bidirectional character type "B".
- DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character
- Weak bidirectional character type "PDF".
- DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character
- Strong bidirectional character type "R".
- DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character
- Strong bidirectional character type "AL".
- DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character
- Strong bidirectional character type "RLE".
- DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character
- Strong bidirectional character type "RLO".
- DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character
- Neutral bidirectional character type "S".
- DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character
- Undefined bidirectional character type.
- DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character
- Strong bidirectional character type "WS".
- DP_H - Static variable in class java.lang.StrictMath
- Constants for computing
StrictMath.pow(double, double)55 . - DP_L - Static variable in class java.lang.StrictMath
- Constants for computing
StrictMath.pow(double, double)55 . - Double - class java.lang.Double.
- Instances of class
Doublerepresent primitivedoublevalues. - Double(double) - Constructor for class java.lang.Double
- Create a
Doublefrom the primitivedoublespecified. - Double(String) - Constructor for class java.lang.Double
- Create a
Doublefrom the specifiedString. - daemon - Variable in class java.lang.Thread
- Whether the thread is a daemon.
- daemon_flag - Variable in class java.lang.ThreadGroup
- If all threads in the group are daemons.
- data - Static variable in class java.lang.Character
- Stores unicode attribute offset lookup table.
- declaringClass - Variable in class java.lang.StackTraceElement
- The fully qualified class name, null if unknown.
- decode(String) - Static method in class java.lang.Byte
- Convert the specified
Stringinto aByte. - decode(String) - Static method in class java.lang.Integer
- Convert the specified
Stringinto anInteger. - decode(String) - Static method in class java.lang.Long
- Convert the specified
Stringinto aLong. - decode(String) - Static method in class java.lang.Short
- Convert the specified
Stringinto aShort. - defaultAssertionStatus - Variable in class java.lang.ClassLoader
- The desired assertion status of classes loaded by this loader, if not overridden by package or class instructions.
- defaultAssertionStatus() - Static method in class java.lang.VMClassLoader
- The system default for assertion status.
- defaultGetSystemClassLoader() - Static method in class java.lang.ClassLoader
- defaultHandler - Static variable in class java.lang.Thread
- The default exception handler.
- defaultProtectionDomain - Static variable in class java.lang.ClassLoader.StaticData
- The default protection domain, used when defining a class with a null parameter for the domain.
- defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
- Deprecated. use
ClassLoader.defineClass(String, byte[], int, int)55 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, ByteBuffer, ProtectionDomain) - Method in class java.lang.ClassLoader
- Helper to define a class using the contents of a byte buffer.
- defineClass(ClassLoader, String, byte[], int, int, ProtectionDomain) - Static method in class java.lang.VMClassLoader
- Helper to define a class using a string of bytes.
- defineClassWithTransformers(ClassLoader, String, byte[], int, int, ProtectionDomain) - Static method in class java.lang.VMClassLoader
- Call the transformers of the possible Instrumentation object.
- definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
- Defines a new package and creates a Package object.
- definedPackages - Variable in class java.lang.ClassLoader
- All packages defined by this classloader.
- definedPackages - Static variable in class java.lang.VMClassLoader
- packages loaded by the bootstrap class loader
- delete(int, int) - Meth