Interface MapDifference.ValueDifference<V>
- Type Parameters:
V- value type | 值类型
- Enclosing interface:
MapDifference<K,V>
public static interface MapDifference.ValueDifference<V>
ValueDifference - Represents different values for the same key
ValueDifference - 表示相同键的不同值
- Since:
- JDK 25, opencode-base-collections V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
Modifier and TypeMethodDescriptionGet the left value 左值Get the right value 右值
-
Method Details
-
leftValue
-
rightValue
-