MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / hashCode

Method hashCode

src/java/simpledb/RecordId.java:60–65  ·  view source on GitHub ↗

You should implement the hashCode() so that two equal RecordId instances (with respect to equals()) have the same hashCode(). @return An int that is the same for equal RecordId objects.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected