Known Indirect Subclasses
AclEntry,
ArrayList<E>,
AttributedCharacterIterator,
Attributes,
AuthProvider,
BasicClientCookie,
BasicClientCookie2,
BasicHeader,
BasicHeaderElement,
BasicHttpParams,
BasicHttpProcessor,
BasicNameValuePair,
BasicRequestLine,
BasicStatusLine,
BitSet,
BreakIterator,
BufferedHeader,
Bundle,
ByteArrayEntity,
CRLSelector,
Calendar,
CertPathBuilderResult,
CertPathParameters,
CertPathValidatorResult,
CertSelector,
CertStoreParameters,
CharacterIterator,
ChoiceFormat,
Collator,
CollectionCertStoreParameters,
CopyOnWriteArrayList<E>,
Date,
DateFormat,
DateFormatSymbols,
DecimalFormat,
DecimalFormatSymbols,
EnumMap<K extends Enum<K>, V>,
EnumSet<E extends Enum<E>>,
FileEntity,
Format,
GregorianCalendar,
HashMap<K, V>,
HashSet<E>,
Hashtable<K, V>,
HeaderGroup,
HttpDelete,
HttpEntityEnclosingRequestBase,
HttpGet,
HttpHead,
HttpHost,
HttpOptions,
HttpPost,
HttpPut,
HttpRequestBase,
HttpRoute,
HttpTrace,
HttpVersion,
IdentityHashMap<K, V>,
JarEntry,
LDAPCertStoreParameters,
LinkedHashMap<K, V>,
LinkedHashSet<E>,
LinkedList<E>,
Locale,
Mac,
Manifest,
MessageFormat,
NumberFormat,
PKIXBuilderParameters,
PKIXCertPathBuilderResult,
PKIXCertPathChecker,
PKIXCertPathValidatorResult,
PKIXParameters,
Properties,
ProtocolVersion,
Provider,
RouteTracker,
RuleBasedCollator,
SimpleDateFormat,
SimpleTimeZone,
Stack<E>,
StringCharacterIterator,
StringEntity,
Time,
TimeZone,
Timestamp,
TreeMap<K, V>,
TreeSet<E>,
UrlEncodedFormEntity,
Vector<E>,
WebBackForwardList,
WebHistoryItem,
X509CRLSelector,
X509CertSelector,
ZipEntry
| AclEntry |
|
| ArrayList<E> |
ArrayList is an implementation of List, backed by an array. |
| AttributedCharacterIterator |
AttributedCharacterIterator
|
| Attributes |
The Attributes class is used to store values for Manifest entries. |
| AuthProvider |
|
| BasicClientCookie |
HTTP "magic-cookie" represents a piece of state information
that the HTTP agent and the target server can exchange to maintain
a session. |
| BasicClientCookie2 |
HTTP "magic-cookie" represents a piece of state information
that the HTTP agent and the target server can exchange to maintain
a session as specified by RFC2965. |
| BasicHeader |
Represents an HTTP header field. |
| BasicHeaderElement |
One element of an HTTP header's value. |
| BasicHttpParams |
This class represents a collection of HTTP protocol parameters. |
| BasicHttpProcessor |
Keeps lists of interceptors for processing requests and responses. |
| BasicNameValuePair |
A simple class encapsulating an attribute/value pair. |
| BasicRequestLine |
The first line of an HttpRequest. |
| BasicStatusLine |
Represents a status line as returned from a HTTP server. |
| BitSet |
The BitSet class implements a bit field. |
| BreakIterator |
This class is used to locate the boundaries of text. |
| BufferedHeader |
This class represents a raw HTTP header whose content is parsed 'on demand'
only when the header value needs to be consumed. |
| Bundle |
A mapping from String values to various Parcelable types. |
| ByteArrayEntity |
An entity whose content is retrieved from a byte array. |
| CRLSelector |
|
| Calendar |
Calendar is an abstract class which provides the conversion between Dates and
integer calendar fields, such as the month, year or minute. |
| CertPathBuilderResult |
|
| CertPathParameters |
|
| CertPathValidatorResult |
|
| CertSelector |
|
| CertStoreParameters |
|
| CharacterIterator |
CharacterIterator is used to sequence over a group of characters. |
| ChoiceFormat |
ChoiceFormat is used to associate strings with ranges of double values. |
| Collator |
Collator is an abstract class which is the root of classes which provide
Locale specific String comparison to determine their ordering with respect to
each other. |
| CollectionCertStoreParameters |
|
| CopyOnWriteArrayList<E> |
Implements a ArrayList variant that is thread-safe. |
| Date |
A Date class which can consume and produce dates in SQL Date format. |
| DateFormat |
DateFormat is the abstract superclass of formats which format and parse
Dates. |
| DateFormatSymbols |
DateFormatSymbols holds the Strings used in the formating and parsing of
dates and times. |
| DecimalFormat |
DecimalFormat is used to format and parse numbers, both integers and
fractions, based on a pattern. |
| DecimalFormatSymbols |
DecimalFormatSymbols holds the symbols used in the formating and parsing of
numbers. |
| EnumMap<K extends Enum<K>, V> |
|
| EnumSet<E extends Enum<E>> |
|
| FileEntity |
An entity whose content is retrieved from a file. |
| Format |
Format is the abstract superclass of classes which format and parse objects
according to Locale specific rules. |
| GregorianCalendar |
GregorianCalendar provides the conversion between Dates and integer calendar
fields, such as the month, year or minute, for the Gregorian calendar. |
| HashMap<K, V> |
HashMap is an implementation of Map. |
| HashSet<E> |
HashSet is an implementation of Set. |
| Hashtable<K, V> |
Hashtable associates keys with values. |
| HeaderGroup |
A class for combining a set of headers. |
| HttpDelete |
HTTP DELETE method
The HTTP DELETE method is defined in section 9.7 of
RFC2616:
The DELETE method requests that the origin server delete the resource
identified by the Request-URI. |
| HttpEntityEnclosingRequestBase |
Basic implementation of an HTTP request that can be modified. |
| HttpGet |
HTTP GET method. |
| HttpHead |
HTTP HEAD method. |
| HttpHost |
Holds all of the variables needed to describe an HTTP connection to a host. |
| HttpOptions |
HTTP OPTIONS method. |
| HttpPost |
HTTP POST method. |
| HttpPut |
HTTP PUT method. |
| HttpRequestBase |
Basic implementation of an HTTP request that can be modified. |
| HttpRoute |
The route for a request. |
| HttpTrace |
HTTP TRACE method. |
| HttpVersion |
Represents an HTTP version, as specified in RFC 2616. |
| IdentityHashMap<K, V> |
IdentityHashMap
This is a variant on HashMap which tests equality by reference instead of by
value. |
| JarEntry |
|
| LDAPCertStoreParameters |
|
| LinkedHashMap<K, V> |
LinkedHashMap is a variant on HashMap. |
| LinkedHashSet<E> |
LinkedHashSet is a variant on HashSet. |
| LinkedList<E> |
LinkedList is an implementation of List, backed by a linked list. |
| Locale |
Locale represents a language/country/variant combination. |
| Mac |
|
| Manifest |
The Manifest class is used to obtain attribute information for a JarFile and its entries. |
| MessageFormat |
MessageFormat is used to format and parse arguments based on a pattern. |
| NumberFormat |
NumberFormat is the abstract superclass of Formats which format and parse
Numbers. |
| PKIXBuilderParameters |
|
| PKIXCertPathBuilderResult |
|
| PKIXCertPathChecker |
|
| PKIXCertPathValidatorResult |
|
| PKIXParameters |
|
| Properties |
Properties is a Hashtable where the keys and values must be Strings. |
| ProtocolVersion |
Represents a protocol version, as specified in RFC 2616. |
| Provider |
|
| RouteTracker |
Helps tracking the steps in establishing a route. |
| RuleBasedCollator |
RuleBasedCollator is a concrete subclass of
Collator. |
| SimpleDateFormat |
SimpleDateFormat is used to format and parse Gregorian calendar dates and
times based on a pattern of date and time fields. |
| SimpleTimeZone |
SimpleTimeZone represents a local time zone and its daylight savings time
rules for the gregorian calendar. |
| Stack<E> |
Stack is a Last-In/First-Out(LIFO) data structure which
represents a stack of objects. |
| StringCharacterIterator |
StringCharacterIterator is an implementation of CharacterIterator for
Strings. |
| StringEntity |
An entity whose content is retrieved from a string. |
| Time |
Java representation of an SQL TIME value. |
| TimeZone |
TimeZone is an abstract class which represents a local time zone and its
daylight savings time rules. |
| Timestamp |
A Java representation of the SQL TIMESTAMP type. |
| TreeMap<K, V> |
TreeMap is an implementation of SortedMap. |
| TreeSet<E> |
TreeSet is an implementation of SortedSet. |
| UrlEncodedFormEntity |
An entity composed of a list of url-encoded pairs. |
| Vector<E> |
Vector is a variable size contiguous indexable array of Objects. |
| WebBackForwardList |
This class contains the back/forward list for a WebView. |
| WebHistoryItem |
A convenience class for accessing fields in an entry in the back/forward list
of a WebView. |
| X509CRLSelector |
|
| X509CertSelector |
|
| ZipEntry |
ZipEntry represents an entry in a zip file. |
|