摘要: String.class类提供的源代码: public int hashCode() { int h = hash; if (h == 0) { int off = offset; char val[] = value; int len = count; ... 阅读全文
posted @ 2016-01-06 09:41 leoJava 阅读(234) 评论(0) 推荐(0)