Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidmoten/rtree
/ e2
Method
e2
src/test/java/com/github/davidmoten/rtree/RTreeTest.java:1107–1109 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
1105
}
1106
1107
static
Entry<Object, Rectangle> e2(
int
n) {
1108
return
Entries.<Object, Rectangle>entry(n, r(n - 1));
1109
}
1110
1111
private
static
Rectangle r(
int
n) {
1112
return
rectangle(n, n, n + 1, n + 1);
Callers
2
testAddObservable
Method · 0.95
testDeleteWithGeometry
Method · 0.95
Calls
2
entry
Method · 0.95
r
Method · 0.95
Tested by
no test coverage detected