新增 MapBuilder 用于使用流式 API 创建并初始化不同类型的 Map #67
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
新增 MapBuilder 用于使用流式 API 创建并初始化不同类型的 Map
类似于这样的 API:
考虑仅设计一个 Map 初始化器,对从
Supplier<Map<K, V>>获取到的 Map 进行初始化。