MCPcopy 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

appendMethod · 0.95
quoteComponentMethod · 0.95
toStringMethod · 0.95
getStringMethod · 0.95
parseURIMethod · 0.80
lengthMethod · 0.65
charAtMethod · 0.65
indexOfMethod · 0.65

Tested by

no test coverage detected