MCPcopy Create free account
hub / github.com/dhale/jtk / add

Method add

core/src/main/java/edu/mines/jtk/util/RTree.java:580–609  ·  view source on GitHub ↗

Adds the specified box to this node. If addition causes this node to have more then the maximum number of boxes, then this method splits this node, thereby creating a new node, and recursively adds that new node to this node's parent. @param box the box to add. @return true, if the box was added; fa

(Object box)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

addMethod · 0.95
removeMethod · 0.95

Calls 5

appendMethod · 0.95
expandUpMethod · 0.95
splitMethod · 0.95
updateUpMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected