MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / Abc

Method Abc

Java/OverridingEqualsMethod/Abc.java:14–17  ·  view source on GitHub ↗
(String string, int value)

Source from the content-addressed store, hash-verified

12 private int value;
13
14 public Abc(String string, int value) {
15 this.string = string;
16 this.value = value;
17 }
18
19 @Override
20 public boolean equals(Object object) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected