Class AbstractHyperRStarTree<P extends HyperPoint,DS extends BoundedShape<NS>,DR extends DBTreeDataRecord<DS,NS,T>,NS extends HyperBox<P,NS>,NR extends DBTreeNodeRecord<NS>,T,Q extends AbstractHyperBoxQuery<P,DS,NS,Q>>

java.lang.Object
ghidra.util.database.spatial.AbstractConstraintsTree<DS,DR,NS,NR,T,Q>
ghidra.util.database.spatial.AbstractRStarConstraintsTree<DS,DR,NS,NR,T,Q>
ghidra.util.database.spatial.hyper.AbstractHyperRStarTree<P,DS,DR,NS,NR,T,Q>
Direct Known Subclasses:
DBTraceObjectValueRStarTree

public abstract class AbstractHyperRStarTree<P extends HyperPoint,DS extends BoundedShape<NS>,DR extends DBTreeDataRecord<DS,NS,T>,NS extends HyperBox<P,NS>,NR extends DBTreeNodeRecord<NS>,T,Q extends AbstractHyperBoxQuery<P,DS,NS,Q>> extends AbstractRStarConstraintsTree<DS,DR,NS,NR,T,Q>