l*********y 发帖数: 142 | 1 Implement copy-on-write string class.
Someone post the answer in the thread, but a little long to understand.
What are the things to notice here?
Thanks. |
g***y 发帖数: 764 | 2 ref count, lazy initialization
【在 l*********y 的大作中提到】 : Implement copy-on-write string class. : Someone post the answer in the thread, but a little long to understand. : What are the things to notice here? : Thanks.
|
H******7 发帖数: 1728 | 3 a hard question though. ... :)
面试的时候能说出idea就很不错的选手了我觉得。 |
g**e 发帖数: 6127 | 4 see java CopyOnWriteArrayList source code
【在 l*********y 的大作中提到】 : Implement copy-on-write string class. : Someone post the answer in the thread, but a little long to understand. : What are the things to notice here? : Thanks.
|
c********0 发帖数: 112 | |