Uses of Enum Class
org.apache.datasketches.thetacommon.SetOperationCornerCases.IntersectAction
Packages that use SetOperationCornerCases.IntersectAction
Package
Description
This package contains common tools and methods for the theta,
tuple, tuple/* and fdt packages.
-
Uses of SetOperationCornerCases.IntersectAction in org.apache.datasketches.thetacommon
Subclasses with type arguments of type SetOperationCornerCases.IntersectAction in org.apache.datasketches.thetacommonModifier and TypeClassDescriptionstatic enumIntersection actionsMethods in org.apache.datasketches.thetacommon that return SetOperationCornerCases.IntersectActionModifier and TypeMethodDescriptionSetOperationCornerCases.CornerCase.getIntersectAction()Gets the intersect actionReturns the enum constant of this class with the specified name.SetOperationCornerCases.IntersectAction.values()Returns an array containing the constants of this enum class, in the order they are declared.