| AclEntry |
The Access Control List Entry interface definition.
|
| AlphaAnimation |
An animation that controls the alpha level of an object.
|
| Animation |
Abstraction for an Animation that can be applied to Views, Surfaces, or
other objects.
|
| AnimationSet |
Represents a group of Animations that should be played together.
|
| Animator |
This is the superclass for classes which provide basic support for animations which can be
started, ended, and have AnimatorListeners added to them.
|
| AnimatorSet |
This class plays a set of Animator objects in the specified order.
|
| ArcShape |
Creates an arc shape.
|
| ArrayDeque<E> |
Resizable-array implementation of the Deque interface.
|
| ArrayList<E> |
ArrayList is an implementation of List, backed by an array.
|
| AttributedCharacterIterator |
Extends the
CharacterIterator interface, adding support for iterating over
attributes and not only characters.
|
| Attributes |
The Attributes class is used to store values for manifest entries.
|
| AuthProvider |
Legacy security code; do not use.
|
| AutoTransition |
Utility class for creating a default transition that automatically fades,
moves, and resizes views during a scene change.
|
| BitSet |
The BitSet class implements a
bit array.
|
| BreakIterator |
Locates boundaries in text.
|
| Bundle |
A mapping from String values to various Parcelable types.
|
| CRLSelector |
The interface specification for determining whether a CRL meets some criteria
to select CRL objects among a set of CRLs.
|
| Calendar |
Calendar is an abstract base class for converting between a
Date object and a set of integer fields such as
YEAR, MONTH, DAY,
HOUR, and so on.
|
| CallbackRegistry<C, T, A> |
A utility for storing and notifying callbacks.
|
| CertPathBuilderResult |
The interface for results generated by
build(CertPathParameters).
|
| CertPathParameters |
The interface specification for certification path algorithm parameters.
|
| CertPathValidatorResult |
The interface specification for certification path validation results.
|
| CertSelector |
The interface specification to determine whether a Certificate meets some criteria.
|
| CertStoreParameters |
The marker interface specifying the parameters used to initialize a CertStore instance.
|
| ChangeBounds |
This transition captures the layout bounds of target views before and after
the scene change and animates those changes during the transition.
|
| ChangeClipBounds |
ChangeClipBounds captures the getClipBounds() before and after the
scene change and animates those changes during the transition.
|
| ChangeImageTransform |
This Transition captures an ImageView's matrix before and after the
scene change and animates it during the transition.
|
| ChangeScroll |
This transition captures the scroll properties of targets before and after
the scene change and animates any changes.
|
| ChangeTransform |
This Transition captures scale and rotation for Views before and after the
scene change and animates those changes during the transition.
|
| CharacterIterator |
An interface for the bidirectional iteration over a group of characters.
|
| ChoiceFormat |
Returns a fixed string based on a numeric value.
|
| Collator |
Performs locale-sensitive string comparison.
|
| CollectionCertStoreParameters |
The parameters to initialize a Collection type CertStore instance.
|
| ComponentName |
Identifier for a specific application component
(Activity, Service,
BroadcastReceiver, or
ContentProvider) that is available.
|
| ConcurrentSkipListMap<K, V> |
A scalable concurrent ConcurrentNavigableMap implementation.
|
| ConcurrentSkipListSet<E> |
A scalable concurrent NavigableSet implementation based on
a ConcurrentSkipListMap.
|
| CopyOnWriteArrayList<E> |
A thread-safe random-access list.
|
| Date |
A specific moment in time, with millisecond precision.
|
| DateFormat |
Formats or parses dates and times.
|
| DateFormatSymbols |
Encapsulates localized date-time formatting data, such as the names of the
months, the names of the days of the week, and the time zone data.
|
| DecimalFormat |
A concrete subclass of NumberFormat that formats decimal numbers.
|
| DecimalFormatSymbols |
Encapsulates the set of symbols (such as the decimal separator, the grouping
separator, and so on) needed by DecimalFormat to format numbers.
|
| EnumMap<K extends Enum<K>, V> |
An Map specialized for use with Enum types as keys.
|
| EnumSet<E extends Enum<E>> |
An EnumSet is a specialized Set to be used with enums as keys.
|
| Explode |
This transition tracks changes to the visibility of target views in the
start and end scenes and moves views in or out from the edges of the
scene.
|
| Fade |
This transition tracks changes to the visibility of target views in the
start and end scenes and fades views in or out when they become visible
or non-visible.
|
| Format |
The base class for all formats.
|
| GregorianCalendar |
GregorianCalendar is a concrete subclass of Calendar
and provides the standard calendar used by most of the world.
|
| HashMap<K, V> |
HashMap is an implementation of Map.
|
| HashSet<E> |
HashSet is an implementation of a Set.
|
| Hashtable<K, V> |
Hashtable is a synchronized implementation of Map.
|
| HttpCookie |
An opaque key-value value pair held by an HTTP client to permit a stateful
session with an HTTP server.
|
| IdentityHashMap<K, V> |
IdentityHashMap is a variant on HashMap which tests equality by reference
instead of equality by value.
|
| Intent |
An intent is an abstract description of an operation to be performed.
|
| JarEntry |
Represents a single file in a JAR archive together with the manifest
attributes and digital signatures associated with it.
|
| Keyframe |
This class holds a time/value pair for an animation.
|
| LDAPCertStoreParameters |
The parameters to initialize a LDAP CertStore instance.
|
| LabeledIntent |
A special subclass of Intent that can have a custom label/icon
associated with it.
|
| LinkedHashMap<K, V> |
LinkedHashMap is an implementation of Map that guarantees iteration order.
|
| LinkedHashSet<E> |
LinkedHashSet is a variant of HashSet.
|
| LinkedList<E> |
LinkedList is an implementation of List, backed by a doubly-linked list.
|
| ListChangeRegistry |
Utility class for managing ObservableList callbacks.
|
| Locale |
Locale represents a language/country/variant combination.
|
| LongSparseArray<E> |
SparseArray mapping longs to Objects.
|
| Mac |
This class provides the public API for Message Authentication Code
(MAC) algorithms.
|
| Manifest |
The Manifest class is used to obtain attribute information for a
JarFile and its entries.
|
| MapChangeRegistry |
Utility class for managing ObservableMap callbacks.
|
| MessageFormat |
Produces concatenated messages in language-neutral way.
|
| NumberFormat |
The abstract base class for all number formats.
|
| ObjectAnimator |
This subclass of ValueAnimator provides support for animating properties on target objects.
|
| ObservableArrayList<T> |
An ObservableList implementation using ArrayList as an implementation.
|
| OvalShape |
Defines an oval shape.
|
| PKIXBuilderParameters |
The parameter specification for a PKIX CertPathBuilder
algorithm used to build
certificate chains validated with the PKIX certification path validation.
|
| PKIXCertPathBuilderResult |
The result of the PKIX certification path builder, returned by
build(CertPathParameters).
|
| PKIXCertPathChecker |
The class specifying the interface to extend the certification path
validation algorithm by checks to perform on an X509Certificate.
|
| PKIXCertPathValidatorResult |
The implementation of the result of the PKIX certification path validation.
|
| PKIXParameters |
This class implements the parameters for the PKIX CertPathValidator.
|
| PathShape |
Creates geometric paths, utilizing the Path class.
|
| PersistableBundle |
A mapping from String values to various types that can be saved to persistent and later
restored.
|
| Properties |
A Properties object is a Hashtable where the keys and values
must be Strings.
|
| PropertyChangeRegistry |
Utility class for managing Observable callbacks.
|
| PropertyValuesHolder |
This class holds information about a property and the values that that property
should take on during an animation.
|
| Provider |
Provider is the abstract superclass for all security providers in the
Java security infrastructure.
|
| RectShape |
Defines a rectangle shape.
|
| RotateAnimation |
An animation that controls the rotation of an object.
|
| RoundRectShape |
Creates a rounded-corner rectangle.
|
| RuleBasedCollator |
A concrete subclass of Collator.
|
| ScaleAnimation |
An animation that controls the scale of an object.
|
| Shape |
Defines a generic graphical "shape."
Any Shape can be drawn to a Canvas with its own draw() method,
but more graphical control is available if you instead pass
it to a ShapeDrawable.
|
| SimpleDateFormat |
Formats and parses dates in a locale-sensitive manner.
|
| SimpleTimeZone |
SimpleTimeZone is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar.
|
| SipProfile |
Defines a SIP profile, including a SIP account, domain and server information.
|
| Slide |
This transition tracks changes to the visibility of target views in the
start and end scenes and moves views in or out from one of the edges of the
scene.
|
| SparseArray<E> |
SparseArrays map integers to Objects.
|
| SparseArrayCompat<E> |
A copy of the current platform (currently KITKAT
version of SparseArray; provides a removeAt() method and other things.
|
| SparseBooleanArray |
SparseBooleanArrays map integers to booleans.
|
| SparseIntArray |
SparseIntArrays map integers to integers.
|
| SparseLongArray |
SparseLongArrays map integers to longs.
|
| Stack<E> |
Stack is a Last-In/First-Out(LIFO) data structure which represents a
stack of objects.
|
| StateListAnimator |
Lets you define a number of Animators that will run on the attached View depending on the View's
drawable state.
|
| StringCharacterIterator |
An implementation of CharacterIterator for strings.
|
| Time |
Java representation of an SQL TIME value.
|
| TimeAnimator |
This class provides a simple callback mechanism to listeners that is synchronized with all
other animators in the system.
|
| TimeZone |
TimeZone represents a time zone, primarily used for configuring a Calendar or
SimpleDateFormat instance.
|
| Timestamp |
A Java representation of the SQL TIMESTAMP type.
|
| Transition |
A Transition holds information about animations that will be run on its
targets during a scene change.
|
| TransitionSet |
A TransitionSet is a parent of child transitions (including other
TransitionSets).
|
| TranslateAnimation |
An animation that controls the position of an object.
|
| TreeMap<K, V> |
A map whose entries are sorted by their keys.
|
| TreeSet<E> |
TreeSet is an implementation of SortedSet.
|
| ValueAnimator |
This class provides a simple timing engine for running animations
which calculate animated values and set them on target objects.
|
| Vector<E> |
Vector is an implementation of List, backed by an array and synchronized.
|
| Visibility |
This transition tracks changes to the visibility of target views in the
start and end scenes.
|
| 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 |
A CRL selector (CRLSelector for selecting X509CRLs that match the specified criteria.
|
| X509CertSelector |
A certificate selector (CertSelector for selecting X509Certificates that match the specified criteria.
|
| XMLGregorianCalendar |
Representation for W3C XML Schema 1.0 date/time datatypes.
|
| ZipEntry |
An entry within a zip file.
|