| java.lang.Cloneable
All known Subclasses: java.util.LinkedHashSet, java.util.zip.ZipEntry, java.util.concurrent.CopyOnWriteArraySet, java.util.IdentityHashMap, java.util.BitSet, java.util.ArrayList, java.util.TreeMap, java.util.jar.Manifest, java.util.Calendar, java.util.concurrent.ConcurrentHashMap, java.util.TreeSet, java.util.concurrent.CopyOnWriteArrayList, java.util.jar.Attributes, java.util.MapEntry, java.util.HashMap, java.util.LinkedList, java.security.cert.PKIXCertPathChecker, java.text.DateFormatSymbols, java.util.EnumSet, java.text.Format, java.text.Collator, java.text.BreakIterator, java.util.Date, java.util.HashSet, java.util.Locale, java.util.TimeZone, java.util.regex.Quantifier, java.util.EnumMap, java.text.DecimalFormatSymbols, java.util.Hashtable, java.util.Vector,
Cloneable | public interface Cloneable (Code) | | This (empty) interface should be implemented by all classes which wish to
support cloning. The implementation of clone in class Object checks to ensure
that the object being cloned implements this interface, and throws
CloneNotSupportedException if not.
See Also: Object.clone See Also: CloneNotSupportedException |
|
|