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

Method hashCode

classpath/java/util/Objects.java:63–67  ·  view source on GitHub ↗
(final Object value)

Source from the content-addressed store, hash-verified

61 }
62
63 public static int hashCode(final Object value) {
64 if (value == null)
65 return 0;
66 return value.hashCode();
67 }
68
69 public static <T> T requireNonNull(final T value) {
70 if (value == null)

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected