- 浏览: 9828 次
- 性别:
- 来自: 南京
最新评论
文章列表
阿里电话面试二面的一个问题,当时没反应过来,源码如下,做个备忘
public boolean add(E e) {
return map.put(e, PRESENT)==null;
}
底层使用HashMap实现,key不会重复
最近在研究源码,顺便贴出struts2、hibernate、spring源码svn地址
struts2
https://github.com/apache/struts2
hibernate
https://github.com/hibernate/hibernate-orm
spring
https://github.com/SpringSource/spring-framework
查找开源软件源码svn地址的网站
https://github.com