Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidmoten/rtree
/ r
Method
r
src/test/java/com/github/davidmoten/rtree/RTreeTest.java:1111–1113 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
1109
}
1110
1111
private
static
Rectangle r(
int
n) {
1112
return
rectangle(n, n, n + 1, n + 1);
1113
}
1114
1115
private
static
Rectangle r(double n, double m) {
1116
return
rectangle(n, m, n + 1, m + 1);
Callers
9
testSearchEmptyTree
Method · 0.95
testSearchOnOneItem
Method · 0.95
testSearchOnOneItemOnBulkLoadingRTree
Method · 0.95
testObservableDeletion
Method · 0.95
testNearestSameDirection
Method · 0.95
testNearestDifferentDirections
Method · 0.95
e
Method · 0.95
e2
Method · 0.95
random
Method · 0.95
Calls
1
rectangle
Method · 0.80
Tested by
no test coverage detected