-
Classes Class Description org.apache.datasketches.theta.PairwiseSetOperations v2.0.0. This class has been deprecated as equivalent functionality has been added to the SetOperation classes:Union,IntersectionandAnotB.
-
Methods Method Description org.apache.datasketches.theta.PairwiseSetOperations.aNotB(Sketch, Sketch) v2.0.0. UseAnotB.aNotB(Sketch, Sketch)instead, which has more complete seed handling.org.apache.datasketches.theta.PairwiseSetOperations.intersect(Sketch, Sketch) v2.0.0. UseIntersection.intersect(Sketch, Sketch)instead, which has more complete seed handling.org.apache.datasketches.theta.PairwiseSetOperations.union(CompactSketch, CompactSketch) v2.0.0. Please useUnion.union(Sketch, Sketch)instead, which has more complete seed handling.