会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
I miss Instagram
I miss Secret Garden
CnBlogs
Home
New Post
Contact
Admin
Subscription
2021年4月20日
更换链表头节点和JVM的回收
如果对于一个已经创建好的链表进行如下操作: singleLinkedList.head = singleLinkedList.head.next; singleLinkedList.list(); 将链表头从第一个元素指向了第二个元素,那么链表头的元素会被回收。此时head指向第二个元素,第一个元素
Read More
posted @ 2021-04-20 10:51 imissinstagram
Views(92)
Comments(0)
Diggs(0)
公告