Uses of Package
java.lang
-
Classes in java.lang used by SQLite Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by SQLite.JDBC2z Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Class The in-memory representation of a Java class.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by com.squareup.okhttp Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by com.squareup.okhttp.internal Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Runnable Represents a command that can be executed.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by com.squareup.okhttp.internal.http Class Description Class The in-memory representation of a Java class.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Runnable Represents a command that can be executed.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element. -
Classes in java.lang used by com.squareup.okhttp.internal.spdy Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.InterruptedException Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by com.squareup.okhttp.internal.tls Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by dalvik.annotation Class Description Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by dalvik.system Class Description Class The in-memory representation of a Java class.ClassLoader Loads classes and resources from a repository.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.StackTraceElement A representation of a single stack frame.String An immutable sequence of characters/code units (chars).Thread AThreadis a concurrent unit of execution.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.awt.font Class Description Boolean The wrapper for the primitive typeboolean.Float The wrapper for the primitive typefloat.Integer The wrapper for the primitive typeint.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by java.beans Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by java.io Class Description Appendable Declares methods to append characters or character sequences.AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.CharSequence This interface represents an ordered set of characters and defines the methods to probe them.Class The in-memory representation of a Java class.ClassNotFoundException Thrown when a class loader is unable to find a class.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Error Erroris the superclass of all classes that represent unrecoverable errors.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Readable Represents a sequence of characters that can be incrementally read (copied) into aCharBuffer.String An immutable sequence of characters/code units (chars).StringBuffer A modifiablesequence of charactersfor use in creating strings, where all accesses are synchronized.SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.lang Class Description Appendable Declares methods to append characters or character sequences.Boolean The wrapper for the primitive typeboolean.Byte The wrapper for the primitive typebyte.Character The wrapper for the primitive typechar.Character.Subset Character.UnicodeBlock Represents a block of Unicode characters.CharSequence This interface represents an ordered set of characters and defines the methods to probe them.Class The in-memory representation of a Java class.ClassFormatError Thrown by a class loader when a class file has an illegal format or if the data that it contains can not be interpreted as a class.ClassLoader Loads classes and resources from a repository.ClassNotFoundException Thrown when a class loader is unable to find a class.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Double The wrapper for the primitive typedouble.Enum The superclass of all enumerated types.Error Erroris the superclass of all classes that represent unrecoverable errors.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.FindBugsSuppressWarnings Suppress FindBugs warnings on the annotated element.Float The wrapper for the primitive typefloat.IllegalAccessException Thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IncompatibleClassChangeError IncompatibleClassChangeErroris the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.IndexOutOfBoundsException Thrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.InstantiationException Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.Integer The wrapper for the primitive typeint.InterruptedException Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.LinkageError LinkageErroris the superclass of all error classes that occur when loading and linking class files.Long The wrapper for the primitive typelong.NoSuchFieldException Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.NoSuchMethodException Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.Number NumberFormatException Thrown when an invalid value is passed to a string-to-number conversion method.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Package Contains information about a Java package.Process Represents an external process.ProcessBuilder Creates operating system processes.ReflectiveOperationException Superclass of exceptions related to reflection.Runnable Represents a command that can be executed.Runtime Allows Java applications to interface with the environment in which they are running.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.SecurityManager Legacy security code; do not use.Short The wrapper for the primitive typeshort.StackTraceElement A representation of a single stack frame.String An immutable sequence of characters/code units (chars).StringBuffer A modifiablesequence of charactersfor use in creating strings, where all accesses are synchronized.StringBuilder A modifiablesequence of charactersfor use in creating strings.SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Thread AThreadis a concurrent unit of execution.Thread.State A representation of a thread's state.Thread.UncaughtExceptionHandler Implemented by objects that want to handle cases where a thread is being terminated by an uncaught exception.ThreadGroup ThreadGroupis a means of organizing threads into a hierarchical structure.ThreadLocal Implements a thread-local storage, that is, a variable for which each thread has its own value.Throwable The superclass of all classes which can be thrown by the VM.VirtualMachineError VirtualMachineErroris the superclass of all error classes that occur during the operation of the VM.Void Placeholder class for the Java keywordvoid. -
Classes in java.lang used by java.lang.annotation Class Description Class The in-memory representation of a Java class.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Error Erroris the superclass of all classes that represent unrecoverable errors.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.lang.invoke Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by java.lang.ref Class Description InterruptedException Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element. -
Classes in java.lang used by java.lang.reflect Class Description ArrayIndexOutOfBoundsException Thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.Class The in-memory representation of a Java class.ClassFormatError Thrown by a class loader when a class file has an illegal format or if the data that it contains can not be interpreted as a class.ClassLoader Loads classes and resources from a repository.Error Erroris the superclass of all classes that represent unrecoverable errors.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalAccessException Thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.InstantiationException Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.LinkageError LinkageErroris the superclass of all error classes that occur when loading and linking class files.NegativeArraySizeException Thrown when an attempt is made to create an array with a size of less than zero.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.ReflectiveOperationException Superclass of exceptions related to reflection.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.math Class Description Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Number Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by java.net Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Class The in-memory representation of a Java class.ClassLoader Loads classes and resources from a repository.ClassNotFoundException Thrown when a class loader is unable to find a class.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.FindBugsSuppressWarnings Suppress FindBugs warnings on the annotated element.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Package Contains information about a Java package.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.nio Class Description Appendable Declares methods to append characters or character sequences.CharSequence This interface represents an ordered set of characters and defines the methods to probe them.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Readable Represents a sequence of characters that can be incrementally read (copied) into aCharBuffer.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM.UnsupportedOperationException Thrown when an unsupported operation is attempted. -
Classes in java.lang used by java.nio.channels Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.nio.channels.spi Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass. -
Classes in java.lang used by java.nio.charset Class Description CharSequence This interface represents an ordered set of characters and defines the methods to probe them.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Error Erroris the superclass of all classes that represent unrecoverable errors.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM.UnsupportedOperationException Thrown when an unsupported operation is attempted. -
Classes in java.lang used by java.nio.charset.spi Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by java.security Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Class The in-memory representation of a Java class.ClassLoader Loads classes and resources from a repository.ClassNotFoundException Thrown when a class loader is unable to find a class.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.SecurityException Thrown when a security manager check fails.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.security.acl Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.security.cert Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.security.spec Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.sql Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Class The in-memory representation of a Java class.ClassCastException Thrown when a program attempts to cast a an object to a type with which it is not compatible.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.FindBugsSuppressWarnings Suppress FindBugs warnings on the annotated element.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Iterable Instances of classes that implement this interface can be used with the enhanced for loop.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.text Class Description CharSequence This interface represents an ordered set of characters and defines the methods to probe them.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Number Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).StringBuffer A modifiablesequence of charactersfor use in creating strings, where all accesses are synchronized.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.text.spi Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by java.util Class Description Appendable Declares methods to append characters or character sequences.AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Boolean The wrapper for the primitive typeboolean.Class The in-memory representation of a Java class.ClassLoader Loads classes and resources from a repository.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Enum The superclass of all enumerated types.Error Erroris the superclass of all classes that represent unrecoverable errors.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.FindBugsSuppressWarnings Suppress FindBugs warnings on the annotated element.IllegalAccessException Thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.InstantiationException Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.Integer The wrapper for the primitive typeint.Iterable Instances of classes that implement this interface can be used with the enhanced for loop.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Readable Represents a sequence of characters that can be incrementally read (copied) into aCharBuffer.Runnable Represents a command that can be executed.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.SafeVarargs Claims to the compiler that the annotation target does nothing potentially unsafe to its varargs argument.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.util.concurrent Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.InterruptedException Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.Iterable Instances of classes that implement this interface can be used with the enhanced for loop.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Runnable Represents a command that can be executed.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Thread AThreadis a concurrent unit of execution.Thread.UncaughtExceptionHandler Implemented by objects that want to handle cases where a thread is being terminated by an uncaught exception.Throwable The superclass of all classes which can be thrown by the VM.Void Placeholder class for the Java keywordvoid. -
-
Classes in java.lang used by java.util.concurrent.locks Class Description InterruptedException Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Thread AThreadis a concurrent unit of execution. -
Classes in java.lang used by java.util.jar Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.util.logging Class Description Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.util.prefs Class Description Class The in-memory representation of a Java class.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.util.regex Class Description CharSequence This interface represents an ordered set of characters and defines the methods to probe them.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).StringBuffer A modifiablesequence of charactersfor use in creating strings, where all accesses are synchronized.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by java.util.spi Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by java.util.zip Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Error Erroris the superclass of all classes that represent unrecoverable errors.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.InternalError Thrown when the VM notices that it has gotten into an undefined state.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM.VirtualMachineError VirtualMachineErroris the superclass of all error classes that occur during the operation of the VM. -
Classes in java.lang used by javax.crypto Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Class The in-memory representation of a Java class.ClassNotFoundException Thrown when a class loader is unable to find a class.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by javax.crypto.spec Class Description Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
-
Classes in java.lang used by javax.net.ssl Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Runnable Represents a command that can be executed.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by javax.security.auth Class Description Class The in-memory representation of a Java class.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by javax.security.auth.callback Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by javax.security.auth.login Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by javax.security.auth.x500 Class Description Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by javax.security.cert Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by javax.sql Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Class The in-memory representation of a Java class.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
-
Classes in java.lang used by javax.xml.datatype Class Description ClassLoader Loads classes and resources from a repository.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Number Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by javax.xml.namespace Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by javax.xml.parsers Class Description ClassLoader Loads classes and resources from a repository.Error Erroris the superclass of all classes that represent unrecoverable errors.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by javax.xml.transform Class Description ClassLoader Loads classes and resources from a repository.Error Erroris the superclass of all classes that represent unrecoverable errors.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by javax.xml.transform.dom Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by javax.xml.transform.sax Class Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by javax.xml.transform.stream Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by javax.xml.validation Class Description ClassLoader Loads classes and resources from a repository.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by javax.xml.xpath Class Description ClassLoader Loads classes and resources from a repository.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by libcore.icu Class Description CharSequence This interface represents an ordered set of characters and defines the methods to probe them.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Integer The wrapper for the primitive typeint.Number Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by libcore.internal Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by libcore.io Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by libcore.math Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by libcore.net Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).StringBuilder A modifiablesequence of charactersfor use in creating strings.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by libcore.net.http Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by libcore.net.url Class Description Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by libcore.reflect Class Description Class The in-memory representation of a Java class.ClassLoader Loads classes and resources from a repository.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).StringBuilder A modifiablesequence of charactersfor use in creating strings.SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM.TypeNotPresentException Thrown when a program tries to access a class, interface, enum or annotation type through a string that contains the type's name and the type cannot be found. -
Classes in java.lang used by libcore.util Class Description Class The in-memory representation of a Java class.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Iterable Instances of classes that implement this interface can be used with the enhanced for loop.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.StackTraceElement A representation of a single stack frame.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.commons.codec Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.commons.codec.binary Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.commons.codec.language Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.commons.codec.net Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.commons.logging Class Description Class The in-memory representation of a Java class.ClassLoader Loads classes and resources from a repository.ClassNotFoundException Thrown when a class loader is unable to find a class.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.ExceptionInInitializerError Thrown when an exception occurs during class initialization.LinkageError LinkageErroris the superclass of all error classes that occur when loading and linking class files.NoSuchMethodException Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.SecurityException Thrown when a security manager check fails.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.commons.logging.impl Class Description Class The in-memory representation of a Java class.ClassLoader Loads classes and resources from a repository.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).StringBuffer A modifiablesequence of charactersfor use in creating strings, where all accesses are synchronized.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.harmony.crypto.internal Class Description Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.luni.internal.util Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.luni.util Class Description Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Runnable Represents a command that can be executed.String An immutable sequence of characters/code units (chars).Thread AThreadis a concurrent unit of execution. -
Classes in java.lang used by org.apache.harmony.security Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.security.asn1 Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.harmony.security.fortress Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.security.pkcs10 Class Description Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.security.pkcs7 Class Description Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.security.pkcs8 Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.apache.harmony.security.provider.cert Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.security.provider.crypto Class Description Class The in-memory representation of a Java class.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.security.utils Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.security.x501 Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).StringBuilder A modifiablesequence of charactersfor use in creating strings. -
Classes in java.lang used by org.apache.harmony.security.x509 Class Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).StringBuilder A modifiablesequence of charactersfor use in creating strings. -
Classes in java.lang used by org.apache.harmony.security.x509.tsp Class Description Boolean The wrapper for the primitive typeboolean.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.xml Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.harmony.xml.dom Class Description Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).StringBuffer A modifiablesequence of charactersfor use in creating strings, where all accesses are synchronized.StringBuilder A modifiablesequence of charactersfor use in creating strings. -
Classes in java.lang used by org.apache.harmony.xml.parsers Class Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.http.auth Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.http.auth.params Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.client Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.http.client.entity Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.client.methods Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).UnsupportedOperationException Thrown when an unsupported operation is attempted. -
Classes in java.lang used by org.apache.http.client.params Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.client.protocol Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.client.utils Class Description CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.conn Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.InterruptedException Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.http.conn.params Class Description Integer The wrapper for the primitive typeint.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.conn.routing Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.conn.scheme Class Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.conn.ssl Class Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.conn.util Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.cookie Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.http.cookie.params Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.entity Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).UnsupportedOperationException Thrown when an unsupported operation is attempted. -
Classes in java.lang used by org.apache.http.impl Class Description IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.impl.auth Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.http.impl.client Class Description Class The in-memory representation of a Java class.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM.UnsupportedOperationException Thrown when an unsupported operation is attempted. -
Classes in java.lang used by org.apache.http.impl.conn Class Description IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.http.impl.conn.tsccm Class Description IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.InterruptedException Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Runnable Represents a command that can be executed.String An immutable sequence of characters/code units (chars).Thread AThreadis a concurrent unit of execution.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.http.impl.cookie Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.http.impl.entity Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.apache.http.impl.io Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.io Class Description String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.message Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).UnsupportedOperationException Thrown when an unsupported operation is attempted. -
Classes in java.lang used by org.apache.http.params Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.protocol Class Description Class The in-memory representation of a Java class.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.http.util Class Description ClassLoader Loads classes and resources from a repository.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.xalan Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xalan.extensions Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xalan.processor Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xalan.res Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xalan.serialize Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.apache.xalan.templates Class Description ArrayIndexOutOfBoundsException Thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.ClassCastException Thrown when a program attempts to cast a an object to a type with which it is not compatible.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xalan.transformer Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Runnable Represents a command that can be executed.String An immutable sequence of characters/code units (chars).Thread AThreadis a concurrent unit of execution. -
Classes in java.lang used by org.apache.xalan.xslt Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xml.dtm Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.xml.dtm.ref Class Description ArrayIndexOutOfBoundsException Thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.NoSuchMethodException Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.Object The root class of the Java class hierarchy.Runnable Represents a command that can be executed.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.xml.dtm.ref.dom2dtm Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xml.dtm.ref.sax2dtm Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xml.res Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xml.serializer Class Description CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xml.serializer.dom3 Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xml.serializer.utils Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.xml.utils Class Description Class The in-memory representation of a Java class.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.InterruptedException Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.Object The root class of the Java class hierarchy.Runnable Represents a command that can be executed.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).StringBuffer A modifiablesequence of charactersfor use in creating strings, where all accesses are synchronized.Thread AThreadis a concurrent unit of execution.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.xml.utils.res Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xpath Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.xpath.axes Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xpath.compiler Class Description Class The in-memory representation of a Java class.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xpath.domapi Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.xpath.functions Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.apache.xpath.jaxp Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xpath.objects Class Description Boolean The wrapper for the primitive typeboolean.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Number Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xpath.operations Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.apache.xpath.patterns Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.apache.xpath.res Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.asn1 Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.asn1.cms Class Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.asn1.misc Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.asn1.nist Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.asn1.pkcs Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.asn1.sec Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.asn1.util Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.asn1.x500 Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.asn1.x500.style Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).StringBuffer A modifiablesequence of charactersfor use in creating strings, where all accesses are synchronized. -
Classes in java.lang used by org.bouncycastle.asn1.x509 Class Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.asn1.x9 Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.cert Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.cert.jcajce Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.cert.selector Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.cms Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.cms.jcajce Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.crypto Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.crypto.agreement Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.crypto.digests Class Description Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.crypto.encodings Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.crypto.engines Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.crypto.generators Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.crypto.io Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.crypto.macs Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.crypto.modes Class Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.crypto.modes.gcm Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.crypto.paddings Class Description IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.crypto.params Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.crypto.signers Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.crypto.util Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.jcajce Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.io Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.jcajce.provider.asymmetric Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.jcajce.provider.asymmetric.dh Class Description Class The in-memory representation of a Java class.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.asymmetric.dsa Class Description Class The in-memory representation of a Java class.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.asymmetric.ec Class Description Class The in-memory representation of a Java class.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.asymmetric.rsa Class Description Class The in-memory representation of a Java class.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.asymmetric.util Class Description Class The in-memory representation of a Java class.ClassNotFoundException Thrown when a class loader is unable to find a class.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.jcajce.provider.asymmetric.x509 Class Description Class The in-memory representation of a Java class.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.config Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.digest Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.keystore Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.jcajce.provider.keystore.bc Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.keystore.pkcs12 Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.symmetric Class Description Class The in-memory representation of a Java class.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.symmetric.util Class Description Class The in-memory representation of a Java class.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jcajce.provider.util Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jce Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jce.exception Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.jce.interfaces Class Description String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jce.netscape Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.jce.provider Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.jce.spec Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.math.ec Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.operator Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.operator.bc Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.bouncycastle.operator.jcajce Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.bouncycastle.util Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Integer The wrapper for the primitive typeint.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.util.encoders Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.util.io Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.util.io.pem Class Description Appendable Declares methods to append characters or character sequences.AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.Readable Represents a sequence of characters that can be incrementally read (copied) into aCharBuffer.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.x509 Class Description Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.SecurityException Thrown when a security manager check fails.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.bouncycastle.x509.extension Class Description Object The root class of the Java class hierarchy. -
Classes in java.lang used by org.conscrypt Class Description Appendable Declares methods to append characters or character sequences.AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Class The in-memory representation of a Java class.Cloneable This (empty) interface must be implemented by all classes that wish to support cloning.CloneNotSupportedException Thrown when a program attempts to clone an object which does not support theCloneableinterface.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Runnable Represents a command that can be executed.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.conscrypt.util Class Description Class The in-memory representation of a Java class.Object The root class of the Java class hierarchy.StackTraceElement A representation of a single stack frame.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.json Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Number Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.kxml2.io Class Description AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.Boolean The wrapper for the primitive typeboolean.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.robovm.rt Class Description Class The in-memory representation of a Java class.ClassLoader Loads classes and resources from a repository.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.robovm.rt.annotation Class Description Boolean The wrapper for the primitive typeboolean.Byte The wrapper for the primitive typebyte.Character The wrapper for the primitive typechar.Class The in-memory representation of a Java class.Double The wrapper for the primitive typedouble.Float The wrapper for the primitive typefloat.Integer The wrapper for the primitive typeint.Long The wrapper for the primitive typelong.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.Short The wrapper for the primitive typeshort.String An immutable sequence of characters/code units (chars).StringBuilder A modifiablesequence of charactersfor use in creating strings. -
Classes in java.lang used by org.robovm.rt.bro Class Description Class The in-memory representation of a Java class.Comparable This interface should be implemented by all classes that wish to define a natural order of their instances.Enum The superclass of all enumerated types.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.Iterable Instances of classes that implement this interface can be used with the enhanced for loop.Object The root class of the Java class hierarchy.Override Annotation type used to mark methods that override a method declaration in a superclass.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.SafeVarargs Claims to the compiler that the annotation target does nothing potentially unsafe to its varargs argument.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element.Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.robovm.rt.bro.annotation Class Description String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.robovm.rt.bro.ptr Class Description Iterable Instances of classes that implement this interface can be used with the enhanced for loop.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).SuppressWarnings Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element. -
Classes in java.lang used by org.w3c.dom Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.w3c.dom.ls Class Description Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.RuntimeException RuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.xml.sax Class Description Deprecated Annotation type used to mark program elements that should no longer be used by programmers.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.xml.sax.ext Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.xml.sax.helpers Class Description ClassCastException Thrown when a program attempts to cast a an object to a type with which it is not compatible.ClassNotFoundException Thrown when a class loader is unable to find a class.Deprecated Annotation type used to mark program elements that should no longer be used by programmers.IllegalAccessException Thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.InstantiationException Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.NullPointerException Thrown when a program tries to access a field or method of an object or an element of an array when there is no instance or array to use, that is if the object or array points tonull.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -
Classes in java.lang used by org.xmlpull.v1 Class Description Boolean The wrapper for the primitive typeboolean.Class The in-memory representation of a Java class.Exception Exceptionis the superclass of all classes that represent recoverable exceptions.IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IllegalStateException Thrown when an action is attempted at a time when the VM is not in the correct state.Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars).Throwable The superclass of all classes which can be thrown by the VM. -
Classes in java.lang used by org.xmlpull.v1.sax2 Class Description Object The root class of the Java class hierarchy.String An immutable sequence of characters/code units (chars). -