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
The result of diffing two sets.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
leftOnly
-
common
-
rightOnly
-
-
Constructor Details
-
SetDiff
public SetDiff()
-