摘要: 1 public int hashCode() { 2 int h = hash; 3 if (h == 0 && value.length > 0) { 4 char val[] = value; 5 6 for (int i = 0; i < value.length; i++) { 7 h = 阅读全文
posted @ 2020-12-23 15:38 Mr丶Gaoyz 阅读(160) 评论(0) 推荐(1)