public class MapKeyDiff<K,V> extends Object
| Modifier and Type | Method and 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() |
Copyright © 2020. All rights reserved.