static long parseUnsignedHexLong(S s) { ret Long.parseUnsignedLong(s, 16); // from Java 8 }