User Name
Remember Me?
Password
Register
FAQ
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Java Forums
»
General Java
»
New To Java
»
clone method
LinkBack
Thread Tools
Display Modes
#
1
(
permalink
)
01-29-2008, 03:51 PM
javaplus
Member
Join Date: Nov 2007
Posts: 97
Rep Power:
0
clone method
clone method creates a copy of the object, but a different object is created. How can I make the cloned object point to the same object from which it was cloned?
#
2
(
permalink
)
01-29-2008, 04:12 PM
tim
Senior Member
Join Date: Dec 2007
Location: South Africa
Posts: 410
Rep Power:
3
Return this
Hello javaplus
Override the clone() method of your class:
Code:
public Object clone(){ return this; }
This is a bit pointless, but it should do the trick.
__________________
Eyes dwelling into the past are blind to what lies in the future.
#
3
(
permalink
)
01-30-2008, 10:47 AM
javaplus
Member
Join Date: Nov 2007
Posts: 97
Rep Power:
0
Great trick.
Works fine.
Bookmarks
Digg
del.icio.us
StumbleUpon
Google
«
how do i write to a text file from an arraylist?
|
illegal character: \65279
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
On
Pingbacks
are
On
Refbacks
are
On
Forum Rules
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
How to clone an Array
Java Tip
java.lang
0
04-14-2008
09:46 PM
An nslookup clone in Java
Java Tip
java.net
0
04-07-2008
09:12 PM
clone method
gapper
New To Java
1
01-20-2008
09:46 AM
clone problem
feniger
New To Java
13
01-13-2008
11:55 AM
How to clone a JAXB object ?
simon
Advanced Java
1
07-15-2007
12:56 AM
All times are GMT +2. The time now is
11:32 PM
.
Java Tips
|
Linux Archive
Contact Us
-
Java Forums
-
Sitemap
-
Top
VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Bookmark in Technorati