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

Method getValue

classpath/java/util/zip/CRC32.java:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 public long getValue() {
56 return (reflect(remainder, Width) ^ ResultXor) & 0xFFFFFFFFL;
57 }
58
59 private static int reflect(int x, int n) {
60 int reflection = 0;

Callers

nothing calls this directly

Calls 1

reflectMethod · 0.95

Tested by

no test coverage detected