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 Object
The result of diffing two sets.
See Also:
  • Field Details

    • leftOnly

      public Set<T> leftOnly
    • common

      public Set<org.gradle.internal.Pair<T,T>> common
    • rightOnly

      public Set<T> rightOnly
  • Constructor Details

    • SetDiff

      public SetDiff()