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.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
leftOnly
- 
common
- 
rightOnly
 
- 
- 
Constructor Details- 
SetDiffpublic SetDiff()
 
-