CollectionTools 新增 nullToEmptyList、nullToEmptySet、nullToEmptyMap 方法 #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch ":1.x.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CollectionTools 提供 nullToEmptyList、nullToEmptySet、nullToEmptyMap,分别在提供的集合为 null 时,返回 Collections.emptyList()、Collections.emptySet()、Collections.emptyMap()。
close #7