public interface CellCanPrune extends Cell
Cell.getNextLevelCells(Shape)
might implement this interface. Children cells for this cell will be eligible for pruning via
RecursivePrefixTreeStrategy.setPruneLeafyBranches(boolean)
.Modifier and Type | Method and Description |
---|---|
int |
getSubCellsSize()
Returns the number of children for this cell.
|
compareToNoLeaf, getLevel, getNextLevelCells, getShape, getShapeRel, getTokenBytesNoLeaf, getTokenBytesWithLeaf, isLeaf, isPrefixOf, setLeaf, setShapeRel
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.