Interface MapUtil.EntryTransformer<K,V1,V2>
- Type Parameters:
K- key type | 键类型V1- original value type | 原值类型V2- transformed value type | 转换后值类型
- Enclosing class:
MapUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Entry transformer interface
条目转换器
- Since:
- JDK 25, opencode-base-collections V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
transformEntry
-