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 Type
    Method
    Description
    Get the left value 左值
    Get the right value 右值
  • Method Details

    • leftValue

      V leftValue()
      Get the left value 左值
      Returns:
      left value | 左值
    • rightValue

      V rightValue()
      Get the right value 右值
      Returns:
      right value | 右值