java.lang

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Apache Harmony Java SE » java package » java.lang 
java.lang
Java Source File NameTypeComment
AbstractMethodError.javaClass This error is thrown when the VM notices that an attempt is being made to invoke an abstract method.
AbstractStringBuilder.javaClass A modifiable CharSequence sequence of characters for use in creating and modifying Strings.
Appendable.javaInterface Appendable is an object used to append character or character sequence.
ArithmeticException.javaClass This runtime exception is thrown when the an invalid arithmetic operation is attempted.
ArrayIndexOutOfBoundsException.javaClass This runtime exception is thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.
ArrayStoreException.javaClass This runtime exception is thrown when a program attempts to store into an array an element of a a type which the array can not hold..
AssertionError.javaClass Indicates that an assertion has failed.
Boolean.javaClass Boolean is the wrapper for the primitive type boolean.
Byte.javaClass Byte is the wrapper for the primitive type byte.
Character.javaClass

Character is the wrapper for the primitive type char.

CharSequence.javaInterface The CharSequence interface represents an ordered set of characters and the functions to probe them.
Class.javaClass
author:
   Evgueni Brevnov, Serguei S.
Class1_5Test.javaAnnotation
Class5Test.javaClass Test of the java.lang.reflect.AnnotatedElement AnnotatedElement functionality in java.lang.Class java.lang.Class class.
author:
   Alexey V.
ClassAnnotationsTest.javaAnnotation
ClassCastException.javaClass This runtime exception is thrown when a program attempts to cast a an object to a type which it is not compatible with.
ClassCircularityError.javaClass This error is thrown when the VM notices that an attempt is made to load a class which would directly or indirectly inherit from one of its subclasses.
ClassFormatError.javaClass This error is thrown by the class loader when it discovers that a class that it is loading does not have the correct shape.
ClassGenericsTest.javaAnnotation ############################################################################### ############################################################################### TODO: 1.
ClassGenericsTest2.javaClass ############################################################################### ############################################################################### TODO: 1.
ClassGenericsTest3.javaClass ############################################################################### ############################################################################### TODO: 1.
ClassGenericsTest4.javaClass
ClassGenericsTest5.javaClass ############################################################################### ############################################################################### TODO: 1.
ClassHierarchyTest.javaAnnotation
ClassLoader.javaClass
ClassLoaderTest.javaClass
ClassLoaderTestLoad.javaClass
ClassNotFoundException.javaClass This exception is thrown when a classloader is unable to find a class.
ClassTestDesiredAssertionStatus.javaClass
ClassTestForName.javaClass
ClassTestGetAnnotation.javaClass
ClassTestGetClasses.javaClass
ClassTestGetClassLoader.javaClass
ClassTestGetComponentType.javaClass
ClassTestGetConstructor.javaClass
ClassTestGetConstructors.javaClass
ClassTestGetDeclaredClasses.javaClass
ClassTestGetDeclaredConstructor.javaClass
ClassTestGetDeclaredConstructors.javaClass
ClassTestGetDeclaredField.javaClass
ClassTestGetDeclaredFields.javaClass
ClassTestGetDeclaredMethod.javaClass
ClassTestGetDeclaredMethods.javaClass
ClassTestGetDeclaresClasses.javaClass
ClassTestGetDeclaringClass.javaClass
ClassTestGetField.javaClass
ClassTestGetFields.javaClass
ClassTestGetInterfaces.javaClass
ClassTestGetMethod.javaClass
ClassTestGetMethods.javaClass
ClassTestGetModifiers.javaClass
ClassTestGetName.javaClass
ClassTestGetPackage.javaClass
ClassTestGetProtectionDomain.javaClass
ClassTestGetResource.javaClass
ClassTestGetResourceAsStream.javaClass
ClassTestGetSigners.javaClass
ClassTestGetSuperclass.javaClass
ClassTestIsArray.javaClass
ClassTestIsAssignableFrom.javaClass
ClassTestIsInstance.javaClass
ClassTestIsInterface.javaClass
ClassTestIsPrimitive.javaClass
ClassTestNewInstance.javaClass
ClassTestToString.javaClass
Cloneable.javaInterface This (empty) interface should be implemented by all classes which wish to support cloning.
CloneNotSupportedException.javaClass This exception is thrown when a program attempts to clone an object which does not support the Cloneable interface.
Comparable.javaInterface This interface should be implemented by all classes which wish to define a natural ordering of their instances.
Compiler.javaClass
Deprecated.javaAnnotation

An annotation for marking an element as deprecated.

Double.javaClass

Double is the wrapper for the primitive type double.

EMThreadSupport.javaClass
author:
   Mikhail Y.
Enum.javaClass The superclass of all enumerated types.
EnumConstantNotPresentException.javaClass

Indicates that an enum constant does not exist for a particular name.

Error.javaClass This class is the superclass of all classes which represent unrecoverable errors.
Exception.javaClass This class is the superclass of all classes which represent recoverable exceptions.
ExceptionInInitializerError.javaClass This error is thrown when an exception occurs during class initialization.
FinalizerThread.javaClass Dedicated finalizer thread.
Float.javaClass

Float is the wrapper for the primitive type float.

IllegalAccessError.javaClass This error is thrown when the VM notices that a an attempt is being made to access a field which is not accessable from where it is referenced.
IllegalAccessException.javaClass This exception is thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.
IllegalArgumentException.javaClass This runtime exception is thrown when a method is invoked with an argument which it can not reasonably deal with.
IllegalMonitorStateException.javaClass This runtime exception is thrown when a monitor operation is attempted when the monitor is not in the correct state, for example when a thread attempts to exit a monitor which it did not own.
IllegalStateException.javaClass This runtime exception is thrown when an action is attempted at a time when the virtual machine is not in the correct state.
IllegalThreadStateException.javaClass This runtime exception is thrown when an operation is attempted which is not possible given the state that the executing thread is in.
IncompatibleClassChangeError.javaClass This class is the superclass of all classes which represent errors which occur when inconsistant class files are loaded into the same running image.
IndexOutOfBoundsException.javaClass This runtime exception is thrown when a program attempts to access a value in an indexable collection using a value which is outside the possible range of indices.
InheritableThreadLocal.javaClass An InheritableThreadLocal is very similar to a ThreadLocal, with the added functionality that a child Thread inherits all InheritableThreadLocal from its parent Thread upon Thread creation time.
InheritableThreadLocalSupport.javaClass
InheritableThreadLocalTest.javaClass
InstantiationError.javaClass This error is thrown when the VM notices that a an attempt is being made to create a new instance of a class which has no visible constructors from the location where new is invoked.
InstantiationException.javaClass This exception is thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.
Integer.javaClass

Integer is the wrapper for the primitive type int.

As with the specification, this implementation relied on code laid out in Henry S.

InternalError.javaClass This error is thrown when the VM notices that it has gotten into a state which it does not understand.
InterruptedException.javaClass This exception is thrown when a waiting thread is activated before the condition it was waiting on has been satisfied.
Iterable.javaInterface
LinkageError.javaClass This class is the superclass of all classes which represent errors that occur when loading and linking class files.
Long.javaClass

Long is the wrapper for the primitive type long.

As with the specification, this implementation relied on code laid out in Henry S.

Math.javaClass Class math provides various floating point support routines and some standard constants.
NegativeArraySizeException.javaClass This runtime exception is thrown when an attempt is made to create an array whose size would be less than zero.
NoClassDefFoundError.javaClass This error is thrown when the VM is unable to locate a class which it has been asked to load.
NoSuchFieldError.javaClass This error is thrown when the VM notices that a an attempt is being made to reference a field of a class which does not exist in that class.
NoSuchFieldException.javaClass
NoSuchMethodError.javaClass This error is thrown when the VM notices that a an attempt is being made to reference a method of a class which does not exist in that class.
NoSuchMethodException.javaClass This exception is thrown when a program attempts to access a method which does not exist in a class.
NullPointerException.javaClass This runtime exception is thrown when an attempt is made to access a field or method of an instance or an element of an array when there is no instance or array to use (i.e.
Number.javaClass Number is the abstract superclass of the classes which represent numeric base types (i.e.
NumberFormatException.javaClass This runtime exception is thrown when a "string to number" conversion routine is passed an invalid value.
Object.javaClass
ObjectTest.javaClass Unit test for java.lang.Object class.
OutOfMemoryError.javaClass This error is thrown when a request is made for more memory either as a result of the running program, or because of the internal behavior of the virtual machine which can not be satisfied using the available platform resources.
Override.javaAnnotation An annotation to indicate that a method is intended to override a superclass method.
Package.javaClass
Package5Test.javaClass
author:
   Alexey V.
PackageAccessible.javaClass
PackageTest.javaClass
PrivateConstructor.javaClass
Process.javaClass Instances of class Process provide control of and access to platform processes.
ProcessBuilder.javaClass

A builder for creating OS-specific processes.

ProtectedConstructor.javaClass
Readable.javaInterface Readable marks that the implementing class provides character sequence.
Runnable.javaInterface The runnable interface must be implemented by all classes which want to be run as threads.
Runtime.javaClass
RuntimeAdditionalSupport1.javaClass
RuntimeAdditionalSupport2.javaClass
RuntimeAdditionalTest0.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest1.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest10.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest11.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest12.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest13.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest14.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest15.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest16.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest17.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest18.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest19.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest2.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest20.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest21.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest22.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest23.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest24.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest25.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest26.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest27.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest28.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest29.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest3.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest30.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest31.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest32.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest33.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest34.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest35.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest36.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest37.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest38.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest39.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest4.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest40.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest41.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest42.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest43.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest5.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest6.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest7.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest8.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeAdditionalTest9.javaClass ############################################################################### ############################################################################### TODO: 1.
RuntimeException.javaClass This class is the superclass of all classes which represent exceptional conditions which occur as a result of the running of the virtual machine.
RuntimePermission.javaClass RuntimePermission objects represent access to runtime support.
RuntimeTest.javaClass ############################################################################### ############################################################################### REMINDER("XXX") LIST: 1.
RuntimeTest2.javaClass This RuntimeTest class is used to test the Core API Runtime class Created on January 5, 2005 ############################################################################### ############################################################################### REMINDER("XXX") LIST: 1.
SecurityException.javaClass This runtime exception is thrown when a security manager check fails.
SecurityManager.javaClass SecurityManager is the abstract superclass of the classes which can provide security verification for a running program.
SecurityManagerRTest.javaClass
Short.javaClass

Short is the wrapper for the primitive type short.

StackOverflowError.javaClass This error is thrown when the depth of the callstack of the running program excedes some platform or virtual machine specific limit.
StackTraceElement.javaClass
StackTraceElementTest.javaClass
StrictMath.javaClass Class StrictMath provides various numeric operations using the standards set by the known "Freely Distributable Math Library" (fdlibm).
String.javaClass

An immutable sequence of characters/code units (chars).

StringBuffer.javaClass StringBuffer is a variable size contiguous indexable array of characters.
StringBuilder.javaClass

A modifiable CharSequence sequence of characters for use in creating and modifying Strings.

StringIndexOutOfBoundsException.javaClass This runtime exception is thrown when the a String is indexed with a value less than zero, or greater than or equal to the size of the array.
SuppressWarnings.javaAnnotation An annotation that indicates a compiler should suppress any warnings of the type specified in the SuppressWarnings.value() .
System.javaClass
author:
   Roman S.
SystemExtensionTest.javaClass
SystemTest.javaClass
Thread.javaClass
ThreadDeath.javaClass ThreadDeath is thrown when a thread stops executing.
ThreadGroup.javaClass
ThreadGroupTest.javaClass
ThreadLocal.javaClass A ThreadLocal is a variable that has a per-thread value.
ThreadRTest.javaClass
ThreadTest.javaClass This class provides an implementation of J2SE v.
ThreadWeakRef.javaClass
Throwable.javaClass
ThrowableRTest.javaClass
ThrowableTest.javaClass
TypeNotPresentException.javaClass

Indicates that a class, interface, enum or annotation type cannot be found.

UnknownError.javaClass This error is thrown when the virtual machine must throw an error which does not match any known exceptional condition.
UnsatisfiedLinkError.javaClass This error is thrown when an attempt is made to invoke a native for which an implementation could not be found.
UnsupportedClassVersionError.javaClass This error is thrown when an attempt is made to load a class with a format version that is not supported by the VM.
UnsupportedOperationException.javaClass This runtime exception is thrown when an unsupported operation is attempted.
VerifyError.javaClass This error is thrown when the VM notices that an attempt is made to load a class which does not pass the class verification phase.
VirtualMachineError.javaClass This class is the superclass of all classes which represent errors that occur during the operation of the virtual machine.
VMClassRegistry.javaClass Provides the class information methods required for the java.lang.Class Class implementation, and class loading/resolution methods for the java.lang.ClassLoader ClassLoader implementation.

An implementation of the java.lang.Class class should not relay on default object initialization by the VM.

VMExecutionEngine.javaClass Provides the methods to interact with VM Execution Engine that are used by different classes from the java.lang package, such as System, Runtime.
VMMemoryManager.javaClass Provides the methods to interact with VM Memory Manager that are used by different classes from the java.lang package, such as Object, System, Runtime.

This class must be implemented according to the common policy for porting interfaces - see the porting interface overview for more detailes.
author:
   Evgueni Brevnov, Roman S.

VMStart.javaClass This class does the following:
  • starts Finalizer and Execution Manager helper threads.
  • VMThreadManager.javaClass Provides the methods to interact with VM Thread Manager that are used by java.lang.Thread Thread class and java.lang.Object Object synchronization implementation.
    Void.javaClass
    www.java2java.com | Contact Us
    Copyright 2009 - 12 Demo Source and Support. All rights reserved.
    All other trademarks are property of their respective owners.