Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 178 Bytes

java.util.LinkedHashMap.adoc

File metadata and controls

8 lines (4 loc) · 178 Bytes

LinkedHashMap

LinkedHashMap

问题:

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