MCPcopy Create free account
hub / github.com/Neop/mudmap2 / remove

Method remove

src/main/java/mudmap2/backend/prquadtree/Quadtree.java:212–212  ·  view source on GitHub ↗

removes the node from the quadtree

()

Source from the content-addressed store, hash-verified

210
211 /** removes the node from the quadtree */
212 public void remove();
213
214 public void remove(T object);
215

Callers 15

removeMethod · 0.95
createTabMethod · 0.65
removeTabMethod · 0.65
placeGroupAddMethod · 0.65
removeCursorListenerMethod · 0.65
removeStatusListenerMethod · 0.65
actionPerformedMethod · 0.65
keyPressedMethod · 0.65
updateMethod · 0.65

Implementers 2

QuadtreeNodesrc/main/java/mudmap2/backend/prquadtr
QuadtreeLeafsrc/main/java/mudmap2/backend/prquadtr

Calls

no outgoing calls

Tested by

no test coverage detected