笔记备份:2025-08-21 21:09:00

This commit is contained in:
2025-08-21 21:09:00 +08:00
parent 3f3757fd54
commit f3a54fc15b
3 changed files with 16 additions and 10 deletions

View File

@@ -538,11 +538,11 @@
}
},
"2025-08-21": {
"totalDelta": 544,
"totalDelta": 581,
"files": {
"A1-Work/语言/Java/基础学习.md": {
"initial": 10752,
"current": 11296
"current": 11333
}
}
}

View File

@@ -463,20 +463,20 @@
"isCountable": true,
"targetNodeType": "file",
"noteCount": 1,
"wordCount": 3720,
"wordCount": 3771,
"wordCountTowardGoal": 0,
"wordGoal": null,
"pageCount": 12.4,
"characterCount": 12939,
"nonWhitespaceCharacterCount": 9921,
"newlineCount": 524,
"readingTimeInMinutes": 8.511245283018868,
"pageCount": 12.57,
"characterCount": 13046,
"nonWhitespaceCharacterCount": 10021,
"newlineCount": 526,
"readingTimeInMinutes": 8.607924528301886,
"linkCount": 0,
"embedCount": 1,
"aliases": null,
"createdDate": 1753961160249,
"modifiedDate": 1755779703068,
"sizeInBytes": 19735,
"modifiedDate": 1755779770801,
"sizeInBytes": 19950,
"sessionStart": {
"noteCount": 1,
"pageCount": 2.1566666666666667,

View File

@@ -506,6 +506,12 @@ public class Test {
| WeakHashMap | 一种其值毫无用武之地后可以被垃圾回收器回收的映射表 |
| IdentityHashMap | 一种用 == 而不是用 equals 比较键值的 |
### 集合框架
```mermaid
classDiagram
```
## JDK 特性
### JDK7