Class SetUtil
java.lang.Object
org.benf.cfr.reader.util.collections.SetUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <X> Set<X>
difference
(Set<? extends X> a, Set<? extends X> b) static <X> List<X>
differenceAtakeBtoList
(Set<? extends X> a, Set<? extends X> b) static <X> boolean
equals
(Set<? extends X> b, Collection<? extends X> a) static <X> X
static <X> boolean
hasIntersection
(Set<? extends X> b, Collection<? extends X> a) static <X> Set<X>
intersectionOrNull
(Set<? extends X> a, Set<? extends X> b) static <X> Set<X>
originalIntersectionOrNull
(Set<X> a, Set<? extends X> b)
-
Constructor Details
-
SetUtil
public SetUtil()
-
-
Method Details
-
equals
-
hasIntersection
-
originalIntersectionOrNull
-
intersectionOrNull
-
difference
-
differenceAtakeBtoList
-
getSingle
-