Package org.gradle.util
Class CollectionUtils.SetDiff<T>
- java.lang.Object
-
- org.gradle.util.CollectionUtils.SetDiff<T>
-
- Type Parameters:
T
- The type of element the sets contain
- Enclosing class:
- CollectionUtils
public static class CollectionUtils.SetDiff<T> extends java.lang.Object
The result of diffing two sets.
-
-
Constructor Summary
Constructors Constructor Description SetDiff()
-