Example usage for com.google.common.collect MapDifference.ValueDifference interface-usage

List of usage examples for com.google.common.collect MapDifference.ValueDifference interface-usage

Introduction

In this page you can find the example usage for com.google.common.collect MapDifference.ValueDifference interface-usage.

Usage

From source file be.ugent.psb.util.DefaultMapValueDifference.java

public class DefaultMapValueDifference<V> implements MapDifference.ValueDifference<V> {

    private V left;
    private V right;

    public DefaultMapValueDifference(V left, V right) {