验证下。
上代码
1 | package com.sky.code.collection; |
结果
1 | 测试ArrayList |
结论
很明显tree结构的都不接受key为null,hashtable和concurrenthashmap是key和value都不支持null的,其他都就随便吧。🙂
所有代码在 https://github.com/ejunjsh/java-code/tree/master/src/main/java/com/sky/code/collection
验证下。
1 | package com.sky.code.collection; |
1 | 测试ArrayList |
很明显tree结构的都不接受key为null,hashtable和concurrenthashmap是key和value都不支持null的,其他都就随便吧。🙂
所有代码在 https://github.com/ejunjsh/java-code/tree/master/src/main/java/com/sky/code/collection