T
public class JdkMapDiff<K,T> extends MapDiff<K,T,Map<K,T>>
deletes, diffs, upserts
JdkMapDiff(Map<K,T> before, Map<K,T> after)
Map<K,T>
apply(Map<K,T> map)
static <K,T> MapDiff<K,T,Map<K,T>>
diff(Map<K,T> before, Map<K,T> after)
getDeletes, getDiffs, getUpserts
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JdkMapDiff(Map<K,T> before, Map<K,T> after)
public static <K,T> MapDiff<K,T,Map<K,T>> diff(Map<K,T> before, Map<K,T> after)
public Map<K,T> apply(Map<K,T> map)
Diff
Copyright © 2021. All rights reserved.