MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / equals

Method equals

src/main/java/field/utility/Quin.java:14–24  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

12 }
13
14 @Override
15 public boolean equals(Object o) {
16 if (this == o) return true;
17 if (!(o instanceof Quin)) return false;
18 if (!super.equals(o)) return false;
19
20 Quin quin = (Quin) o;
21
22 return !(fifth != null ? !fifth.equals(quin.fifth) : quin.fifth != null);
23
24 }
25
26 @Override
27 public int hashCode() {

Callers 9

_foldMethod · 0.45
typeInformationEqualsMethod · 0.45
asMap_getMethod · 0.45
preprocessMethod · 0.45
getMethod · 0.45
safeEqMethod · 0.45
offMethod · 0.45
getMethodMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected