Class CollectionUtils.SetDiff<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Set<org.gradle.internal.Pair<T,​T>> common  
      java.util.Set<T> leftOnly  
      java.util.Set<T> rightOnly  
    • Constructor Summary

      Constructors 
      Constructor Description
      SetDiff()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • leftOnly

        public java.util.Set<T> leftOnly
      • common

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

        public java.util.Set<T> rightOnly
    • Constructor Detail

      • SetDiff

        public SetDiff()