Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 201 Bytes

java.util.LinkedHashMap.adoc

File metadata and controls

9 lines (5 loc) · 201 Bytes

LinkedHashMap

LinkedHashMap

问题:

  1. new LinkedHashMap<>(10, 0.75F, true)new LinkedHashMap<>() 除了容量之外,还有什么差别吗?