MCPcopy Create free account
hub / github.com/antlr/codebuff / flip

Method flip

output/java_guava/1.4.18/UnsignedInts.java:55–57  ·  view source on GitHub ↗
(int value)

Source from the content-addressed store, hash-verified

53
54
55 static int flip(int value) {
56 return value ^ Integer.MIN_VALUE;
57 }
58
59 /**
60 * Compares the two specified {@code int} values, treating them as unsigned values between

Callers 3

compareMethod · 0.95
minMethod · 0.95
maxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected