public class CommonsMapDifference<V> extends Object
Helper class to deal with map differences calculated via Guava.
Modifier and Type | Method and Description |
---|---|
static <V> CommonsMapDifference<V> |
from(com.google.common.collect.MapDifference<?,V> mapDifference,
com.google.common.base.Function<com.google.common.collect.MapDifference.ValueDifference<V>,V> valueDifferenceResolver) |
com.google.common.collect.ImmutableList<V> |
getAllValuesWithRightDelta() |
com.google.common.collect.ImmutableList<V> |
getRightValuesWithRightDelta() |
public com.google.common.collect.ImmutableList<V> getAllValuesWithRightDelta()
public com.google.common.collect.ImmutableList<V> getRightValuesWithRightDelta()
public static <V> CommonsMapDifference<V> from(com.google.common.collect.MapDifference<?,V> mapDifference, com.google.common.base.Function<com.google.common.collect.MapDifference.ValueDifference<V>,V> valueDifferenceResolver)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.