Package net.mcreator.util.diff
Class MapDiff
java.lang.Object
net.mcreator.util.diff.MapDiff
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,
U> DiffResult <T> getMapDiff
(Map<T, U> oldMap, Map<T, U> newMap)
-
Constructor Details
-
MapDiff
public MapDiff()
-
-
Method Details
-
getMapDiff
-