MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / hashCode

Method hashCode

src/java/simpledb/storage/StringField.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public int hashCode() {
44 return value.hashCode();
45 }
46
47 public boolean equals(Object field) {
48 if (!(field instanceof StringField)) return false;

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected