Uses of Package
java.lang

Packages that use java.lang 
Package Description
SQLite  
SQLite.JDBC2z  
com.squareup.okhttp  
com.squareup.okhttp.internal  
com.squareup.okhttp.internal.http  
com.squareup.okhttp.internal.spdy  
com.squareup.okhttp.internal.tls  
dalvik.annotation  
dalvik.system  
java.awt.font  
java.beans  
java.io  
java.lang  
java.lang.annotation  
java.lang.invoke  
java.lang.ref  
java.lang.reflect  
java.math  
java.net  
java.nio  
java.nio.channels  
java.nio.channels.spi  
java.nio.charset  
java.nio.charset.spi  
java.security
Extensible cryptographic service provider infrastructure (SPI) for using and defining services such as Certificates, Keys, KeyStores, MessageDigests, and Signatures.
java.security.acl
This package provides the classes and the interfaces needed to build Access Control Lists.
java.security.cert
This package provides all the classes and all the interfaces needed to generate, administer and verify X.509 certificates.
java.security.spec
This package provides the classes and interfaces needed to specify keys and parameters for encryption and signing algorithms.
java.sql  
java.text  
java.text.spi  
java.util  
java.util.concurrent
Utility classes commonly useful in concurrent programming.
java.util.concurrent.atomic
A small toolkit of classes that support lock-free thread-safe programming on single variables.
java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
java.util.jar  
java.util.logging  
java.util.prefs  
java.util.regex  
java.util.spi  
java.util.zip  
javax.crypto
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or key agreement.
javax.crypto.spec
This package provides the classes and interfaces needed to specify keys and parameter for encryption.
javax.net  
javax.net.ssl
This package provides classes and interfaces needed to use the Secure Sockets Layer (SSL) protocol and the successor Transport Layer Security (TLS) protocol.
javax.security.auth  
javax.security.auth.callback
This package provides classes and interfaces needed to interact with the application in order to execute the authentication and authorization processes.
javax.security.auth.login
This package provides a pluggable and stackable authentication system based on ideas and concepts from the Unix-PAM module.
javax.security.auth.x500
This package provides classes needed to store X.500 principals and their credentials.
javax.security.cert
This package is provided only for compatibility reasons.
javax.sql  
javax.xml  
javax.xml.datatype  
javax.xml.namespace  
javax.xml.parsers  
javax.xml.transform  
javax.xml.transform.dom  
javax.xml.transform.sax  
javax.xml.transform.stream  
javax.xml.validation  
javax.xml.xpath  
libcore.icu  
libcore.internal  
libcore.io  
libcore.math  
libcore.net  
libcore.net.http  
libcore.net.url  
libcore.reflect  
libcore.util  
org.apache.commons.codec
A small set of interfaces used by the various implementations in the sub-packages.
org.apache.commons.codec.binary
Base64, Binary, and Hexadecimal String encoding and decoding.
org.apache.commons.codec.language
Language and phonetic encoders.
org.apache.commons.codec.net
Network related encoding and decoding.
org.apache.commons.logging
Simple wrapper API around multiple logging APIs.
org.apache.commons.logging.impl
Concrete implementations of commons-logging wrapper APIs.
org.apache.harmony.crypto.internal  
org.apache.harmony.luni.internal.util  
org.apache.harmony.luni.util  
org.apache.harmony.security  
org.apache.harmony.security.asn1  
org.apache.harmony.security.fortress  
org.apache.harmony.security.pkcs10  
org.apache.harmony.security.pkcs7  
org.apache.harmony.security.pkcs8  
org.apache.harmony.security.provider.cert  
org.apache.harmony.security.provider.crypto  
org.apache.harmony.security.utils  
org.apache.harmony.security.x501  
org.apache.harmony.security.x509  
org.apache.harmony.security.x509.tsp  
org.apache.harmony.xml  
org.apache.harmony.xml.dom  
org.apache.harmony.xml.parsers  
org.apache.http
The core interfaces and classes of the HTTP components.
org.apache.http.auth
The API for client-side HTTP authentication against a server, commonly referred to as HttpAuth.
org.apache.http.auth.params
Parameters for configuring HttpAuth.
org.apache.http.client
The API for client-side HTTP communication and entry point to the HttpClient module.
org.apache.http.client.entity  
org.apache.http.client.methods
Request implementations for the various HTTP methods like GET and POST.
org.apache.http.client.params
Parameters for configuring HttpClient.
org.apache.http.client.protocol
Additional request and response interceptors.
org.apache.http.client.utils
Helpers and utility classes for HttpClient.
org.apache.http.conn
The client-side connection management and handling API at the heart of what is referred to as HttpConn.
org.apache.http.conn.params
Parameters for configuring HttpConn.
org.apache.http.conn.routing
The client-side route representation and tracking API, part of HttpConn.
org.apache.http.conn.scheme  
org.apache.http.conn.ssl
TLS/SSL specific parts of the HttpConn API.
org.apache.http.conn.util  
org.apache.http.cookie
The API for client-side state management via cookies, commonly referred to as HttpCookie.
org.apache.http.cookie.params
Parameters for configuring HttpCookie.
org.apache.http.entity
Representations for HTTP message entities.
org.apache.http.impl
Default implementations for interfaces in org.apache.http.
org.apache.http.impl.auth  
org.apache.http.impl.client  
org.apache.http.impl.conn  
org.apache.http.impl.conn.tsccm
The implementation of a thread-safe client connection manager.
org.apache.http.impl.cookie  
org.apache.http.impl.entity
Default implementations for interfaces in org.apache.http.entity.
org.apache.http.impl.io
Default implementations for interfaces in org.apache.http.io.
org.apache.http.io
The transport layer abstraction of the HTTP components.
org.apache.http.message
A selection of HTTP message implementations.
org.apache.http.params
The parameterization framework for HTTP components.
org.apache.http.protocol
HTTP protocol execution framework.
org.apache.http.util
Mostly utility classes with static helper methods for various purposes.
org.apache.xalan  
org.apache.xalan.extensions  
org.apache.xalan.processor
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object).
org.apache.xalan.res
Contains strings that require internationalization.
org.apache.xalan.serialize  
org.apache.xalan.templates
Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet.
org.apache.xalan.transformer
In charge of run-time transformations and the production of result trees.
org.apache.xalan.xslt
Implementation of Xalan command-line interface.
org.apache.xml.dtm  
org.apache.xml.dtm.ref  
org.apache.xml.dtm.ref.dom2dtm  
org.apache.xml.dtm.ref.sax2dtm  
org.apache.xml.res  
org.apache.xml.serializer
Processes SAX events into streams.
org.apache.xml.serializer.dom3  
org.apache.xml.serializer.utils  
org.apache.xml.utils
Implementation of Xalan utility classes.
org.apache.xml.utils.res  
org.apache.xpath
Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.
org.apache.xpath.axes
Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator.
org.apache.xpath.compiler
Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation.
org.apache.xpath.domapi  
org.apache.xpath.functions
Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package.
org.apache.xpath.jaxp  
org.apache.xpath.objects
Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types.
org.apache.xpath.operations
Support for XPath operations, such as +, -, string(), etc.
org.apache.xpath.patterns
Implementation of XPath nodeTest support, and XSLT pattern matching support.
org.apache.xpath.res
Contains strings for XPath support that require internationalization.
org.bouncycastle.asn1  
org.bouncycastle.asn1.cms  
org.bouncycastle.asn1.misc  
org.bouncycastle.asn1.nist  
org.bouncycastle.asn1.pkcs  
org.bouncycastle.asn1.sec  
org.bouncycastle.asn1.util  
org.bouncycastle.asn1.x500  
org.bouncycastle.asn1.x500.style  
org.bouncycastle.asn1.x509  
org.bouncycastle.asn1.x9  
org.bouncycastle.cert  
org.bouncycastle.cert.jcajce  
org.bouncycastle.cert.selector  
org.bouncycastle.cms  
org.bouncycastle.cms.jcajce  
org.bouncycastle.crypto  
org.bouncycastle.crypto.agreement  
org.bouncycastle.crypto.digests  
org.bouncycastle.crypto.encodings  
org.bouncycastle.crypto.engines  
org.bouncycastle.crypto.generators  
org.bouncycastle.crypto.io  
org.bouncycastle.crypto.macs  
org.bouncycastle.crypto.modes  
org.bouncycastle.crypto.modes.gcm  
org.bouncycastle.crypto.paddings  
org.bouncycastle.crypto.params  
org.bouncycastle.crypto.signers  
org.bouncycastle.crypto.util  
org.bouncycastle.jcajce  
org.bouncycastle.jcajce.io  
org.bouncycastle.jcajce.provider.asymmetric  
org.bouncycastle.jcajce.provider.asymmetric.dh  
org.bouncycastle.jcajce.provider.asymmetric.dsa  
org.bouncycastle.jcajce.provider.asymmetric.ec  
org.bouncycastle.jcajce.provider.asymmetric.rsa  
org.bouncycastle.jcajce.provider.asymmetric.util  
org.bouncycastle.jcajce.provider.asymmetric.x509  
org.bouncycastle.jcajce.provider.config  
org.bouncycastle.jcajce.provider.digest  
org.bouncycastle.jcajce.provider.keystore  
org.bouncycastle.jcajce.provider.keystore.bc  
org.bouncycastle.jcajce.provider.keystore.pkcs12  
org.bouncycastle.jcajce.provider.symmetric  
org.bouncycastle.jcajce.provider.symmetric.util  
org.bouncycastle.jcajce.provider.util  
org.bouncycastle.jce  
org.bouncycastle.jce.exception  
org.bouncycastle.jce.interfaces  
org.bouncycastle.jce.netscape  
org.bouncycastle.jce.provider  
org.bouncycastle.jce.spec  
org.bouncycastle.math.ec  
org.bouncycastle.operator  
org.bouncycastle.operator.bc  
org.bouncycastle.operator.jcajce  
org.bouncycastle.util  
org.bouncycastle.util.encoders  
org.bouncycastle.util.io  
org.bouncycastle.util.io.pem  
org.bouncycastle.x509  
org.bouncycastle.x509.extension  
org.conscrypt  
org.conscrypt.util  
org.json  
org.kxml2.io  
org.robovm.rt  
org.robovm.rt.annotation  
org.robovm.rt.bro  
org.robovm.rt.bro.annotation  
org.robovm.rt.bro.ptr  
org.w3c.dom  
org.w3c.dom.ls  
org.xml.sax  
org.xml.sax.ext  
org.xml.sax.helpers  
org.xmlpull.v1  
org.xmlpull.v1.sax2  
sun.misc  
  • Classes in java.lang used by SQLite 
    Class Description
    Exception
    Exception is 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
    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.
    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
    Exception is the superclass of all classes that represent recoverable exceptions.
    Object
    The root class of the Java class hierarchy.
    RuntimeException
    RuntimeException is 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
    A Thread is 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 type boolean.
    Float
    The wrapper for the primitive type float.
    Integer
    The wrapper for the primitive type int.
    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
    Error is the superclass of all classes that represent unrecoverable errors.
    Exception
    Exception is 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 a CharBuffer.
    String
    An immutable sequence of characters/code units (chars).
    StringBuffer
    A modifiable sequence of characters for 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 type boolean.
    Byte
    The wrapper for the primitive type byte.
    Character
    The wrapper for the primitive type char.
    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 the Cloneable interface.
    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 type double.
    Enum
    The superclass of all enumerated types.
    Error
    Error is the superclass of all classes that represent unrecoverable errors.
    Exception
    Exception is the superclass of all classes that represent recoverable exceptions.
    FindBugsSuppressWarnings
    Suppress FindBugs warnings on the annotated element.
    Float
    The wrapper for the primitive type float.
    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
    IncompatibleClassChangeError is 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 type int.
    InterruptedException
    Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.
    LinkageError
    LinkageError is the superclass of all error classes that occur when loading and linking class files.
    Long
    The wrapper for the primitive type long.
    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
    The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
    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
    RuntimeException is 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 type short.
    StackTraceElement
    A representation of a single stack frame.
    String
    An immutable sequence of characters/code units (chars).
    StringBuffer
    A modifiable sequence of characters for use in creating strings, where all accesses are synchronized.
    StringBuilder
    A modifiable sequence of characters for 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
    A Thread is 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
    ThreadGroup is 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
    VirtualMachineError is the superclass of all error classes that occur during the operation of the VM.
    Void
    Placeholder class for the Java keyword void.
  • 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
    Error is the superclass of all classes that represent unrecoverable errors.
    Exception
    Exception is the superclass of all classes that represent recoverable exceptions.
    Object
    The root class of the Java class hierarchy.
    RuntimeException
    RuntimeException is 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
    Error is the superclass of all classes that represent unrecoverable errors.
    Exception
    Exception is 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
    LinkageError is 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
    RuntimeException is 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
    The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
    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
    Exception is 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
    Exception is 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 a CharBuffer.
    RuntimeException
    RuntimeException is 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
    Exception is 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
    RuntimeException is 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
    Error is the superclass of all classes that represent unrecoverable errors.
    Exception
    Exception is 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
    RuntimeException is 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 the Cloneable interface.
    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
    Exception is 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
    RuntimeException is 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
    Exception is 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
    Exception is 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
    Exception is 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
    Exception is 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
    Exception is the superclass of all classes that represent recoverable exceptions.
    Number
    The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
    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 modifiable sequence of characters for 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 type boolean.
    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 the Cloneable interface.
    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
    Error is the superclass of all classes that represent unrecoverable errors.
    Exception
    Exception is 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 type int.
    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 a CharBuffer.
    Runnable
    Represents a command that can be executed.
    RuntimeException
    RuntimeException is 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
    Exception is 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
    RuntimeException is 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
    A Thread is 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 keyword void.
  • Classes in java.lang used by java.util.concurrent.atomic 
    Class Description
    Class
    The in-memory representation of a Java class.
    Number
    The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
    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.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
    A Thread is 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
    Exception is 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
    Exception is 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
    Exception is 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
    Exception is 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
    RuntimeException is 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 modifiable sequence of characters for 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
    Error is the superclass of all classes that represent unrecoverable errors.
    Exception
    Exception is 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
    VirtualMachineError is 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 the Cloneable interface.
    Exception
    Exception is 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 
    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.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
    Exception is 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
    Exception is 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
    Exception is 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
    Exception is 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
    Exception is 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 
    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.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
    Exception is the superclass of all classes that represent recoverable exceptions.
    Number
    The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
    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
    Error is the superclass of all classes that represent unrecoverable errors.
    Exception
    Exception is 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
    Error is the superclass of all classes that represent unrecoverable errors.
    Exception
    Exception is 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
    Exception is 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 type int.
    Number
    The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
    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
    Exception is 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
    RuntimeException is 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 modifiable sequence of characters for 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 modifiable sequence of characters for 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
    Exception is 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
    Exception is the superclass of all classes that represent recoverable exceptions.
    ExceptionInInitializerError
    Thrown when an exception occurs during class initialization.
    LinkageError
    LinkageError is 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
    RuntimeException is 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 modifiable sequence of characters for 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
    A Thread is 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
    Exception is 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 the Cloneable interface.
    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 modifiable sequence of characters for 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 modifiable sequence of characters for use in creating strings.
  • Classes in java.lang used by org.apache.harmony.security.x509.tsp 
    Class Description
    Boolean
    The wrapper for the primitive type boolean.
    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 modifiable sequence of characters for use in creating strings, where all accesses are synchronized.
    StringBuilder
    A modifiable sequence of characters for 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 the Cloneable interface.
    Exception
    Exception is 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
    RuntimeException is 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
    Exception is 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
    Exception is 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 the Cloneable interface.
    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 the Cloneable interface.
    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
    Exception is 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 type int.
    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 the Cloneable interface.
    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
    Exception is 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 the Cloneable interface.
    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
    Exception is 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
    RuntimeException is 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
    Exception is 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
    A Thread is 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 the Cloneable interface.
    Exception
    Exception is 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 the Cloneable interface.
    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 the Cloneable interface.
    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 the Cloneable interface.
    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
    Exception is 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
    Exception is 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
    A Thread is 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 the Cloneable interface.
    Exception
    Exception is the superclass of all classes that represent recoverable exceptions.
    Object
    The root class of the Java class hierarchy.
    RuntimeException
    RuntimeException is 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
    Exception is 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
    RuntimeException is 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 the Cloneable interface.
    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
    Exception is 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
    Exception is the superclass of all classes that represent recoverable exceptions.
    Object
    The root class of the Java class hierarchy.
    RuntimeException
    RuntimeException is 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 the Cloneable interface.
    Exception
    Exception is 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
    RuntimeException is 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 modifiable sequence of characters for use in creating strings, where all accesses are synchronized.
    Thread
    A Thread is 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 the Cloneable interface.
    Exception
    Exception is 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
    RuntimeException is 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 the Cloneable interface.
    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
    Exception is 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
    Exception is 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 type boolean.
    Cloneable
    This (empty) interface must be implemented by all classes that wish to support cloning.
    Number
    The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
    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
    Exception is 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
    RuntimeException is 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 modifiable sequence of characters for 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
    Exception is 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
    Exception is 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
    RuntimeException is 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
    Exception is 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
    RuntimeException is 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
    Exception is 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 the Cloneable interface.
    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
    Exception is 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
    Exception is 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
    Exception is the superclass of all classes that represent recoverable exceptions.
    Object
    The root class of the Java class hierarchy.
    RuntimeException
    RuntimeException is 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
    Exception is the superclass of all classes that represent recoverable exceptions.
    Integer
    The wrapper for the primitive type int.
    Object
    The root class of the Java class hierarchy.
    RuntimeException
    RuntimeException is 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
    Exception is 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
    RuntimeException is 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
    Exception is 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
    Exception is 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 a CharBuffer.
    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
    Exception is 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 the Cloneable interface.
    Comparable
    This interface should be implemented by all classes that wish to define a natural order of their instances.
    Exception
    Exception is 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
    RuntimeException is 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
    Exception is the superclass of all classes that represent recoverable exceptions.
    Number
    The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
    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 type boolean.
    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 type boolean.
    Byte
    The wrapper for the primitive type byte.
    Character
    The wrapper for the primitive type char.
    Class
    The in-memory representation of a Java class.
    Double
    The wrapper for the primitive type double.
    Float
    The wrapper for the primitive type float.
    Integer
    The wrapper for the primitive type int.
    Long
    The wrapper for the primitive type long.
    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 type short.
    String
    An immutable sequence of characters/code units (chars).
    StringBuilder
    A modifiable sequence of characters for 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
    Exception is 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
    RuntimeException is 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
    Class
    The in-memory representation of a Java class.
    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
    Exception is the superclass of all classes that represent recoverable exceptions.
    Object
    The root class of the Java class hierarchy.
    RuntimeException
    RuntimeException is 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
    Exception is the superclass of all classes that represent recoverable exceptions.
    Object
    The root class of the Java class hierarchy.
    RuntimeException
    RuntimeException is 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
    Exception is 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 to null.
    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 type boolean.
    Class
    The in-memory representation of a Java class.
    Exception
    Exception is 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).
  • Classes in java.lang used by sun.misc 
    Class Description
    Class
    The in-memory representation of a Java class.
    Object
    The root class of the Java class hierarchy.