Uses of Enum Class
org.apache.datasketches.thetacommon.SetOperationCornerCases.CornerCase
Packages that use SetOperationCornerCases.CornerCase
Package
Description
This package contains common tools and methods for the theta,
tuple, tuple/* and fdt packages.
-
Uses of SetOperationCornerCases.CornerCase in org.apache.datasketches.thetacommon
Subclasses with type arguments of type SetOperationCornerCases.CornerCase in org.apache.datasketches.thetacommonModifier and TypeClassDescriptionstatic enumList of corner casesMethods in org.apache.datasketches.thetacommon that return SetOperationCornerCases.CornerCaseModifier and TypeMethodDescriptionSetOperationCornerCases.CornerCase.caseIdToCornerCase(int id) Converts caseId to CornerCaseIdReturns the enum constant of this class with the specified name.static SetOperationCornerCases.CornerCase[]SetOperationCornerCases.CornerCase.values()Returns an array containing the constants of this enum class, in the order they are declared.