会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
CELERY
Focus On Develop Tech!
博客园
首页
新随笔
联系
订阅
管理
2009年6月17日
Collections and Generics
摘要: 普通集合类和泛型类的对比 Type Generic Type Remark ArrayList List<> Queue Queue<> 队列,先入先出 Stack Stack<> 栈,后进先出 HashTable Dictionary<> 不能使用Index访问,通过Key的Hash值排序 SortedList SortedList<>...
阅读全文
posted @ 2009-06-17 15:51 Celery
阅读(244)
评论(0)
推荐(0)
编辑
公告