MCPcopy Create free account
hub / github.com/ReadyTalk/avian / toHex

Method toHex

classpath/java/util/UUID.java:43–45  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

41 }
42
43 private static char toHex(int i) {
44 return (char) (i < 10 ? i + '0' : (i - 10) + 'A');
45 }
46
47 private static void toHex(StringBuilder sb, byte[] array, int offset,
48 int length)

Callers 1

toStringMethod · 0.95

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected