Uses of Class
org.apache.datasketches.SetOperationCornerCases.UnionAction
-
Packages that use SetOperationCornerCases.UnionAction Package Description org.apache.datasketches This package is the parent package for all sketch algorithms. -
-
Uses of SetOperationCornerCases.UnionAction in org.apache.datasketches
Methods in org.apache.datasketches that return SetOperationCornerCases.UnionAction Modifier and Type Method Description SetOperationCornerCases.UnionActionSetOperationCornerCases.CornerCase. getUnionAction()static SetOperationCornerCases.UnionActionSetOperationCornerCases.UnionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static SetOperationCornerCases.UnionAction[]SetOperationCornerCases.UnionAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-