Class CollectionDiff<T>
java.lang.Object
net.thevpc.common.collections.CollectionDiff<T>
- Author:
- thevpc
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionDiff(Collection<T> unchanged, Collection<T> added, Collection<T> removed) -
Method Summary
Modifier and TypeMethodDescriptiongetAdded()static <T> CollectionDiffof(Collection<T> a, Collection<T> b) static <T,K> CollectionDiff of(Collection<T> a, Collection<T> b, Function<T, K> idResolver) toString()
-
Constructor Details
-
CollectionDiff
-
-
Method Details
-
of
-
of
-
getUnchanged
-
getAdded
-
getRemoved
-
toString
-