public class SetOperationCornerCases extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SetOperationCornerCases.AnotbAction
A not B actions
|
static class |
SetOperationCornerCases.CornerCase |
static class |
SetOperationCornerCases.IntersectAction
Intersection actions
|
static class |
SetOperationCornerCases.UnionAction |
Constructor and Description |
---|
SetOperationCornerCases() |
Modifier and Type | Method and Description |
---|---|
static int |
createCornerCaseId(long thetaLongA,
int countA,
boolean emptyA,
long thetaLongB,
int countB,
boolean emptyB) |
static int |
sketchStateId(boolean isEmpty,
int numRetained,
long thetaLong) |
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.