MCPcopy Index your code
hub / github.com/antlr/codebuff / referenceEquals

Method referenceEquals

output/java8/1.4.12/Misc.java:45–46  ·  view source on GitHub ↗

Makes it clear when a comparison is intended as reference equality.

(Object x, Object y)

Source from the content-addressed store, hash-verified

43 /** Makes it clear when a comparison is intended as reference equality.
44 */
45 public static boolean referenceEquals(Object x, Object y) { return x==y;
46 }
47
48 // Seriously: why isn't this built in to java?
49

Callers 1

traceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected