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