| Interface | Description |
|---|---|
| AttributeSet |
A collection of attributes, as found associated with a tag in an XML
document.
|
| Log.TerribleFailureHandler |
Interface to handle terrible failures from
Log.wtf(java.lang.String, java.lang.String). |
| Printer |
Simple interface for printing text, allowing redirection to various
targets.
|
| Class | Description |
|---|---|
| ArrayMap<K,V> |
ArrayMap is a generic key->value mapping data structure that is
designed to be more memory efficient than a traditional
HashMap. |
| ArraySet<E> |
ArraySet is a generic set data structure that is designed to be more memory efficient than a
traditional
HashSet. |
| Base64 |
Utilities for encoding and decoding the Base64 representation of
binary data.
|
| DisplayMetrics |
A structure describing general information about a display, such as its
size, density, and font scaling.
|
| Log |
API for sending log output.
|
| LongSparseArray<E> |
SparseArray mapping longs to Objects.
|
| LruCache<K,V> |
A cache that holds strong references to a limited number of values.
|
| MutableBoolean | |
| MutableByte | |
| MutableChar | |
| MutableDouble | |
| MutableFloat | |
| MutableInt | |
| MutableLong | |
| MutableShort | |
| Pair<F,S> |
Container to ease passing around a tuple of two objects.
|
| PrefixPrinter |
PrefixPrinter is a Printer which prefixes all lines with a given
prefix.
|
| Size |
Immutable class for describing width and height dimensions in pixels.
|
| SizeF |
Immutable class for describing width and height dimensions in some arbitrary
unit.
|
| Slog | |
| SparseArray<E> |
SparseArrays map integers to Objects.
|
| SparseBooleanArray |
SparseBooleanArrays map integers to booleans.
|
| SparseIntArray |
SparseIntArrays map integers to integers.
|
| TimeUtils |
A class containing utility methods related to time zones.
|
| TypedValue |
Container for a dynamically typed data value.
|
| Xml |
XML utility methods.
|
| Enum | Description |
|---|---|
| Xml.Encoding |
Supported character encodings.
|
| Exception | Description |
|---|---|
| AndroidException |
Base class for all checked exceptions thrown by the Android frameworks.
|
| AndroidRuntimeException |
Base class for all unchecked exceptions thrown by the Android frameworks.
|