会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
vactor
博客园
首页
新随笔
联系
管理
订阅
2021年4月7日
聊聊java list的使用特性
摘要: 一、list存储模式 举例: 以leetcode cn46题为例,该题要求得给定序列的全排列。使用List<List<Integer>> ans返回结果,使用List<Integer> tem临时存储排列数据。 class Solution { public List<List<Integer>>
阅读全文
posted @ 2021-04-07 20:20 JarvisLau
阅读(230)
评论(0)
推荐(0)
编辑
公告