
public interface DeLiCluEntry extends SpatialEntry
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasHandled()Returns true, if the node (or its child nodes) which is represented by this entry
 contains handled data objects. | 
| boolean | hasUnhandled()Returns true, if the node (or its child nodes) which is represented by this entry
 contains unhandled data objects. | 
| void | setHasHandled(boolean hasHandled)Sets the flag to marks the node (or its child nodes) which is represented by this entry
 to contain handled data objects. | 
| void | setHasUnhandled(boolean hasUnhandled)Sets the flag to marks the node (or its child nodes) which is represented by this entry
 to contain unhandled data objects. | 
isLeafEntryreadExternal, writeExternalgetDimensionality, getMax, getMinboolean hasHandled()
boolean hasUnhandled()
void setHasHandled(boolean hasHandled)
hasHandled - the flag to be setvoid setHasUnhandled(boolean hasUnhandled)
hasUnhandled - the flag to be set