Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.lang
Interface Cloneable

All Known Subinterfaces:
AttributedCharacterIterator, CharacterIterator
All Known Implementing Classes:
AdfBundle, ArrayList, BindingContext, ConnectionReference, Format, HashMap, HashSet, Hashtable, LinkedHashMap, LinkedList, MergedConnectionReference, oracle.adfnmc.javax.naming.Reference, Stack, TreeMap, TreeSet, Vector, ViewCriteria, ViewCriteriaImpl

public interface Cloneable

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, CloneNotSupportedException


Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.