MCPcopy Create free account
hub / github.com/davidgiven/luje / Cloneable

Interface Cloneable

lib/java/lang/Cloneable.java:30–32  ·  view source on GitHub ↗

This (empty) interface must be implemented by all classes that wish to support cloning. The implementation of clone() in Object checks if the object being cloned implements this interface and throws CloneNotSupportedException if it does not. @see Object#clone @see CloneNotSu

Source from the content-addressed store, hash-verified

28 * @see CloneNotSupportedException
29 */
30public interface Cloneable {
31 // Marker interface
32}

Callers

nothing calls this directly

Implementers 11

Localelib/java/util/Locale.java
MapEntrylib/java/util/MapEntry.java
TreeMaplib/java/util/TreeMap.java
MapEntrylib/java/util/TreeMap.java
Nodelib/java/util/TreeMap.java
HashMaplib/java/util/HashMap.java
ArrayListlib/java/util/ArrayList.java
Hashtablelib/java/util/Hashtable.java
HashSetlib/java/util/HashSet.java
LinkedListlib/java/util/LinkedList.java
Vectorlib/java/util/Vector.java

Calls

no outgoing calls

Tested by

no test coverage detected