Hi, I had a general question regarding the Object clone method in Android. Is there a particular reason that in Android, the object clone method was split up into two methods, effectively creating a wrapper (clone) and wrapped methods (internalClone) which is not the way Java does it? (I just compared java and android sources, please correct me if I'm wrong..)
Thanks, -Jay. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

