Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: クローンメソッドを適切にオーバーライドする方法は?
誰かが私たちが同じものを使用できる例を教えてもらえますか?
オブジェクトを変更する予定で、メソッド呼び出し元のオブジェクトを変更したくない場合があります。ローカル コピーが必要であると判断した場合は、Object クラスの clone() メソッドを使用して操作を実行できます。