多个字符串有相同的hashcode(没见到大于8的时候转成红黑树)
摘要:public static void main(String[] a){ byte[] b1 = {33 , 123 ,124}; byte[] b2 = {33 , 124 , 93}; byte[] b3 = {33 ,125, 62}; byte[] b4 = {34 , 92 , 124};
阅读全文
posted @ 2019-04-29 16:03
posted @ 2019-04-29 16:03
posted @ 2019-04-22 14:41
posted @ 2019-04-22 14:07
posted @ 2019-04-13 17:05