cactoos icon indicating copy to clipboard operation
cactoos copied to clipboard

org.cactoos.map.Diff - a new object which gives difference for several maps

Open dgroup opened this issue 5 years ago • 2 comments

This feature already available in Guava https://guava.dev/releases/23.0/api/docs/com/google/common/collect/Maps.html#difference-java.util.Map-java.util.Map-

however only for 2 maps, so it might be changed to something like

final Map<String, String> diff = new Diff<>(map1, map2, ..., mapN);

dgroup avatar May 11 '20 14:05 dgroup

@paulodamaso/z please, pay attention to this issue

0crat avatar May 11 '20 14:05 0crat

A Diff which is Set should be implemented prior to that

andreoss avatar Jun 15 '20 20:06 andreoss