Uses of Class
org.djutils.quadtree.RectangleAndPayload
-
Packages that use RectangleAndPayload Package Description org.djutils.quadtree Quad tree that can store 2D objects. -
-
Uses of RectangleAndPayload in org.djutils.quadtree
Methods in org.djutils.quadtree that return types with arguments of type RectangleAndPayload Modifier and Type Method Description Set<RectangleAndPayload<T>>QuadTree.SubTree. recursiveCollect(Rectangle rectangle)Recursively collect all elements that intersect the given rectangle.Methods in org.djutils.quadtree with parameters of type RectangleAndPayload Modifier and Type Method Description booleanQuadTree.SubTree. add(RectangleAndPayload<T> e)Add a RectangleAndPayload to this SubTree.booleanQuadTree.SubTree. contains(RectangleAndPayload<T> o)Determine if this SubTree contains a specific object.(package private) booleanQuadTree.SubTree. recursiveContains(RectangleAndPayload<T> o)Recursively search for a particular object.booleanQuadTree.SubTree. remove(RectangleAndPayload<T> o)Remove a RectangleAndPayload from this SubTree.
-