Class MXCIFQuadTreeRowIndexRemove
java.lang.Object
com.espertech.esper.common.internal.epl.spatial.quadtree.mxcifrowindex.MXCIFQuadTreeRowIndexRemove
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
remove
(double x, double y, double width, double height, Object value, MXCIFQuadTree<Object> tree) Remove value.
-
Constructor Details
-
MXCIFQuadTreeRowIndexRemove
public MXCIFQuadTreeRowIndexRemove()
-
-
Method Details
-
remove
public static void remove(double x, double y, double width, double height, Object value, MXCIFQuadTree<Object> tree) Remove value.- Parameters:
x
- xy
- ywidth
- widthheight
- heightvalue
- value to removetree
- quadtree
-