MCPcopy Create free account
hub / github.com/grpc/grpc-java / equals

Method equals

api/src/main/java/io/grpc/QueryParams.java:149–159  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

147 }
148
149 @Override
150 public boolean equals(Object o) {
151 if (this == o) {
152 return true;
153 }
154 if (!(o instanceof QueryParams)) {
155 return false;
156 }
157 QueryParams other = (QueryParams) o;
158 return entries.equals(other.entries);
159 }
160
161 @Override
162 public int hashCode() {

Callers 1

equalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected