Package com.github.elibracha.compare
Class MapKeyDiff<K,V>
- java.lang.Object
-
- com.github.elibracha.compare.MapKeyDiff<K,V>
-
public class MapKeyDiff<K,V> extends Object
compare two Maps by key- Author:
- QDesrame
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <K,V>
MapKeyDiff<K,V>diff(Map<K,V> mapLeft, Map<K,V> mapRight)Map<K,V>getIncreased()Map<K,V>getMissing()List<K>getSharedKey()
-