Interface ValueWeigher.EntryWeigher<K,V>
- Type Parameters:
K- the key type | 键类型V- the value type | 值类型
- Enclosing interface:
ValueWeigher<V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Entry weigher interface for key-value pairs
键值对的条目权重计算器接口
- Since:
- JDK 25, opencode-base-cache V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
weigh
-