Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.lang.Cloneable
Packages that use Cloneable
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Uses of Cloneable in java.util
Classes in java.util that implement Cloneable
class
Resizable-array implementation of the Deque interface.
class
Resizable-array implementation of the List interface.
class
This class implements a vector of bits that grows as needed.
abstract class
The Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH, DAY_OF_MONTH, HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.
class
The class Date represents a specific instant in time, with millisecond precision.
class
EnumMap<K extends Enum<K>,V>
A specialized Map implementation for use with enum type keys.
abstract class
EnumSet<E extends Enum<E>>
A specialized Set implementation for use with enum types.
class
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar system used by most of the world.
class
Hash table based implementation of the Map interface.
class
This class implements the Set interface, backed by a hash table (actually a HashMap instance).
class
This class implements a hash table, which maps keys to values.
class
This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values).
class
Hash table and linked list implementation of the Map interface, with predictable iteration order.
class
Hash table and linked list implementation of the Set interface, with predictable iteration order.
class
Doubly-linked list implementation of the List and Deque interfaces.
class
A Locale object represents a specific geographical, political, or cultural region.
class
The Properties class represents a persistent set of properties.
class
SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
class
The Stack class represents a last-in-first-out (LIFO) stack of objects.
abstract class
TimeZone represents a time zone offset, and also figures out daylight savings.
class
A Red-Black tree based NavigableMap implementation.
class
A NavigableSet implementation based on a TreeMap.
class
The Vector class implements a growable array of objects.
Classes in java.util.concurrent that implement Cloneable
class
A scalable concurrent ConcurrentNavigableMap implementation.
class
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
class
A thread-safe variant of ArrayList in which all mutative operations (add, set, and so on) are implemented by making a fresh copy of the underlying array.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz