Uses of Class
org.apache.datasketches.thetacommon.SetOperationCornerCases.IntersectAction
-
Packages that use SetOperationCornerCases.IntersectAction Package Description org.apache.datasketches.thetacommon This package contains common tools and methods for the theta, tuple, tuple/* and fdt packages. -
-
Uses of SetOperationCornerCases.IntersectAction in org.apache.datasketches.thetacommon
Methods in org.apache.datasketches.thetacommon that return SetOperationCornerCases.IntersectAction Modifier and Type Method Description SetOperationCornerCases.IntersectAction
SetOperationCornerCases.CornerCase. getIntersectAction()
static SetOperationCornerCases.IntersectAction
SetOperationCornerCases.IntersectAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static SetOperationCornerCases.IntersectAction[]
SetOperationCornerCases.IntersectAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-