Skip to content

Files

Latest commit

d59ad4c · Jun 13, 2025

History

History
9 lines (5 loc) · 214 Bytes

java.util.LinkedHashMap.adoc

File metadata and controls

9 lines (5 loc) · 214 Bytes

LinkedHashMap

LinkedHashMap

问题:

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