Cloneable
public
interface
Cloneable
Known indirect subclasses
AclEntry, AlphaAnimation, Animation, AnimationSet, Animator, AnimatorSet, ArcShape, ArrayDeque<E>, ArrayList<E>, AttributedCharacterIterator, Attributes, AuthProvider, AutoTransition, BitSet, BreakIterator, and 125 others.
| AclEntry |
This interface was deprecated
in API level 33.
This class is deprecated and subject to removal in a future
version of Java SE. It has been replaced by java.security.Policy
and related classes since 1.2.
|
| 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> |
Resizable-array implementation of the List interface.
|
| AttributedCharacterIterator |
An AttributedCharacterIterator allows iteration through both text and
related attribute information.
|
| Attributes |
The Attributes class m | |