摘要: Hashmap: static final int DEFAULT_INITIAL_CAPACITY = 1 << 4; //默认容量 static final int MAXIMUM_CAPACITY = 1 << 30; //最大容量 static final float DEFAULT_LOA 阅读全文
posted @ 2022-10-08 22:58 无极是一种信仰 阅读(26) 评论(0) 推荐(0)