public static interface Segment.ExcludedRegion
Modifier and Type | Method and Description |
---|---|
void |
describe(StringBuilder buf)
Describes this exclusion region in a human readable way.
|
int |
getArity()
Returns the arity of this region.
|
int |
getCellCount()
Returns an approximation of the number of cells exceluded
in this region.
|
boolean |
wouldContain(Object[] keys)
Tells whether this exclusion region would contain
the cell corresponding to the keys.
|
boolean wouldContain(Object[] keys)
int getArity()
void describe(StringBuilder buf)
int getCellCount()
Copyright © 2020 Hitachi Vantara. All rights reserved.