摘要:
1、尽可能的用位运算,比如HashMap的查找Entry [] table下标的操作static int indexFor(int h, int length) { return h & (length-1... 阅读全文
posted @ 2012-02-08 19:05
Java码界探秘
阅读(127)
评论(0)
推荐(0)
https://blog.jsdiff.com 技术分享,并发,分布式,java,redis
2012年2月8日