Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ URI
Method
URI
lib/java/net/URI.java:72–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
private
transient
int
hash = -1;
71
72
private
URI() {
73
}
74
75
/**
76
* Creates a
new
URI instance according to the given string {@code uri}.
Callers
nothing calls this directly
Calls
8
append
Method · 0.95
quoteComponent
Method · 0.95
toString
Method · 0.95
getString
Method · 0.95
parseURI
Method · 0.80
length
Method · 0.65
charAt
Method · 0.65
indexOf
Method · 0.65
Tested by
no test coverage detected