Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Clone « Class « Java
Java
Class
Clone
1.
A Cloning Example
2.
Class is declared to be cloneable.
3.
Arrays are automatically cloneable
4.
Clone objects
5.
Creating a Deep Copy
6.
Shallow Copy Test
7.
Deep Copy Test
8.
Uses serialization to perform deep copy cloning.
9.
Tests cloning to see if destination of references are also cloned
10.
Creating local copies with clone
11.
You can insert Cloneability at any level of inheritance
12.
Cloning a composed object
13.
Serializable and clone
14.
Go through a few gyrations to add cloning to your own class
15.
Checking to see if a reference can be cloned
16.
The clone operation works for only a few items in the standard Java library
17.
Demonstration of cloning
18.
Simple demo of avoiding side-effects by using Object.clone
19.
Clone an object with clone method from parent
20.
Manipulate properties after clone operation
21.
Deep clone Object
22.
Serializable Clone
23.
Utility for object cloning
24.
Clone Via Serialization
25.
Clone demo
26.
Deep clone serializing/de-serializng Clone
27.
Implements a pool of internalized objects
28.
A collection of utilities to workaround limitations of Java clone framework
29.
This program demonstrates cloning
30.
Returns a copy of the object, or null if the object cannot be serialized.
31.
Deep-copies the values from one object to the other
32.
Object Deep copy