MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / hexDigit

Method hexDigit

src/main/java/org/htmlunit/util/UrlUtils.java:1488–1490  ·  view source on GitHub ↗
(final int b)

Source from the content-addressed store, hash-verified

1486 }
1487
1488 private static char hexDigit(final int b) {
1489 return Character.toUpperCase(Character.forDigit(b & 0xF, 16));
1490 }
1491
1492 /**
1493 * Determines whether two URLs share the same origin according to the Same-Origin Policy.

Callers 1

encodeUrlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected