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

Method referenceEquals

output/java8/1.4.14/Misc.java:45–45  ·  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 // Seriously: why isn't this built in to java?
48

Callers 1

traceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected